The scalar behaviour of sort is undefined.
[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 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
32         Log: Regen toc.
33      Branch: perl
34            ! pod/perltoc.pod
35 ____________________________________________________________________________
36 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
37         Log: This should be gone now.
38      Branch: perl
39            ! INSTALL
40 ____________________________________________________________________________
41 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
42         Log: NetWare doc tweak.
43      Branch: perl
44            ! README.netware
45 ____________________________________________________________________________
46 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
47         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
48              From: Abigail <abigail@foad.org>
49              Date: Wed, 12 Jun 2002 02:46:01 -0700
50              Message-ID: <20020612024601.A8524@ucan.foad.org>
51      Branch: perl
52            ! pod/perlfunc.pod
53 ____________________________________________________________________________
54 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
55         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
56              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
57              Date: Wed, 12 Jun 2002 13:50:59 +0200
58              Message-ID: <3D0735A3.4020701@hexaflux.com>
59      Branch: perl
60            ! ext/Time/HiRes/HiRes.xs
61 ____________________________________________________________________________
62 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
63         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
64              go back to disabling long doubles from MinGW because
65              MSVCRT doesn't do long double printfing even when gcc
66              would know how to handle them.
67      Branch: perl
68            ! win32/config.bc win32/config_H.bc win32/config_H.gc
69 ____________________________________________________________________________
70 [ 17199] By: nick                                  on 2002/06/12  11:13:16
71         Log: Integrate mainline
72      Branch: perlio
73           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
74           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
75           !> win32/config_H.bc win32/config_H.gc
76 ____________________________________________________________________________
77 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
78         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
79              From: "Craig A. Berry" <craigberry@mac.com>
80              Date: Tue, 11 Jun 2002 22:44:31 -0500
81              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
82      Branch: perl
83            ! configure.com
84 ____________________________________________________________________________
85 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
86         Log: Test relying on undefined behaviour of atan2(0, 0)
87              (valiantly debugged by Mark Lutz).
88      Branch: perl
89            ! lib/Math/Trig.t
90 ____________________________________________________________________________
91 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
92         Log: Regen perlmodlib.
93      Branch: perl
94            ! pod/perlmodlib.pod
95 ____________________________________________________________________________
96 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
97         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
98              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
99              Date: Tue, 11 Jun 2002 15:12:15 -0700
100              Message-ID: </WnB9gzkgC5S092yn@efn.org>
101      Branch: perl
102            ! pod/perlmodlib.PL
103 ____________________________________________________________________________
104 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
105         Log: Subject: [PATCH] Re: RC1 on Playstation2
106              From: Tim Jenness <t.jenness@jach.hawaii.edu>
107              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
108              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
109      Branch: perl
110            ! perl.c
111 ____________________________________________________________________________
112 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
113         Log: Not that I know anything about Windows compilers
114              but Google leads me into believing that while Borland and
115              GCC support the ANSI way of printing long doubles (%L),
116              Visual C really doesn't support printing them.
117      Branch: perl
118            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
119 ____________________________________________________________________________
120 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
121         Log: Fix a cut-n-paste error.
122      Branch: perl
123            ! pod/perldiag.pod
124 ____________________________________________________________________________
125 [ 17191] By: nick                                  on 2002/06/11  16:07:14
126         Log: Integrate mainline
127      Branch: perlio
128           !> Changes INSTALL ext/XS/APItest/APItest.pm
129           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
130           !> patchlevel.h
131 ____________________________________________________________________________
132 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
133         Log: Update Changes.
134      Branch: perl
135            ! Changes patchlevel.h
136 ____________________________________________________________________________
137 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
138         Log: Trying to printf Perl-specific datatypes using printf
139              (with perlio or stdio) is folly, says Hugo.
140      Branch: perl
141            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
142            ! ext/XS/APItest/t/printf.t
143 ____________________________________________________________________________
144 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
145         Log: Be more specific.
146      Branch: perl
147            ! INSTALL
148 ____________________________________________________________________________
149 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
150         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
151              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
152              Date: Tue, 11 Jun 2002 12:21:01 +0200
153              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
154      Branch: perl
155            ! INSTALL
156 ____________________________________________________________________________
157 [ 17186] By: nick                                  on 2002/06/11  10:44:04
158         Log: Integrate mainline
159      Branch: perlio
160           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
161           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
162           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
163           +> lib/Math/BigInt/t/upgradef.t
164           !> MANIFEST NetWare/Makefile Porting/repository.pod
165           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
166           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
167           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
168           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
169           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
170           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
171           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
172           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
173           !> win32/Makefile
174 ____________________________________________________________________________
175 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
176         Log: sanity-check the windows section in perldelta and add some missing
177              entries
178      Branch: perl
179            ! pod/perldelta.pod
180 ____________________________________________________________________________
181 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
182         Log: Obviously time to get some sleep.
183      Branch: perl
184            ! ext/XS/APItest/t/printf.t
185 ____________________________________________________________________________
186 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
187         Log: #17179 wasn't quite right.
188      Branch: perl
189            ! ext/XS/APItest/t/printf.t
190 ____________________________________________________________________________
191 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
192         Log: fix outdated info about how the patches in the APC are generated;
193              mention the perlbrowse repository gateway; add a pointer to
194              perlhack.pod in repository.pod
195      Branch: perl
196            ! Porting/repository.pod pod/perlhack.pod
197 ____________________________________________________________________________
198 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
199         Log: Subject: Detype locale.c comment
200              From: Philip Newton <Philip.Newton@gmx.net>
201              Date: Tue, 11 Jun 2002 06:28:08 +0200
202              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
203      Branch: perl
204            ! locale.c
205 ____________________________________________________________________________
206 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
207         Log: Make UTF-8 locales effective only if PerlIO has been
208              defined (ignore UTF-8 locales silently if no PerlIO).
209      Branch: perl
210            ! locale.c pod/perldelta.pod pod/perluniintro.pod
211 ____________________________________________________________________________
212 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
213         Log: Can't printf Perl specific datatypes without perlio
214              (in other words, stdio doesn't do the %V...)
215      Branch: perl
216            ! ext/XS/APItest/t/printf.t
217 ____________________________________________________________________________
218 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
219         Log: Document XS::APItest.
220      Branch: perl
221            ! pod/perldelta.pod
222 ____________________________________________________________________________
223 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
224         Log: Add XS::APItest to Win32/DJGPP/NetWare.
225      Branch: perl
226            ! NetWare/Makefile djgpp/config.over win32/Makefile
227 ____________________________________________________________________________
228 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
229         Log: Add XS::APItest 0.01 from Tim Jenness.
230              
231              The perl.h change is needed by non-gcc (non-__attribute__)
232              compilers: without it non-gccs won't have printf() mapped
233              to PerlIO_stdoutf (when perlio, of course).  This means that
234              non-gccs would not be able to print the Perl specific datatypes.
235      Branch: perl
236            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
237            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
238            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
239            ! MANIFEST perl.h
240 ____________________________________________________________________________
241 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
242         Log: Now that binmode(FH) does implicit ":bytes" revisit
243              the failing tests.  The worrisome one is the Digest::MD5
244              test-- how will it fare in CRLF lands now?
245      Branch: perl
246            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
247            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
248            ! ext/Storable/t/malice.t
249 ____________________________________________________________________________
250 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
251         Log: Upgrade to Math::BigInt 1.59.
252      Branch: perl
253            + lib/Math/BigInt/t/upgradef.t
254            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
255            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
256            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
257            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
258 ____________________________________________________________________________
259 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
260         Log: Document the implicit :bytes of binmode(FH).
261      Branch: perl
262            ! pod/perlfunc.pod
263 ____________________________________________________________________________
264 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
265         Log: Integrate perlio;
266              
267              binmode(FH); to act like binmode(FH,":bytes") as well as
268              turning off CRLF features.
269      Branch: perl
270           !> perlio.c t/io/utf8.t
271 ____________________________________________________________________________
272 [ 17171] By: nick                                  on 2002/06/10  18:40:22
273         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
274              turning off CRLF features.
275      Branch: perlio
276            ! perlio.c t/io/utf8.t
277 ____________________________________________________________________________
278 [ 17170] By: nick                                  on 2002/06/10  17:04:28
279         Log: Integrate mainline
280      Branch: perlio
281           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
282           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
283           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
284           !> pod/perldelta.pod sv.c
285 ____________________________________________________________________________
286 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
287         Log: Subject: [DOC PATCH] perldebtut
288              From: Elizabeth Mattijsen <liz@dijkmat.nl>
289              Date: Mon, 10 Jun 2002 17:47:14 +0200
290              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
291      Branch: perl
292            ! pod/perldebtut.pod
293 ____________________________________________________________________________
294 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
295         Log: Document the UTF-8 env issue.  Now NI-S just needs
296              to fix binmode() to comply with the documentation...
297      Branch: perl
298            ! pod/perldelta.pod
299 ____________________________________________________________________________
300 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
301         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
302              From: Philip Newton <Philip.Newton@gmx.net>
303              Date: Mon, 10 Jun 2002 07:56:41 +0200
304              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
305              
306              Subject: Re: Change 17110: Add deprecations.
307              From: Philip Newton <Philip.Newton@gmx.net>
308              Date: Mon, 10 Jun 2002 07:56:22 +0200
309              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
310      Branch: perl
311            ! pod/perldelta.pod
312 ____________________________________________________________________________
313 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
314         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
315      Branch: perl
316            ! locale.c perl.c
317 ____________________________________________________________________________
318 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
319         Log: Update Changes.
320      Branch: perl
321            ! Changes patchlevel.h
322 ____________________________________________________________________________
323 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
324         Log: Further patch on #17163 for Tru64.
325      Branch: perl
326            ! sv.c
327 ____________________________________________________________________________
328 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
329         Log: Patch from Hugo for the 'printf' problem:
330              - for SV-style calling, we can only get NV
331              - for C-style calling, we assume %f is double;
332              - for simplicity we allow any of %Lf, %llf, %qf for long double
333      Branch: perl
334            ! sv.c
335 ____________________________________________________________________________
336 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
337         Log: Integrate perlio;
338              
339              Tune test to run in UTF-8 locales
340              - test file must be opened as :bytes or high-bit octets
341              will be UTF-8 encoded on write in such locales, so
342              will not read as expected.
343      Branch: perl
344           !> ext/PerlIO/t/fallback.t
345 ____________________________________________________________________________
346 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
347         Log: #17150 didn't expect -Uuseperlio.
348      Branch: perl
349            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
350 ____________________________________________________________________________
351 [ 17160] By: sky                                   on 2002/06/10  09:53:42
352         Log: Subject: [PATCH] queue.pm
353              From: Benjamin Goldberg <goldbb2@earthlink.net>
354              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
355              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
356              Applied manually
357      Branch: perl
358            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
359 ____________________________________________________________________________
360 [ 17159] By: nick                                  on 2002/06/10  09:51:16
361         Log: Tune test to run in UTF-8 locales
362              - test file must be opened as :bytes or high-bit octets
363              will be UTF-8 encoded on write in such locales, so
364              will not read as expected.
365      Branch: perlio
366            ! ext/PerlIO/t/fallback.t
367 ____________________________________________________________________________
368 [ 17158] By: nick                                  on 2002/06/10  09:49:32
369         Log: Integrate mainline
370      Branch: perlio
371           +> lib/Net/Ping/Changes
372            - lib/Net/Ping/CHANGES
373           !> (integrate 37 files)
374 ____________________________________________________________________________
375 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
376         Log: metaconfig tweak for #17156.
377      Branch: metaconfig
378            ! U/mkglossary
379 ____________________________________________________________________________
380 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
381         Log: Glossary tweaks.
382      Branch: perl
383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
384 ____________________________________________________________________________
385 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
386         Log: Upgrade to Net::Ping 2.19.
387      Branch: perl
388            + lib/Net/Ping/Changes
389            - lib/Net/Ping/CHANGES
390            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
391 ____________________________________________________________________________
392 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
393         Log: Subject: [patch] ptr_table_store
394              From: Doug MacEachern <dougm@covalent.net>
395              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
396              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
397      Branch: perl
398            ! sv.c
399 ____________________________________________________________________________
400 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
401         Log: Subject: Re: unique attribute?
402              From: Doug MacEachern <dougm@covalent.net>
403              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
404              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
405      Branch: perl
406            ! embed.fnc embed.h proto.h sv.c sv.h
407 ____________________________________________________________________________
408 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
409         Log: Update hint comments.
410      Branch: perl
411            ! hints/irix_6.sh
412 ____________________________________________________________________________
413 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
414         Log: One missing bit of Math::BigInt 1.58.
415      Branch: perl
416            ! t/lib/Math/BigInt/BareCalc.pm
417 ____________________________________________________________________________
418 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
419         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
420              From: Radu Greab <radu@netsoft.ro>
421              Date: Mon, 10 Jun 2002 00:40:34 +0300
422              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
423              
424              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
425              ones which I cannot figure out.
426      Branch: perl
427            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
428            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
429 ____________________________________________________________________________
430 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
431         Log: :unique nitpicking continues.
432      Branch: perl
433            ! pod/perlfunc.pod
434 ____________________________________________________________________________
435 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
436         Log: "thread failed to start: " is better than "Died:".
437      Branch: perl
438            ! ext/threads/threads.xs pod/perldiag.pod
439 ____________________________________________________________________________
440 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
441         Log: :unique saga continues.
442      Branch: perl
443            ! pod/perldelta.pod pod/perlfunc.pod
444 ____________________________________________________________________________
445 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
446         Log: Subject: Re: unique attribute?
447              From: Doug MacEachern <dougm@covalent.net>
448              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
449              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
450      Branch: perl
451            ! sv.c
452 ____________________________________________________________________________
453 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
454         Log: Subject: Math::BigInt 1.58 released
455              From: Tels <perl_dummy@bloodgate.com>
456              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
457              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
458              
459              Subject: [PATCH] RE: Math::BigInt 1.58 released
460              From: Tels <perl_dummy@bloodgate.com>
461              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
462              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
463      Branch: perl
464            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
465            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
466            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
467            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
468            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
469            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
470            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
471            ! lib/Math/BigInt/t/with_sub.t
472 ____________________________________________________________________________
473 [ 17144] By: nick                                  on 2002/06/09  17:50:14
474         Log: Integrate mainline
475      Branch: perlio
476           +> README.freebsd README.irix
477           !> (integrate 43 files)
478 ____________________________________________________________________________
479 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
480         Log: Subject: cleanup's
481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
482              Date: Sun, 09 Jun 2002 13:55:21 +0200
483              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
484      Branch: perl
485            ! ext/PerlIO/t/encoding.t
486 ____________________________________________________________________________
487 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
488         Log: open "list form" clarification.
489      Branch: perl
490            ! pod/perlfunc.pod
491 ____________________________________________________________________________
492 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
493         Log: Better wording from Sarathy.
494      Branch: perl
495            ! pod/perldelta.pod
496 ____________________________________________________________________________
497 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
498         Log: Closer to the truth.
499      Branch: perl
500            ! pod/perlfunc.pod
501 ____________________________________________________________________________
502 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
503         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
504              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
505              Date: Sun, 09 Jun 2002 14:52:07 +0100
506              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
507      Branch: perl
508            ! numeric.c
509 ____________________________________________________________________________
510 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
511         Log: Clarify that the :unique makes the target readonly
512              when the first interpreter cloning takes place.
513      Branch: perl
514            ! pod/perlfunc.pod
515 ____________________________________________________________________________
516 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
517         Log: update perlfork.pod for status as of 5.8.0
518      Branch: perl
519            ! pod/perlfork.pod
520 ____________________________________________________________________________
521 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
522         Log: Subject: possible band-aid for cygwin build of perl@17061
523              From: PPrymmer@factset.com
524              Date: Sat, 8 Jun 2002 20:57:05 -0400
525              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
526      Branch: perl
527            ! Makefile.SH README.cygwin
528 ____________________________________________________________________________
529 [ 17135] By: sky                                   on 2002/06/09  15:44:37
530         Log: Follow up on changing keyword to special subroutine.
531      Branch: perl
532            ! pod/perlmod.pod
533 ____________________________________________________________________________
534 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
535         Log: CLONE doc tweaks.
536      Branch: perl
537            ! pod/perldelta.pod pod/perlmod.pod
538 ____________________________________________________________________________
539 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
540         Log: syswrite() is old news.
541      Branch: perl
542            ! pod/perldelta.pod
543 ____________________________________________________________________________
544 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
545         Log: Subject: One-argument syswrite
546              From: Johan Vromans <jvromans@squirrel.nl>
547              Date: Sun, 9 Jun 2002 13:20:36 +0200
548              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
549              
550              (It's really two-argument.)
551      Branch: perl
552            ! pod/perldelta.pod
553 ____________________________________________________________________________
554 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
555         Log: Subject: [Patch] $^N issues
556              From: Johan Vromans <jvromans@squirrel.nl>
557              Date: Sun, 9 Jun 2002 13:12:43 +0200
558              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
559      Branch: perl
560            ! lib/English.pm pod/perlre.pod
561 ____________________________________________________________________________
562 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
563         Log: Subject: [Patch] "#0" format in perlform
564              From: Johan Vromans <jvromans@squirrel.nl>
565              Date: Sun, 9 Jun 2002 12:53:01 +0200
566              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
567      Branch: perl
568            ! pod/perlform.pod
569 ____________________________________________________________________________
570 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
571         Log: Subject: [Patch] CLONE is not in perldelta
572              From: Johan Vromans <jvromans@squirrel.nl>
573              Date: Sun, 9 Jun 2002 12:41:18 +0200
574              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
575      Branch: perl
576            ! pod/perldelta.pod
577 ____________________________________________________________________________
578 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
579         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
580              From: "Craig A. Berry" <craigberry@mac.com>
581              Date: Sat, 8 Jun 2002 23:01:11 -0500
582              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
583      Branch: perl
584            ! ext/Digest/MD5/Makefile.PL
585 ____________________________________________________________________________
586 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
587         Log: ... and more.
588      Branch: perl
589            ! win32/makefile.mk
590 ____________________________________________________________________________
591 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
592         Log: More spots for perl$OS.
593      Branch: perl
594            ! NetWare/Makefile win32/Makefile
595 ____________________________________________________________________________
596 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
597         Log: One more spot to list perlfreebsd and perlirix.
598      Branch: perl
599            ! plan9/mkfile
600 ____________________________________________________________________________
601 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
602         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
603      Branch: perl
604            ! pod/perlport.pod
605 ____________________________________________________________________________
606 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
607         Log: Cygwin duplicated (noticed by Schwern).
608      Branch: perl
609            ! pod/perlport.pod
610 ____________________________________________________________________________
611 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
612         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
613      Branch: perl
614            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
615            ! pod/perlport.pod pod/perlrun.pod
616 ____________________________________________________________________________
617 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
618         Log: Make the =heads a little bit more descriptive; regen toc.
619      Branch: perl
620            ! README.freebsd README.irix pod/perltoc.pod
621 ____________________________________________________________________________
622 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
623         Log: I wonder what a 64-bot is?
624      Branch: perl
625            ! README.irix
626 ____________________________________________________________________________
627 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
628         Log: Regen toc.
629      Branch: perl
630            ! pod/perltoc.pod
631 ____________________________________________________________________________
632 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
633         Log: Add README.irix/perlirix.
634      Branch: perl
635            + README.irix
636            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
637            ! pod/perldelta.pod pod/perlport.pod
638 ____________________________________________________________________________
639 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
640         Log: Add perlfreebsd.
641      Branch: perl
642            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
643            ! pod/perlport.pod
644 ____________________________________________________________________________
645 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
646         Log: Mention the FreeBSD Perl policy change.
647      Branch: perl
648            ! README.freebsd
649 ____________________________________________________________________________
650 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
651         Log: Mention the FreeBSD readdir_r bug in perldelta.
652      Branch: perl
653            ! pod/perldelta.pod
654 ____________________________________________________________________________
655 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
656         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
657              From: Nicholas Clark <nick@unfortu.net>
658              Date: Sat, 8 Jun 2002 22:23:15 +0100
659              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
660      Branch: perl
661            + README.freebsd
662            ! MANIFEST
663 ____________________________________________________________________________
664 [ 17113] By: sky                                   on 2002/06/08  20:19:28
665         Log: Preparing A::H for CPAN release, upped version to 0.77
666              Documented changes.
667              Last tweak to test case.
668      Branch: perl
669            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
670            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
671 ____________________________________________________________________________
672 [ 17112] By: sky                                   on 2002/06/08  19:42:33
673         Log: Prepare CPAN release of Attribute::Handlers
674              Make the test case know about the changes in attributes
675              in 5.8 (lexical) and also turn off some warnings.
676      Branch: perl
677            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
678 ____________________________________________________________________________
679 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
680         Log: Because of #17097.
681      Branch: perl
682            ! configpm
683 ____________________________________________________________________________
684 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
685         Log: Add deprecations.
686      Branch: perl
687            ! pod/perldelta.pod
688 ____________________________________________________________________________
689 [ 17109] By: sky                                   on 2002/06/08  19:02:19
690         Log: Remove leftover dummy and cleanup the test case.
691      Branch: perl
692            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
693            ! ext/threads/shared/t/hv_simple.t
694 ____________________________________________________________________________
695 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
696         Log: Document the do BAREWORD change, from Rafael.
697      Branch: perl
698            ! pod/perldelta.pod
699 ____________________________________________________________________________
700 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
701         Log: Remove the newly added makedepend .depending "token directory"
702              when cleaning up.
703      Branch: perl
704            ! Makefile.SH
705 ____________________________________________________________________________
706 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
707         Log: perldelta tweaks.
708      Branch: perl
709            ! pod/perldelta.pod
710 ____________________________________________________________________________
711 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
712         Log: I assume the Perl fork() emulation is still experimental.
713      Branch: perl
714            ! pod/perlfork.pod
715 ____________________________________________________________________________
716 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
717         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
718              From: "Craig A. Berry" <craigberry@mac.com>
719              Date: Sat, 8 Jun 2002 14:10:41 -0500
720              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
721      Branch: perl
722            ! README.vms pod/perldelta.pod
723 ____________________________________________________________________________
724 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
725         Log: Slight tweaks from Lupe Christoph.
726      Branch: perl
727            ! pod/perldelta.pod
728 ____________________________________________________________________________
729 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
730         Log: Workaround for broken symlink traversal.
731      Branch: perl
732            ! installperl
733 ____________________________________________________________________________
734 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
735         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
736      Branch: perl
737            ! utils/h2ph.PL
738 ____________________________________________________________________________
739 [ 17100] By: nick                                  on 2002/06/08  15:54:19
740         Log: Integrate mainline
741      Branch: perlio
742           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
743           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
744           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
745           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
746           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
747           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
748 ____________________________________________________________________________
749 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
750         Log: Try to avoid a looping makedepend that sometimes
751              happens when timestamps are out of sync.
752      Branch: perl
753            ! makedepend.SH
754 ____________________________________________________________________________
755 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
756         Log: metaconfig tweaks from Robin Barker to go with #17097;
757              update Glossary.patch and mkglossary.
758      Branch: metaconfig
759            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
760            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
761 ____________________________________________________________________________
762 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
763         Log: Various Configure tweaks.
764      Branch: perl
765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
766 ____________________________________________________________________________
767 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
768         Log: Fix Glossary formatting bugs when creating Config.pm,
769              from Robin Barker.
770      Branch: perl
771            ! configpm
772 ____________________________________________________________________________
773 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
774         Log: perlivp: Too Much Information. 
775      Branch: perl
776            ! utils/perlivp.PL
777 ____________________________________________________________________________
778 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
779         Log: h2ph: workarounds for too large hexadecimal constants.
780              Now 'perlivp' passes without a whimper in Solaris 8 and
781              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
782              installation is weird; e.g. float.h is not in /usr/include...
783              (cd /usr/include; h2ph -l -r .)
784      Branch: perl
785            ! utils/h2ph.PL
786 ____________________________________________________________________________
787 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
788         Log: h2ph: handle function pointer constants.
789      Branch: perl
790            ! utils/h2ph.PL
791 ____________________________________________________________________________
792 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
793         Log: Put back the [561+] markers (except for the New Tests
794              section where the comparison is meaningless);
795              note that perl561delta is really the changes both
796              from 5.005_03 and 5.6.0.
797      Branch: perl
798            ! pod/perldelta.pod
799 ____________________________________________________________________________
800 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
801         Log: Mention the dynamicness of Socket in VMS in another spot.
802      Branch: perl
803            ! pod/perldelta.pod
804 ____________________________________________________________________________
805 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
806         Log: Address most of the issues found by Lupe Cristoph
807              (only leave the VMS changes to the VMS people);
808              move the VOS section to its right place;
809              talk more about userlevel threads;
810              eradicate end-of-line spaces.
811      Branch: perl
812            ! pod/perldelta.pod
813 ____________________________________________________________________________
814 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
815         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
816              From: Radu Greab <radu@netsoft.ro>
817              Date: Sat, 8 Jun 2002 16:59:56 +0300
818              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
819              
820              A test for #17082.
821      Branch: perl
822            ! ext/Storable/t/recurse.t
823 ____________________________________________________________________________
824 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
825         Log: Explain at the top the situation in a nutshell;
826              remove the [561+] tags as redundant;
827              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
828      Branch: perl
829            ! pod/perldelta.pod
830 ____________________________________________________________________________
831 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
832         Log: Subject: [Patch] perldelta for 5.8.0 RC1
833              From: lupe@lupe-christoph.de (Lupe Christoph)
834              Date: Sat, 8 Jun 2002 14:08:16 +0200
835              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
836      Branch: perl
837            ! pod/perldelta.pod
838 ____________________________________________________________________________
839 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
840         Log: Advertise the upcoming Win32::GetOSName().
841      Branch: perl
842            ! pod/perlport.pod
843 ____________________________________________________________________________
844 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
845         Log: The lib/Win32.pod part of
846              
847              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
848              From: "Yves Orton" <demerphq@hotmail.com>
849              Date: Sat, 08 Jun 2002 00:27:25 +0200
850              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
851              
852              (manually applied and tweaked) 
853      Branch: perl
854            ! lib/Win32.pod
855 ____________________________________________________________________________
856 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
857         Log: Subject: Doc patches: assorted minor nits
858              From: Philip Newton <Philip.Newton@gmx.net>
859              Date: Sat, 08 Jun 2002 11:08:12 +0200
860              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
861      Branch: perl
862            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
863 ____________________________________________________________________________
864 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
865         Log: Subject: Re: doc bug in perldoc
866              From: Philip Newton <Philip.Newton@gmx.net>
867              Date: Sat, 08 Jun 2002 11:05:09 +0200
868              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
869      Branch: perl
870            ! utils/perldoc.PL
871 ____________________________________________________________________________
872 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
873         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
874              From: Radu Greab <radu@netsoft.ro>
875              Date: Sat, 8 Jun 2002 08:28:58 +0300
876              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
877      Branch: perl
878            ! ext/Storable/Storable.xs
879 ____________________________________________________________________________
880 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
881         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
882              From: "Craig A. Berry" <craigberry@mac.com>
883              Date: Fri, 7 Jun 2002 22:55:34 -0500
884              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
885              
886              Handle also underflow on non-IEEE.
887      Branch: perl
888            ! numeric.c
889 ____________________________________________________________________________
890 [ 17080] By: sky                                   on 2002/06/08  10:06:05
891         Log: Fix for bug [ID 20020602.007].
892              Don't decrement the active flag until AFTER we have run perl_destruct
893      Branch: perl
894            ! ext/threads/threads.xs
895 ____________________________________________________________________________
896 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
897         Log: h2ph: evil linux/byteorder/pdp_endian.h
898      Branch: perl
899            ! utils/h2ph.PL
900 ____________________________________________________________________________
901 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
902         Log: h2ph: more evilness in the form of Linux inline assembler.
903      Branch: perl
904            ! utils/h2ph.PL
905 ____________________________________________________________________________
906 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
907         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
908              (note the final L) for ia32 and ia64 long doubles.
909      Branch: perl
910            ! utils/h2ph.PL
911 ____________________________________________________________________________
912 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
913         Log: perlivp: more header matching.
914      Branch: perl
915            ! utils/perlivp.PL
916 ____________________________________________________________________________
917 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
918         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
919              From: Nicholas Clark <nick@unfortu.net>
920              Date: Sat, 8 Jun 2002 00:39:22 +0100
921              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
922      Branch: perl
923            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
924 ____________________________________________________________________________
925 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
926         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
927              From: "Craig A. Berry" <craigberry@mac.com>
928              Date: Fri, 7 Jun 2002 18:29:31 -0500
929              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
930      Branch: perl
931            ! numeric.c
932 ____________________________________________________________________________
933 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
934         Log: Reunite the first .PHONY targets (based on Garry Williams'
935              reading of the GNU make manual).
936      Branch: perl
937            ! Makefile.SH
938 ____________________________________________________________________________
939 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
940         Log: Subject: Re: [DOCPATCH] Thread.pm
941              From: Elizabeth Mattijsen <liz@dijkmat.nl>
942              Date: Fri, 07 Jun 2002 23:57:01 +0200
943              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
944      Branch: perl
945            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
946 ____________________________________________________________________________
947 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
948         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
949              From: Radu Greab <radu@netsoft.ro>
950              Date: Sat, 8 Jun 2002 00:49:02 +0300
951              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
952      Branch: perl
953            ! ext/Storable/t/recurse.t
954 ____________________________________________________________________________
955 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
956         Log: h2ph: the fp exponent does need to have an explicit sign.
957      Branch: perl
958            ! utils/h2ph.PL
959 ____________________________________________________________________________
960 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
961         Log: perlivp: tell what went wrong.
962      Branch: perl
963            ! utils/perlivp.PL
964 ____________________________________________________________________________
965 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
966         Log: perlivp: sometimes headers and symbols don't quite match.
967      Branch: perl
968            ! utils/perlivp.PL
969 ____________________________________________________________________________
970 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
971         Log: h2ph: One more usage example.
972      Branch: perl
973            ! utils/h2ph.PL
974 ____________________________________________________________________________
975 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
976         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
977      Branch: perl
978            ! utils/h2ph.PL
979 ____________________________________________________________________________
980 [ 17065] By: nick                                  on 2002/06/07  18:21:36
981         Log: Integrate mainline
982      Branch: perlio
983           +> ext/IO/hints/sco.pl
984           !> (integrate 27 files)
985 ____________________________________________________________________________
986 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
987         Log: uname() was returning "unknown" on IA64; handle other missing
988              cases as well, and make any future unknown ones show up as
989              unknown(0x123).
990      Branch: perl
991            ! win32/win32.c
992 ____________________________________________________________________________
993 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
994         Log: There are many ways to skin a Win32 (from Sarathy).
995      Branch: perl
996            ! pod/perlport.pod
997 ____________________________________________________________________________
998 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
999         Log: Typos spotted by Vadim.
1000      Branch: perl
1001            ! pod/perlport.pod
1002 ____________________________________________________________________________
1003 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
1004         Log: Update Changes.
1005      Branch: perl
1006            ! Changes patchlevel.h
1007 ____________________________________________________________________________
1008 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
1009         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
1010              From: lupe@lupe-christoph.de (Lupe Christoph)
1011              Date: Fri, 7 Jun 2002 13:38:24 +0200
1012              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
1013      Branch: perl
1014            ! pod/perlxs.pod
1015 ____________________________________________________________________________
1016 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
1017         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
1018              From: lupe@lupe-christoph.de (Lupe Christoph)
1019              Date: Fri, 7 Jun 2002 13:36:51 +0200
1020              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
1021      Branch: perl
1022            ! README.win32
1023 ____________________________________________________________________________
1024 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
1025         Log: gcc -Wall nit noticed by NI-S.
1026      Branch: perl
1027            ! pp.c
1028 ____________________________________________________________________________
1029 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
1030         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
1031              From: Andrew Hamm <AHamm@civica.com.au>
1032              Date: Fri, 7 Jun 2002 17:11:24 +1000
1033              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
1034      Branch: perl
1035            + ext/IO/hints/sco.pl
1036            ! MANIFEST
1037 ____________________________________________________________________________
1038 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
1039         Log: Integrate perlio;
1040              
1041              Don't discard read data on flush if seek fails.
1042      Branch: perl
1043           !> perlio.c
1044 ____________________________________________________________________________
1045 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
1046         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
1047      Branch: perl
1048            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
1049            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
1050            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
1051            ! pod/perlport.pod pod/perltoot.pod
1052 ____________________________________________________________________________
1053 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
1054         Log: More Winlore from Vadim.
1055      Branch: perl
1056            ! pod/perlport.pod
1057 ____________________________________________________________________________
1058 [ 17053] By: nick                                  on 2002/06/07  10:11:51
1059         Log: Don't discard read data on flush if seek fails.
1060      Branch: perlio
1061            ! perlio.c
1062 ____________________________________________________________________________
1063 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
1064         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1065              From: Radu Greab <radu@netsoft.ro>
1066              Date: Fri, 7 Jun 2002 05:17:58 +0300
1067              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
1068      Branch: perl
1069            ! ext/Storable/Storable.xs
1070 ____________________________________________________________________________
1071 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
1072         Log: Split in two the .PHONY target so that makes without .PHONY
1073              when invoked as "make" won't wander off into the targets "compile
1074              translator utilities" and instead stay in the "all" target.
1075              Diagnosed by Garry Williams.
1076      Branch: perl
1077            ! Makefile.SH
1078 ____________________________________________________________________________
1079 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
1080         Log: Retract #16892 now that we have #17022.
1081      Branch: perl
1082            ! lib/Cwd.pm
1083 ____________________________________________________________________________
1084 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
1085         Log: Update the SUPER-UX situation.
1086      Branch: perl
1087            ! pod/perldelta.pod
1088 ____________________________________________________________________________
1089 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
1090         Log: More Windows wisdom from Sarathy;
1091              remove old UTS entry; add SUPER-UX.
1092      Branch: perl
1093            ! pod/perlport.pod
1094 ____________________________________________________________________________
1095 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
1096         Log: Windows wisdom from Sarathy.
1097      Branch: perl
1098            ! pod/perlvar.pod
1099 ____________________________________________________________________________
1100 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
1101         Log: The perlio warnings are not mandatory.
1102      Branch: perl
1103            ! pod/perldiag.pod
1104 ____________________________________________________________________________
1105 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
1106         Log: Typolice.
1107      Branch: perl
1108            ! utils/c2ph.PL x2p/s2p.PL
1109 ____________________________________________________________________________
1110 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
1111         Log: Document that $^O in Win32 is a bit lacking in details.
1112      Branch: perl
1113            ! pod/perlvar.pod
1114 ____________________________________________________________________________
1115 [ 17043] By: nick                                  on 2002/06/06  18:51:48
1116         Log: Integrate mainline
1117      Branch: perlio
1118           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
1119           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
1120           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
1121           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
1122           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
1123           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
1124 ____________________________________________________________________________
1125 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
1126         Log: Win32 is not an OS.
1127      Branch: perl
1128            ! pod/perlport.pod
1129 ____________________________________________________________________________
1130 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
1131         Log: The Makefile.SH part of
1132              
1133              Subject: [PATCH] corrections to Config.pm
1134              From: Robin Barker <rmb1@cise.npl.co.uk>
1135              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
1136              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
1137              
1138              and regen Configure.
1139      Branch: perl
1140            ! Configure Makefile.SH Porting/config.sh Porting/config_H
1141 ____________________________________________________________________________
1142 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
1143         Log: Supported platforms tweaks.
1144      Branch: perl
1145            ! pod/perlport.pod
1146 ____________________________________________________________________________
1147 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
1148         Log: Update the 5.005-threads failure list.
1149      Branch: perl
1150            ! pod/perldelta.pod
1151 ____________________________________________________________________________
1152 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
1153         Log: Make pstruct and psed appear also on platforms with
1154              $Config{d_link} but filesystems without link() (like FAT).
1155              Should deal with [ID 20020602.003] and
1156              "RC1 for MSWin32-x86-multi-thread build bug report".
1157              Diagnosis by Sarathy.
1158      Branch: perl
1159            ! utils/c2ph.PL x2p/s2p.PL
1160 ____________________________________________________________________________
1161 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
1162         Log: Subject: [PATCH] Thread.pm
1163              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1164              Date: Thu, 06 Jun 2002 10:47:36 +0200
1165              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
1166      Branch: perl
1167            ! lib/Thread.pm
1168 ____________________________________________________________________________
1169 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
1170         Log: Rafael noticed a bug in the explanation of #17035.
1171      Branch: perl
1172            ! pod/perldiag.pod
1173 ____________________________________________________________________________
1174 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
1175         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
1176      Branch: perl
1177            ! pod/perldiag.pod
1178 ____________________________________________________________________________
1179 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
1180         Log: Subject: [DOCPATCH] perlthtut.pod
1181              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1182              Date: Thu, 06 Jun 2002 10:40:02 +0200
1183              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
1184      Branch: perl
1185            ! pod/perlthrtut.pod
1186 ____________________________________________________________________________
1187 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
1188         Log: NetWare update from Ananth Kesari.
1189      Branch: perl
1190            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
1191            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
1192            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
1193            ! NetWare/t/NWScripts.pl x2p/a2p.h
1194 ____________________________________________________________________________
1195 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
1196         Log: Integrate perlio;
1197              
1198              doio.c tweaks
1199              - see SV passed to dup type open "looks_like_number"
1200              - apply layers to pipe opens.
1201      Branch: perl
1202           !> doio.c
1203 ____________________________________________________________________________
1204 [ 17031] By: ams                                   on 2002/06/06  11:49:13
1205         Log: Subject: [PATCH] perlguts.pod
1206              From: Nicholas Clark <nick@ccl4.org>
1207              Date: Thu, 6 Jun 2002 11:29:19 +0100
1208              Message-Id: <20020606112919.P22873@plum.flirble.org>
1209      Branch: perl
1210            ! pod/perlguts.pod
1211 ____________________________________________________________________________
1212 [ 17030] By: nick                                  on 2002/06/06  07:26:11
1213         Log: doio.c tweaks
1214              - see SV passed to dup type open "looks_like__number"
1215              - apply layers to pipe opens.
1216      Branch: perlio
1217            ! doio.c
1218 ____________________________________________________________________________
1219 [ 17029] By: nick                                  on 2002/06/06  06:32:35
1220         Log: Integrate mainline
1221      Branch: perlio
1222           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
1223           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
1224           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
1225           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
1226           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
1227 ____________________________________________________________________________
1228 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
1229         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
1230              output buffers because they exited with PerlProc_exit()
1231              instead of my_exit() (from Andy Dougherty)
1232      Branch: perl
1233            ! perl.c
1234 ____________________________________________________________________________
1235 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
1236         Log: BeOS status update; all platforms status update.
1237      Branch: perl
1238            ! README.beos pod/perlport.pod
1239 ____________________________________________________________________________
1240 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
1241         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
1242              From: Stas Bekman <stas@stason.org>
1243              Date: Wed, 05 Jun 2002 15:26:02 +0800
1244              Message-ID: <3CFDBD0A.8090505@stason.org>      
1245      Branch: perl
1246            ! lib/Pod/Html.pm
1247 ____________________________________________________________________________
1248 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
1249         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
1250              From: "Craig A. Berry" <craigberry@mac.com>
1251              Date: Wed, 05 Jun 2002 17:31:18 -0500
1252              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
1253      Branch: perl
1254            ! t/op/arith.t
1255 ____________________________________________________________________________
1256 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
1257         Log: MacOS X 10.1.5 still failing the DB tests.
1258      Branch: perl
1259            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
1260            ! pod/perldelta.pod
1261 ____________________________________________________________________________
1262 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
1263         Log: Address the second half of
1264              
1265              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
1266              From: jv@squirrel.nl (Johan Vromans)
1267              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
1268              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
1269              
1270              so that multiarg piped opens only accept optional whitespace
1271              after the "|-".  If and when perlio discipline awareness added
1272              to |-, the now added code branch will grow.
1273              
1274              No test case because hard to think of anything even remotely
1275              portable.
1276      Branch: perl
1277            ! doio.c
1278 ____________________________________________________________________________
1279 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
1280         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
1281              From: Doug MacEachern <dougm@covalent.net>
1282              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
1283              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
1284              
1285              (plus a test expanded from Schwern's [ID 20020602.006])
1286      Branch: perl
1287            ! pp.c t/op/tie.t
1288 ____________________________________________________________________________
1289 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
1290         Log: Subject: doc bug in perldoc
1291              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1292              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
1293              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
1294      Branch: perl
1295            ! utils/perldoc.PL
1296 ____________________________________________________________________________
1297 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
1298         Log: AUTHORS updates; perldelta blame^Wfame additions.
1299      Branch: perl
1300            ! AUTHORS pod/perldelta.pod
1301 ____________________________________________________________________________
1302 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
1303         Log: Mention Carp enhancements.
1304      Branch: perl
1305            ! pod/perldelta.pod
1306 ____________________________________________________________________________
1307 [ 17018] By: sky                                   on 2002/06/05  18:49:10
1308         Log: Update text slightly and update links to threads.pm instead of Thread.pm
1309      Branch: perl
1310            ! pod/perlfunc.pod
1311 ____________________________________________________________________________
1312 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
1313         Log: Remove a comma and a few whitespaces.
1314      Branch: perl
1315            ! pod/perlfunc.pod
1316 ____________________________________________________________________________
1317 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
1318         Log: $^O is 'beos' on BeOS
1319      Branch: perl
1320            ! lib/Tie/File/t/16_handle.t
1321 ____________________________________________________________________________
1322 [ 17015] By: nick                                  on 2002/06/05  15:11:00
1323         Log: Integrate mainline (for Configure)
1324      Branch: perlio
1325           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1326           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
1327           !> hints/linux.sh myconfig.SH pod/perldelta.pod
1328 ____________________________________________________________________________
1329 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
1330         Log: Update Changes.
1331      Branch: perl
1332            ! Changes patchlevel.h
1333 ____________________________________________________________________________
1334 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
1335         Log: Mention the flakiness of AIX' make.
1336      Branch: perl
1337            ! pod/perldelta.pod
1338 ____________________________________________________________________________
1339 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
1340         Log: metaconfig unit change for #17011.
1341      Branch: metaconfig
1342            ! U/installdirs/inc_version_list.U
1343 ____________________________________________________________________________
1344 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
1345         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
1346              From: jason@openinformatics.com (Jason E. Stewart)
1347              Date: 04 Jun 2002 16:42:32 -0600
1348              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
1349              
1350              Unexpanded $prefix.
1351      Branch: perl
1352            ! Configure
1353 ____________________________________________________________________________
1354 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
1355         Log: glibc version is more a library issue than a compiler issue.
1356      Branch: perl
1357            ! myconfig.SH
1358 ____________________________________________________________________________
1359 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
1360         Log: Subject: [Encode PATCH] spurious warning
1361              From: Nicholas Clark <nick@unfortu.net>
1362              Date: Sun, 2 Jun 2002 20:26:22 +0100
1363              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
1364      Branch: perl
1365            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
1366 ____________________________________________________________________________
1367 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
1368         Log: Show gnulibc_version in myconfig. 
1369      Branch: perl
1370            ! myconfig.SH
1371 ____________________________________________________________________________
1372 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
1373         Log: Regen Glossary for #16991.
1374      Branch: perl
1375            ! Porting/Glossary Porting/config.sh Porting/config_H
1376 ____________________________________________________________________________
1377 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
1378         Log: More for #16991.
1379      Branch: perl
1380            ! hints/linux.sh
1381 ____________________________________________________________________________
1382 [ 17005] By: nick                                  on 2002/06/05  07:23:22
1383         Log: Integrate mainline
1384      Branch: perlio
1385           +> ext/Thread/README.threads
1386            - README.threads
1387           !> (integrate 81 files)
1388 ____________________________________________________________________________
1389 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
1390         Log: FAQ sync.
1391      Branch: perl
1392            ! pod/perlfaq6.pod
1393 ____________________________________________________________________________
1394 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
1395         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
1396              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1397              Date: Sun, 02 Jun 2002 21:36:05 +0200
1398              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
1399      Branch: perl
1400            ! ext/threads/shared/queue.pm
1401 ____________________________________________________________________________
1402 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
1403         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
1404              From: "Daniel Berger" <djberg96@attbi.com>
1405              Date: Mon, 03 Jun 2002 19:18:38 GMT
1406              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
1407      Branch: perl
1408            ! README.beos
1409 ____________________________________________________________________________
1410 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
1411         Log: Subject: One more sorry for Oracle
1412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1413              Date: Tue, 04 Jun 2002 10:02:17 +0200
1414              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
1415              
1416              (modified)
1417      Branch: perl
1418            ! README.hpux
1419 ____________________________________________________________________________
1420 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
1421         Log: metaconfig unit change for #16999.
1422      Branch: metaconfig
1423            ! U/threads/usethreads.U
1424 ____________________________________________________________________________
1425 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
1426         Log: Disable the combination of ithreads but not perlio.
1427      Branch: perl
1428            ! Configure INSTALL
1429 ____________________________________________________________________________
1430 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
1431         Log: perlthrtut links.
1432      Branch: perl
1433            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1434            ! pod/perldelta.pod
1435 ____________________________________________________________________________
1436 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
1437         Log: Unmatchings.
1438      Branch: perl
1439            ! README.netware README.win32
1440 ____________________________________________________________________________
1441 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
1442         Log: Subject: Re: 2nd draft of announcement
1443              From: "John P. Linderman" <jpl@research.att.com>
1444              Date: Mon, 03 Jun 2002 08:57:49 -0400
1445              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
1446              
1447              Let's not forget the mystery IRIX failure.
1448      Branch: perl
1449            ! pod/perldelta.pod
1450 ____________________________________________________________________________
1451 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
1452         Log: Move the obsolete README.threads out of sight to ext/Threads;
1453              save one part of the IRIX knowledge in INSTALL (though IRIX
1454              6.2 is quite old...)
1455      Branch: perl
1456            + ext/Thread/README.threads
1457            - README.threads
1458            ! INSTALL MANIFEST
1459 ____________________________________________________________________________
1460 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
1461         Log: Upgrade to Math::BigRat 0.07.
1462      Branch: perl
1463            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
1464            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
1465            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
1466 ____________________________________________________________________________
1467 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
1468         Log: metaconfig unit change #16991.
1469      Branch: metaconfig
1470            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
1471 ____________________________________________________________________________
1472 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
1473         Log: Forgot from #16991.
1474      Branch: perl
1475            ! config_h.SH
1476 ____________________________________________________________________________
1477 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
1478         Log: Subject: Re: hints/linux.sh & stdio
1479              From: Andy Dougherty <doughera@lafayette.edu>
1480              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
1481              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
1482      Branch: perl
1483            ! Configure
1484 ____________________________________________________________________________
1485 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
1486         Log: Integrate maintperl change #16988;
1487              
1488              make IO::Pipe work on windows
1489      Branch: perl
1490           !> ext/IO/lib/IO/Pipe.pm
1491 ____________________________________________________________________________
1492 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
1493         Log: Integrate macperl chages #16974 and #16975;
1494              
1495              nativize() isn't happy with absolute Mac paths
1496              
1497              Test::Harness test fixes, attempt #3 :-)
1498      Branch: perl
1499           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
1500           !> lib/Test/Harness/t/callback.t
1501           !> lib/Test/Harness/t/strap-analyze.t
1502           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
1503 ____________________________________________________________________________
1504 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
1505         Log: make IO::Pipe work on windows
1506      Branch: maint-5.6/perl
1507            ! ext/IO/lib/IO/Pipe.pm
1508 ____________________________________________________________________________
1509 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
1510         Log: s/modperl/mod_perl/g
1511      Branch: perl
1512            ! README.aix pod/perldelta.pod
1513 ____________________________________________________________________________
1514 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
1515         Log: Subject: [DOC PATCH] perldelta.pod
1516              From: Philip Newton <Philip.Newton@gmx.net>
1517              Date: Tue, 04 Jun 2002 06:52:55 +0200
1518              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
1519              
1520              (with one nit, s/modperl/mod_perl/)
1521      Branch: perl
1522            ! pod/perldelta.pod
1523 ____________________________________________________________________________
1524 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
1525         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
1526      Branch: perl
1527            ! pod/perlfunc.pod
1528 ____________________________________________________________________________
1529 [ 16984] By: ams                                   on 2002/06/04  01:05:49
1530         Log: Subject: [PATCH] Re: Some bugs in RC1
1531              From: Michael G Schwern <schwern@pobox.com>
1532              Date: Mon, 03 Jun 2002 19:59:21 -0400
1533              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
1534      Branch: perl
1535            ! lib/perl5db.pl
1536 ____________________________________________________________________________
1537 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
1538         Log: Update Errno slightly to latest version
1539      Branch: macperl
1540            ! macos/lib/Errno.pm
1541 ____________________________________________________________________________
1542 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
1543         Log: Protect against localizing an %ENV slice.
1544      Branch: perl
1545            ! lib/Cwd.pm
1546 ____________________________________________________________________________
1547 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
1548         Log: Document that lock() is a "weak keyword".
1549      Branch: perl
1550            ! pod/perlfunc.pod
1551 ____________________________________________________________________________
1552 [ 16980] By: ams                                   on 2002/06/03  18:38:26
1553         Log: Subject: [PATCH Switch.pm] Minor typo
1554              From: Philip Newton <Philip.Newton@gmx.net>
1555              Date: Mon, 03 Jun 2002 21:35:55 +0200
1556              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
1557      Branch: perl
1558            ! lib/Switch.pm
1559 ____________________________________________________________________________
1560 [ 16979] By: ams                                   on 2002/06/03  17:06:03
1561         Log: Remove all occurrences of occurence, except for one (in the
1562              Changelog) that is preserved for historical reasons.
1563      Branch: perl
1564            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
1565            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
1566            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
1567 ____________________________________________________________________________
1568 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
1569         Log: Update Changes
1570      Branch: macperl
1571            ! macos/Changes
1572 ____________________________________________________________________________
1573 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
1574         Log: Update Help menu for 5.8
1575      Branch: macperl
1576            ! macos/macperl/MacPerl.podhelp
1577 ____________________________________________________________________________
1578 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
1579         Log: Bump versions
1580      Branch: macperl
1581            ! macos/MPVersion.r macos/config.h macos/config.sh
1582 ____________________________________________________________________________
1583 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
1584         Log: Test::Harness test fixes, attempt #3 :-)
1585      Branch: macperl
1586            ! lib/Test/Harness/t/callback.t
1587            ! lib/Test/Harness/t/strap-analyze.t
1588            ! lib/Test/Harness/t/test-harness.t
1589 ____________________________________________________________________________
1590 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
1591         Log: nativize() isn't happy with absolute Mac paths
1592      Branch: macperl
1593            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
1594            ! lib/lib_pm.PL
1595 ____________________________________________________________________________
1596 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
1597         Log: Integrate #16971 from maint-5.6;
1598              
1599              IO::Poll wasn't working on windows since poll.c wasn't using the
1600              same abstractions as perl; for test case, see:
1601              http://bugs.activestate.com/show_bug.cgi?id=19624
1602      Branch: perl
1603           !> XSUB.h ext/IO/poll.c
1604 ____________________________________________________________________________
1605 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
1606         Log: A few links.
1607      Branch: perl
1608            ! pod/perldelta.pod
1609 ____________________________________________________________________________
1610 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
1611         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
1612              same abstractions as perl; for test case, see:
1613              http://bugs.activestate.com/show_bug.cgi?id=19624
1614      Branch: maint-5.6/perl
1615            ! XSUB.h ext/IO/poll.c
1616 ____________________________________________________________________________
1617 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
1618         Log: Various perldelta tweaks.
1619      Branch: perl
1620            ! pod/perldelta.pod
1621 ____________________________________________________________________________
1622 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
1623         Log: Update Changes.
1624      Branch: perl
1625            ! Changes patchlevel.h
1626 ____________________________________________________________________________
1627 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
1628         Log: Integrate perl for 5.8.0 RC1
1629      Branch: macperl
1630           !> (integrate 77 files)
1631 ____________________________________________________________________________
1632 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
1633         Log: Two obsolete files.
1634      Branch: perl
1635            ! Porting/makerel
1636 ____________________________________________________________________________
1637 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
1638         Log: This is Perl 5.8.0 RC 1.
1639      Branch: perl
1640            ! patchlevel.h
1641 ____________________________________________________________________________
1642 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
1643         Log: Update Changes.
1644      Branch: perl
1645            ! Changes patchlevel.h
1646 ____________________________________________________________________________
1647 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
1648         Log: Subject: [Encode] 1.75 Released
1649              From: Dan Kogai <dankogai@dan.co.jp>
1650              Date: Sun, 2 Jun 2002 03:19:19 +0900
1651              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
1652      Branch: perl
1653            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
1654            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1655            ! ext/Encode/lib/Encode/Alias.pm
1656            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1657            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
1658 ____________________________________________________________________________
1659 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
1660         Log: Paranoia regen_headers; no changes but at least
1661              the timestamps are now fine.
1662      Branch: perl
1663            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
1664            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
1665            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
1666            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
1667            ! warnings.h
1668 ____________________________________________________________________________
1669 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
1670         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
1671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1672              Date: Sat, 01 Jun 2002 11:35:22 +0200
1673              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
1674      Branch: perl
1675            ! README.hpux
1676 ____________________________________________________________________________
1677 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
1678         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
1679      Branch: perl
1680            ! pod/perldelta.pod pod/perltoc.pod
1681 ____________________________________________________________________________
1682 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
1683         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
1684      Branch: perl
1685            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
1686            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
1687 ____________________________________________________________________________
1688 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
1689         Log: Even more VMSifying (this time more like de-MacOSifying).
1690      Branch: perl
1691            ! lib/Test/Harness/t/test-harness.t
1692 ____________________________________________________________________________
1693 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
1694         Log: VMSifying from Craig Berry.
1695      Branch: perl
1696            ! lib/Test/Harness/t/callback.t
1697            ! lib/Test/Harness/t/strap-analyze.t
1698            ! lib/Test/Harness/t/test-harness.t
1699 ____________________________________________________________________________
1700 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
1701         Log: Mention the CJK docs.
1702      Branch: perl
1703            ! pod/perldelta.pod
1704 ____________________________________________________________________________
1705 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
1706         Log: Subject: [PATCH] another Storable test
1707              From: Nicholas Clark <nick@unfortu.net>
1708              Date: Sat, 1 Jun 2002 14:07:01 +0100
1709              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
1710      Branch: perl
1711            ! ext/Storable/t/interwork56.t
1712 ____________________________________________________________________________
1713 [ 16955] By: nick                                  on 2002/06/01  09:02:48
1714         Log: Integrate mainline
1715      Branch: perlio
1716            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
1717           !> (integrate 62 files)
1718 ____________________________________________________________________________
1719 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
1720         Log: Make the changes MacOS-specific.
1721      Branch: perl
1722            ! lib/Test/Harness/t/callback.t
1723            ! lib/Test/Harness/t/strap-analyze.t
1724            ! lib/Test/Harness/t/test-harness.t
1725 ____________________________________________________________________________
1726 [ 16953] By: ams                                   on 2002/06/01  03:20:52
1727         Log: Remove $Id$ lines.
1728      Branch: perl
1729            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
1730            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
1731            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
1732            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
1733            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
1734            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
1735            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
1736            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
1737            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
1738            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
1739            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
1740            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
1741            ! ext/Storable/t/utf8hash.t
1742 ____________________________________________________________________________
1743 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
1744         Log: Perl Labs dead, Smokers live.
1745      Branch: perl
1746            ! pod/perlhack.pod
1747 ____________________________________________________________________________
1748 [ 16951] By: ams                                   on 2002/06/01  03:08:02
1749         Log: Nitpick at ChangeLog until it is consistently formatted.
1750      Branch: perl
1751            ! ext/Storable/ChangeLog
1752 ____________________________________________________________________________
1753 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
1754         Log: strictify lib.pm.
1755      Branch: perl
1756            ! lib/lib_pm.PL
1757 ____________________________________________________________________________
1758 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
1759         Log: s/invcer/incver/
1760      Branch: perl
1761            ! lib/lib_pm.PL
1762 ____________________________________________________________________________
1763 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
1764         Log: Subject: Re: perl@16925
1765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1766              Date: Fri, 31 May 2002 19:56:39 -0700
1767              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
1768              
1769              Self-tie clarifications.
1770      Branch: perl
1771            ! pod/perldelta.pod
1772 ____________________________________________________________________________
1773 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
1774         Log: Be exact of what happens.
1775      Branch: perl
1776            ! README.cygwin
1777 ____________________________________________________________________________
1778 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
1779         Log: Subject: [Patch] Inplace editing on Cygwin and others?
1780              From: "Gerrit P. Haase" <gp@familiehaase.de>
1781              Date: Sat, 1 Jun 2002 04:14:43 +0200
1782              Message-ID: <199100765833.20020601041443@familiehaase.de>
1783      Branch: perl
1784            ! README.cygwin doio.c perl.c
1785 ____________________________________________________________________________
1786 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
1787         Log: MacOS test glitch.
1788      Branch: perl
1789            ! ext/Digest/MD5/t/files.t
1790 ____________________________________________________________________________
1791 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
1792         Log: Update Changes.
1793      Branch: perl
1794            ! Changes patchlevel.h
1795 ____________________________________________________________________________
1796 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
1797         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
1798              From: "Craig A. Berry" <craigberry@mac.com>
1799              Date: Fri, 31 May 2002 17:20:11 -0500
1800              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
1801              
1802              Avoid redef warning.
1803      Branch: perl
1804            ! lib/Math/BigInt/Calc.pm
1805 ____________________________________________________________________________
1806 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
1807         Log: Integrate macperl patches #16926 and #16938;
1808              
1809              Big MacPerl Testing Patch No. 2
1810              
1811              Big MacPerl Testing Patch No. 3
1812      Branch: perl
1813           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
1814           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
1815           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1816           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
1817           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
1818           !> lib/Test/Harness/t/callback.t
1819           !> lib/Test/Harness/t/strap-analyze.t
1820           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
1821           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
1822           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
1823 ____________________________________________________________________________
1824 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
1825         Log: Configuration / test updates
1826      Branch: macperl
1827            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1828            ! macos/Makefile.mk
1829 ____________________________________________________________________________
1830 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
1831         Log: Fix various Makefile.PL for string/array conflicts
1832      Branch: macperl
1833            ! macos/ext/Mac/Controls/Makefile.PL
1834            ! macos/ext/Mac/Dialogs/Makefile.PL
1835            ! macos/ext/Mac/Events/Makefile.PL
1836            ! macos/ext/Mac/Files/Makefile.PL
1837            ! macos/ext/Mac/Fonts/Makefile.PL
1838            ! macos/ext/Mac/Lists/Makefile.PL
1839            ! macos/ext/Mac/Menus/Makefile.PL
1840            ! macos/ext/Mac/MoreFiles/Makefile.PL
1841            ! macos/ext/Mac/Movies/Makefile.PL
1842            ! macos/ext/Mac/Navigation/Makefile.PL
1843            ! macos/ext/Mac/Notification/Makefile.PL
1844            ! macos/ext/Mac/OSA/Makefile.PL
1845            ! macos/ext/Mac/QDOffscreen/Makefile.PL
1846            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
1847            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
1848            ! macos/ext/Mac/StandardFile/Makefile.PL
1849            ! macos/ext/Mac/TextEdit/Makefile.PL
1850            ! macos/ext/Mac/Windows/Makefile.PL
1851            ! macos/ext/MacPerl/Makefile.PL
1852 ____________________________________________________________________________
1853 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
1854         Log: Integrate perl
1855      Branch: macperl
1856            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
1857           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
1858           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
1859           !> pod/perlvar.pod
1860 ____________________________________________________________________________
1861 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
1862         Log: Big MacPerl Testing Patch No. 3
1863      Branch: macperl
1864            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
1865            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
1866            ! lib/Test/Harness/t/callback.t
1867            ! lib/Test/Harness/t/strap-analyze.t
1868            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
1869            ! utils/dprofpp.PL utils/splain.PL
1870 ____________________________________________________________________________
1871 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
1872         Log: Update the LWP status.
1873      Branch: perl
1874            ! pod/perldelta.pod
1875 ____________________________________________________________________________
1876 [ 16936] By: nick                                  on 2002/05/31  20:07:40
1877         Log: Integrate mainline
1878      Branch: perlio
1879           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
1880           +> lib/File/Spec/NW5.pm
1881            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
1882            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
1883            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
1884            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
1885           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
1886           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
1887           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
1888           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
1889           !> pod/perlvar.pod toke.c
1890 ____________________________________________________________________________
1891 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
1892         Log: Freudian slip :-)
1893      Branch: perl
1894            ! pod/perlhist.pod
1895 ____________________________________________________________________________
1896 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
1897         Log: perlhist update.
1898      Branch: perl
1899            ! pod/perlhist.pod
1900 ____________________________________________________________________________
1901 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
1902         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
1903              From: Andy Dougherty <doughera@lafayette.edu>
1904              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
1905              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
1906      Branch: perl
1907            ! lib/Math/BigInt/t/mbi_rand.t
1908 ____________________________________________________________________________
1909 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
1910         Log: From: Michael G Schwern <schwern@pobox.com>
1911              Date: Fri, 31 May 2002 15:18:02 -0400
1912              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
1913              To: perl5-porters@perl.org
1914      Branch: perl
1915            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
1916            ! MANIFEST
1917 ____________________________________________________________________________
1918 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
1919         Log: More datapoints on gcc/alpha.
1920      Branch: perl
1921            ! pod/perldelta.pod
1922 ____________________________________________________________________________
1923 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
1924         Log: Document that old gccs on Alpha are no good.
1925      Branch: perl
1926            ! pod/perldelta.pod
1927 ____________________________________________________________________________
1928 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
1929         Log: Integrate perl
1930      Branch: macperl
1931           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
1932           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
1933           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
1934           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
1935           +> t/lib/sample-tests/skipall_nomsg
1936            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
1937            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
1938            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
1939            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
1940            - NetWare/bat/ToggleXDC.bat
1941           !> (integrate 86 files)
1942 ____________________________________________________________________________
1943 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
1944         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
1945              From: Colin Watson <colinw@zeus.com>
1946              Date: Fri, 31 May 2002 17:34:06 +0100
1947              Message-ID: <20020531163406.GA10401@zeus.com>
1948      Branch: perl
1949            ! hints/hpux.sh
1950 ____________________________________________________________________________
1951 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
1952         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
1953              From: Paul_GreenVOS@vos.stratus.com
1954              Date: Fri, 31 May 02 12:23 edt
1955              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
1956      Branch: perl
1957            ! pod/perlport.pod pod/perlvar.pod
1958 ____________________________________________________________________________
1959 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
1960         Log: Big MacPerl Testing Patch No. 2
1961              There might be more soon, but this is almost all of it for now
1962      Branch: macperl
1963            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
1964            ! lib/Devel/SelfStubber.t lib/English.t
1965            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1966            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
1967            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
1968            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
1969 ____________________________________________________________________________
1970 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
1971         Log: Update Changes.
1972      Branch: perl
1973            ! Changes patchlevel.h
1974 ____________________________________________________________________________
1975 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
1976         Log: Missing MANIFESTations.
1977      Branch: perl
1978            ! MANIFEST
1979 ____________________________________________________________________________
1980 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
1981         Log: DJGPP tweaks from Laszlo.
1982      Branch: perl
1983            ! lib/English.t
1984 ____________________________________________________________________________
1985 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
1986         Log: NetWare update from Ananth Kesari.
1987      Branch: perl
1988            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
1989            + lib/File/Spec/NW5.pm
1990            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
1991            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
1992            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
1993            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
1994            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
1995            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
1996            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
1997 ____________________________________________________________________________
1998 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
1999         Log: Integrate perlio;
2000              
2001              Use File::Spec for blib expectance tests - skating round
2002              existing MacOS and VMS hacks.
2003      Branch: perl
2004           !> lib/blib.t
2005 ____________________________________________________________________________
2006 [ 16920] By: nick                                  on 2002/05/31  08:48:40
2007         Log: Use File::Spec for blib expectance tests - skating round
2008              existing MacOS and VMS hacks.
2009      Branch: perlio
2010            ! lib/blib.t
2011 ____________________________________________________________________________
2012 [ 16919] By: nick                                  on 2002/05/31  08:39:37
2013         Log: Integrate mainline
2014      Branch: perlio
2015           +> ext/Storable/t/interwork56.t
2016           +> ext/Storable/t/make_56_interwork.pl
2017           +> lib/ExtUtils/t/writemakefile_args.t
2018           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2019           +> t/lib/sample-tests/skipall_nomsg
2020            - NetWare/bat/Setwatcom.bat
2021           !> (integrate 62 files)
2022 ____________________________________________________________________________
2023 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
2024         Log: Regen toc.
2025      Branch: perl
2026            ! pod/perltoc.pod
2027 ____________________________________________________________________________
2028 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
2029         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
2030              From: "Craig A. Berry" <craigberry@mac.com>
2031              Date: Thu, 30 May 2002 22:14:15 -0500
2032              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
2033      Branch: perl
2034            ! t/test.pl
2035 ____________________________________________________________________________
2036 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
2037         Log: Missing from #16914.
2038      Branch: perl
2039            ! MANIFEST
2040 ____________________________________________________________________________
2041 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
2042         Log: BeOS status update.
2043      Branch: perl
2044            ! AUTHORS README.beos pod/perldelta.pod
2045 ____________________________________________________________________________
2046 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
2047         Log: Upgrade to Test::Harness 2.24.
2048      Branch: perl
2049            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2050            + t/lib/sample-tests/skipall_nomsg
2051            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2052            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2053            ! lib/Test/Harness/t/strap-analyze.t
2054            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
2055 ____________________________________________________________________________
2056 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
2057         Log: metaconfig unit change for #16912.
2058      Branch: metaconfig/U/perl
2059            ! perlpath.U
2060 ____________________________________________________________________________
2061 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
2062         Log: Subject: Improved $^X patch
2063              From: Paul_GreenVOS@vos.stratus.com
2064              Date: Thu, 30 May 02 17:32 edt
2065              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
2066      Branch: perl
2067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2068            ! pod/perlport.pod pod/perlvar.pod
2069 ____________________________________________________________________________
2070 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
2071         Log: Subject: [PATCH configure.com] _ext -> _exe
2072              From: "Craig A. Berry" <craigberry@mac.com>
2073              Date: Thu, 30 May 2002 18:32:43 -0500
2074              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
2075      Branch: perl
2076            ! configure.com
2077 ____________________________________________________________________________
2078 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
2079         Log: Because of #16909 MANIFEST changes.
2080      Branch: perl
2081            ! t/TEST t/harness
2082 ____________________________________________________________________________
2083 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
2084         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
2085              From: Nicholas Clark <nick@unfortu.net>
2086              Date: Fri, 31 May 2002 00:02:22 +0100
2087              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
2088      Branch: perl
2089            + ext/Storable/t/interwork56.t
2090            + ext/Storable/t/make_56_interwork.pl
2091            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
2092            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
2093            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
2094 ____________________________________________________________________________
2095 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
2096         Log: Integrate perlio;
2097              
2098              "we have a belt, braces, trousers glued on and a kilt over the
2099              top solution" NI-S
2100              
2101              (one more bench to the barricade against glibc 2.3)
2102      Branch: perl
2103           !> perlio.c
2104 ____________________________________________________________________________
2105 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
2106         Log: Upgrade to Math::BigRat 0.06.
2107      Branch: perl
2108            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
2109 ____________________________________________________________________________
2110 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
2111         Log: Upgrade to Math::BigInt 1.57.
2112      Branch: perl
2113            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2114            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2115            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
2116            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
2117            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
2118 ____________________________________________________________________________
2119 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
2120         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
2121              From: "Craig A. Berry" <craigberry@mac.com>
2122              Date: Thu, 30 May 2002 16:22:40 -0500
2123              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
2124      Branch: perl
2125            ! lib/blib.t
2126 ____________________________________________________________________________
2127 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
2128         Log: Upgrade to ExtUtils::MakeMaker 6.01.
2129      Branch: perl
2130            + lib/ExtUtils/t/writemakefile_args.t
2131            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2132            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
2133            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
2134            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
2135            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2136            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2137            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
2138            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
2139 ____________________________________________________________________________
2140 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
2141         Log: prevent attempts to load extension libraries more than once on darwin.
2142              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
2143      Branch: perl
2144            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
2145 ____________________________________________________________________________
2146 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
2147         Log: Obsolete file.
2148      Branch: perl
2149            - NetWare/bat/Setwatcom.bat
2150            ! MANIFEST
2151 ____________________________________________________________________________
2152 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
2153         Log: Update Andy.
2154      Branch: perl
2155            ! hints/linux.sh
2156 ____________________________________________________________________________
2157 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
2158         Log: INT2PTR/PTR2IV defined twice.
2159      Branch: perl
2160            ! ext/Devel/PPPort/PPPort.pm
2161 ____________________________________________________________________________
2162 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
2163         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
2164              From: PPrymmer@factset.com
2165              Date: Thu, 30 May 2002 13:57:31 -0400
2166              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
2167              
2168              Multinet matters with s/might the/mind the/
2169      Branch: perl
2170            ! README.vms
2171 ____________________________________________________________________________
2172 [ 16898] By: nick                                  on 2002/05/30  15:55:46
2173         Log: Integrate mainline
2174      Branch: perlio
2175           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
2176           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
2177 ____________________________________________________________________________
2178 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
2179         Log: Document the glibc 2.2.5 long long bug.
2180      Branch: perl
2181            ! pod/perldelta.pod
2182 ____________________________________________________________________________
2183 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
2184         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
2185              From: Abigail <abigail@foad.org>
2186              Date: Thu, 30 May 2002 09:33:51 -0700
2187              Message-ID: <20020530093351.A18225@ucan.foad.org>
2188      Branch: perl
2189            ! pod/perlfunc.pod
2190 ____________________________________________________________________________
2191 [ 16895] By: nick                                  on 2002/05/30  14:40:11
2192         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
2193      Branch: perlio
2194            ! perlio.c
2195 ____________________________________________________________________________
2196 [ 16894] By: nick                                  on 2002/05/30  14:39:19
2197         Log: Integrate mainline
2198      Branch: perlio
2199           !> (integrate 50 files)
2200 ____________________________________________________________________________
2201 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
2202         Log: Update Changes.
2203      Branch: perl
2204            ! Changes patchlevel.h
2205 ____________________________________________________________________________
2206 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
2207         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
2208              From: "Green, Paul" <Paul.Green@stratus.com>
2209              Date: Thu, 30 May 2002 11:11:35 -0400
2210              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
2211      Branch: perl
2212            ! pod/perlvar.pod
2213 ____________________________________________________________________________
2214 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
2215         Log: charnames patch from Thomas Wegner.
2216      Branch: perl
2217            ! lib/charnames.pm lib/charnames.t
2218 ____________________________________________________________________________
2219 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
2220         Log: Subject: [Patch perl@16861] charnames::vianame tweak
2221              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2222              Date: Thu, 30 May 2002 23:56:51 +0900
2223              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
2224      Branch: perl
2225            ! lib/charnames.pm
2226 ____________________________________________________________________________
2227 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
2228         Log: Chart the self-tying minefield.
2229      Branch: perl
2230            ! pod/perldelta.pod
2231 ____________________________________________________________________________
2232 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
2233         Log: Ignasi Roca convinced me, so #16855 is back in.
2234      Branch: perl
2235            ! utfebcdic.h
2236 ____________________________________________________________________________
2237 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
2238         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
2239              From: Andy Dougherty <doughera@lafayette.edu>
2240              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
2241              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
2242      Branch: perl
2243            ! hints/linux.sh
2244 ____________________________________________________________________________
2245 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
2246         Log: Sync with libnet-1.12
2247      Branch: perl
2248            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
2249 ____________________________________________________________________________
2250 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
2251         Log: Subject: Re: perl@16861
2252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2253              Date: Wed, 29 May 2002 15:27:18 -0700
2254              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
2255              
2256              Yitzchak won't give up on self-ties.
2257      Branch: perl
2258            ! pp_sys.c t/op/tie.t
2259 ____________________________________________________________________________
2260 [ 16884] By: ams                                   on 2002/05/30  13:32:52
2261         Log: Ronald Kimball pointed out that there was a run-on sentence in the
2262              last patch by Stas Bekman, and I fixed it, and while I was at it, I
2263              fixed the wording of the last phrase as well, and then I re-wrapped
2264              the paragraph.
2265      Branch: perl
2266            ! pod/perlvar.pod
2267 ____________________________________________________________________________
2268 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
2269         Log: Integrate macperl change #16875.
2270      Branch: perl
2271           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
2272           !> t/lib/warnings/op
2273 ____________________________________________________________________________
2274 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
2275         Log: Integrate macperl patch #16868.
2276      Branch: perl
2277           !> (integrate 36 files)
2278 ____________________________________________________________________________
2279 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
2280         Log: Subject: Re: [ PATCH ] module test fest
2281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2282              Date: Thu, 30 May 2002 13:52:18 +0200
2283              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
2284              
2285              HP-UX Oracle wisdom (with some tweaks)
2286      Branch: perl
2287            ! README.hpux
2288 ____________________________________________________________________________
2289 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
2290         Log: metaconfig unit change for #16879.
2291      Branch: metaconfig
2292            ! U/modified/Options.U
2293 ____________________________________________________________________________
2294 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
2295         Log: Configure -A should not mangle spaces, from H.Merijn B.
2296      Branch: perl
2297            ! Configure
2298 ____________________________________________________________________________
2299 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
2300         Log: OS/2: found the _fd_flags() prototype.
2301      Branch: perl
2302            ! os2/os2ish.h
2303 ____________________________________________________________________________
2304 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
2305         Log: Fix up the signal handler reinstallation lore.
2306      Branch: perl
2307            ! pod/perlipc.pod
2308 ____________________________________________________________________________
2309 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
2310         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
2311              From: Stas Bekman <stas@stason.org>
2312              Date: Thu, 30 May 2002 15:29:02 +0800
2313              Message-ID: <3CF5D4BE.4000500@stason.org>
2314      Branch: perl
2315            ! pod/perlipc.pod
2316 ____________________________________________________________________________
2317 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
2318         Log: Fixes for fixes
2319      Branch: macperl
2320            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
2321            ! t/lib/warnings/op
2322 ____________________________________________________________________________
2323 [ 16874] By: ams                                   on 2002/05/30  07:41:30
2324         Log: Fix typo in #16866.
2325      Branch: perl
2326            ! lib/File/stat.t
2327 ____________________________________________________________________________
2328 [ 16873] By: ams                                   on 2002/05/30  07:39:24
2329         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
2330              From: Stas Bekman <stas@stason.org>
2331              Date: Thu, 30 May 2002 16:14:55 +0800
2332              Message-Id: <3CF5DF7F.1060700@stason.org>
2333      Branch: perl
2334            ! lib/File/Spec/Unix.pm
2335 ____________________________________________________________________________
2336 [ 16872] By: ams                                   on 2002/05/30  07:38:34
2337         Log: Subject: [PATCH pod/perlvar.pod] $^X
2338              From: Stas Bekman <stas@stason.org>
2339              Date: Thu, 30 May 2002 15:59:48 +0800
2340              Message-Id: <3CF5DBF4.7080500@stason.org>
2341      Branch: perl
2342            ! pod/perlvar.pod
2343 ____________________________________________________________________________
2344 [ 16871] By: nick                                  on 2002/05/30  06:45:56
2345         Log: Integrate all but lib/File/stat.t which seems broken.
2346      Branch: perlio
2347           !> Changes Porting/patching.pod cygwin/perlld.in
2348           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
2349           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2350           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
2351           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
2352           !> t/run/fresh_perl.t utfebcdic.h
2353 ____________________________________________________________________________
2354 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
2355         Log: Integrate perl
2356      Branch: macperl
2357           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
2358           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2359           !> (integrate 137 files)
2360 ____________________________________________________________________________
2361 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
2362         Log: Makefile / config / test updates for MacPerl
2363      Branch: macperl
2364            + macos/MacPerlMakeTests.plx
2365            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2366            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
2367            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
2368 ____________________________________________________________________________
2369 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
2370         Log: Big MacPerl Testing Patch No. 1
2371              If you like this, stay tuned, there's more to come!
2372      Branch: macperl
2373            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
2374            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
2375            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
2376            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
2377            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
2378            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
2379            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
2380            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
2381            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2382            ! lib/Test/Harness/t/strap-analyze.t
2383            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
2384            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
2385            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
2386            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
2387            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
2388 ____________________________________________________________________________
2389 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
2390         Log: Attachments are okay.
2391      Branch: perl
2392            ! Porting/patching.pod
2393 ____________________________________________________________________________
2394 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
2395         Log: OS/2: ENOINO.
2396      Branch: perl
2397            ! lib/File/stat.t
2398 ____________________________________________________________________________
2399 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
2400         Log: OS/2: provide prototype.
2401      Branch: perl
2402            ! os2/os2ish.h
2403 ____________________________________________________________________________
2404 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
2405         Log: OS/2: fp stringification fudge.
2406              (After this the whole suite passes 98.30%)
2407      Branch: perl
2408            ! t/base/num.t
2409 ____________________________________________________________________________
2410 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
2411         Log: harness wasn't running x2p/s2p.t.
2412      Branch: perl
2413            ! t/harness
2414 ____________________________________________________________________________
2415 [ 16862] By: nick                                  on 2002/05/29  14:12:41
2416         Log: Integrate mainline
2417      Branch: perlio
2418           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2419           !> (integrate 100 files)
2420 ____________________________________________________________________________
2421 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
2422         Log: Subject: [PATCH] pack 'w' should be using NV, not double
2423              From: Nicholas Clark <nick@ccl4.org>
2424              Date: Wed, 29 May 2002 15:38:41 +0100
2425              Message-ID: <20020529153840.L53388@plum.flirble.org>
2426      Branch: perl
2427            ! pp_pack.c
2428 ____________________________________________________________________________
2429 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
2430         Log: Update Changes.
2431      Branch: perl
2432            ! Changes patchlevel.h
2433 ____________________________________________________________________________
2434 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
2435         Log: Spelling bee.
2436      Branch: perl
2437            ! t/op/tie.t
2438 ____________________________________________________________________________
2439 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
2440         Log: Recover some of the #16845.
2441      Branch: perl
2442            ! sv.c t/op/tie.t t/run/fresh_perl.t
2443 ____________________________________________________________________________
2444 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
2445         Log: Retract #16855 until settled.
2446      Branch: perl
2447            ! utfebcdic.h
2448 ____________________________________________________________________________
2449 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
2450         Log: OS/2: more missing definitions.
2451      Branch: perl
2452            ! os2/os2ish.h
2453 ____________________________________________________________________________
2454 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
2455         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
2456              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2457              Date: Wed, 29 May 2002 13:16:16 +0200
2458              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
2459      Branch: perl
2460            ! utfebcdic.h
2461 ____________________________________________________________________________
2462 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
2463         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
2464      Branch: perl
2465            ! ext/Devel/PPPort/PPPort.pm
2466 ____________________________________________________________________________
2467 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
2468         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
2469              From: "Gerrit P. Haase" <gp@familiehaase.de>
2470              Date: Wed, 29 May 2002 08:06:43 +0200
2471              Message-ID: <1881715214417.20020529080643@familiehaase.de>
2472      Branch: perl
2473            ! perl.h
2474 ____________________________________________________________________________
2475 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
2476         Log: OS/2: more missing headers from John Poltorak.
2477      Branch: perl
2478            ! os2/os2ish.h
2479 ____________________________________________________________________________
2480 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
2481         Log: Subject: Re: forewarning: usedevel and versiononly
2482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2483              Date: Wed, 29 May 2002 09:41:23 +0200
2484              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
2485              
2486              More 5.7.3 -> 5.8.0.
2487      Branch: perl
2488            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
2489            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
2490 ____________________________________________________________________________
2491 [ 16850] By: ams                                   on 2002/05/29  06:48:19
2492         Log: Lots of spring cleaning. (No functional changes.)
2493      Branch: perl
2494            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
2495            ! ext/Storable/README ext/Storable/Storable.pm
2496            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
2497            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
2498            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
2499            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2500            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
2501            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
2502            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
2503            ! ext/Storable/t/store.t ext/Storable/t/tied.t
2504            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
2505            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
2506 ____________________________________________________________________________
2507 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
2508         Log: pod cleanups.
2509      Branch: perl
2510            ! README.aix README.cygwin README.jp README.ko README.macos
2511            ! README.tw pod/perl561delta.pod pod/perldelta.pod
2512            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
2513            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
2514            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
2515 ____________________________________________________________________________
2516 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
2517         Log: Regen perltoc.
2518      Branch: perl
2519            ! pod/perltoc.pod
2520 ____________________________________________________________________________
2521 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
2522         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
2523              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2524              Date: Wed, 29 May 2002 02:48:15 +0400
2525              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
2526      Branch: perl
2527            ! wince/Makefile.ce
2528 ____________________________________________________________________________
2529 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
2530         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
2531              From: PPrymmer@factset.com
2532              Date: Tue, 28 May 2002 18:34:55 -0400
2533              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
2534      Branch: perl
2535            ! configure.com vms/genopt.com
2536 ____________________________________________________________________________
2537 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
2538         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
2539              to restore some level of sanity in the tied scalars can of worms.
2540      Branch: perl
2541            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
2542 ____________________________________________________________________________
2543 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
2544         Log: extension of change#16332: isolate signal diddling to the main
2545              interpreter (fixes signal-related races, e.g. when multiple
2546              threads run system())
2547      Branch: maint-5.6/perl
2548            ! util.c
2549 ____________________________________________________________________________
2550 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
2551         Log: Bump the version numbers to five-eight-oh.
2552      Branch: perl
2553            ! Configure NetWare/Makefile NetWare/config_H.wc
2554            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
2555            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
2556            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
2557            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2558            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
2559            ! wince/config_H.ce
2560 ____________________________________________________________________________
2561 [ 16842] By: ams                                   on 2002/05/28  19:34:27
2562         Log: Subject: Minor INSTALL patch
2563              From: Andy Dougherty <doughera@lafayette.edu>
2564              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
2565              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
2566      Branch: perl
2567            ! INSTALL
2568 ____________________________________________________________________________
2569 [ 16841] By: ams                                   on 2002/05/28  19:01:22
2570         Log: Add integer.t to MANIFEST.
2571      Branch: perl
2572            ! ext/Storable/MANIFEST
2573 ____________________________________________________________________________
2574 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
2575         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
2576              From: Dan Kogai <dankogai@dan.co.jp>
2577              Date: Wed, 29 May 2002 03:43:57 +0900
2578              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
2579      Branch: perl
2580            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2581            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
2582            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
2583            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
2584            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
2585            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
2586            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
2587            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
2588            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
2589            ! ext/Encode/t/mime-header.t
2590 ____________________________________________________________________________
2591 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
2592         Log: OS/2: bug found by John Poltorak.
2593      Branch: perl
2594            ! lib/ExtUtils/MM_OS2.pm
2595 ____________________________________________________________________________
2596 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
2597         Log: makefiles should not clobber lib/Thread directory (some Thread
2598              files seem to live there rather than in ext, for some reason)
2599      Branch: perl
2600            ! win32/Makefile win32/makefile.mk
2601 ____________________________________________________________________________
2602 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
2603         Log: Subject: [PATCH] Bug fix for charnames::vianame
2604              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2605              Date: Tue, 28 May 2002 23:53:39 +0900
2606              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
2607      Branch: perl
2608            ! lib/charnames.pm lib/charnames.t
2609 ____________________________________________________________________________
2610 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
2611         Log: Test output tweak.
2612      Branch: perl
2613            ! lib/ExtUtils/t/Embed.t
2614 ____________________________________________________________________________
2615 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
2616         Log: More charnames tweaks.
2617      Branch: perl
2618            ! lib/charnames.pm lib/charnames.t
2619 ____________________________________________________________________________
2620 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
2621         Log: Subject: [PATCH] Doc fix for charnames::vianame
2622              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2623              Date: Tue, 28 May 2002 22:46:41 +0900
2624              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
2625      Branch: perl
2626            ! lib/charnames.pm
2627 ____________________________________________________________________________
2628 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
2629         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
2630              From: "Yves Orton" <demerphq@hotmail.com>
2631              Date: Tue, 28 May 2002 15:43:12 +0200
2632              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
2633      Branch: perl
2634            ! lib/ExtUtils/t/Embed.t
2635 ____________________________________________________________________________
2636 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
2637         Log: metaconfig unit change for #16831.
2638      Branch: metaconfig/U/perl
2639            ! gccvers.U
2640 ____________________________________________________________________________
2641 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
2642         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
2643      Branch: perl
2644            ! Configure
2645 ____________________________________________________________________________
2646 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
2647         Log: Retract the Straps part of #16829 for now since
2648              the subtest 44 of t/strap.t started failing.
2649      Branch: perl
2650            ! lib/Test/Harness/Straps.pm
2651 ____________________________________________________________________________
2652 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
2653         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
2654              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2655              Date: Tue, 28 May 2002 08:17:53 +0200
2656              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
2657      Branch: perl
2658            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
2659            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
2660 ____________________________________________________________________________
2661 [ 16828] By: nick                                  on 2002/05/28  08:00:28
2662         Log: Integrate mainline
2663      Branch: perlio
2664           !> Changes Makefile.micro README.netware README.tru64
2665           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
2666           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
2667           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
2668           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
2669           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
2670           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
2671           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
2672           !> uconfig.h util.c
2673 ____________________________________________________________________________
2674 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
2675         Log: Tru64: sockatmark trouble.
2676      Branch: perl
2677            ! README.tru64
2678 ____________________________________________________________________________
2679 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
2680         Log: Update Changes.
2681      Branch: perl
2682            ! Changes patchlevel.h
2683 ____________________________________________________________________________
2684 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
2685         Log: Integrate perl
2686      Branch: macperl
2687           +> ext/Storable/t/integer.t
2688            ! macos/MPVersion.r macos/config.sh
2689           !> (integrate 60 files)
2690 ____________________________________________________________________________
2691 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
2692         Log: Todo update.
2693      Branch: perl
2694            ! pod/perltodo.pod
2695 ____________________________________________________________________________
2696 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
2697         Log: Don't assume sh and true.
2698      Branch: perl
2699            ! Makefile.micro uconfig.h
2700 ____________________________________________________________________________
2701 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
2702         Log: Subject: Re: [PATCH] Version tango
2703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2704              Date: Mon, 27 May 2002 13:20:56 -0700
2705              Message-ID: <oUp88gzkgy+T092yn@efn.org>
2706      Branch: perl
2707            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
2708            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
2709            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
2710            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
2711            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
2712            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
2713 ____________________________________________________________________________
2714 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
2715         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
2716              stashes correctly.) Partial info is better than wrong info.
2717      Branch: perl
2718            ! t/lib/warnings/pp_hot util.c
2719 ____________________________________________________________________________
2720 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
2721         Log: A shot in the dark.
2722      Branch: perl
2723            ! mg.c
2724 ____________________________________________________________________________
2725 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
2726         Log: Comment nit from Yitzchak.
2727      Branch: perl
2728            ! sv.c
2729 ____________________________________________________________________________
2730 [ 16818] By: nick                                  on 2002/05/27  18:47:58
2731         Log: Integrate mainline
2732      Branch: perlio
2733           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
2734           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
2735           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
2736           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
2737           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
2738           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
2739           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
2740           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
2741           !> pod/perlsub.pod
2742 ____________________________________________________________________________
2743 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
2744         Log: POD cleanup and rewrapping.
2745      Branch: perl
2746            ! README.netware
2747 ____________________________________________________________________________
2748 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
2749         Log: Update Changes.
2750      Branch: perl
2751            ! Changes patchlevel.h
2752 ____________________________________________________________________________
2753 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
2754         Log: More NetWare.
2755      Branch: perl
2756            ! README.netware
2757 ____________________________________________________________________________
2758 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
2759         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
2760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2761              Date: Mon, 27 May 2002 19:26:27 +0200
2762              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
2763      Branch: perl
2764            ! hints/hpux.sh
2765 ____________________________________________________________________________
2766 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
2767         Log: We are not that certain about the localising of
2768              tied aggregates.
2769      Branch: perl
2770            ! pod/perldelta.pod
2771 ____________________________________________________________________________
2772 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
2773         Log: Missed from #16811.
2774      Branch: perl
2775            + NetWare/sv_nw.c
2776            ! MANIFEST
2777 ____________________________________________________________________________
2778 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
2779         Log: NetWare diff from Ananth Kesari.
2780      Branch: perl
2781            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2782            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
2783 ____________________________________________________________________________
2784 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
2785         Log: Integrate perlio;
2786              
2787              Fix for the IO::Scalar bug (I think).
2788              At tie time break the loop but in a different place:
2789              A. Increment REFCNT of the RV involved in the self-tie
2790              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
2791              At mg_free time
2792              Break the connection between the RV and its referent
2793              so that we do not try and free it (again).
2794              
2795              Add IO::Scalar fail case to the tests.
2796      Branch: perl
2797           !> mg.c sv.c t/op/tie.t
2798 ____________________________________________________________________________
2799 [ 16809] By: nick                                  on 2002/05/27  11:02:21
2800         Log: Add IO::Scalar fail case to the tests.
2801      Branch: perlio
2802            ! t/op/tie.t
2803 ____________________________________________________________________________
2804 [ 16808] By: nick                                  on 2002/05/27  09:54:46
2805         Log: Fix for the IO::Scalar bug (I think).
2806              At tie time break the loop but in a different place:
2807              A. Increment REFCNT of the RV involved in the self-tie
2808              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
2809              At mg_free time
2810              Break the connection between the RV and its referent
2811              so that we do not try and free it (again).
2812      Branch: perlio
2813            ! mg.c sv.c
2814 ____________________________________________________________________________
2815 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
2816         Log: select() portability nit.
2817      Branch: perl
2818            ! pod/perlfunc.pod
2819 ____________________________________________________________________________
2820 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
2821         Log: Fix a remaining B::Lint bug.
2822      Branch: perl
2823            ! ext/B/B/Lint.pm ext/B/t/lint.t
2824 ____________________________________________________________________________
2825 [ 16805] By: nick                                  on 2002/05/26  20:51:31
2826         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
2827              Only op/local.t fails but it is nasty... try valgrind on other machine.
2828      Branch: perlio
2829            ! sv.c
2830 ____________________________________________________________________________
2831 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
2832         Log: Some day I might actually learn to test changes first
2833              before committing them in.
2834      Branch: perl
2835            ! hints/darwin.sh
2836 ____________________________________________________________________________
2837 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
2838         Log: Until otherwise proven.
2839      Branch: perl
2840            ! hints/darwin.sh
2841 ____________________________________________________________________________
2842 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
2843         Log: Darwin hint tweaks.
2844      Branch: perl
2845            ! hints/darwin.sh
2846 ____________________________________________________________________________
2847 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
2848         Log: FAQ sync.
2849      Branch: perl
2850            ! pod/perlfaq5.pod pod/perlfaq6.pod
2851 ____________________________________________________________________________
2852 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
2853         Log: Subject: [DOC-PATCH] README.cygwin updated
2854              From: "Gerrit P. Haase" <gp@familiehaase.de>
2855              Date: Sun, 26 May 2002 14:56:14 +0200
2856              Message-ID: <1151480833395.20020526145614@familiehaase.de>
2857      Branch: perl
2858            ! README.cygwin
2859 ____________________________________________________________________________
2860 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
2861         Log: I thinkk thinggy has only one g.
2862      Branch: perl
2863            ! pod/perldelta.pod
2864 ____________________________________________________________________________
2865 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
2866         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
2867              From: Dave Mitchell <davem@fdgroup.com>
2868              Date: Sun, 26 May 2002 14:15:42 +0100
2869              Message-ID: <20020526141542.B18527@fdgroup.com>
2870      Branch: perl
2871            ! pod/perldelta.pod pod/perlsub.pod
2872 ____________________________________________________________________________
2873 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
2874         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
2875              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2876              Date: Sat, 25 May 2002 21:52:16 -0700
2877              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
2878      Branch: perl
2879            ! ext/B/B/Deparse.pm
2880 ____________________________________________________________________________
2881 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
2882         Log: Slight reformatting; tiny tweaks.
2883      Branch: perl
2884            ! pod/perlipc.pod
2885 ____________________________________________________________________________
2886 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
2887         Log: Integrate perlio; Update perlipc.pod for new signals.
2888      Branch: perl
2889           !> pod/perlipc.pod
2890 ____________________________________________________________________________
2891 [ 16794] By: nick                                  on 2002/05/26  08:07:12
2892         Log: Update perlipc.pod for new signals
2893      Branch: perlio
2894            ! pod/perlipc.pod
2895 ____________________________________________________________________________
2896 [ 16793] By: nick                                  on 2002/05/26  07:10:14
2897         Log: Integrate mainline
2898      Branch: perlio
2899           !> AUTHORS Changes Configure patchlevel.h
2900 ____________________________________________________________________________
2901 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
2902         Log: Mention that we do Win64.
2903      Branch: perl
2904            ! pod/perldelta.pod
2905 ____________________________________________________________________________
2906 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
2907         Log: Document the $Config{byteorder} changes.
2908      Branch: perl
2909            ! pod/perldelta.pod
2910 ____________________________________________________________________________
2911 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
2912         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
2913              From: Nicholas Clark <nick@unfortu.net>
2914              Date: Sat, 25 May 2002 22:37:19 +0100
2915              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
2916              
2917              Subject: [PATCH] Storable (smaller)
2918              From: Nicholas Clark <nick@unfortu.net>
2919              Date: Sat, 25 May 2002 23:13:13 +0100
2920              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
2921      Branch: perl
2922            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2923            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
2924 ____________________________________________________________________________
2925 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
2926         Log: Update Changes.
2927      Branch: perl
2928            ! Changes patchlevel.h
2929 ____________________________________________________________________________
2930 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
2931         Log: AUTHORS updates.
2932      Branch: perl
2933            ! AUTHORS
2934 ____________________________________________________________________________
2935 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
2936         Log: metaconfig unit changes for #16786.
2937      Branch: metaconfig
2938            ! U/modified/Getfile.U U/modified/pager.U
2939 ____________________________________________________________________________
2940 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
2941         Log: Pager query tweaks from Andy Dougherty (for OS/2).
2942      Branch: perl
2943            ! Configure
2944 ____________________________________________________________________________
2945 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
2946         Log: Integrate perlio; Fix VMS ungetc fix for platforms like NetBSD.
2947      Branch: perl
2948           !> perlio.c
2949 ____________________________________________________________________________
2950 [ 16784] By: nick                                  on 2002/05/25  17:34:48
2951         Log: Fix VMS ungetc fix for platforms like NetBSD.
2952      Branch: perlio
2953            ! perlio.c
2954 ____________________________________________________________________________
2955 [ 16783] By: nick                                  on 2002/05/25  16:33:14
2956         Log: Integrate mainline for Lupe's perlio.c fix before
2957              starting on NetBSD issue
2958      Branch: perlio
2959           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
2960           !> perlio.c pod/perlapio.pod pod/perldelta.pod
2961 ____________________________________________________________________________
2962 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
2963         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
2964              From: "Craig A. Berry" <craigberry@mac.com>
2965              Date: Sat, 25 May 2002 12:19:36 -0500
2966              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
2967      Branch: perl
2968            ! lib/ExtUtils/t/basic.t
2969 ____________________________________________________________________________
2970 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
2971         Log: BeOS: update the test status.
2972      Branch: perl
2973            ! README.beos pod/perldelta.pod
2974 ____________________________________________________________________________
2975 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
2976         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
2977              From: Nicholas Clark <nick@unfortu.net>
2978              Date: Sat, 25 May 2002 17:19:21 +0100
2979              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
2980      Branch: perl
2981            ! ext/Storable/t/integer.t
2982 ____________________________________________________________________________
2983 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
2984         Log: Update the number of tests.
2985      Branch: perl
2986            ! pod/perldelta.pod
2987 ____________________________________________________________________________
2988 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
2989         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
2990              From: lupe@lupe-christoph.de (Lupe Christoph)    
2991              Date: Sat, 25 May 2002 15:45:34 +0200
2992              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
2993      Branch: perl
2994            ! perlio.c pod/perlapio.pod
2995 ____________________________________________________________________________
2996 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
2997         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
2998              From: Nicholas Clark <nick@unfortu.net>
2999              Date: Sat, 25 May 2002 12:17:44 +0100
3000              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
3001      Branch: perl
3002            ! ext/Storable/t/integer.t
3003 ____________________________________________________________________________
3004 [ 16776] By: nick                                  on 2002/05/25  11:23:28
3005         Log: Integrate mainline
3006      Branch: perlio
3007           +> ext/Storable/t/integer.t
3008           !> (integrate 41 files)
3009 ____________________________________________________________________________
3010 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
3011         Log: perldelta tweaks.
3012      Branch: perl
3013            ! pod/perldelta.pod
3014 ____________________________________________________________________________
3015 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
3016         Log: UNICOS: update test status.
3017      Branch: perl
3018            ! ext/Socket/socketpair.t pod/perldelta.pod
3019 ____________________________________________________________________________
3020 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
3021         Log: UNICOS: since $] is really 5.00700299999997,
3022              testing for equivalence with 5.007003 isn't correct.
3023              (From Nicholas Clark.)
3024      Branch: perl
3025            ! ext/Storable/t/downgrade.t
3026 ____________________________________________________________________________
3027 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
3028         Log: Knock off one test failure thanks to #16771.
3029      Branch: perl
3030            ! pod/perldelta.pod
3031 ____________________________________________________________________________
3032 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
3033         Log: In some (rare) platforms (such as UNICOS) using the native
3034              atof is still better.
3035      Branch: perl
3036            ! numeric.c perl.h
3037 ____________________________________________________________________________
3038 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
3039         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
3040              From: "Craig A. Berry" <craigberry@mac.com>
3041              Date: Fri, 24 May 2002 16:24:44 -0500
3042              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
3043      Branch: perl
3044            ! pod/perldelta.pod vms/vms.c
3045 ____________________________________________________________________________
3046 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
3047         Log: Subject: [PATCH pod/perllol.pod] small typo
3048              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
3049              Date: Fri, 24 May 2002 16:05:07 -0400
3050              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
3051      Branch: perl
3052            ! pod/perllol.pod
3053 ____________________________________________________________________________
3054 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
3055         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
3056              From: Andy Dougherty <doughera@lafayette.edu>
3057              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
3058              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
3059      Branch: perl
3060            ! hints/solaris_2.sh
3061 ____________________________________________________________________________
3062 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
3063         Log: Subject: [patch] small change
3064              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3065              Date: Fri, 24 May 2002 19:18:24 +0400
3066              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
3067      Branch: perl
3068            ! perl.h win32/makefile.mk
3069 ____________________________________________________________________________
3070 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
3071         Log: Subject: [PATCH] README.aix
3072              From: John Peacock <jpeacock@rowman.com>    
3073              Date: Fri, 24 May 2002 10:49:39 -0400
3074              Message-ID: <3CEE5303.1070201@rowman.com>
3075      Branch: perl
3076            ! README.aix
3077 ____________________________________________________________________________
3078 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
3079         Log: Upgrade to Locale-Codes 2.04.
3080      Branch: perl
3081            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
3082            ! lib/Locale/Country.pm
3083 ____________________________________________________________________________
3084 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
3085         Log: Update Changes.
3086      Branch: perl
3087            ! Changes patchlevel.h
3088 ____________________________________________________________________________
3089 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
3090         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
3091              From: Abigail <abigail@foad.org>
3092              Date: Fri, 24 May 2002 02:43:37 -0700
3093              Message-ID: <20020524024337.A28749@ucan.foad.org>
3094      Branch: perl
3095            ! Makefile.SH
3096 ____________________________________________________________________________
3097 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
3098         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
3099              From: Abigail <abigail@foad.org>
3100              Date: Fri, 24 May 2002 02:26:48 -0700
3101              Message-ID: <20020524022648.A31684@ucan.foad.org>
3102      Branch: perl
3103            ! ext/POSIX/t/posix.t
3104 ____________________________________________________________________________
3105 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
3106         Log: Doc tweaks.
3107      Branch: perl
3108            ! pod/perlunicode.pod pod/perluniintro.pod
3109 ____________________________________________________________________________
3110 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
3111         Log: More portability defines, now mostly type-related
3112              (based on Storable.xs)
3113      Branch: perl
3114            ! ext/Devel/PPPort/PPPort.pm
3115 ____________________________________________________________________________
3116 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
3117         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3118              From: Nicholas Clark <nick@unfortu.net>
3119              Date: Thu, 23 May 2002 23:43:16 +0100
3120              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
3121      Branch: perl
3122            + ext/Storable/t/integer.t
3123            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3124            ! ext/Storable/Storable.xs
3125 ____________________________________________________________________________
3126 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
3127         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
3128              From: "Craig A. Berry" <craigberry@mac.com>
3129              Date: Thu, 23 May 2002 16:47:34 -0500
3130              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
3131      Branch: perl
3132            ! configure.com
3133 ____________________________________________________________________________
3134 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
3135         Log: One more ppportability thing (from Sarathy).
3136      Branch: perl
3137            ! ext/Devel/PPPort/PPPort.pm
3138 ____________________________________________________________________________
3139 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
3140         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
3141              From: Michael G Schwern <schwern@pobox.com>
3142              Date: Wed, 22 May 2002 19:21:43 -0400
3143              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
3144      Branch: perl
3145            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3146            ! lib/Test/Harness/t/strap-analyze.t
3147            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
3148            ! t/lib/sample-tests/die_head_end
3149            ! t/lib/sample-tests/die_last_minute
3150 ____________________________________________________________________________
3151 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
3152         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
3153              From: Michael G Schwern <schwern@pobox.com>
3154              Date: Wed, 22 May 2002 19:14:35 -0400
3155              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
3156      Branch: perl
3157            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3158            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
3159            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
3160 ____________________________________________________________________________
3161 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
3162         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
3163              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3164              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
3165              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
3166      Branch: perl
3167            ! dump.c
3168 ____________________________________________________________________________
3169 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
3170         Log: Typo squad.
3171      Branch: perl
3172            ! ext/POSIX/POSIX.pod pod/perldelta.pod
3173 ____________________________________________________________________________
3174 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
3175         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
3176              From: Abigail <abigail@foad.org>
3177              Date: Thu, 23 May 2002 07:53:33 -0700
3178              Message-ID: <20020523075333.A14658@ucan.foad.org>
3179      Branch: perl
3180            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
3181 ____________________________________________________________________________
3182 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
3183         Log: PPPort dTHX.
3184      Branch: perl
3185            ! ext/Devel/PPPort/PPPort.pm
3186 ____________________________________________________________________________
3187 [ 16750] By: nick                                  on 2002/05/23  08:00:24
3188         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
3189      Branch: perlio
3190           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
3191           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
3192           !> pod/perldelta.pod
3193 ____________________________________________________________________________
3194 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
3195         Log: We do not want utf8.t to be compiled under -Mutf8,
3196              wonky as it sounds.
3197      Branch: perl
3198            ! lib/utf8.t
3199 ____________________________________________________________________________
3200 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
3201         Log: We do not want to see the utf8 hints bit.
3202      Branch: perl
3203            ! lib/vmsish.t
3204 ____________________________________________________________________________
3205 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
3206         Log: More -Mutf8 cleanup.
3207      Branch: perl
3208            ! ext/PerlIO/t/fallback.t
3209 ____________________________________________________________________________
3210 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
3211         Log: -Mutf8 cleanup.
3212      Branch: perl
3213            ! ext/Encode/t/mime-header.t
3214 ____________________________________________________________________________
3215 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
3216         Log: Integrate perlio; VMS vs perlio.
3217      Branch: perl
3218           !> ext/PerlIO/encoding/encoding.xs perlio.c
3219 ____________________________________________________________________________
3220 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
3221         Log: Subject: Re: Additional README.aix changes
3222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3223              Date: Wed, 22 May 2002 08:37:37 +0200
3224              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
3225      Branch: perl
3226            ! README.aix
3227 ____________________________________________________________________________
3228 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
3229         Log: HP-UX 11.00 io_xs hangup workaround.
3230      Branch: perl
3231            ! hints/hpux.sh
3232 ____________________________________________________________________________
3233 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
3234         Log: Updated UNICOS status from Mark Lutz.
3235      Branch: perl
3236            ! pod/perldelta.pod
3237 ____________________________________________________________________________
3238 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
3239         Log: UNICOS: Mark Lutz had a better idea.
3240      Branch: perl
3241            ! hints/unicos.sh
3242 ____________________________________________________________________________
3243 [ 16740] By: nick                                  on 2002/05/22  21:13:10
3244         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
3245      Branch: perlio
3246            ! perlio.c
3247 ____________________________________________________________________________
3248 [ 16739] By: nick                                  on 2002/05/22  20:59:22
3249         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
3250              ungetc() and buffer snooping may not mix. So use buffer snoop
3251              hooks to avoid ungetc() where available.
3252              unread() falls back to using :pending layer, and fill has
3253              VMS specific code (which should not get used) or ungetc()
3254              which should work.
3255      Branch: perlio
3256            ! perlio.c
3257 ____________________________________________________________________________
3258 [ 16738] By: nick                                  on 2002/05/22  20:34:55
3259         Log: Integrate mainline
3260      Branch: perlio
3261           !> (integrate 40 files)
3262 ____________________________________________________________________________
3263 [ 16737] By: nick                                  on 2002/05/22  19:04:13
3264         Log: Flag the VMS-problem-causing part of :encoding
3265              for enhancement. (Problem still needs fixing in perlio.c)
3266      Branch: perlio
3267            ! ext/PerlIO/encoding/encoding.xs
3268 ____________________________________________________________________________
3269 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
3270         Log: UNICOS: using uname -m is wrong since what matter
3271              is what CPUs (FPUs) we have.
3272      Branch: perl
3273            ! hints/unicos.sh
3274 ____________________________________________________________________________
3275 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
3276         Log: Update Changes.
3277      Branch: perl
3278            ! Changes patchlevel.h
3279 ____________________________________________________________________________
3280 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
3281         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
3282              From: Dave Mitchell <davem@fdgroup.com>
3283              Date: Wed, 22 May 2002 12:53:21 +0100
3284              Message-ID: <20020522125320.E12794@fdgroup.com>
3285      Branch: perl
3286            ! ext/threads/shared/t/cond.t
3287 ____________________________________________________________________________
3288 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
3289         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
3290              From: John Borwick <john_borwick@ncsu.edu>
3291              Date: Wed, 22 May 2002 04:10:37 -0400
3292              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
3293      Branch: perl
3294            ! pod/perlunicode.pod pod/perluniintro.pod
3295 ____________________________________________________________________________
3296 [ 16732] By: ams                                   on 2002/05/22  05:47:35
3297         Log: Integrate #16731 from //depot/macperl.
3298      Branch: perl
3299           !> t/io/crlf.t
3300 ____________________________________________________________________________
3301 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
3302         Log: Be more specific in what we're looking for
3303      Branch: macperl
3304            ! t/io/crlf.t
3305 ____________________________________________________________________________
3306 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
3307         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
3308      Branch: macperl
3309            + lib/Unicode/README
3310           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
3311           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
3312            - t/lib/st-dump.pl
3313            ! macos/MPVersion.r macos/config.sh
3314           !> (integrate 135 files)
3315 ____________________________________________________________________________
3316 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
3317         Log: FAQ sync.
3318      Branch: perl
3319            ! pod/perlfaq4.pod
3320 ____________________________________________________________________________
3321 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
3322         Log: Getopt::Std clarification from John Borwick.
3323      Branch: perl
3324            ! lib/Getopt/Std.pm
3325 ____________________________________________________________________________
3326 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
3327         Log: Subject: Re: [Patch] for problem with shellwords.pl
3328              From: "Curtis Poe" <cp@onsitetech.com>
3329              Date: Tue, 21 May 2002 11:17:40 -0700
3330              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
3331              
3332              Subject: [Patch] for security problem with Text::ParseWords
3333              From: "Curtis Poe" <cp@onsitetech.com>     
3334              Date: Tue, 21 May 2002 15:10:18 -0700
3335              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
3336      Branch: perl
3337            ! lib/Text/ParseWords.pm lib/shellwords.pl
3338 ____________________________________________________________________________
3339 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
3340         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
3341              From: Nicholas Clark <nick@unfortu.net>
3342              Date: Tue, 21 May 2002 23:01:48 +0100
3343              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
3344      Branch: perl
3345            ! ext/SDBM_File/SDBM_File.xs
3346 ____________________________________________________________________________
3347 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
3348         Log: Subject: [PATCH] Additional README.aix changes
3349              From: John Peacock <jpeacock@rowman.com>
3350              Date: Tue, 21 May 2002 12:01:10 -0400
3351              Message-ID: <3CEA6F46.70902@rowman.com>
3352      Branch: perl
3353            ! README.aix
3354 ____________________________________________________________________________
3355 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
3356         Log: Subject: Win32 crash in fork.t (perl@16694)
3357              From: "Kevin Chase" <kevincha99@hotmail.com>
3358              Date: Mon, 20 May 2002 17:02:16 -0700
3359              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
3360              
3361              
3362              It looks that the Poison() found its first target.
3363              The suggested patch is fine.
3364      Branch: perl
3365            ! cop.h
3366 ____________________________________________________________________________
3367 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
3368         Log: microperl: if DIEing on no-functionality, the has-functionality
3369              would be unreachable code.
3370      Branch: perl
3371            ! pp.c pp_sys.c
3372 ____________________________________________________________________________
3373 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
3374         Log: microperl: do not regenerate the perly.
3375      Branch: perl
3376            ! Makefile.micro
3377 ____________________________________________________________________________
3378 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
3379         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
3380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3381              Date: Mon, 20 May 2002 22:55:46 -0700
3382              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
3383      Branch: perl
3384            ! utils/h2xs.PL
3385 ____________________________________________________________________________
3386 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
3387         Log: Regen uconfig.h.
3388      Branch: perl
3389            ! uconfig.h
3390 ____________________________________________________________________________
3391 [ 16719] By: ams                                   on 2002/05/21  05:02:01
3392         Log: Why quote some keys?
3393      Branch: perl
3394            ! ext/Storable/Makefile.PL
3395 ____________________________________________________________________________
3396 [ 16718] By: ams                                   on 2002/05/21  04:08:39
3397         Log: Suppress warning about $canonical. (Nicholas Clark)
3398      Branch: perl
3399            ! ext/Storable/Storable.pm
3400 ____________________________________________________________________________
3401 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
3402         Log: Subject: [PATCH] VMS iThreads follow-up
3403              From: "Craig A. Berry" <craigberry@mac.com>
3404              Date: Mon, 20 May 2002 21:34:17 -0500
3405              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
3406      Branch: perl
3407            ! configure.com
3408 ____________________________________________________________________________
3409 [ 16716] By: ams                                   on 2002/05/21  02:47:18
3410         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
3411              2. Install in core library directory. (Tatsuhiko Miyagawa)
3412      Branch: perl
3413            ! ext/Storable/Makefile.PL
3414 ____________________________________________________________________________
3415 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
3416         Log: Subject: [Encode] 1.72 released
3417              From: Dan Kogai <dankogai@dan.co.jp>
3418              Date: Tue, 21 May 2002 01:06:19 +0900
3419              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
3420      Branch: perl
3421            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3422            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
3423            ! ext/Encode/Unicode/Unicode.xs
3424            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
3425 ____________________________________________________________________________
3426 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
3427         Log: Update Changes.
3428      Branch: perl
3429            ! Changes patchlevel.h
3430 ____________________________________________________________________________
3431 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
3432         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
3433      Branch: perl
3434            ! pod/perlfaq4.pod
3435 ____________________________________________________________________________
3436 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
3437         Log: metaconfig unit changes for #16711.
3438      Branch: metaconfig
3439            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3440            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3441            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3442            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3443            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3444            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3445            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3446            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3447            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3448            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3449            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3450            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3451            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3452            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3453            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3454            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3455            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3456            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3457            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3458            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3459            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3460            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3461            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3462            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3463 ____________________________________________________________________________
3464 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
3465         Log: Document better what the foo_r_proto are supposed to be.
3466      Branch: perl
3467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3468            ! config_h.SH reentr.pl
3469 ____________________________________________________________________________
3470 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
3471         Log: Subject: Re: pod patches.
3472              From: Jim Cromie <jcromie@divsol.com>
3473              Date: Mon, 20 May 2002 09:00:10 -0600
3474              Message-ID: <3CE90F7A.3070309@divsol.com>
3475              
3476              (with Philip Newton's tweaks)
3477      Branch: perl
3478            ! pod/perlsub.pod
3479 ____________________________________________________________________________
3480 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
3481         Log: Subject: Re: pod patch - perldelta.pod
3482              From: Jim Cromie <jcromie@divsol.com>
3483              Date: Mon, 20 May 2002 07:16:54 -0600
3484              Message-ID: <3CE8F746.50603@divsol.com>
3485      Branch: perl
3486            ! pod/perldelta.pod
3487 ____________________________________________________________________________
3488 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
3489         Log: Subject: [patch] one more little step for WinCE
3490              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3491              Date: Mon, 20 May 2002 11:47:19 +0400
3492              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
3493      Branch: perl
3494            ! wince/Makefile.ce
3495 ____________________________________________________________________________
3496 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
3497         Log: Preemptive doc patch.
3498      Branch: perl
3499            ! pod/perldelta.pod
3500 ____________________________________________________________________________
3501 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
3502         Log: The "constant sub redefined" warning can't be disabled.
3503      Branch: perl
3504            ! pod/perldiag.pod
3505 ____________________________________________________________________________
3506 [ 16705] By: nick                                  on 2002/05/20  10:18:26
3507         Log: Integrate mainline
3508      Branch: perlio
3509           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
3510           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
3511           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
3512           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
3513 ____________________________________________________________________________
3514 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
3515         Log: Missed hunk from #16701.
3516      Branch: perl
3517            ! vms/vms.c
3518 ____________________________________________________________________________
3519 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
3520         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
3521              From: andreas.koenig@anima.de (Andreas J. Koenig)
3522              Date: Mon, 20 May 2002 05:36:14 +0200
3523              Message-ID: <m34rh37aoh.fsf@anima.de>
3524      Branch: perl
3525            + lib/CPAN/t/mirroredby.t
3526            ! MANIFEST
3527 ____________________________________________________________________________
3528 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
3529         Log: Subject: tiny doc tweaks
3530              From: andreas.koenig@anima.de (Andreas J. Koenig)
3531              Date: Mon, 20 May 2002 05:07:13 +0200
3532              Message-ID: <m38z6f7c0u.fsf@anima.de>
3533      Branch: perl
3534            ! pod/perldelta.pod pod/perlfunc.pod
3535 ____________________________________________________________________________
3536 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
3537         Log: Subject: [PATCH @16694] ithreads for VMS
3538              From: "Craig A. Berry" <craigberry@mac.com>
3539              Date: Sun, 19 May 2002 22:06:43 -0500
3540              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
3541      Branch: perl
3542            ! configure.com vms/vms.c vms/vmsish.h
3543 ____________________________________________________________________________
3544 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
3545         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
3546              From: Autrijus Tang <autrijus@autrijus.org>
3547              Date: Mon, 20 May 2002 04:10:31 +0800
3548              Message-ID: <20020519201031.GA1603@not.autrijus.org>
3549      Branch: perl
3550            ! ext/Encode/Encode/Makefile_PL.e2x
3551 ____________________________________________________________________________
3552 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
3553         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
3554              while trying to -O3 optimize B.c.  (A bit weird since
3555              10.1.4 used to work fine, and nothing has changed in
3556              ext/B/..., but the overoptimization was repeatable.)
3557      Branch: perl
3558            + ext/B/hints/darwin.pl
3559            ! MANIFEST
3560 ____________________________________________________________________________
3561 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
3562         Log: UNICOS/mk seems to still have this problem.
3563      Branch: perl
3564            ! ext/Socket/socketpair.t
3565 ____________________________________________________________________________
3566 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
3567         Log: perldelta tweaks.
3568      Branch: perl
3569            ! pod/perldelta.pod
3570 ____________________________________________________________________________
3571 [ 16696] By: nick                                  on 2002/05/19  18:26:39
3572         Log: Integrate mailine
3573      Branch: perlio
3574           !> (integrate 35 files)
3575 ____________________________________________________________________________
3576 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
3577         Log: Document the reentrant_retry(), but from user's viewpoint.
3578      Branch: perl
3579            ! pod/perlthrtut.pod
3580 ____________________________________________________________________________
3581 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
3582         Log: Update Changes.
3583      Branch: perl
3584            ! Changes patchlevel.h
3585 ____________________________________________________________________________
3586 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
3587         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
3588              From: Slaven Rezic <slaven.rezic@berlin.de>
3589              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
3590              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
3591      Branch: perl
3592            ! lib/Benchmark.pm
3593 ____________________________________________________________________________
3594 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
3595         Log: Document once more the difference between :utf8
3596              and :encoding(...).
3597      Branch: perl
3598            ! lib/open.pm pod/perluniintro.pod
3599 ____________________________________________________________________________
3600 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
3601         Log: Third Degree: make the options more portable between
3602              Tru64 versions.
3603      Branch: perl
3604            ! Makefile.SH
3605 ____________________________________________________________________________
3606 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
3607         Log: IRIX SMP turned up a few hundred "Use of uninitialized
3608              value in numeric eq" warnings: initialise the $counter2.
3609      Branch: perl
3610            ! ext/threads/shared/t/cond.t
3611 ____________________________________________________________________________
3612 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
3613         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
3614              From: Dave Mitchell <davem@fdgroup.com>
3615              Date: Sun, 19 May 2002 00:50:43 +0100
3616              Message-ID: <20020519005043.F7275@fdgroup.com>
3617      Branch: perl
3618            ! ext/threads/shared/t/cond.t
3619 ____________________________________________________________________________
3620 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
3621         Log: Sarathy pointed out that instead of zeroing heap
3622              it is more prudent to poison it.
3623      Branch: perl
3624            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
3625            ! scope.c sv.c util.c
3626 ____________________________________________________________________________
3627 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
3628         Log: The thread warnings aren't quite yet working as planned.
3629      Branch: perl
3630            ! ext/threads/shared/t/cond.t
3631 ____________________________________________________________________________
3632 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
3633         Log: Forgotten from #16685.
3634      Branch: perl
3635            ! ext/threads/shared/t/cond.t
3636 ____________________________________________________________________________
3637 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
3638         Log: Subject: [PATCH threads] revised warnings + more tests + docs
3639              From: Dave Mitchell <davem@fdgroup.com>
3640              Date: Sat, 18 May 2002 22:24:51 +0100
3641              Message-ID: <20020518222451.E7275@fdgroup.com>
3642      Branch: perl
3643            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3644            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
3645            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
3646 ____________________________________________________________________________
3647 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
3648         Log: Storable status tweak.
3649      Branch: perl
3650            ! pod/perldelta.pod
3651 ____________________________________________________________________________
3652 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
3653         Log: perlfunc and perldelta updates about caller().
3654      Branch: perl
3655            ! pod/perldelta.pod pod/perlfunc.pod
3656 ____________________________________________________________________________
3657 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
3658         Log: Subject: [PATCH] RE: perl@16678
3659              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3660              Date: Sat, 18 May 2002 21:15:43 +0100
3661              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
3662              
3663              Making the symbols generated by warnings.pl future-proof.
3664      Branch: perl
3665            ! lib/warnings.pm warnings.h warnings.pl
3666 ____________________________________________________________________________
3667 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
3668         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
3669              From: Michael G Schwern <schwern@pobox.com>
3670              Date: Sat, 18 May 2002 14:53:50 -0400
3671              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
3672      Branch: perl
3673            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
3674            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
3675 ____________________________________________________________________________
3676 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
3677         Log: Prettyprinting.
3678      Branch: perl
3679            ! t/op/recurse.t
3680 ____________________________________________________________________________
3681 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
3682         Log: Companion to #16601: cxinc would create uninitialized
3683              PERL_CONTEXTs.  The bug was tickled by the test
3684              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
3685              added to check that I got the context stack extension right.
3686              Also rewrite recurse.t to use test.pl.
3687      Branch: perl
3688            ! scope.c t/op/recurse.t
3689 ____________________________________________________________________________
3690 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
3691         Log: Update Changes.
3692      Branch: perl
3693            ! Changes patchlevel.h
3694 ____________________________________________________________________________
3695 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
3696         Log: URL and other tiny tweaks.
3697      Branch: perl
3698            ! pod/perluniintro.pod
3699 ____________________________________________________________________________
3700 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
3701         Log: Subject: [Patch] doc patch on Unicode
3702              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3703              Date: Sun, 19 May 2002 01:01:58 +0900
3704              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
3705      Branch: perl
3706            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
3707 ____________________________________________________________________________
3708 [ 16675] By: ams                                   on 2002/05/18  15:06:35
3709         Log: s/2.0/2.00/ to be CPAN friendly.
3710      Branch: perl
3711            ! ext/Storable/Storable.pm
3712 ____________________________________________________________________________
3713 [ 16674] By: ams                                   on 2002/05/18  14:47:07
3714         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
3715              EBCDIC, amazing.
3716              From: Philip Newton <Philip.Newton@gmx.net>
3717              Date: Sat, 18 May 2002 09:54:13 +0200
3718              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
3719      Branch: perl
3720            ! lib/Pod/t/eol.t
3721 ____________________________________________________________________________
3722 [ 16673] By: ams                                   on 2002/05/18  14:41:00
3723         Log: Subject: Storable test for 64 bit 5.6.1
3724              From: Nicholas Clark <nick@unfortu.net>
3725              Date: Sat, 18 May 2002 15:48:55 +0100
3726              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
3727              (Private mail.)
3728      Branch: perl
3729            ! ext/Storable/t/malice.t
3730 ____________________________________________________________________________
3731 [ 16672] By: nick                                  on 2002/05/18  09:47:51
3732         Log: Integrate mainline
3733      Branch: perlio
3734           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
3735            - t/lib/st-dump.pl
3736           !> (integrate 67 files)
3737 ____________________________________________________________________________
3738 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
3739         Log: No more true.
3740      Branch: perl
3741            ! lib/vars.pm
3742 ____________________________________________________________________________
3743 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
3744         Log: Make use vars grok UTF-8.
3745      Branch: perl
3746            ! lib/vars.pm t/run/fresh_perl.t
3747 ____________________________________________________________________________
3748 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
3749         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
3750              From: Michael G Schwern <schwern@pobox.com>
3751              Date: Fri, 17 May 2002 23:54:29 -0400  
3752              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
3753      Branch: perl
3754            ! t/op/tie.t t/run/fresh_perl.t
3755 ____________________________________________________________________________
3756 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
3757         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
3758              From: Michael G Schwern <schwern@pobox.com>
3759              Date: Fri, 17 May 2002 20:37:26 -0400  
3760              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
3761      Branch: perl
3762            + t/lib/sample-tests/shbang_misparse
3763            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3764            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3765            ! lib/Test/Harness/t/test-harness.t
3766 ____________________________________________________________________________
3767 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
3768         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
3769              From: Nicholas Clark <nick@unfortu.net>
3770              Date: Sat, 18 May 2002 00:18:39 +0100  
3771              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
3772              
3773              Use Storable's st-dump.pl.
3774      Branch: perl
3775            - t/lib/st-dump.pl
3776            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
3777            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
3778            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
3779            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
3780            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
3781            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
3782            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
3783 ____________________________________________________________________________
3784 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
3785         Log: Forgotten from #16656.
3786      Branch: perl
3787            ! ext/B/B.xs
3788 ____________________________________________________________________________
3789 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
3790         Log: Subject: [PATCH] Storable ChangeLog ready for release 
3791              From: Nicholas Clark <nick@unfortu.net>
3792              Date: Fri, 17 May 2002 23:17:34 +0100  
3793              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
3794      Branch: perl
3795            ! ext/Storable/ChangeLog
3796 ____________________________________________________________________________
3797 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
3798         Log: Subject: [PATCH] Storable stand alone tests
3799              From: Nicholas Clark <nick@unfortu.net>
3800              Date: Fri, 17 May 2002 22:43:35 +0100  
3801              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
3802      Branch: perl
3803            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
3804            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
3805            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3806            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3807            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
3808            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
3809            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
3810            ! ext/Storable/t/store.t ext/Storable/t/tied.t
3811            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
3812            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
3813 ____________________________________________________________________________
3814 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
3815         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
3816              From: Michael G Schwern <schwern@pobox.com>
3817              Date: Fri, 17 May 2002 17:17:54 -0400  
3818              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
3819      Branch: perl
3820            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3821            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
3822            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
3823            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
3824            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
3825            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3826            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
3827            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
3828            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3829            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
3830            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
3831            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
3832            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
3833            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
3834 ____________________________________________________________________________
3835 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
3836         Log: More regression tests for caller() and fix one bug of #16658.
3837      Branch: perl
3838            ! pp_ctl.c t/op/caller.t
3839 ____________________________________________________________________________
3840 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
3841         Log: Integrate perlio;
3842              
3843              Fix the crlf.t buffer leak
3844              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
3845              flagged it because it is more often popped without stream
3846              being closed.
3847              - Define non-noop PerlIOBuf_popped(), use it and export it.
3848      Branch: perl
3849           !> makedef.pl perlio.c perliol.h
3850 ____________________________________________________________________________
3851 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
3852         Log: Add a note about Cwd::fastcwd() returning tainted data.
3853              Sort modules alphabetically.
3854      Branch: perl
3855            ! pod/perldelta.pod
3856 ____________________________________________________________________________
3857 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
3858         Log: Remove O from the untested modules list.
3859      Branch: perl
3860            ! t/lib/1_compile.t
3861 ____________________________________________________________________________
3862 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
3863         Log: Fix bug 20020517.003 : segfault with caller().
3864              Add regression tests for caller.
3865      Branch: perl
3866            + t/op/caller.t
3867            ! MANIFEST pp_ctl.c
3868 ____________________________________________________________________________
3869 [ 16657] By: nick                                  on 2002/05/17  17:18:18
3870         Log: Fix the crlf.t buffer leak
3871              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
3872              flagged it because it is more often popped without stream
3873              being closed.
3874              - Define non-noop PerlIOBuf_popped(), use it and export it.
3875      Branch: perlio
3876            ! makedef.pl perlio.c perliol.h
3877 ____________________________________________________________________________
3878 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
3879         Log: PERL_HASH() casting games so that our hashed data is "unsigned
3880              char" but old code using just a "char" doesn't need changes.
3881              (The change is using a temporary pointer instead of a direct
3882              cast to unsigned char* which would blindly cast anything,
3883              not just char pointers.)  (The problem arose in MacOS Classic,
3884              as seen by Pudge, the cure by Nicholas Clark.)
3885      Branch: perl
3886            ! hv.c hv.h op.c sv.c vms/vms.c
3887 ____________________________________________________________________________
3888 [ 16655] By: nick                                  on 2002/05/17  14:59:20
3889         Log: Integrate mainline
3890      Branch: perlio
3891           !> (integrate 28 files)
3892 ____________________________________________________________________________
3893 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
3894         Log: Update Changes.
3895      Branch: perl
3896            ! Changes patchlevel.h
3897 ____________________________________________________________________________
3898 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
3899         Log: FAQ sync.
3900      Branch: perl
3901            ! pod/perlfaq4.pod pod/perlfaq8.pod
3902 ____________________________________________________________________________
3903 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
3904         Log: Forgot from #16628.
3905      Branch: perl
3906            ! ext/Encode/Makefile.PL
3907 ____________________________________________________________________________
3908 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
3909         Log: One Last Time
3910      Branch: macperl
3911            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3912            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
3913            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
3914            + lib/Unicode/UCD.t
3915 ____________________________________________________________________________
3916 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
3917         Log: Stupid case insensitivity
3918      Branch: macperl
3919            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
3920            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
3921            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
3922            - lib/unicode/UCD.t
3923 ____________________________________________________________________________
3924 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
3925         Log: Move Unicode -> unicode, remove README
3926      Branch: macperl
3927            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3928            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
3929            - lib/Unicode/Collate/t/test.t lib/Unicode/README
3930            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
3931 ____________________________________________________________________________
3932 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
3933         Log: Move Unicode -> unicode, remove README (oops, forgot one)
3934      Branch: macperl
3935           +> lib/unicode/Collate/README
3936 ____________________________________________________________________________
3937 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
3938         Log: Move Unicode -> unicode, remove README
3939      Branch: macperl
3940           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
3941           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
3942           +> lib/unicode/UCD.pm lib/unicode/UCD.t
3943 ____________________________________________________________________________
3944 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
3945         Log: Integrate perl
3946      Branch: macperl
3947           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
3948           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
3949           +> lib/Thread/Semaphore.pm
3950            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
3951            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
3952            - wince/include/sys/types.h wince/include/sys/utime.h
3953            - wince/include/time.h
3954            ! macos/MPVersion.r macos/config.sh
3955           !> (integrate 173 files)
3956 ____________________________________________________________________________
3957 [ 16645] By: nick                                  on 2002/05/17  06:56:40
3958         Log: Integrate mainline
3959      Branch: perlio
3960           +> ext/Storable/t/st-dump.pl
3961            - wince/FindExt.pm
3962           !> (integrate 40 files)
3963 ____________________________________________________________________________
3964 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
3965         Log: STDERR noise.
3966      Branch: perl
3967            ! lib/Switch.pm
3968 ____________________________________________________________________________
3969 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
3970         Log: Upgrade to Switch 2.07.
3971      Branch: perl
3972            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3973            ! lib/Switch/t/given.t lib/Switch/t/nested.t
3974            ! lib/Switch/t/switch.t
3975 ____________________________________________________________________________
3976 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
3977         Log: Missed hunk in #16641.
3978      Branch: perl
3979            ! lib/Filter/Simple/Changes
3980 ____________________________________________________________________________
3981 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
3982         Log: Upgrade to Filter::Simple 0.78.
3983              (Keep #14432, let Damian know of it.)
3984      Branch: perl
3985            ! lib/Filter/Simple.pm lib/Filter/Simple/README
3986            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
3987            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
3988            ! lib/Filter/Simple/t/import.t
3989 ____________________________________________________________________________
3990 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
3991         Log: More Third Degree.
3992      Branch: perl
3993            ! t/TEST
3994 ____________________________________________________________________________
3995 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
3996         Log: Third Degree tweaks.
3997      Branch: perl
3998            ! pod/perlhack.pod t/TEST
3999 ____________________________________________________________________________
4000 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
4001         Log: Purify: dl_last_error was leaking.
4002      Branch: perl
4003            ! ext/DynaLoader/dlutils.c
4004 ____________________________________________________________________________
4005 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
4006         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
4007              From: Chris Ball <chris@cpan.org>
4008              Date: 16 May 2002 20:51:34 +0100
4009              Message-ID: <86lmajvpkp.fsf@void.printf.net>
4010      Branch: perl
4011            ! utils/perldoc.PL
4012 ____________________________________________________________________________
4013 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
4014         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
4015              From: "Craig A. Berry" <craigberry@mac.com>
4016              Date: Thu, 16 May 2002 14:13:15 -0500
4017              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
4018      Branch: perl
4019            ! lib/ExtUtils/t/Constant.t
4020 ____________________________________________________________________________
4021 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
4022         Log: Make Cwd::fastcwd() return a tainted value.
4023              Add regression tests for taint-safety of the *cwd()
4024              functions.
4025      Branch: perl
4026            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
4027 ____________________________________________________________________________
4028 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
4029         Log: Subject: Re: AIX warning in hints regarding gcc
4030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4031              Date: Thu, 16 May 2002 18:55:41 +0200
4032              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
4033      Branch: perl
4034            ! hints/aix.sh
4035 ____________________________________________________________________________
4036 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
4037         Log: Update the test statuses.
4038      Branch: perl
4039            ! pod/perldelta.pod
4040 ____________________________________________________________________________
4041 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
4042         Log: The UDP sockpair failure seems to have magically
4043              disappeared from both UNICOSes.
4044              (One gets "UNEXPECTEDLY SUCCEEDED".)
4045      Branch: perl
4046            ! ext/Socket/socketpair.t
4047 ____________________________________________________________________________
4048 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
4049         Log: Brokenness of restricted hashes with Storable on EBCDIC
4050              seems to be an artifact of the downgrade.t.
4051      Branch: perl
4052            ! ext/Storable/Storable.pm
4053 ____________________________________________________________________________
4054 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
4055         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
4056              memory debuggers.
4057      Branch: perl
4058            ! pod/perlhack.pod
4059 ____________________________________________________________________________
4060 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
4061         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
4062              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4063              Date: Thu, 16 May 2002 16:42:34 +0200
4064              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
4065              
4066              gcc 3 version parsing proofing.
4067      Branch: perl
4068            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
4069 ____________________________________________________________________________
4070 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
4071         Log: Subject: [PATCH] good day for WinCE port of perl.
4072              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4073              Date: Thu, 16 May 2002 03:33:23 +0400
4074              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
4075      Branch: perl
4076            - wince/FindExt.pm
4077            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4078            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
4079            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
4080            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
4081            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
4082            ! wince/config_H.ce wince/config_h.PL
4083 ____________________________________________________________________________
4084 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
4085         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
4086              From: slaven.rezic@berlin.de
4087              Date: Mon, 13 May 2002 16:02:24 +0200
4088              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
4089      Branch: perl
4090            ! ext/Sys/Syslog/Syslog.pm
4091 ____________________________________________________________________________
4092 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
4093         Log: Subject: Re: [PATCH] allow use threads qw(yield)
4094              From: Dave Mitchell <davem@fdgroup.com>
4095              Date: Wed, 15 May 2002 23:26:27 +0100
4096              Message-ID: <20020515232626.E28924@fdgroup.com>
4097      Branch: perl
4098            ! ext/threads/threads.xs
4099 ____________________________________________________________________________
4100 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
4101         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
4102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4103              Date: Thu, 16 May 2002 14:22:21 +0200
4104              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
4105      Branch: perl
4106            ! hints/aix.sh
4107 ____________________________________________________________________________
4108 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
4109         Log: metaconfig unit change for #16623.
4110      Branch: metaconfig
4111            ! U/ebcdic/trnl.U
4112 ____________________________________________________________________________
4113 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
4114         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
4115              from John Poltorak <jp@eyup.org>.
4116      Branch: perl
4117            ! Configure
4118 ____________________________________________________________________________
4119 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
4120         Log: DJGPP doesn't have \r\n delimited files (it has \r).
4121      Branch: perl
4122            ! lib/Tie/File/t/21_win32.t
4123 ____________________________________________________________________________
4124 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
4125         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
4126              2. Doing a s///g instead of tr/// works better for CR-delimited
4127              files, like in DJGPP (since <FH> doesn't correctly pull in
4128              CR-delimited lines).
4129      Branch: perl
4130            ! lib/Pod/Html.pm lib/Pod/t/eol.t
4131 ____________________________________________________________________________
4132 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
4133         Log: Don't test $! with like() since one may have
4134              a non-English locale, or simply AIX :-)
4135      Branch: perl
4136            ! ext/PerlIO/t/fail.t
4137 ____________________________________________________________________________
4138 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
4139         Log: DJGPP updates from Laszlo Molnar.
4140      Branch: perl
4141            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
4142 ____________________________________________________________________________
4143 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
4144         Log: Integrate perlio;
4145              
4146              Make open fail when layer string does not parse.
4147      Branch: perl
4148           +> ext/PerlIO/t/fail.t
4149           !> MANIFEST perlio.c
4150 ____________________________________________________________________________
4151 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
4152         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
4153              From: Nicholas Clark <nick@unfortu.net>
4154              Date: Wed, 15 May 2002 23:06:20 +0100
4155              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
4156      Branch: perl
4157            ! ext/Storable/Storable.xs
4158 ____________________________________________________________________________
4159 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
4160         Log: Two down, ten to go.
4161      Branch: perl
4162            ! pod/perldelta.pod
4163 ____________________________________________________________________________
4164 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
4165         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
4166      Branch: perl
4167            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
4168 ____________________________________________________________________________
4169 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
4170         Log: Schizoid MANIFESTs.
4171      Branch: perl
4172            + ext/Storable/t/st-dump.pl
4173            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
4174 ____________________________________________________________________________
4175 [ 16613] By: nick                                  on 2002/05/15  19:26:00
4176         Log: Make open fail when layer string does not parse.
4177      Branch: perlio
4178            + ext/PerlIO/t/fail.t
4179            ! MANIFEST perlio.c
4180 ____________________________________________________________________________
4181 [ 16612] By: nick                                  on 2002/05/15  18:11:15
4182         Log: Integrate mainline
4183      Branch: perlio
4184           !> Changes ext/Storable/Storable.pm patchlevel.h
4185           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
4186 ____________________________________________________________________________
4187 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
4188         Log: Update Changes.
4189      Branch: perl
4190            ! Changes patchlevel.h
4191 ____________________________________________________________________________
4192 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
4193         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
4194      Branch: perl
4195            ! pod/perldelta.pod t/run/fresh_perl.t
4196 ____________________________________________________________________________
4197 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
4198         Log: Document some of the known EBCDIC problems with Storable.
4199              (There is more, but need to do more tests.)
4200      Branch: perl
4201            ! ext/Storable/Storable.pm
4202 ____________________________________________________________________________
4203 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
4204         Log: Purify finding: jperl.t causes a few Array Bounds Reads
4205              (one byte too far in a malloced buffer) at various spots
4206              in regcomp.c, all the buffers malloced by SvGROW() in
4207              sv_recode_to_utf8().
4208      Branch: perl
4209            ! sv.c
4210 ____________________________________________________________________________
4211 [ 16607] By: nick                                  on 2002/05/15  06:57:26
4212         Log: Integrate mainline
4213      Branch: perlio
4214           +> Porting/thirdclean
4215           !> (integrate 36 files)
4216 ____________________________________________________________________________
4217 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
4218         Log: Subject: [PATCH] Re: use of lc module names and warnings
4219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4220              Date: Sun, 12 May 2002 23:09:46 +0200
4221              Message-ID: <20020512230946.E699@rafael>
4222      Branch: perl
4223            ! toke.c
4224 ____________________________________________________________________________
4225 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
4226         Log: More rule tweakage.
4227      Branch: perl
4228            ! Porting/thirdclean
4229 ____________________________________________________________________________
4230 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
4231         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
4232              From: Sam Tregar <sam@tregar.com>
4233              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
4234              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
4235      Branch: perl
4236            ! ext/Devel/DProf/DProf.xs
4237 ____________________________________________________________________________
4238 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
4239         Log: $VERSIONize.
4240      Branch: perl
4241            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
4242 ____________________________________________________________________________
4243 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
4244         Log: Third Degree: name the op/foo.t as op_foo.
4245      Branch: perl
4246            ! t/TEST
4247 ____________________________________________________________________________
4248 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
4249         Log: Read of uninitialized heap found by Third Degree
4250              (e.g. in t/op/subst.t)
4251      Branch: perl
4252            ! scope.c
4253 ____________________________________________________________________________
4254 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
4255         Log: Add more rules.
4256      Branch: perl
4257            ! Porting/thirdclean
4258 ____________________________________________________________________________
4259 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
4260         Log: Subject: [PATCH] allow use threads qw(yield)
4261              From: Dave Mitchell <davem@fdgroup.com>
4262              Date: Tue, 14 May 2002 22:49:47 +0100
4263              Message-ID: <20020514224947.F25049@fdgroup.com>
4264      Branch: perl
4265            ! ext/threads/threads.pm ext/threads/threads.xs
4266 ____________________________________________________________________________
4267 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
4268         Log: Micropatch from Olaf Flebbe.
4269      Branch: perl
4270            ! epoc/epoc.c
4271 ____________________________________________________________________________
4272 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
4273         Log: Subject: perlhack.pod typos [PATCH]
4274              From: "John P. Linderman" <jpl@research.att.com>
4275              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
4276              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
4277      Branch: perl
4278            ! pod/perlhack.pod
4279 ____________________________________________________________________________
4280 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
4281         Log: Subject: typo in Socket.pm
4282              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4283              Date: Tue, 14 May 2002 12:02:47 +0200
4284              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
4285      Branch: perl
4286            ! ext/IO/lib/IO/Socket.pm
4287 ____________________________________________________________________________
4288 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
4289         Log: The #16592 needs this.
4290      Branch: perl
4291            ! embedvar.h perlapi.h
4292 ____________________________________________________________________________
4293 [ 16594] By: sky                                   on 2002/05/14  17:08:01
4294         Log: Subject: Re: lib/sort.t failure [PATCH]
4295              From: "John P. Linderman" <jpl@research.att.com>
4296              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
4297              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
4298      Branch: perl
4299            ! pod/perlfunc.pod
4300 ____________________________________________________________________________
4301 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
4302         Log: Add a script for cleaning out the "known noise"
4303              from Third Degree reports: either noise caused
4304              by libc itself, or Perl_yyparse leaks.
4305      Branch: perl
4306            + Porting/thirdclean
4307            ! MANIFEST
4308 ____________________________________________________________________________
4309 [ 16592] By: sky                                   on 2002/05/14  15:21:39
4310         Log: Turn the sort RealCmp for stable quicksorts into a
4311              threadsafe per interpreter values.
4312      Branch: perl
4313            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
4314 ____________________________________________________________________________
4315 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
4316         Log: reentr.h affects more C files than just reentr.c
4317      Branch: perl
4318            ! locale.c pp.c pp_sys.c
4319 ____________________________________________________________________________
4320 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
4321         Log: Document reentr.pl a bit better.  Still rather
4322              convoluted code, but it ain't broken, so...
4323      Branch: perl
4324            ! reentr.h reentr.pl
4325 ____________________________________________________________________________
4326 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
4327         Log: z/OS update: not all Storable was clear yet.
4328      Branch: perl
4329            ! pod/perldelta.pod
4330 ____________________________________________________________________________
4331 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
4332         Log: Avoid potentially empty struct.
4333      Branch: perl
4334            ! reentr.h reentr.pl
4335 ____________________________________________________________________________
4336 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
4337         Log: Todo tweaks.
4338      Branch: perl
4339            ! pod/perltodo.pod
4340 ____________________________________________________________________________
4341 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
4342         Log: Subject: [PATCH] various minor fixes in threads.            
4343              From: Dave Mitchell <davem@fdgroup.com>
4344              Date: Mon, 13 May 2002 23:48:22 +0100      
4345              Message-ID: <20020513234822.G21318@fdgroup.com>
4346      Branch: perl
4347            ! dump.c ext/threads/shared/shared.xs
4348 ____________________________________________________________________________
4349 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
4350         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
4351              From: PPrymmer@factset.com
4352              Date: Mon, 13 May 2002 17:37:28 -0400
4353              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
4354      Branch: perl
4355            ! vms/vms.c
4356 ____________________________________________________________________________
4357 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
4358         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
4359              From: Nicholas Clark <nick@unfortu.net>    
4360              Date: Mon, 13 May 2002 21:45:47 +0100
4361              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
4362      Branch: perl
4363            ! lib/ExtUtils/t/Constant.t
4364 ____________________________________________________________________________
4365 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
4366         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
4367              From: Nicholas Clark <nick@unfortu.net>    
4368              Date: Mon, 13 May 2002 21:47:38 +0100
4369              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
4370      Branch: perl
4371            ! lib/Benchmark.t
4372 ____________________________________________________________________________
4373 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
4374         Log: Subject: WinCE several touches
4375              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4376              Date: Tue, 14 May 2002 00:43:11 +0400      
4377              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
4378      Branch: perl
4379            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
4380            ! wince/config_h.PL
4381 ____________________________________________________________________________
4382 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
4383         Log: Subject: Re: perl@16573
4384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4385              Date: Mon, 13 May 2002 18:30:35 +0200
4386              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
4387              
4388              (gcc 3.0 vs 64-bit hpux hints)
4389      Branch: perl
4390            ! hints/hpux.sh
4391 ____________________________________________________________________________
4392 [ 16580] By: sky                                   on 2002/05/13  19:38:09
4393         Log: Make the point a bit clearer after suggestion from Merijin
4394      Branch: perl
4395            ! pod/perltodo.pod
4396 ____________________________________________________________________________
4397 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
4398         Log: perltodo update.
4399      Branch: perl
4400            ! pod/perltodo.pod
4401 ____________________________________________________________________________
4402 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
4403         Log: Subject: README.aix update
4404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4405              Date: Mon, 13 May 2002 19:02:47 +0200
4406              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
4407      Branch: perl
4408            ! README.aix
4409 ____________________________________________________________________________
4410 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
4411         Log: export PerlIOBuf_get_base for win32 extension linkage
4412      Branch: perl
4413            ! makedef.pl
4414 ____________________________________________________________________________
4415 [ 16576] By: nick                                  on 2002/05/13  18:20:22
4416         Log: Integrate mainline
4417      Branch: perlio
4418           !> Changes README.vos ext/threads/shared/shared.pm
4419           !> ext/threads/shared/t/0nothread.t
4420           !> ext/threads/shared/t/av_refs.t
4421           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
4422           !> ext/threads/shared/t/hv_refs.t
4423           !> ext/threads/shared/t/hv_simple.t
4424           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
4425           !> ext/threads/shared/t/semaphore.t
4426           !> ext/threads/shared/t/shared_attr.t
4427           !> ext/threads/shared/t/sv_refs.t
4428           !> ext/threads/shared/t/sv_simple.t patchlevel.h
4429           !> pod/perldelta.pod vms/vms.c xsutils.c
4430 ____________________________________________________________________________
4431 [ 16575] By: ams                                   on 2002/05/13  15:42:50
4432         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
4433              From: Paul_GreenVOS@vos.stratus.com
4434              Date: Mon, 13 May 02 12:32 edt
4435              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
4436      Branch: perl
4437            ! README.vos pod/perldelta.pod
4438 ____________________________________________________________________________
4439 [ 16574] By: ams                                   on 2002/05/13  15:41:14
4440         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
4441              From: PPrymmer@factset.com
4442              Date: Mon, 13 May 2002 11:38:15 -0400
4443              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
4444      Branch: perl
4445            ! vms/vms.c
4446 ____________________________________________________________________________
4447 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
4448         Log: Update Changes.
4449      Branch: perl
4450            ! Changes patchlevel.h
4451 ____________________________________________________________________________
4452 [ 16572] By: sky                                   on 2002/05/13  12:30:35
4453         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
4454              From: Dave Mitchell <davem@fdgroup.com>
4455              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
4456              Message-Id: <20020510235227.J12298@fdgroup.com>
4457      Branch: perl
4458            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
4459            ! ext/threads/shared/t/av_refs.t
4460            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
4461            ! ext/threads/shared/t/hv_refs.t
4462            ! ext/threads/shared/t/hv_simple.t
4463            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
4464            ! ext/threads/shared/t/semaphore.t
4465            ! ext/threads/shared/t/shared_attr.t
4466            ! ext/threads/shared/t/sv_refs.t
4467            ! ext/threads/shared/t/sv_simple.t xsutils.c
4468 ____________________________________________________________________________
4469 [ 16571] By: nick                                  on 2002/05/13  07:54:10
4470         Log: Integrate Mainline
4471      Branch: perlio
4472           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
4473            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4474            - wince/include/cectype.h wince/include/errno.h
4475            - wince/include/sys/types.h wince/include/sys/utime.h
4476            - wince/include/time.h
4477           !> (integrate 51 files)
4478 ____________________________________________________________________________
4479 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
4480         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
4481              From: Michael G Schwern <schwern@pobox.com>
4482              Date: Sun, 12 May 2002 19:32:58 -0400
4483              Message-ID: <20020512233258.GK696@blackrider>
4484      Branch: perl
4485            ! t/TEST
4486 ____________________________________________________________________________
4487 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
4488         Log: Be clean.
4489      Branch: perl
4490            ! Makefile.SH ext/B/t/o.t
4491 ____________________________________________________________________________
4492 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
4493         Log: change#8666 ($Config{perllibs}) apparently never got into
4494              mainline--merge, and add other missing entries; regen
4495              config_H.* files
4496      Branch: perl
4497            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4498            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4499            ! win32/config_H.vc win32/config_H.vc64
4500 ____________________________________________________________________________
4501 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
4502         Log: Elaborate on the exit/wait plan a bit.
4503      Branch: perl
4504            ! pod/perltodo.pod
4505 ____________________________________________________________________________
4506 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
4507         Log: Slight doc tweaks.
4508      Branch: perl
4509            ! pod/perlthrtut.pod
4510 ____________________________________________________________________________
4511 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
4512         Log: OS/390: update the test results.
4513      Branch: perl
4514            ! pod/perldelta.pod
4515 ____________________________________________________________________________
4516 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
4517         Log: Add threadsafety caveats.
4518      Branch: perl
4519            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
4520 ____________________________________________________________________________
4521 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
4522         Log: Update the Mac OS X situation.
4523      Branch: perl
4524            ! pod/perldelta.pod
4525 ____________________________________________________________________________
4526 [ 16562] By: sky                                   on 2002/05/12  19:10:27
4527         Log: Update todo, removing things done and adding new things.
4528      Branch: perl
4529            ! pod/perltodo.pod
4530 ____________________________________________________________________________
4531 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
4532         Log: Reword the "threads still running" cleanup message.
4533      Branch: perl
4534            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
4535            ! pod/perltoc.pod
4536 ____________________________________________________________________________
4537 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
4538         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
4539              (The manifestation: running pat.t core dumps after test 639.
4540              Removing everything after 639 makes core go away, as does
4541              removing everything before 640.  I did say "weird".  Some
4542              sort of a memory corruption, no doubt, but no time to debug
4543              in more detail.)
4544      Branch: perl
4545            ! t/op/pat.t
4546 ____________________________________________________________________________
4547 [ 16559] By: sky                                   on 2002/05/12  17:59:41
4548         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
4549      Branch: perl
4550            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
4551            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4552            ! MANIFEST
4553 ____________________________________________________________________________
4554 [ 16558] By: sky                                   on 2002/05/12  17:57:51
4555         Log: Fixed bug where tmpsv would be null after the return of the 
4556              amagic. Now check for that and allocate the tmpsv afterwards, 
4557              this is done in all other places that use amagic.
4558              Fixes bug when threads->unknownfunction() was called and
4559              we coredumped on the stringification somewhere deep in the
4560              autoloader/dynaloader something. Far to deep for me to provide
4561              a test case.
4562      Branch: perl
4563            ! sv.c
4564 ____________________________________________________________________________
4565 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
4566         Log: (retracted by #16560)
4567              EBCDIC: must protect also compile time so that
4568              the illegal UTF-EBCDIC is not seen.
4569      Branch: perl
4570            ! t/op/pat.t
4571 ____________________________________________________________________________
4572 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
4573         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
4574      Branch: perl
4575            ! pod/perlebcdic.pod regcomp.c
4576 ____________________________________________________________________________
4577 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
4578         Log: As suggested by Dave Mitchell, adding yield()s at
4579              appropriate spots helps non-preemptive thread
4580              implementations, like the GNU pth.  Tested at NetBSD
4581              by Martin Weber <Ephaeton@gmx.net>.
4582      Branch: perl
4583            ! ext/threads/t/basic.t ext/threads/t/list.t
4584            ! ext/threads/t/thread.t
4585 ____________________________________________________________________________
4586 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
4587         Log: Subject: RE: VOS bleadperl test failure on 16539
4588              From: chromatic <chromatic@rmci.net>
4589              Date: Sat, 11 May 2002 23:23:54 -0700
4590              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
4591      Branch: perl
4592            ! ext/B/t/o.t
4593 ____________________________________________________________________________
4594 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
4595         Log: There's no rest for the wicked misspellers.
4596      Branch: perl
4597            ! pod/perlthrtut.pod
4598 ____________________________________________________________________________
4599 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
4600         Log: Detypos (and sticking with US spelling since Dan Sugalski
4601              wrote the original text of perlthrtut)
4602      Branch: perl
4603            ! ext/threads/threads.pm pod/perlthrtut.pod
4604 ____________________________________________________________________________
4605 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
4606         Log: Because of #16550 these tests would now spew
4607              "Malformed UTF-8" in EBCDIC.
4608      Branch: perl
4609            ! t/op/pat.t
4610 ____________________________________________________________________________
4611 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
4612         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
4613              scripts does not apply any more.  (The utf8.t needed a little
4614              bit of relaxing to work in EBCDIC, since *both* the bytes in
4615              subtest #30 are illegal UTF-EBCDIC, and the error message
4616              matched is slightly different.)  The utf8.t now passes.
4617      Branch: perl
4618            ! lib/utf8.t toke.c
4619 ____________________________________________________________________________
4620 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
4621         Log: Subject: [PATCH] a bit more for WinCE
4622              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4623              Date: Sun, 12 May 2002 02:34:24 +0400
4624              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
4625      Branch: perl
4626            ! wince/wince.c
4627 ____________________________________________________________________________
4628 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
4629         Log: Subject: [PATCH] for WinCE cross-build, another one
4630              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
4631              Date: Sun, 12 May 2002 00:02:47 +0400
4632              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
4633      Branch: perl
4634            - wince/include/cectype.h wince/include/errno.h
4635            - wince/include/sys/types.h wince/include/sys/utime.h
4636            - wince/include/time.h
4637            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
4638            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
4639            ! wince/wince.c
4640 ____________________________________________________________________________
4641 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
4642         Log: Explicit casts due to #16542.
4643      Branch: perl
4644            ! ext/B/B.xs hv.c op.c sv.c
4645 ____________________________________________________________________________
4646 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
4647         Log: Upgrade to Test::Harness 2.21.
4648      Branch: perl
4649            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4650            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
4651            ! lib/Test/Harness/t/test-harness.t
4652 ____________________________________________________________________________
4653 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
4654         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
4655              but keep up with the $VERSION)
4656      Branch: perl
4657            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4658 ____________________________________________________________________________
4659 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
4660         Log: metaconfig unit change for #16543.
4661      Branch: metaconfig
4662            ! U/threads/usethreads.U
4663 ____________________________________________________________________________
4664 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
4665         Log: Subject: [PATCH] updated threads docs
4666              From: Dave Mitchell <davem@fdgroup.com>
4667              Date: Sat, 11 May 2002 20:00:51 +0100
4668              Message-ID: <20020511200050.D14841@fdgroup.com>
4669      Branch: perl
4670            ! Configure README.threads pod/perlothrtut.pod
4671            ! pod/perlthrtut.pod
4672 ____________________________________________________________________________
4673 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
4674         Log: Subject: unsigned char hashes (Re: perl@16539)
4675              From: Nicholas Clark <nick@unfortu.net>
4676              Date: Sat, 11 May 2002 17:54:44 +0100
4677              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
4678              
4679              Be explicitly unsigned char in the hash calculation.
4680      Branch: perl
4681            ! hv.h
4682 ____________________________________________________________________________
4683 [ 16541] By: nick                                  on 2002/05/11  08:21:00
4684         Log: Integrate mainline
4685      Branch: perlio
4686           +> ext/B/t/o.t
4687           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
4688           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
4689           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
4690 ____________________________________________________________________________
4691 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
4692         Log: Subject: more os x test output cosmetics
4693              From: Kay Röpke <kroepke@dolphin-services.de>
4694              Date: Fri, 10 May 2002 14:07:34 +0200
4695              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
4696      Branch: perl
4697            ! ext/DB_File/t/db-btree.t
4698 ____________________________________________________________________________
4699 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
4700         Log: Update Changes.
4701      Branch: perl
4702            ! Changes patchlevel.h
4703 ____________________________________________________________________________
4704 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
4705         Log: Regen toc.
4706      Branch: perl
4707            ! pod/perltoc.pod
4708 ____________________________________________________________________________
4709 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
4710         Log: Move pod, add $VERSION.
4711      Branch: perl
4712            ! ext/threads/shared/queue.pm
4713 ____________________________________________________________________________
4714 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
4715         Log: Unused variables.
4716      Branch: perl
4717            ! ext/Encode/Encode.xs
4718 ____________________________________________________________________________
4719 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
4720         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
4721              From: chromatic <chromatic@rmci.net>
4722              Date: Fri, 10 May 2002 07:43:25 -0700
4723              Message-ID: <20020510144325.26245.qmail@firewheel>
4724      Branch: perl
4725            + ext/B/t/o.t
4726            ! MANIFEST
4727 ____________________________________________________________________________
4728 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
4729         Log: Don't do JAPHs unless doing "make torturetest".
4730              Document the less obvious make test targets.
4731      Branch: perl
4732            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
4733 ____________________________________________________________________________
4734 [ 16533] By: nick                                  on 2002/05/10  06:02:58
4735         Log: Integrate mainline
4736      Branch: perlio
4737           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
4738           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
4739           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
4740           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
4741           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
4742           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
4743           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
4744           !> t/run/fresh_perl.t util.c
4745 ____________________________________________________________________________
4746 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
4747         Log: Subject: [PATCH] format and other warnings
4748              From: Robin Barker <rmb1@cise.npl.co.uk>
4749              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
4750              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
4751      Branch: perl
4752            ! Porting/pumpkin.pod ext/Encode/Encode.xs
4753            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
4754            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
4755            ! ext/threads/threads.xs
4756 ____________________________________________________________________________
4757 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
4758         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
4759      Branch: perl
4760            ! t/op/tie.t t/run/fresh_perl.t
4761 ____________________________________________________________________________
4762 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
4763         Log: Subject: Re: [PATCH] Re: perl@16433
4764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
4765              Date: Thu, 09 May 2002 16:24:59 -0700
4766              Message-ID: <LVw28gzkguhE092yn@efn.org>
4767      Branch: perl
4768            ! t/op/tie.t
4769 ____________________________________________________________________________
4770 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
4771         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
4772              From: Dave Mitchell <davem@fdgroup.com>
4773              Date: Thu, 9 May 2002 17:18:42 +0100
4774              Message-ID: <20020509171842.C9836@fdgroup.com>
4775      Branch: perl
4776            ! ext/threads/shared/t/cond.t
4777 ____________________________________________________________________________
4778 [ 16528] By: nick                                  on 2002/05/09  16:40:39
4779         Log: Integrate maint branch io (pipe) fixes.
4780      Branch: perl
4781           !> doio.c pp_sys.c util.c
4782 ____________________________________________________________________________
4783 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
4784         Log: FAQ sync.
4785      Branch: perl
4786            ! pod/perlfaq3.pod pod/perlfaq4.pod
4787 ____________________________________________________________________________
4788 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
4789         Log: metaconfig unit changes for #16525, plus extra linting.
4790      Branch: metaconfig
4791            ! U/compline/ptrsize.U U/protos/Protochk.U
4792            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4793            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4794            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4795            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4796            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4797            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4798            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4799            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4800            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4801            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4802            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4803            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4804            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4805            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4806            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4807            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4808            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4809            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4810            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4811            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4812            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4813            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4814            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4815            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4816 ____________________________________________________________________________
4817 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
4818         Log: metaconfig unit linting.
4819      Branch: perl
4820            ! reentr.pl
4821 ____________________________________________________________________________
4822 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
4823         Log: metaconfig unit changes for #16523.
4824      Branch: metaconfig
4825            ! U/compline/ptrsize.U
4826      Branch: metaconfig/U/perl
4827            ! use64bits.U
4828 ____________________________________________________________________________
4829 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
4830         Log: ptrsize should depend on use64bitall, not the other
4831              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
4832      Branch: perl
4833            ! Configure
4834 ____________________________________________________________________________
4835 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
4836         Log: Integrate #16510 from macperl;
4837              
4838              Tell IO.xs that MacOS sometimes doesn't need extra help
4839      Branch: perl
4840           !> ext/IO/IO.xs
4841 ____________________________________________________________________________
4842 [ 16521] By: ams                                   on 2002/05/09  12:42:12
4843         Log: Subject: Re: Storable doc patches
4844              From: "Philip Newton" <Philip.Newton@gmx.net>
4845              Date: Thu, 9 May 2002 14:32:29 +0200
4846              Message-Id: 
4847      Branch: perl
4848            ! ext/Storable/Storable.pm
4849 ____________________________________________________________________________
4850 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
4851         Log: cmp() compares chars, not bytes.
4852      Branch: perl
4853            ! pod/perllocale.pod
4854 ____________________________________________________________________________
4855 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
4856         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
4857      Branch: perl
4858            ! pod/perlhack.pod
4859 ____________________________________________________________________________
4860 [ 16518] By: ams                                   on 2002/05/09  09:04:31
4861         Log: Subject: Storable doc patches
4862              From: Philip Newton <Philip.Newton@gmx.net>
4863              Date: Thu, 09 May 2002 12:00:45 +0200
4864              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
4865      Branch: perl
4866            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4867 ____________________________________________________________________________
4868 [ 16517] By: ams                                   on 2002/05/09  08:53:50
4869         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
4870              From: Philip Newton <Philip.Newton@gmx.net>
4871              Date: Thu, 09 May 2002 11:16:06 +0200
4872              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
4873      Branch: perl
4874            ! ext/Storable/README
4875 ____________________________________________________________________________
4876 [ 16516] By: nick                                  on 2002/05/09  08:13:39
4877         Log: Integrate mainline
4878      Branch: perlio
4879           !> pod/perlxstut.pod
4880 ____________________________________________________________________________
4881 [ 16515] By: nick                                  on 2002/05/09  07:29:53
4882         Log: Integrate mainline
4883      Branch: perlio
4884           !> (integrate 27 files)
4885 ____________________________________________________________________________
4886 [ 16514] By: ams                                   on 2002/05/09  06:50:24
4887         Log: Subject: [Patch] perlxstut.pod
4888              From: lupe@lupe-christoph.de (Lupe Christoph)
4889              Date: Thu, 9 May 2002 09:42:02 +0200
4890              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
4891              (Applied with tweaks.)
4892      Branch: perl
4893            ! pod/perlxstut.pod
4894 ____________________________________________________________________________
4895 [ 16513] By: ams                                   on 2002/05/09  06:04:47
4896         Log: Subject: [Patch] perlapio.pod
4897              From: lupe@lupe-christoph.de (Lupe Christoph)
4898              Date: Thu, 9 May 2002 09:01:50 +0200
4899              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
4900              (Applied with tweaks.)
4901      Branch: perl
4902            ! pod/perlapio.pod
4903 ____________________________________________________________________________
4904 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
4905         Log: Integrate from macperl
4906      Branch: maint-5.6/macperl
4907           !> macos/macperl/MPConsole.cp
4908 ____________________________________________________________________________
4909 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
4910         Log: Make interrupt act as end of file, MacPerl Bug #542154
4911      Branch: macperl
4912            ! macos/macperl/MPConsole.cp
4913 ____________________________________________________________________________
4914 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
4915         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
4916      Branch: macperl
4917            ! ext/IO/IO.xs
4918 ____________________________________________________________________________
4919 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
4920         Log: Make perlio (!sfio) work on MacOS
4921      Branch: macperl
4922            ! macos/config.h macos/config.sh macos/macish.c
4923 ____________________________________________________________________________
4924 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
4925         Log: integrate maint-5.6/macperl contents
4926      Branch: maint-5.6/perl
4927           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
4928           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
4929           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
4930 ____________________________________________________________________________
4931 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
4932         Log: Rework #16506 some more.
4933      Branch: perl
4934            ! ext/Time/HiRes/HiRes.xs win32/win32.c
4935 ____________________________________________________________________________
4936 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
4937         Log: Rework #16503 a bit to keep all the HiRes implementation
4938              in one place, assuming we want to re-CPAN Time::HiRes at
4939              some point.
4940      Branch: perl
4941            ! ext/Time/HiRes/HiRes.xs win32/win32.c
4942 ____________________________________________________________________________
4943 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
4944         Log: metaconfig unit change for #16504.
4945      Branch: metaconfig
4946            ! U/modified/Cppsym.U
4947 ____________________________________________________________________________
4948 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
4949         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
4950              From: Pixel <pixel@mandrakesoft.com>
4951              Date: 08 May 2002 18:19:51 +0200
4952              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
4953      Branch: perl
4954            ! Configure
4955 ____________________________________________________________________________
4956 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
4957         Log: make the gettimeofday() implementation in Time::HiRes available
4958              from perl
4959      Branch: perl
4960            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
4961            ! win32/config.bc win32/config.gc win32/config.vc
4962            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4963            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
4964            ! win32/win32.c win32/win32iop.h
4965 ____________________________________________________________________________
4966 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
4967         Log: Subject: Test output update for OS X 10.1.4
4968              From: Kay Röpke <kroepke@dolphin-services.de>
4969              Date: Wed, 8 May 2002 22:23:36 +0200
4970              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
4971      Branch: perl
4972            ! ext/DB_File/t/db-recno.t
4973 ____________________________________________________________________________
4974 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
4975         Log: Subject: [PATCH] Re: perl@16433
4976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4977              Date: Tue, 07 May 2002 18:40:44 -0700
4978              Message-ID: <cII28gzkgaOS092yn@efn.org>
4979              
4980              Subject: Re: [PATCH] Re: perl@16433
4981              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4982              Date: Wed, 08 May 2002 10:16:42 -0700
4983              Message-ID: <61V28gzkg+jG092yn@efn.org>
4984      Branch: perl
4985            ! pp_sys.c sv.c t/op/tie.t
4986 ____________________________________________________________________________
4987 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
4988         Log: Subject: [DOC PATCH] Minor threads::shared nits
4989              From: Simon Glover <scog@amnh.org>
4990              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
4991              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
4992      Branch: perl
4993            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
4994            ! ext/threads/shared/shared.pm
4995 ____________________________________________________________________________
4996 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
4997         Log: Subject: [DOC PATCH] perlthrtut proofreading
4998              From: Simon Glover <scog@amnh.org>
4999              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
5000              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
5001      Branch: perl
5002            ! pod/perlthrtut.pod
5003 ____________________________________________________________________________
5004 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
5005         Log: Deprecate 5.005threads.
5006      Branch: perl
5007            ! pod/perldelta.pod
5008 ____________________________________________________________________________
5009 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
5010         Log: Integrate perlio;
5011              
5012              PerlIO/XS interface routine and doc updates from
5013              lupe@lupe-christoph.de (Lupe Christoph) in mail
5014              Subject: [For Review] Patch for perlio.c and pods
5015              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
5016              Date: Sun, 5 May 2002 10:43:15 +0200
5017              (Minor tweaks to follow.)
5018              
5019              Portability and doc tweaks to PerlIO/XS stuff.
5020              We are still "papering over the cracks" a bit,
5021              but now it is good stiff card held on with epoxy.
5022      Branch: perl
5023           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
5024 ____________________________________________________________________________
5025 [ 16496] By: nick                                  on 2002/05/08  19:08:43
5026         Log: Portability and doc tweaks to PerlIO/XS stuff.
5027              We are still "papering over the cracks" a bit,
5028              but now it is good stiff card held on with epoxy.
5029      Branch: perlio
5030            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
5031 ____________________________________________________________________________
5032 [ 16495] By: nick                                  on 2002/05/08  17:56:43
5033         Log: PerlIO/XS interface routine and doc updates from
5034              lupe@lupe-christoph.de (Lupe Christoph) in mail
5035              Subject: [For Review] Patch for perlio.c and pods
5036              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
5037              Date: Sun, 5 May 2002 10:43:15 +0200
5038              (Minor tweaks to follow.)
5039      Branch: perlio
5040            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
5041 ____________________________________________________________________________
5042 [ 16494] By: nick                                  on 2002/05/08  17:40:34
5043         Log: Integrate mainline
5044      Branch: perlio
5045           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
5046           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
5047           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
5048           !> t/run/fresh_perl.t
5049 ____________________________________________________________________________
5050 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
5051         Log: Update Changes.
5052      Branch: perl
5053            ! Changes patchlevel.h
5054 ____________________________________________________________________________
5055 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
5056         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
5057              don't unlink /dev/null
5058      Branch: perl
5059            ! Porting/p4genpatch
5060 ____________________________________________________________________________
5061 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
5062         Log: Integrate perlio; 
5063              
5064              Avoid pointless re-encode of data in :encoding's read buffer
5065              on a close
5066      Branch: perl
5067           !> ext/PerlIO/encoding/encoding.xs
5068 ____________________________________________________________________________
5069 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
5070         Log: The base.pm changes need this, too?
5071      Branch: perl
5072            ! lib/diagnostics.t
5073 ____________________________________________________________________________
5074 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
5075         Log: fix p4genpatch breakage (missing slash in patch headers)
5076      Branch: perl
5077            ! Porting/p4genpatch
5078 ____________________________________________________________________________
5079 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
5080         Log: Integrate #14679 from macperl;
5081              
5082              Skip layer symbols for sfio
5083      Branch: perl
5084           !> makedef.pl
5085 ____________________________________________________________________________
5086 [ 16487] By: nick                                  on 2002/05/08  13:12:47
5087         Log: Avoid pointless re-encode of data in :encoding's read buffer
5088              on a close
5089      Branch: perlio
5090            ! ext/PerlIO/encoding/encoding.xs
5091 ____________________________________________________________________________
5092 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
5093         Log: Integrate #16481 from macperl;
5094              
5095              p4genpatch Mac OS fixes (paths, utime)
5096      Branch: perl
5097           !> Porting/p4genpatch
5098 ____________________________________________________________________________
5099 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
5100         Log: Storable doc tweaks.
5101      Branch: perl
5102            ! ext/Storable/Storable.pm
5103 ____________________________________________________________________________
5104 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
5105         Log: Subject: Re: [PATCH] use base Notexists
5106              From: andreas.koenig@anima.de (Andreas J. Koenig)
5107              Date: Wed, 08 May 2002 15:57:53 +0200
5108              Message-ID: <m34rhi91y6.fsf@anima.de>
5109      Branch: perl
5110            ! lib/base.pm lib/fields.t
5111 ____________________________________________________________________________
5112 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
5113         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
5114              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
5115              Date: Wed, 8 May 2002 10:47:51 +0400
5116              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
5117      Branch: perl
5118            ! t/run/fresh_perl.t
5119 ____________________________________________________________________________
5120 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
5121         Log: Document how even "ASCII" locales can have problems
5122              if \w includes some of the regex metacharacters.
5123      Branch: perl
5124            ! lib/locale.t
5125 ____________________________________________________________________________
5126 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
5127         Log: p4genpatch Mac OS fixes (paths, utime)
5128      Branch: macperl
5129            ! Porting/p4genpatch
5130 ____________________________________________________________________________
5131 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
5132         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
5133              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
5134              Date: Wed, 8 May 2002 10:33:14 +0400
5135              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
5136      Branch: perl
5137            ! ext/File/Glob/bsd_glob.c
5138 ____________________________________________________________________________
5139 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
5140         Log: Skip layer symbols for sfio
5141      Branch: macperl
5142            ! makedef.pl
5143 ____________________________________________________________________________
5144 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
5145         Log: Bump up the Storable $VERSION to 2.0.
5146      Branch: perl
5147            ! ext/Storable/Storable.pm
5148 ____________________________________________________________________________
5149 [ 16477] By: nick                                  on 2002/05/08  06:21:18
5150         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
5151      Branch: perlio
5152           !> (integrate 36 files)
5153 ____________________________________________________________________________
5154 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
5155         Log: Oops, add back
5156      Branch: macperl
5157            + macos/MacPerlTests.cmd
5158 ____________________________________________________________________________
5159 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
5160         Log: Integrate with perl
5161      Branch: macperl
5162           +> Porting/p4genpatch ext/Digest/MD5/README
5163           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
5164           +> ext/threads/shared/semaphore.pm
5165           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
5166           +> t/comp/hints.t vos/compile_full_perl.cm
5167           +> vos/configure_full_perl.sh vos/make_full_perl.sh
5168           +> wince/compile.bat wince/win32io.c
5169            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
5170            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
5171           !> (integrate 206 files)
5172 ____________________________________________________________________________
5173 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
5174         Log: Update README (integrate from macperl)
5175      Branch: maint-5.6/macperl
5176           !> README.macos
5177 ____________________________________________________________________________
5178 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
5179         Log: Various syncs from macperl/ -> maint-5.6/macperl/
5180              File::Copy, File::Spec updates
5181              Test script modifications
5182              pp_require path bugfixes
5183      Branch: maint-5.6/macperl
5184            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
5185            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
5186 ____________________________________________________________________________
5187 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
5188         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
5189      Branch: macperl
5190            ! macos/macperl/MacPerl.podhelp
5191      Branch: maint-5.6/macperl
5192            ! macos/macperl/MacPerl.podhelp
5193 ____________________________________________________________________________
5194 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
5195         Log: Reset Mac::err flag in app, MacPerl Bug #546065
5196      Branch: macperl
5197            ! macos/macperl/MPScript.c
5198      Branch: maint-5.6/macperl
5199            ! macos/macperl/MPScript.c
5200 ____________________________________________________________________________
5201 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
5202         Log: Fix for some module install paths, MacPerl Bug #549611
5203      Branch: macperl
5204            ! macos/macperl/Droplets/installme.plx
5205            ! macos/macperl/Droplets/untarzipme.plx
5206      Branch: maint-5.6/macperl
5207            ! macos/macperl/Droplets/installme.plx
5208            ! macos/macperl/Droplets/untarzipme.plx
5209 ____________________________________________________________________________
5210 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
5211         Log: Stupid Mac::OSA::Simple bugs
5212      Branch: macperl
5213            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
5214      Branch: maint-5.6/macperl
5215            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
5216 ____________________________________________________________________________
5217 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
5218         Log: Various BuildTools fixes, MacPerl Bug #545341
5219      Branch: macperl
5220            ! macos/lib/Mac/BuildTools.pm
5221      Branch: maint-5.6/macperl
5222            ! macos/lib/Mac/BuildTools.pm
5223 ____________________________________________________________________________
5224 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
5225         Log: MM_MacOS has been moved from macos/lib/ to lib/
5226      Branch: macperl
5227            - macos/lib/ExtUtils/MM_MacOS.pm
5228 ____________________________________________________________________________
5229 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
5230         Log: Oops, add Digest::MD5 Makefile.mk back in
5231      Branch: macperl
5232            + macos/bundled_ext/Digest/MD5/Makefile.mk
5233 ____________________________________________________________________________
5234 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
5235         Log: Allow focus of first item, MacPerl Bug #529102
5236      Branch: macperl
5237            ! macos/ext/Mac/Windows/Windows.pm
5238      Branch: maint-5.6/macperl
5239            ! macos/ext/Mac/Windows/Windows.pm
5240 ____________________________________________________________________________
5241 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
5242         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
5243      Branch: macperl
5244            ! macos/lib/Mac/Glue.pm
5245      Branch: maint-5.6/macperl
5246            ! macos/lib/Mac/Glue.pm
5247 ____________________________________________________________________________
5248 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
5249         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
5250      Branch: perl
5251            ! makedef.pl
5252 ____________________________________________________________________________
5253 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
5254         Log: aTHX may be empty
5255      Branch: perl
5256            ! win32/win32.c
5257 ____________________________________________________________________________
5258 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
5259         Log: 5005threads builds again on windows
5260      Branch: perl
5261            ! win32/win32.c win32/win32.h
5262 ____________________________________________________________________________
5263 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
5264         Log: fixes for various warnings identified by Visual C++
5265      Branch: perl
5266            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
5267            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5268            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
5269            ! win32/config.bc win32/config.gc win32/config.vc
5270            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5271            ! win32/win32.c win32/win32iop.h
5272 ____________________________________________________________________________
5273 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
5274         Log: keep paths consistently slashed on windows
5275      Branch: perl
5276            ! t/harness
5277 ____________________________________________________________________________
5278 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
5279         Log: integrate makefile.mk changes into Makefile
5280      Branch: perl
5281            ! win32/Makefile
5282 ____________________________________________________________________________
5283 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
5284         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
5285              From: Nicholas Clark <nick@unfortu.net>
5286              Date: Tue, 7 May 2002 23:26:01 +0100
5287              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
5288      Branch: perl
5289            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
5290            ! ext/Storable/README ext/Storable/Storable.pm
5291            ! ext/Storable/t/malice.t
5292 ____________________________________________________________________________
5293 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
5294         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
5295              From: Dave Mitchell <davem@fdgroup.com>
5296              Date: Wed, 8 May 2002 00:11:02 +0100
5297              Message-ID: <20020508001102.D4118@fdgroup.com>
5298      Branch: perl
5299            ! pp_hot.c scope.c
5300 ____________________________________________________________________________
5301 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
5302         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
5303              From: Dave Mitchell <davem@fdgroup.com>
5304              Date: Tue, 7 May 2002 23:13:10 +0100
5305              Message-ID: <20020507231310.B4118@fdgroup.com>
5306      Branch: perl
5307            ! pp_hot.c
5308 ____________________________________________________________________________
5309 [ 16454] By: sky                                   on 2002/05/07  21:18:44
5310         Log: Documentation of async
5311      Branch: perl
5312            ! ext/threads/threads.pm
5313 ____________________________________________________________________________
5314 [ 16453] By: sky                                   on 2002/05/07  21:16:28
5315         Log: Documentation added.
5316      Branch: perl
5317            ! ext/threads/shared/semaphore.pm
5318 ____________________________________________________________________________
5319 [ 16452] By: sky                                   on 2002/05/07  21:15:34
5320         Log: Add support for async.
5321      Branch: perl
5322            ! ext/threads/threads.pm
5323 ____________________________________________________________________________
5324 [ 16451] By: sky                                   on 2002/05/07  21:01:47
5325         Log: Add documentation.
5326      Branch: perl
5327            ! ext/threads/shared/queue.pm
5328 ____________________________________________________________________________
5329 [ 16450] By: sky                                   on 2002/05/07  20:24:08
5330         Log: Fix bad assumptions in test case.
5331              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
5332              b) $var++ is not atomic
5333              c) the creating of the string to print and the actuall printing 
5334              could be preempted by another thread
5335      Branch: perl
5336            ! ext/threads/shared/t/queue.t
5337 ____________________________________________________________________________
5338 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
5339         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
5340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5341              Date: Tue, 07 May 2002 19:41:03 +0200
5342              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
5343      Branch: perl
5344            ! makedepend.SH
5345 ____________________________________________________________________________
5346 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
5347         Log: Upgrade to Encode 1.71.
5348      Branch: perl
5349            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5350            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
5351 ____________________________________________________________________________
5352 [ 16447] By: nick                                  on 2002/05/07  18:39:47
5353         Log: Integrate mainline
5354      Branch: perlio
5355           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
5356           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
5357           !> lib/User/pwent.t
5358 ____________________________________________________________________________
5359 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
5360         Log: AUTHORS updates.
5361      Branch: perl
5362            ! AUTHORS
5363 ____________________________________________________________________________
5364 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
5365         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
5366              From: Robin Barker <rmb1@cise.npl.co.uk>
5367              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
5368              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
5369      Branch: perl
5370            ! ext/Encode/Encode.xs
5371 ____________________________________________________________________________
5372 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
5373         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
5374              From: Michael A Chase <mchase@ix.netcom.com>
5375              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
5376              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
5377              
5378              (plus add what POSIX says)
5379      Branch: perl
5380            ! lib/File/Spec/Unix.pm
5381 ____________________________________________________________________________
5382 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
5383         Log: Subject: Re: lib/User/pwent.t on Cygwin
5384              From: John Peacock <jpeacock@rowman.com>
5385              Date: Mon, 06 May 2002 10:14:21 -0400
5386              Message-ID: <3CD68FBD.8020502@rowman.com>
5387      Branch: perl
5388            ! lib/User/pwent.t
5389 ____________________________________________________________________________
5390 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
5391         Log: Subject: [PATCH] Storable (Re: perl@16433)
5392              From: Radu Greab <radu@netsoft.ro>
5393              Date: Tue, 7 May 2002 11:37:03 +0300
5394              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
5395              
5396              Subject: Re: [PATCH] Storable (Re: perl@16433)
5397              From: Radu Greab <radu@netsoft.ro>
5398              Date: Tue, 7 May 2002 12:49:24 +0300
5399              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
5400              
5401              Plug the Storable memory leaks.
5402      Branch: perl
5403            ! ext/Storable/Storable.xs
5404 ____________________________________________________________________________
5405 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
5406         Log: Upgrade to CPAN 1.61.
5407      Branch: perl
5408            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5409 ____________________________________________________________________________
5410 [ 16440] By: nick                                  on 2002/05/07  07:07:58
5411         Log: Integrate mainline
5412      Branch: perlio
5413           +> Porting/p4genpatch vos/compile_full_perl.cm
5414           +> vos/configure_full_perl.sh vos/make_full_perl.sh
5415           +> wince/compile.bat wince/win32io.c
5416            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
5417           !> (integrate 74 files)
5418 ____________________________________________________________________________
5419 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
5420         Log: Document the bad behaviour of for(1..5){$_++}
5421              (it works but it should fail)
5422      Branch: perl
5423            ! pod/perldelta.pod
5424 ____________________________________________________________________________
5425 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
5426         Log: README.ko update from Jungshik Shin.
5427      Branch: perl
5428            ! README.ko
5429 ____________________________________________________________________________
5430 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
5431         Log: Subject: Re: perl@16433
5432              From: Nicholas Clark <nick@unfortu.net>
5433              Date: Tue, 7 May 2002 00:21:46 +0100
5434              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
5435      Branch: perl
5436            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5437            ! ext/Storable/t/malice.t
5438 ____________________________________________________________________________
5439 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
5440         Log: Subject:  two and a half steps further for WinCE cross-build
5441              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5442              Date: Mon, 6 May 2002 23:54:24 +0400
5443              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
5444      Branch: perl
5445            - wince/config.h
5446            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
5447 ____________________________________________________________________________
5448 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
5449         Log: Detypo.
5450      Branch: perl
5451            ! pod/perldelta.pod
5452 ____________________________________________________________________________
5453 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
5454         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
5455              From: Dave Mitchell <davem@fdgroup.com>
5456              Date: Mon, 6 May 2002 17:17:00 +0100
5457              Message-ID: <20020506171700.A256@fdgroup.com>
5458      Branch: perl
5459            ! pod/perldelta.pod t/op/local.t
5460 ____________________________________________________________________________
5461 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
5462         Log: Update Changes.
5463      Branch: perl
5464            ! Changes patchlevel.h
5465 ____________________________________________________________________________
5466 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
5467         Log: Add a test for #16431, and document Dave's campaign
5468              against localised hash element bugs.
5469      Branch: perl
5470            ! pod/perldelta.pod t/op/tie.t
5471 ____________________________________________________________________________
5472 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
5473         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
5474              From: Dave Mitchell <davem@fdgroup.com>
5475              Date: Sat, 4 May 2002 00:34:18 +0100
5476              Message-ID: <20020504003418.F22026@fdgroup.com>
5477      Branch: perl
5478            ! pp_hot.c t/op/local.t
5479 ____________________________________________________________________________
5480 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
5481         Log: Regen uconfig.h.
5482      Branch: perl
5483            ! uconfig.h
5484 ____________________________________________________________________________
5485 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
5486         Log: Unfortunately AmigaOS has been broken since 11423
5487              and is unlikely to get fixed in time for 5.8.0.
5488      Branch: perl
5489            ! pod/perldelta.pod
5490 ____________________________________________________________________________
5491 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
5492         Log: Ultimate discouragement for the old tools, from Andreas.
5493      Branch: perl
5494            - Porting/p4d2p Porting/p4desc
5495            ! MANIFEST Porting/repository.pod
5496 ____________________________________________________________________________
5497 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
5498         Log: Upgrade to Digest::MD5 2.20.
5499      Branch: perl
5500            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5501            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
5502 ____________________________________________________________________________
5503 [ 16426] By: ams                                   on 2002/05/06  09:48:42
5504         Log: Subject: [Encode] 1.70 released
5505              From: Dan Kogai <dankogai@dan.co.jp>
5506              Date: Mon, 6 May 2002 19:36:15 +0900
5507              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
5508      Branch: perl
5509            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
5510            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
5511            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
5512 ____________________________________________________________________________
5513 [ 16425] By: ams                                   on 2002/05/06  09:40:42
5514         Log: Subject: [PATCH] PerlIO::Via reference
5515              From: Gisle Aas <gisle@ActiveState.com>
5516              Date: 05 May 2002 22:50:23 -0700
5517              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
5518      Branch: perl
5519            ! pod/perliol.pod
5520 ____________________________________________________________________________
5521 [ 16424] By: ams                                   on 2002/05/06  09:37:58
5522         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
5523              From: Brendan O'Dea <bod@debian.org>
5524              Date: Mon, 6 May 2002 14:04:48 +1000
5525              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
5526      Branch: perl
5527            ! lib/Term/Complete.pm
5528 ____________________________________________________________________________
5529 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
5530         Log: p4genpatch: avoid stderr noise during adds
5531      Branch: perl
5532            ! Porting/p4genpatch
5533 ____________________________________________________________________________
5534 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
5535         Log: Subject: [PATCH] Fixup VOS builds of miniperl
5536              From: Paul_GreenVOS@vos.stratus.com
5537              Date: Sun, 5 May 02 23:11 edt
5538              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
5539      Branch: perl
5540            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
5541 ____________________________________________________________________________
5542 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
5543         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
5544              From: Radu Greab <radu@netsoft.ro>
5545              Date: Mon, 6 May 2002 04:23:10 +0300
5546              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
5547      Branch: perl
5548            ! pp_sys.c t/op/exec.t
5549 ____________________________________________________________________________
5550 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
5551         Log: Further comment tweak, to agree with perlxs.pod.
5552      Branch: perl
5553            ! perl.h
5554 ____________________________________________________________________________
5555 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
5556         Log: Subject: [PATCH] Update README.vos and release vos build macros
5557              From: Paul_GreenVOS@vos.stratus.com
5558              Date: Sun, 5 May 02 17:15 edt
5559              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
5560              To: perl5-porters@perl.org
5561      Branch: perl
5562            + vos/compile_full_perl.cm vos/configure_full_perl.sh
5563            + vos/make_full_perl.sh
5564            ! MANIFEST README.vos vos/Changes
5565 ____________________________________________________________________________
5566 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
5567         Log: Retract MM_NW5.pm part of #16371, at the request
5568              of Michael Schwern.
5569      Branch: perl
5570            ! lib/ExtUtils/MM_NW5.pm
5571 ____________________________________________________________________________
5572 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
5573         Log: Comment tweaks.
5574      Branch: perl
5575            ! perl.h
5576 ____________________________________________________________________________
5577 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
5578         Log: a few more p4genpatch fixes:
5579              
5580              don't assume previous revision exists, let p4 compute it from
5581              the one-less-change number instead
5582              
5583              the time part in timestamps were always 00:00:00; fix by
5584              fetching metadata via "p4 fsync" rather than "p4 filelog"
5585              
5586              quote all file names used in external commands to make them
5587              them work when there are spaces in those file names
5588              
5589              looks production worthy now :)
5590      Branch: perl
5591            ! Porting/p4genpatch
5592 ____________________________________________________________________________
5593 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
5594         Log: The #16401 was far from enough, and mostly in a wrong direction.
5595              The right thing to do would be to convert Storable into using
5596              the new MY_CXT scheme (no static data, and memory management
5597              using SVs).
5598      Branch: perl
5599            ! ext/Storable/Storable.xs
5600 ____________________________________________________________________________
5601 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
5602         Log: p4genpatch diffs against depot files from //depot/perl when called
5603              with -b //depot/maint-5.6/perl
5604      Branch: perl
5605            ! Porting/p4genpatch
5606 ____________________________________________________________________________
5607 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
5608         Log: p4genpatch: current directory may not be writable, so don't
5609              create temp files there
5610      Branch: perl
5611            ! Porting/p4genpatch
5612 ____________________________________________________________________________
5613 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
5614         Log: p4genpatch now works on windows
5615      Branch: perl
5616            ! Porting/p4genpatch
5617 ____________________________________________________________________________
5618 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
5619         Log: p4genpatch: tweak from Andreas to strip leading portion of
5620              path specified in -b (so patch can be applied with "patch -p1")
5621      Branch: perl
5622            ! Porting/p4genpatch
5623 ____________________________________________________________________________
5624 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
5625         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
5626              From: PPrymmer@factset.com
5627              Date: Fri, 3 May 2002 14:52:12 -0400
5628              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
5629      Branch: perl
5630            ! t/op/pwent.t
5631 ____________________________________________________________________________
5632 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
5633         Log: Upgrade to Net::Ping 2.17.
5634      Branch: perl
5635            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5636 ____________________________________________________________________________
5637 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
5638         Log: Upgrade to Getopt::Long 2.31.
5639      Branch: perl
5640            ! lib/Getopt/Long.pm
5641 ____________________________________________________________________________
5642 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
5643         Log: Subject: Re: Cross-compiling as of WinCE
5644              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5645              Date: Sat, 4 May 2002 03:49:11 +0400
5646              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
5647      Branch: perl
5648            + wince/compile.bat wince/win32io.c
5649            - wince/perldll.def
5650            ! MANIFEST configpm makedef.pl wince/Makefile.ce
5651            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
5652            ! wince/config_h.PL wince/wince.c
5653 ____________________________________________________________________________
5654 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
5655         Log: The loclibpth is always set by Configure.
5656      Branch: perl
5657            ! hints/dec_osf.sh
5658 ____________________________________________________________________________
5659 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
5660         Log: Subject: Re: [Unicode::Collate] UCA Version number    
5661              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5662              Date: Sun, 05 May 2002 10:07:57 +0900
5663              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
5664      Branch: perl
5665            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5666            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5667 ____________________________________________________________________________
5668 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
5669         Log: Subject: [PATCH sv.c] delete inaccurate comment
5670              From: Dave Mitchell <davem@fdgroup.com>
5671              Date: Fri, 3 May 2002 21:17:00 +0100
5672              Message-ID: <20020503211700.C22026@fdgroup.com>
5673      Branch: perl
5674            ! sv.c
5675 ____________________________________________________________________________
5676 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
5677         Log: Solaris: show what 'that' is.
5678      Branch: perl
5679            ! hints/solaris_2.sh
5680 ____________________________________________________________________________
5681 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
5682         Log: Syntax fix.
5683      Branch: perl
5684            ! t/op/arith.t
5685 ____________________________________________________________________________
5686 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
5687         Log: (retracted by #16415) Storable: try to free what we allocated.
5688      Branch: perl
5689            ! ext/Storable/Storable.xs
5690 ____________________________________________________________________________
5691 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
5692         Log: UNICOS: division is really sloppy.
5693      Branch: perl
5694            ! t/op/arith.t
5695 ____________________________________________________________________________
5696 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
5697         Log: Subject: fix t/io/fs.t for VOS
5698              From: Paul_GreenVOS@vos.stratus.com
5699              Date: Sat, 4 May 02 14:01 edt
5700              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
5701      Branch: perl
5702            ! t/io/fs.t
5703 ____________________________________________________________________________
5704 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
5705         Log: Subject: [Unicode::Collate] UCA Version number
5706              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5707              Date: Sat, 04 May 2002 16:07:07 +0900
5708              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
5709      Branch: perl
5710            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
5711 ____________________________________________________________________________
5712 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
5713         Log: Subject: [PATCH lib/overload.pm] "\"\""
5714              From: Michael G Schwern <schwern@pobox.com>
5715              Date: Sat, 4 May 2002 13:17:44 -0400
5716              Message-ID: <20020504171743.GD640@blackrider>
5717      Branch: perl
5718            ! lib/overload.pm
5719 ____________________________________________________________________________
5720 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
5721         Log: Add the EBCDIC test data to downgrade.t.
5722      Branch: perl
5723            ! ext/Storable/t/downgrade.t
5724 ____________________________________________________________________________
5725 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
5726         Log: EBCDIC tweak.
5727      Branch: perl
5728            ! ext/Storable/t/utf8hash.t
5729 ____________________________________________________________________________
5730 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
5731         Log: Allow p4genpatch to use diff programs other than 'diff'.
5732      Branch: perl
5733            ! Porting/p4genpatch
5734 ____________________________________________________________________________
5735 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
5736         Log: Add p4genpatch from Andreas; obsoletes both
5737              p4d2p and p4desc.
5738      Branch: perl
5739            + Porting/p4genpatch
5740            ! MANIFEST Porting/makerel
5741 ____________________________________________________________________________
5742 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
5743         Log: Upgrade to Encode 1.69.
5744      Branch: perl
5745            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5746            ! ext/Encode/Encode/Makefile_PL.e2x
5747            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
5748            ! ext/Encode/lib/Encode/Guess.pm
5749            ! ext/Encode/lib/Encode/MIME/Header.pm
5750            ! ext/Encode/t/mime-header.t
5751 ____________________________________________________________________________
5752 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
5753         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
5754              From: Dave Mitchell <davem@fdgroup.com>
5755              Date: Sat, 4 May 2002 16:09:26 +0100
5756              Message-ID: <20020504160926.A24990@fdgroup.com>
5757      Branch: perl
5758            ! INSTALL
5759 ____________________________________________________________________________
5760 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
5761         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
5762              From: Nicholas Clark <nick@unfortu.net>
5763              Date: Sat, 4 May 2002 12:38:58 +0100
5764              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
5765      Branch: perl
5766            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5767 ____________________________________________________________________________
5768 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
5769         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
5770              From: Nicholas Clark <nick@unfortu.net>
5771              Date: Sat, 4 May 2002 00:30:43 +0100
5772              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
5773      Branch: perl
5774            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5775 ____________________________________________________________________________
5776 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
5777         Log: Doc tweak from Elizabeth Mattijsen.
5778      Branch: perl
5779            ! pod/perlunicode.pod
5780 ____________________________________________________________________________
5781 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
5782         Log: Subject: [PATCH] channames.pm doc tweaks
5783              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
5784              Date: Sat, 04 May 2002 11:45:18 +0900
5785              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
5786      Branch: perl
5787            ! lib/charnames.pm
5788 ____________________________________________________________________________
5789 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
5790         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
5791              From: Dave Mitchell <davem@fdgroup.com>
5792              Date: Fri, 3 May 2002 23:51:10 +0100
5793              Message-ID: <20020503235110.E22026@fdgroup.com>
5794      Branch: perl
5795            ! pp_hot.c scope.c
5796 ____________________________________________________________________________
5797 [ 16385] By: nick                                  on 2002/05/04  09:29:41
5798         Log: Integrate mainline
5799      Branch: perlio
5800           !> (integrate 47 files)
5801 ____________________________________________________________________________
5802 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
5803         Log: Subject: Re: perl@16307
5804              From: Nicholas Clark <nick@unfortu.net>
5805              Date: Fri, 3 May 2002 21:49:04 +0100
5806              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
5807              
5808              canonical #3 was failing under -Mutf8.
5809      Branch: perl
5810            ! ext/Storable/t/canonical.t
5811 ____________________________________________________________________________
5812 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
5813         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
5814              From: Dave Mitchell <davem@fdgroup.com>
5815              Date: Fri, 3 May 2002 21:12:10 +0100
5816              Message-ID: <20020503211210.B22026@fdgroup.com>
5817      Branch: perl
5818            ! scope.c
5819 ____________________________________________________________________________
5820 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
5821         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
5822              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
5823              Date: Fri, 3 May 2002 20:30:25 +0200
5824              Message-ID: <190109228332.20020503203025@familiehaase.de>
5825      Branch: perl
5826            ! doio.c
5827 ____________________________________________________________________________
5828 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
5829         Log: Subject: t/TestInit.pm - clean up comments
5830              From: Paul_GreenVOS@vos.stratus.com
5831              Date: Fri, 3 May 02 14:51 edt
5832              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
5833      Branch: perl
5834            ! t/TestInit.pm
5835 ____________________________________________________________________________
5836 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
5837         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
5838              From: Dan Kogai <dankogai@dan.co.jp>
5839              Date: Sat, 4 May 2002 01:46:35 +0900
5840              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
5841      Branch: perl
5842            ! ext/Encode/Encode/Makefile_PL.e2x
5843 ____________________________________________________________________________
5844 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
5845         Log: Forgotten test arrangement.
5846      Branch: perl
5847            ! ext/Digest/MD5/t/files.t
5848 ____________________________________________________________________________
5849 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
5850         Log: Comedy of typing errors.
5851      Branch: perl
5852            ! hints/solaris_2.sh
5853 ____________________________________________________________________________
5854 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
5855         Log: Let's try the "no Net:: if no Socket" again.
5856      Branch: perl
5857            ! t/lib/1_compile.t
5858 ____________________________________________________________________________
5859 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
5860         Log: Update Changes.
5861      Branch: perl
5862            ! Changes patchlevel.h
5863 ____________________________________________________________________________
5864 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
5865         Log: Oops.
5866      Branch: perl
5867            ! lib/ExtUtils/MM_BeOS.pm
5868 ____________________________________________________________________________
5869 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
5870         Log: EBCDIC tweak.
5871      Branch: perl
5872            ! ext/Digest/MD5/t/utf8.t
5873 ____________________________________________________________________________
5874 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
5875         Log: Update the EBCDIC MD5 checksums, and automate the process.
5876      Branch: perl
5877            ! ext/Digest/MD5/t/files.t
5878 ____________________________________________________________________________
5879 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
5880         Log: The EBCDIC remapping of the low 256 bites again.
5881      Branch: perl
5882            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
5883            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
5884            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5885 ____________________________________________________________________________
5886 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
5887         Log: NetWare updates from C Aditya.
5888      Branch: perl
5889            ! lib/ExtUtils/MM_NW5.pm makedef.pl
5890 ____________________________________________________________________________
5891 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
5892         Log: DJGPP updates from Laszlo Molnar.
5893      Branch: perl
5894            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
5895 ____________________________________________________________________________
5896 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
5897         Log: Upgrade to Encode 1.68.
5898      Branch: perl
5899            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5900            ! ext/Encode/lib/Encode/Alias.pm
5901            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5902 ____________________________________________________________________________
5903 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
5904         Log: Integrate perlio;
5905              
5906              Several of non-default builds now seem to work reasonably well
5907              English.t seems to fail on an errno test, and socketpair blathers
5908              about something.
5909              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
5910              back door, and instead have perlsdio.h vector stdio via iperlsys.h
5911              function tables (latter was done in earlier change).
5912              Update comments in Makefile.mk 
5913              
5914              Finish off 16350 for non-PERLIO build on linux,
5915              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
5916              for some slots which now perlsdio.h is targeting.
5917              
5918              setbuf / setvbuf are not PerlIO_ concepts
5919              
5920              perl_clone is a threads thing
5921              
5922              Have perlsdio.h use the iperlsys.h aliases and see
5923              if that helps non-PERLIO IMP_SYS on Win32.
5924              (Miniperl okay on linux).
5925              
5926              More layer syms
5927              
5928              Use PerlSIO_fdupopen() if not using PerlIO
5929              
5930              Do not build if not using layers
5931      Branch: perl
5932           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
5933           !> win32/makefile.mk win32/perlhost.h win32/win32.c
5934           !> win32/win32io.c
5935 ____________________________________________________________________________
5936 [ 16367] By: nick                                  on 2002/05/03  07:25:13
5937         Log: Several of non-default builds now seem to work reasonably well
5938              English.t seems to fail on an errno test, and socketpair blathers
5939              about something.
5940              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
5941              back door, and instead have perlsdio.h vector stdio via iperlsys.h
5942              function tables (latter was done in earlier change).
5943              Update comments in Makefile.mk 
5944      Branch: perlio
5945            ! perlio.h win32/makefile.mk win32/win32.c
5946 ____________________________________________________________________________
5947 [ 16366] By: nick                                  on 2002/05/03  07:07:36
5948         Log: Finish off 16350 for non-PERLIO build on linux,
5949              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
5950              for some slots which now perlsdio.h is targeting.
5951      Branch: perlio
5952            ! iperlsys.h
5953 ____________________________________________________________________________
5954 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
5955         Log: If no Socket should not try to test Net::
5956      Branch: perl
5957            ! t/lib/1_compile.t
5958 ____________________________________________________________________________
5959 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
5960         Log: Integrate macperl #16360 and #16363;
5961              
5962              Make op/alarm.t pass
5963              
5964              README.macos update
5965      Branch: perl
5966           !> README.macos t/op/alarm.t
5967 ____________________________________________________________________________
5968 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
5969         Log: README.macos update
5970      Branch: macperl
5971            ! README.macos
5972 ____________________________________________________________________________
5973 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
5974         Log: Config / test updates
5975      Branch: macperl
5976            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
5977            ! macos/Makefile.mk
5978 ____________________________________________________________________________
5979 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
5980         Log: Safe signals for Mac OS
5981      Branch: macperl
5982            ! macos/macish.c macos/macish.h
5983 ____________________________________________________________________________
5984 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
5985         Log: Make op/alarm.t pass
5986      Branch: macperl
5987            ! t/op/alarm.t
5988 ____________________________________________________________________________
5989 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
5990         Log: a tweak to change#13584: need to avoid pad-walking during
5991              global destruction
5992      Branch: maint-5.6/perl
5993            ! op.c
5994 ____________________________________________________________________________
5995 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
5996         Log: Forgot the most important part of #16357.
5997      Branch: perl
5998            ! lib/Unicode/Collate.pm
5999 ____________________________________________________________________________
6000 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
6001         Log: Subject: Unicode::Collate 0.11 Released
6002              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6003              Date: Fri, 03 May 2002 03:19:29 +0900
6004              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
6005      Branch: perl
6006            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6007            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6008 ____________________________________________________________________________
6009 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
6010         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
6011              From: Andy Dougherty <doughera@lafayette.edu>
6012              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
6013              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
6014      Branch: perl
6015            ! Makefile.SH ext/util/make_ext
6016 ____________________________________________________________________________
6017 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
6018         Log: Integrate #16353 from macperl;
6019              
6020              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
6021              in test 92 of run/fresh_perl.t on MacOS
6022              
6023              (as pudge rightfully points out, this is voodoo
6024              programming at it best, the real bug is somewhere else,
6025              now we just happened to shake the chicken the right way)
6026      Branch: perl
6027           !> lib/utf8_heavy.pl
6028 ____________________________________________________________________________
6029 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
6030         Log: Subject: Re: Encode, charnames and utf8heavy
6031              From: Dan Kogai <dankogai@dan.co.jp>
6032              Date: Thu, 2 May 2002 00:44:30 +0900
6033              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
6034              
6035              (plus a respective perlunicode tweak)
6036      Branch: perl
6037            ! lib/utf8_heavy.pl pod/perlunicode.pod
6038 ____________________________________________________________________________
6039 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
6040         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
6041              in test 92 of run/fresh_perl.t on MacOS
6042      Branch: macperl
6043            ! lib/utf8_heavy.pl
6044 ____________________________________________________________________________
6045 [ 16352] By: nick                                  on 2002/05/02  17:48:31
6046         Log: setbuf / setvbuf are not PerlIO_ concepts
6047      Branch: perlio
6048            ! XSUB.h
6049 ____________________________________________________________________________
6050 [ 16351] By: nick                                  on 2002/05/02  17:12:21
6051         Log: perl_clone is a threads thing
6052      Branch: perlio
6053            ! makedef.pl
6054 ____________________________________________________________________________
6055 [ 16350] By: nick                                  on 2002/05/02  17:09:43
6056         Log: *** EXPERIMENTAL ***
6057              Have perlsdio.h use the iperlsys.h aliases and see
6058              if that helps non-PERLIO IMP_SYS on Win32.
6059              (Miniperl okay on linux).
6060      Branch: perlio
6061            ! iperlsys.h perlsdio.h
6062 ____________________________________________________________________________
6063 [ 16349] By: nick                                  on 2002/05/02  16:10:15
6064         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
6065              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
6066              - use it in perlio.c
6067      Branch: perlio
6068            ! perlio.c win32/perlhost.h win32/win32.c
6069 ____________________________________________________________________________
6070 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
6071         Log: manual integrate of change#16332 from maint-5.6 branch
6072      Branch: perl
6073            ! mg.c perl.c sv.c util.c
6074 ____________________________________________________________________________
6075 [ 16347] By: nick                                  on 2002/05/02  15:19:59
6076         Log: More layer syms
6077      Branch: perlio
6078            ! makedef.pl
6079 ____________________________________________________________________________
6080 [ 16346] By: nick                                  on 2002/05/02  15:19:20
6081         Log: Use PerlSIO_fdupopen() if not using PerlIO
6082      Branch: perlio
6083            ! perlio.c
6084 ____________________________________________________________________________
6085 [ 16345] By: nick                                  on 2002/05/02  15:18:12
6086         Log: Do not build if not using layers
6087      Branch: perlio
6088            ! win32/win32io.c
6089 ____________________________________________________________________________
6090 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
6091         Log: Upgrade to Encode 1.67.
6092      Branch: perl
6093            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6094            ! ext/Encode/lib/Encode/Guess.pm
6095 ____________________________________________________________________________
6096 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
6097         Log: Integrate perlio;
6098              
6099              Remove show-stoppers to non-PERLIO Win32 builds
6100              (still not a very good show).
6101      Branch: perl
6102           !> makedef.pl win32/makefile.mk
6103 ____________________________________________________________________________
6104 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
6105         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
6106              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6107              Date: Thu, 02 May 2002 04:22:02 +0100
6108              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
6109      Branch: perl
6110            ! malloc.c
6111 ____________________________________________________________________________
6112 [ 16341] By: nick                                  on 2002/05/02  12:57:23
6113         Log: Remove show-stoppers to non-PERLIO Win32 builds
6114              (still not a very good show).
6115      Branch: perlio
6116            ! makedef.pl win32/makefile.mk
6117 ____________________________________________________________________________
6118 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
6119         Log: Subject: [PATCH] 1/3rd of utf8
6120              From: Nicholas Clark <nick@unfortu.net>
6121              Date: Wed, 1 May 2002 22:58:42 +0100
6122              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
6123      Branch: perl
6124            ! ext/Storable/t/malice.t
6125 ____________________________________________________________________________
6126 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
6127         Log: Integrate #16334 from maint-5.6;
6128              
6129              don't pad $0 with spaces when setting it, use nulls instead (the
6130              spaces show up as a very long line in a ps listing)
6131      Branch: perl
6132           !> mg.c
6133 ____________________________________________________________________________
6134 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
6135         Log: Integrate perlio;
6136              
6137              Fix the "PerlIO require leak". Snag was that clean_objs
6138              autoloaded DESTROY (needing IO) after known layers had
6139              been freed. Postpone layer list free to PerlIO_cleanup,
6140              rather than PerlIO_destruct. Tweak sequence in perl_destruct
6141              so that sv_undef is immortal till layer list is done with it.
6142      Branch: perl
6143           !> perl.c perlio.c
6144 ____________________________________________________________________________
6145 [ 16337] By: ams                                   on 2002/05/02  08:21:42
6146         Log: Subject: Re: [PATCH] Storable docs
6147              From: Philip Newton <Philip.Newton@gmx.net>
6148              Date: Thu, 02 May 2002 07:58:38 +0200
6149              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
6150              (Applied mostly with tweaks by hand.)
6151      Branch: perl
6152            ! ext/Storable/Storable.pm
6153 ____________________________________________________________________________
6154 [ 16336] By: nick                                  on 2002/05/02  07:59:16
6155         Log: Integrate mainline
6156      Branch: perlio
6157           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
6158           +> ext/Digest/MD5/t/utf8.t
6159            - ext/Digest/MD5/t/aaa.t
6160           !> Configure MANIFEST Makefile.SH config_h.SH
6161           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6162           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
6163           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
6164           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
6165           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
6166           !> lib/Thread.pm util.c
6167 ____________________________________________________________________________
6168 [ 16335] By: nick                                  on 2002/05/02  07:54:51
6169         Log: Fix the "PerlIO require leak". Snag was that clean_objs
6170              autoloaded DESTROY (needing IO) after known layers had
6171              been freed. Postpone layer list free to PerlIO_cleanup,
6172              rather than PerlIO_destruct. Tweak sequence in perl_destruct
6173              so that sv_undef is immortal till layer list is done with it.
6174      Branch: perlio
6175            ! perl.c perlio.c
6176 ____________________________________________________________________________
6177 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
6178         Log: don't pad $0 with spaces when setting it, use nulls instead (the
6179              spaces show up as a very long line in a ps listing)
6180      Branch: maint-5.6/perl
6181            ! mg.c
6182 ____________________________________________________________________________
6183 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
6184         Log: fix yet more race conditions related to fdopen() and dup2():
6185              
6186              fclose() is not thread-safe when two FILE* structures point
6187              to the same underlying fd, as it happens in perl's socket
6188              handles; need to invalidate the fileno slot of one of the
6189              FILE* structures, but unfortunately stdio has no interface
6190              to do this; we can do little else but fiddle with the
6191              FILE* structure directly (yuck! hope this could be done better
6192              under native PerlIO in 5.8)
6193      Branch: maint-5.6/perl
6194            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
6195 ____________________________________________________________________________
6196 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
6197         Log: isolate all environ diddling to the initial interpreter; any
6198              additional interpreters created after the first one cannot
6199              propagate %ENV changes down to the real environment; this
6200              should fix %ENV related races (e.g. multiple threads attempting
6201              to free() environ entries when they run C<%ENV = ()>)
6202      Branch: maint-5.6/perl
6203            ! mg.c perl.c sv.c util.c
6204 ____________________________________________________________________________
6205 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
6206         Log: fix race condition in my_popen(): parent may dup2() into an fd
6207              that got opened by another thread because it closes it
6208              beforehand; instead, let the dup2() itself close the fd
6209      Branch: maint-5.6/perl
6210            ! util.c
6211 ____________________________________________________________________________
6212 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
6213         Log: pipe() IO structures were not fully initialized
6214      Branch: maint-5.6/perl
6215            ! doio.c pp_sys.c
6216 ____________________________________________________________________________
6217 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
6218         Log: fix handle leak in my_popen() if the fork() fails
6219      Branch: maint-5.6/perl
6220            ! util.c
6221 ____________________________________________________________________________
6222 [ 16328] By: nick                                  on 2002/05/02  06:08:22
6223         Log: Integrate mainline
6224      Branch: perlio
6225           +> ext/threads/shared/semaphore.pm
6226           +> ext/threads/shared/t/semaphore.t
6227           !> MANIFEST ext/threads/shared/Makefile.PL
6228           !> ext/threads/shared/t/queue.t
6229 ____________________________________________________________________________
6230 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
6231         Log: Cleanup threads dirs.
6232      Branch: perl
6233            ! Makefile.SH
6234 ____________________________________________________________________________
6235 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
6236         Log: Add the new Digest::MD5 test.
6237      Branch: perl
6238            + ext/Digest/MD5/t/utf8.t
6239            ! MANIFEST
6240 ____________________________________________________________________________
6241 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
6242         Log: New try at the Class::DBI core dump at global cleanup.
6243      Branch: perl
6244            ! gv.h util.c
6245 ____________________________________________________________________________
6246 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
6247         Log: Upgrade to Digest::MD5 2.19.
6248      Branch: perl
6249            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6250            ! ext/Digest/MD5/t/files.t
6251 ____________________________________________________________________________
6252 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
6253         Log: Ooops.  Not everybody does threads.
6254      Branch: perl
6255            ! ext/threads/shared/t/semaphore.t
6256 ____________________________________________________________________________
6257 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
6258         Log: Fix files.t for blead.
6259      Branch: perl
6260            + ext/Digest/MD5/README
6261            ! MANIFEST ext/Digest/MD5/t/files.t
6262 ____________________________________________________________________________
6263 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
6264         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
6265              work yet with blead, my bad.
6266      Branch: perl
6267            + ext/Digest/MD5/t/md5-aaa.t
6268            - ext/Digest/MD5/t/aaa.t
6269            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6270            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
6271            ! ext/Digest/MD5/t/files.t
6272 ____________________________________________________________________________
6273 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
6274         Log: metaconfig unit change for #16319.
6275      Branch: metaconfig/U/perl
6276            ! d_u32align.U
6277 ____________________________________________________________________________
6278 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
6279         Log: Somebody might be compiling a newer Digest::MD5.
6280      Branch: perl
6281            ! Configure config_h.SH
6282 ____________________________________________________________________________
6283 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
6284         Log: Until Arthur fills in semaphore.t.
6285      Branch: perl
6286            ! ext/threads/shared/Makefile.PL
6287            ! ext/threads/shared/t/semaphore.t
6288 ____________________________________________________________________________
6289 [ 16317] By: sky                                   on 2002/05/01  19:36:33
6290         Log: Fix emulation case when loading both Thread and threads::shared
6291              would get awkward.
6292      Branch: perl
6293            ! lib/Thread.pm
6294 ____________________________________________________________________________
6295 [ 16316] By: ams                                   on 2002/05/01  19:35:25
6296         Log: Subject: [PATCH] Storable docs
6297              From: Nicholas Clark <nick@unfortu.net>
6298              Date: Wed, 1 May 2002 20:44:42 +0100
6299              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
6300      Branch: perl
6301            ! ext/Storable/Storable.pm
6302 ____________________________________________________________________________
6303 [ 16315] By: sky                                   on 2002/05/01  19:15:46
6304         Log: Now passes old test case.
6305      Branch: perl
6306            ! ext/threads/shared/semaphore.pm
6307 ____________________________________________________________________________
6308 [ 16314] By: sky                                   on 2002/05/01  19:15:26
6309         Log: Cleanup memory a bit better in some cases.
6310      Branch: perl
6311            ! ext/threads/threads.xs
6312 ____________________________________________________________________________
6313 [ 16313] By: nick                                  on 2002/05/01  18:38:03
6314         Log: Integrate mainline
6315      Branch: perlio
6316           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
6317           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
6318           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
6319           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
6320           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
6321           !> pod/perl.pod pod/perlthrtut.pod toke.c
6322           !> vms/descrip_mms.template vms/perlvms.pod
6323 ____________________________________________________________________________
6324 [ 16312] By: sky                                   on 2002/05/01  18:12:37
6325         Log: Don't forget to add it to the MANIFEST
6326      Branch: perl
6327            + ext/threads/shared/t/semaphore.t
6328            ! MANIFEST
6329 ____________________________________________________________________________
6330 [ 16311] By: sky                                   on 2002/05/01  17:54:19
6331         Log: Add semaphore.pm
6332      Branch: perl
6333            + ext/threads/shared/semaphore.pm
6334 ____________________________________________________________________________
6335 [ 16310] By: sky                                   on 2002/05/01  17:13:57
6336         Log: Fix makefile to put queue.pm correctly, update test script.
6337      Branch: perl
6338            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
6339 ____________________________________________________________________________
6340 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
6341         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
6342              From: Dan Kogai <dankogai@dan.co.jp>
6343              Date: Thu, 2 May 2002 00:14:41 +0900
6344              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
6345      Branch: perl
6346            ! ext/PerlIO/t/fallback.t
6347 ____________________________________________________________________________
6348 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
6349         Log: Encode tweak from Dan Kogai.
6350      Branch: perl
6351            ! ext/Encode/Encode.xs
6352 ____________________________________________________________________________
6353 [ 16307] By: sky                                   on 2002/05/01  13:40:58
6354         Log: Flush directly to avoid erros when running from test harness
6355      Branch: perl
6356            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
6357 ____________________________________________________________________________
6358 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
6359         Log: Update Changes.
6360      Branch: perl
6361            ! Changes patchlevel.h
6362 ____________________________________________________________________________
6363 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
6364         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
6365              From: PPrymmer@factset.com
6366              Date: Wed, 1 May 2002 10:12:53 -0400
6367              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
6368      Branch: perl
6369            ! lib/User/pwent.t
6370 ____________________________________________________________________________
6371 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
6372         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
6373              From: PPrymmer@factset.com
6374              Date: Wed, 1 May 2002 09:54:51 -0400
6375              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
6376      Branch: perl
6377            ! vms/descrip_mms.template
6378 ____________________________________________________________________________
6379 [ 16303] By: sky                                   on 2002/05/01  13:00:57
6380         Log: First attempt at updating perlthrtut for ithreaded threads.pm
6381      Branch: perl
6382            ! pod/perlthrtut.pod
6383 ____________________________________________________________________________
6384 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
6385         Log: Provide the \N{U+HHHH} syntax before we forget.
6386      Branch: perl
6387            ! lib/charnames.pm lib/charnames.t toke.c
6388 ____________________________________________________________________________
6389 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
6390         Log: Subject: Copy-and-Pasto in perl.pod     
6391              From: lupe@lupe-christoph.de (Lupe Christoph)    
6392              Date: Wed, 1 May 2002 13:31:47 +0200
6393              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
6394      Branch: perl
6395            ! pod/perl.pod
6396 ____________________________________________________________________________
6397 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
6398         Log: Upgrade to Encode 1.66.
6399      Branch: perl
6400            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6401            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
6402 ____________________________________________________________________________
6403 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
6404         Log: Integrate perlio; symbol cleanups.
6405      Branch: perl
6406           !> global.sym makedef.pl
6407 ____________________________________________________________________________
6408 [ 16298] By: ams                                   on 2002/05/01  09:42:27
6409         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
6410              From: Philip Newton <Philip.Newton@gmx.net>
6411              Date: Wed, 01 May 2002 12:41:10 +0200
6412              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
6413      Branch: perl
6414            ! vms/perlvms.pod
6415 ____________________________________________________________________________
6416 [ 16297] By: nick                                  on 2002/05/01  06:50:24
6417         Log: Remove "spurious" (and unnecessary) variables from layer_syms
6418              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
6419      Branch: perlio
6420            ! makedef.pl
6421 ____________________________________________________________________________
6422 [ 16296] By: nick                                  on 2002/05/01  06:21:28
6423         Log: perl embed.pl to update global.sym
6424      Branch: perlio
6425            ! global.sym
6426 ____________________________________________________________________________
6427 [ 16295] By: nick                                  on 2002/05/01  06:16:18
6428         Log: Raw integrate of mainline (global.sym wrong on Win32)
6429      Branch: perlio
6430           +> t/comp/hints.t
6431           !> (integrate 45 files)
6432 ____________________________________________________________________________
6433 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
6434         Log: metaconfig unit change for #16293.
6435      Branch: metaconfig/U/perl
6436            ! bincompat5005.U
6437 ____________________________________________________________________________
6438 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
6439         Log: Try #2 of getting rid of bincompat5005.
6440      Branch: perl
6441            ! Configure NetWare/config_H.wc Porting/Glossary
6442            ! Porting/config.sh Porting/config_H config_h.SH embed.h
6443            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
6444            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
6445            ! wince/config.h wince/config_H.ce
6446 ____________________________________________________________________________
6447 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
6448         Log: metaconfig unit changes for #16291.
6449      Branch: metaconfig
6450            ! U/installdirs/inc_version_list.U
6451      Branch: metaconfig/U/perl
6452            ! bincompat5005.U xs_apiversion.U
6453 ____________________________________________________________________________
6454 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
6455         Log: No bincompat5005.
6456      Branch: perl
6457            ! Configure INSTALL NetWare/config.wc Porting/Glossary
6458            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
6459            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
6460            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
6461            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
6462            ! win32/config.bc win32/config.gc win32/config.vc
6463            ! win32/config.vc64 wince/config.ce
6464 ____________________________________________________________________________
6465 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
6466         Log: Remove sv_setpviv{_,mg}; regen perlapi.
6467      Branch: perl
6468            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
6469 ____________________________________________________________________________
6470 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
6471         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
6472              From: Dave Mitchell <davem@fdgroup.com>
6473              Date: Tue, 30 Apr 2002 23:55:43 +0100
6474              Message-ID: <20020430235543.A27796@fdgroup.com>
6475      Branch: perl
6476            ! sv.c
6477 ____________________________________________________________________________
6478 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
6479         Log: Update to Getopt::Long 2.30.
6480      Branch: perl
6481            ! lib/Getopt/Long.pm
6482 ____________________________________________________________________________
6483 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
6484         Log: Integrate perlio;
6485              
6486              Attempt at sanity in PerlIO/makedef.pl world:
6487              1. Add comments to what each clump of symbols is for
6488              2. Explicitly export layer syms like I thought they were
6489              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
6490              section.
6491              4. Re-sort perlio.sym
6492      Branch: perl
6493           !> makedef.pl perlio.sym
6494 ____________________________________________________________________________
6495 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
6496         Log: Fix bug id 20020427.004 on %^H.
6497              Add a regression test for %^H.
6498              Change the sort pragma implementation to use a
6499              global variable instead of %^H.
6500      Branch: perl
6501            + t/comp/hints.t
6502            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
6503 ____________________________________________________________________________
6504 [ 16285] By: nick                                  on 2002/04/30  19:00:03
6505         Log: Attempt at sanity in PerlIO/makedef.pl world:
6506              1. Add comments to what each clump of symbols is for
6507              2. Explicitly export layer syms like I thought they were
6508              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
6509              section.
6510              4. Re-sort perlio.sym
6511      Branch: perlio
6512            ! makedef.pl perlio.sym
6513 ____________________________________________________________________________
6514 [ 16284] By: nick                                  on 2002/04/30  18:10:23
6515         Log: Rest of integrate
6516      Branch: perlio
6517           +> lib/ExtUtils/MM_MacOS.pm
6518           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6519           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
6520           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
6521           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
6522           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6523           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
6524           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
6525           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
6526           !> lib/Test/Harness/t/strap-analyze.t
6527           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
6528           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
6529 ____________________________________________________________________________
6530 [ 16283] By: nick                                  on 2002/04/30  17:53:37
6531         Log: Integrate mailine makedef.pl so I can look at it
6532      Branch: perlio
6533           !> makedef.pl
6534 ____________________________________________________________________________
6535 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
6536         Log: Upgrade to Encode 1.65.
6537      Branch: perl
6538            ! ext/Encode/Changes ext/Encode/Encode.pm
6539            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
6540            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
6541 ____________________________________________________________________________
6542 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
6543         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
6544      Branch: perl
6545            ! makedef.pl
6546 ____________________________________________________________________________
6547 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
6548         Log: NetWare: disable DEBUG/ASSERT for now.
6549      Branch: perl
6550            ! ext/Storable/Storable.xs
6551 ____________________________________________________________________________
6552 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
6553         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
6554              From: Michael G Schwern <schwern@pobox.com>
6555              Date: Tue, 30 Apr 2002 01:05:41 -0400
6556              Message-ID: <20020430050541.GL756@blackrider>
6557      Branch: perl
6558            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
6559            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6560            ! lib/Test/Harness/t/test-harness.t
6561 ____________________________________________________________________________
6562 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
6563         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
6564              From: Michael G Schwern <schwern@pobox.com>
6565              Date: Tue, 30 Apr 2002 00:24:59 -0400
6566              Message-ID: <20020430042459.GJ756@blackrider>
6567      Branch: perl
6568            + lib/ExtUtils/MM_MacOS.pm
6569            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
6570            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6571            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
6572 ____________________________________________________________________________
6573 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
6574         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
6575              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
6576      Branch: perl
6577            ! util.c
6578 ____________________________________________________________________________
6579 [ 16276] By: ams                                   on 2002/04/30  08:42:32
6580         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
6581              From: "Craig A. Berry" <craigberry@mac.com>
6582              Date: Mon, 29 Apr 2002 23:37:06 -0500
6583              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
6584      Branch: perl
6585            ! t/pod/testp2pt.pl
6586 ____________________________________________________________________________
6587 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
6588         Log: Regen toc.
6589      Branch: perl
6590            ! pod/perltoc.pod
6591 ____________________________________________________________________________
6592 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
6593         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
6594              From: PPrymmer@factset.com
6595              Date: Mon, 29 Apr 2002 17:58:06 -0400
6596              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
6597      Branch: perl
6598            ! vms/perlvms.pod
6599 ____________________________________________________________________________
6600 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
6601         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
6602              from Todd Miller.
6603      Branch: perl
6604            ! hints/openbsd.sh
6605 ____________________________________________________________________________
6606 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
6607         Log: Integrate perlio;
6608              
6609              Adding Encode::* to .pm creates stash at compile time
6610              which means we need a stronger check on Encode at boot time.
6611      Branch: perl
6612           !> ext/PerlIO/encoding/encoding.pm
6613           !> ext/PerlIO/encoding/encoding.xs
6614 ____________________________________________________________________________
6615 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
6616         Log: OpenBSD hints update from Todd Miller.
6617              
6618              - old versions of OpenBSD don't have 'arch -s'
6619              - OpenBSD 3.1 and higher don't use libdl but users may have
6620              and old libdl on the system so we need to avoid using it.
6621      Branch: perl
6622            ! hints/openbsd.sh
6623 ____________________________________________________________________________
6624 [ 16270] By: nick                                  on 2002/04/29  17:33:38
6625         Log: Adding Encode::* to .pm creates stash at compile time
6626              which means we need a stronger check on Encode at boot time.
6627      Branch: perlio
6628            ! ext/PerlIO/encoding/encoding.pm
6629            ! ext/PerlIO/encoding/encoding.xs
6630 ____________________________________________________________________________
6631 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
6632         Log: Detypo by Ronald Kimball.
6633      Branch: perl
6634            ! pod/perlport.pod
6635 ____________________________________________________________________________
6636 [ 16268] By: nick                                  on 2002/04/29  15:47:00
6637         Log: Integrate mainline
6638      Branch: perlio
6639           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
6640           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
6641           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
6642           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
6643           !> pod/perlfaq2.pod pod/perlfaq3.pod
6644 ____________________________________________________________________________
6645 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
6646         Log: Update Changes.
6647      Branch: perl
6648            ! Changes patchlevel.h
6649 ____________________________________________________________________________
6650 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
6651         Log: MM_NW5 update from C Aditya.
6652      Branch: perl
6653            ! lib/ExtUtils/MM_NW5.pm
6654 ____________________________________________________________________________
6655 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
6656         Log: FAQ sync.
6657      Branch: perl
6658            ! pod/perlfaq2.pod pod/perlfaq3.pod
6659 ____________________________________________________________________________
6660 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
6661         Log: NetBSD hints rewrite from Johnny Lam.
6662      Branch: perl
6663            ! hints/netbsd.sh
6664 ____________________________________________________________________________
6665 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
6666         Log: Upgrade to Encode 1.64.
6667      Branch: perl
6668            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6669            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
6670 ____________________________________________________________________________
6671 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
6672         Log: Subject: [Unicode::Normalize] mkheader tweak
6673              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6674              Date: Mon, 29 Apr 2002 12:58:01 +0900
6675              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
6676      Branch: perl
6677            ! ext/Unicode/Normalize/mkheader
6678 ____________________________________________________________________________
6679 [ 16261] By: nick                                  on 2002/04/29  06:29:48
6680         Log: Integrate mainline
6681      Branch: perlio
6682            - macos/MacPerlTests.cmd macos/xsubpp.patch
6683           !> (integrate 40 files)
6684 ____________________________________________________________________________
6685 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
6686         Log: Upgrade to Unicode::Normalize 0.76,
6687              from SADAHIRO Tomoyuki.
6688      Branch: perl
6689            ! ext/Unicode/Normalize/Changes
6690            ! ext/Unicode/Normalize/Normalize.pm
6691            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6692            ! ext/Unicode/Normalize/t/func.t
6693 ____________________________________________________________________________
6694 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
6695         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
6696              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
6697              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
6698              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
6699      Branch: perl
6700            ! pod/perlport.pod
6701 ____________________________________________________________________________
6702 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
6703         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
6704              the basic and list tests started hanging).
6705      Branch: perl
6706            ! ext/threads/t/basic.t ext/threads/t/list.t
6707            ! ext/threads/t/thread.t
6708 ____________________________________________________________________________
6709 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
6710         Log: Integrate #16254 from macperl;
6711              
6712              Fix most tests on MacOS (not yet ext/ or /lib)
6713      Branch: perl
6714           !> (integrate 30 files)
6715 ____________________________________________________________________________
6716 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
6717         Log: As requested by pudge.
6718      Branch: perl
6719            - macos/MacPerlTests.cmd macos/xsubpp.patch
6720            ! MANIFEST
6721 ____________________________________________________________________________
6722 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
6723         Log: Integrate perl
6724      Branch: macperl
6725           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
6726           +> wince/cecopy-lib.pl wince/comp.pl
6727           !> (integrate 38 files)
6728 ____________________________________________________________________________
6729 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
6730         Log: Fix most tests on MacOS (not yet ext/ or /lib)
6731      Branch: macperl
6732            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
6733            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
6734            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
6735            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
6736            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
6737            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
6738            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
6739            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
6740 ____________________________________________________________________________
6741 [ 16253] By: nick                                  on 2002/04/28  19:10:50
6742         Log: Integrate mainline
6743      Branch: perlio
6744           +> wince/cecopy-lib.pl wince/comp.pl
6745           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
6746           !> ext/threads/t/basic.t ext/threads/t/list.t
6747           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
6748           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
6749           !> wince/win32.h wince/wince.c
6750 ____________________________________________________________________________
6751 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
6752         Log: More configuration/build changes
6753      Branch: macperl
6754            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6755            ! macos/Makefile.mk macos/config.h macos/config.sh
6756            ! macos/macish.h
6757 ____________________________________________________________________________
6758 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
6759         Log: Subject: WinCE many fixes
6760              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6761              Date: Sun, 28 Apr 2002 21:54:31 +0400
6762              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
6763      Branch: perl
6764            + wince/cecopy-lib.pl wince/comp.pl
6765            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
6766            ! wince/config_h.PL wince/perldll.def wince/win32.h
6767            ! wince/wince.c
6768 ____________________________________________________________________________
6769 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
6770         Log: Retract the cond.t part of #16249 since the nature
6771              of the test changed.
6772      Branch: perl
6773            ! ext/threads/shared/t/cond.t
6774 ____________________________________________________________________________
6775 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
6776         Log: (retracted by #16258)
6777              
6778              Fix thread tests not to depend on sleep() as
6779              a scheduling aid.  In two tests (basic and list)
6780              I had to change from sleep() hack to another hack...
6781              basically, using the filesystem as a semaphore.
6782              The assumption made is that rmdir() is atomic.
6783              (The sleep() scheduling assumption broke with the
6784              GNU pth in NetBSD.)
6785              
6786              (the cond.t part retracted by #16250)
6787      Branch: perl
6788            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
6789            ! ext/threads/t/list.t ext/threads/t/thread.t
6790 ____________________________________________________________________________
6791 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
6792         Log: Be tidy.
6793      Branch: perl
6794            ! ext/PerlIO/t/fallback.t
6795 ____________________________________________________________________________
6796 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
6797         Log: Integrate perlio;
6798              
6799              Builds under -Uuseperlio
6800              Uses PUSHSTACK/POPSTACK in :encoding and :Via
6801              
6802              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
6803              as gate on layer tests which fail on -Dusesfio
6804              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
6805              
6806              Have :encoding() default to perlqq style fallbacks.
6807              Add test for that.
6808      Branch: perl
6809           +> ext/PerlIO/t/fallback.t
6810           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
6811           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
6812           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
6813           !> t/io/binmode.t t/io/crlf.t
6814 ____________________________________________________________________________
6815 [ 16246] By: nick                                  on 2002/04/28  10:08:05
6816         Log: Have :encoding() default to perlqq style fallbacks.
6817              Add test for that.
6818      Branch: perlio
6819            + ext/PerlIO/t/fallback.t
6820            ! MANIFEST ext/PerlIO/encoding/encoding.pm
6821            ! ext/PerlIO/encoding/encoding.xs
6822 ____________________________________________________________________________
6823 [ 16245] By: nick                                  on 2002/04/28  08:57:54
6824         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
6825              as gate on layer tests which fail on -Dusesfio
6826              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
6827      Branch: perlio
6828            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
6829            ! t/io/crlf.t
6830 ____________________________________________________________________________
6831 [ 16244] By: nick                                  on 2002/04/28  08:22:07
6832         Log: Builds under -Uuseperlio
6833              Uses PUSHSTACK/POPSTACK in :encoding and :Via
6834      Branch: perlio
6835            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
6836 ____________________________________________________________________________
6837 [ 16243] By: nick                                  on 2002/04/28  07:19:01
6838         Log: Integrate mainline
6839      Branch: perlio
6840           +> ext/threads/t/list.t
6841           !> (integrate 40 files)
6842 ____________________________________________________________________________
6843 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
6844         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
6845      Branch: perl
6846            ! hints/netbsd.sh
6847 ____________________________________________________________________________
6848 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
6849         Log: Plan better.
6850      Branch: perl
6851            ! t/io/fs.t
6852 ____________________________________________________________________________
6853 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
6854         Log: No trunc worries.
6855      Branch: perl
6856            ! pod/perldelta.pod
6857 ____________________________________________________________________________
6858 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
6859         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
6860              From: Michael G Schwern <schwern@pobox.com>
6861              Date: Sat, 27 Apr 2002 23:20:19 -0400
6862              Message-ID: <20020428032019.GF1821@blackrider>
6863      Branch: perl
6864            ! pod/perlfunc.pod t/io/fs.t
6865 ____________________________________________________________________________
6866 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
6867         Log: More valgrind findings: e.g. t/op/utfhash.t.
6868      Branch: perl
6869            ! hv.c
6870 ____________________________________________________________________________
6871 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
6872         Log: Unused variables now that "did you use incorrect case" is gone;
6873              and valgrind claims that the savepvn() in utilize() leaks in e.g.
6874              lib/blib.t.
6875      Branch: perl
6876            ! op.c
6877 ____________________________________________________________________________
6878 [ 16236] By: sky                                   on 2002/04/28  00:15:45
6879         Log: Added test cases and fixed some obvious things.
6880      Branch: perl
6881            + ext/threads/t/list.t
6882            ! MANIFEST ext/threads/threads.xs
6883 ____________________________________________________________________________
6884 [ 16235] By: sky                                   on 2002/04/27  23:50:11
6885         Log: Removed last traces of autodetach.
6886              Added list() methid.
6887              Changed documentation.
6888      Branch: perl
6889            ! ext/threads/threads.pm ext/threads/threads.xs
6890 ____________________________________________________________________________
6891 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
6892         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
6893              From: Jerrad Pierce <belg4mit@MIT.EDU>
6894              Date: Sat, 27 Apr 2002 19:14:17 -0400
6895              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
6896      Branch: perl
6897            ! lib/FileCache.pm
6898 ____________________________________________________________________________
6899 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
6900         Log: More NetBSD patches from Johnny Lam.
6901              
6902              Remove the need for a $prefix setting that was added in the
6903              previous patch I sent.     Also add the proper rpath options
6904              to the linker flags depending on whether we're on a ELF or
6905              a.out platform.     These were tested both in a non-pkgsrc and
6906              pkgsrc build.
6907              
6908              Append to $libs instead of overwriting its value.  This was
6909              causing $(LDLOADLIBS) to not get added to the dynamic_libs
6910              link command on NetBSD systems and was the cause of the GDBM
6911              problems reported.  Also use '$(LDLOADLIBS)' instead of
6912              expanding its value so that it is more easily overridden in
6913              the Makefile by "make all LDLOADLIBS=...".
6914              
6915              Remove "-L/usr/local/lib" because the location of libgdbm.so
6916              is already added during the Configure process, and this
6917              spurious addition may cause the wrong libgdbm.so to be linked
6918              against as a result.
6919      Branch: perl
6920            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
6921            ! lib/ExtUtils/MM_Unix.pm
6922 ____________________________________________________________________________
6923 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
6924         Log: More VC5-induced casting found by Nikola Knezevic.
6925      Branch: perl
6926            ! av.c hv.c mg.c sv.c
6927 ____________________________________________________________________________
6928 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
6929         Log: More U32 regflags.
6930      Branch: perl
6931            ! op.h regcomp.c thrdvar.h
6932 ____________________________________________________________________________
6933 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
6934         Log: Integrate from bleadperl
6935      Branch: macperl
6936           +> ext/Encode/lib/Encode/Guess.pm
6937           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
6938           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
6939           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6940           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
6941           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
6942           +> lib/ExtUtils/t/zz_cleanup_dummy.t
6943           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
6944           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
6945           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
6946           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
6947            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6948            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6949            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
6950            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
6951            - lib/ExtUtils/t/Problem-Module/Makefile.PL
6952            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
6953            - t/op/system_tests
6954           !> (integrate 133 files)
6955 ____________________________________________________________________________
6956 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
6957         Log: Retract #16195 since it seems to be unnecessary.
6958      Branch: perl
6959            ! lib/ExtUtils/MM_Unix.pm
6960 ____________________________________________________________________________
6961 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
6962         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
6963              From: "Craig A. Berry" <craigberry@mac.com>
6964              Date: Sat, 27 Apr 2002 15:11:31 -0500
6965              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
6966      Branch: perl
6967            ! vms/descrip_mms.template
6968 ____________________________________________________________________________
6969 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
6970         Log: Some more known open() modes.
6971      Branch: perl
6972            ! pod/perldiag.pod
6973 ____________________________________________________________________________
6974 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
6975         Log: Upgrade to Encode 1.63.
6976      Branch: perl
6977            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6978            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
6979            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
6980            ! ext/Encode/lib/Encode/Encoding.pm
6981            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
6982            ! ext/Encode/lib/Encode/JP/JIS7.pm
6983            ! ext/Encode/lib/Encode/KR/2022_KR.pm
6984            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
6985 ____________________________________________________________________________
6986 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
6987         Log: Update Changes.
6988      Branch: perl
6989            ! Changes patchlevel.h
6990 ____________________________________________________________________________
6991 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
6992         Log: Integrate perlio;
6993              
6994              Correct which var is nulled, stack movement protection.
6995      Branch: perl
6996           !> ext/PerlIO/encoding/encoding.xs
6997 ____________________________________________________________________________
6998 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
6999         Log: Subject: PATCH t/TEST
7000              From: Mark-Jason Dominus <mjd@plover.com>
7001              Date: Sat, 27 Apr 2002 14:06:56 -0400
7002              Message-ID: <20020427180656.5422.qmail@plover.com>
7003      Branch: perl
7004            ! t/TEST
7005 ____________________________________________________________________________
7006 [ 16222] By: sky                                   on 2002/04/27  17:00:29
7007         Log: Ahem, look another way.
7008      Branch: perl
7009            ! ext/threads/shared/t/queue.t
7010 ____________________________________________________________________________
7011 [ 16221] By: nick                                  on 2002/04/27  16:34:48
7012         Log: Correct which var is nulled, stack movement protection.
7013      Branch: perlio
7014            ! ext/PerlIO/encoding/encoding.xs
7015 ____________________________________________________________________________
7016 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
7017         Log: Integrate perlio;
7018              
7019              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
7020              - if encoding loads Encode then stack grows.
7021              - pp_binmode was not allowing for that to happen
7022              - added PUTBACK/SPAGAIN.
7023      Branch: perl
7024           !> pp_sys.c
7025 ____________________________________________________________________________
7026 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
7027         Log: First half of NetBSD patch-ai, from Johnny Lam:
7028              
7029              The first part removes "installman" and "installhtml" from the
7030              .PHONY target, which was causing problems during installation.
7031              
7032              (the installman and installhtml are not phony targets,
7033              they are real files)
7034      Branch: perl
7035            ! Makefile.SH
7036 ____________________________________________________________________________
7037 [ 16218] By: nick                                  on 2002/04/27  16:22:40
7038         Log: Integrate mainline
7039      Branch: perlio
7040           +> ext/threads/shared/t/cond.t
7041           !> MANIFEST ext/threads/shared/shared.xs
7042           !> ext/threads/shared/t/queue.t
7043 ____________________________________________________________________________
7044 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
7045         Log: NetBSD patch-ab from Johnny Lam:
7046              
7047              Some tweaks to the NetBSD hints file to make the Configure
7048              process more useful when not building from pkgsrc.  This file
7049              will definitely need to change again when the 1.6 release of
7050              NetBSD comes out, but I'll handle the changes at the later
7051              date.
7052      Branch: perl
7053            ! hints/netbsd.sh
7054 ____________________________________________________________________________
7055 [ 16216] By: nick                                  on 2002/04/27  16:19:21
7056         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
7057              - if encoding loads Encode then stack grows.
7058              - pp_binmode was not allowing for that to happen
7059              - added PUTBACK/SPAGAIN.
7060      Branch: perlio
7061            ! pp_sys.c
7062 ____________________________________________________________________________
7063 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
7064         Log: Integrate perlio;
7065              
7066              Fix fd leak on Via(bogus).
7067              Finish implementing PerlIOVia_open().
7068              Export more guts of PerlIO_* so Via_open() can work.
7069              Fix various PerlIO_allocate() features exposed by above.
7070              
7071              Re-instate $PerlIO::encoding::check at boot.
7072              (Retaining Dan's XS side require though I don't see need.)
7073      Branch: perl
7074           !> embed.fnc ext/PerlIO/Via/Via.xs
7075           !> ext/PerlIO/encoding/encoding.pm
7076           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
7077           !> perlio.c perlio.h perliol.h
7078 ____________________________________________________________________________
7079 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
7080         Log: Upgrade to Encode 1.62.
7081      Branch: perl
7082            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7083 ____________________________________________________________________________
7084 [ 16213] By: ams                                   on 2002/04/27  15:38:50
7085         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
7086              From: Philip Newton <Philip.Newton@gmx.net>
7087              Date: Sat, 27 Apr 2002 08:51:30 +0200
7088              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
7089              
7090              Subject: Re: Change 16183: Stop being coy.
7091              From: Philip Newton <Philip.Newton@gmx.net>
7092              Date: Sat, 27 Apr 2002 08:52:13 +0200
7093              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
7094      Branch: perl
7095            ! INSTALL pod/perldelta.pod
7096 ____________________________________________________________________________
7097 [ 16212] By: sky                                   on 2002/04/27  13:54:46
7098         Log: Add test numbers to make "make test" happy. Order is irrelevant
7099              but number of oks is not.
7100      Branch: perl
7101            ! ext/threads/shared/t/queue.t
7102 ____________________________________________________________________________
7103 [ 16211] By: nick                                  on 2002/04/27  13:29:55
7104         Log: Re-instate $PerlIO::encoding::check at boot.
7105              (Retaining Dan's XS side require though I don't see need.)
7106      Branch: perlio
7107            ! ext/PerlIO/encoding/encoding.pm
7108            ! ext/PerlIO/encoding/encoding.xs
7109 ____________________________________________________________________________
7110 [ 16210] By: sky                                   on 2002/04/27  12:56:44
7111         Log: Fixed race condtions and deadlocks in interaction with 
7112              cond_wait/cond_signal and lock.
7113              Now we wait for a lock to gie up if we return from COND_WAIT
7114              and we are still locked. We also notifiers potential 
7115              lockers that it is free for locking when we go into COND_WAIT.
7116      Branch: perl
7117            + ext/threads/shared/t/cond.t
7118            ! MANIFEST ext/threads/shared/shared.xs
7119            ! ext/threads/shared/t/queue.t
7120 ____________________________________________________________________________
7121 [ 16209] By: nick                                  on 2002/04/27  12:32:41
7122         Log: Integrate mainline
7123      Branch: perlio
7124           +> t/win32/system_tests
7125            - t/op/system_tests
7126           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
7127           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
7128           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
7129           !> t/lib/warnings/pp_hot t/win32/system.t
7130 ____________________________________________________________________________
7131 [ 16208] By: sky                                   on 2002/04/27  11:46:53
7132         Log: Saving locks after we set it to 0 was kind of pointless.
7133              Hunting down fixes in cond_* functions.
7134      Branch: perl
7135            ! ext/threads/shared/shared.xs
7136 ____________________________________________________________________________
7137 [ 16207] By: nick                                  on 2002/04/27  10:12:00
7138         Log: Fix fd leak on Via(bogus).
7139              Finish implementing PerlIOVia_open().
7140              Export more guts of PerlIO_* so Via_open() can work.
7141              Fix various PerlIO_allocate() features exposed by above.
7142      Branch: perlio
7143            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
7144            ! perlio.h perliol.h
7145 ____________________________________________________________________________
7146 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
7147         Log: NetBSD and OpenBSD cannot do comments at #! line
7148              (or long #! lines?)
7149      Branch: perl
7150            ! t/japh/abigail.t
7151 ____________________________________________________________________________
7152 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
7153         Log: Add taint rethink to the todo list.
7154      Branch: perl
7155            ! pod/perltodo.pod
7156 ____________________________________________________________________________
7157 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
7158         Log: Integrate changes #16199 and #16201 from macperl;
7159              
7160              Time::Local compatibility patches, from Graham
7161              
7162              MacPerl require() portability patches
7163      Branch: perl
7164           !> lib/Time/Local.pm pp_ctl.c
7165 ____________________________________________________________________________
7166 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
7167         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
7168              From: Nicholas Clark <nick@unfortu.net>
7169              Date: Fri, 26 Apr 2002 23:27:23 +0100
7170              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
7171      Branch: perl
7172            ! t/lib/warnings/pp_hot
7173 ____________________________________________________________________________
7174 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
7175         Log: Working on MacPerl tests
7176      Branch: macperl
7177            ! macos/MacPerlTests.cmd
7178 ____________________________________________________________________________
7179 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
7180         Log: MacPerl require() portability patches
7181      Branch: macperl
7182            ! pp_ctl.c
7183 ____________________________________________________________________________
7184 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
7185         Log: Fix a few MacPerl_CanonDir() problems
7186      Branch: macperl
7187            ! macos/macish.c macos/macish.h
7188 ____________________________________________________________________________
7189 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
7190         Log: Time::Local compatibility patches, from Graham
7191      Branch: macperl
7192            ! lib/Time/Local.pm
7193 ____________________________________________________________________________
7194 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
7195         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
7196              From: Simon Cozens <simon@netthink.co.uk>
7197              Date: Fri, 26 Apr 2002 21:58:21 +0100
7198              Message-ID: <20020426205821.GB5855@netthink.co.uk>
7199      Branch: perl
7200            ! ext/Time/HiRes/HiRes.pm
7201 ____________________________________________________________________________
7202 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
7203         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
7204              to know about it always (not just when using the pth).
7205      Branch: perl
7206            ! hints/netbsd.sh
7207 ____________________________________________________________________________
7208 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
7209         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
7210      Branch: perl
7211            ! ext/Digest/MD5/t/files.t
7212 ____________________________________________________________________________
7213 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
7214         Log: Subject: FIXIN problem under Win32
7215              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7216              Date: Thu, 25 Apr 2002 23:03:31 +0200
7217              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
7218      Branch: perl
7219            ! lib/ExtUtils/MM_Unix.pm
7220 ____________________________________________________________________________
7221 [ 16194] By: nick                                  on 2002/04/26  17:36:16
7222         Log: Integrate mainline
7223      Branch: perlio
7224           +> ext/Encode/lib/Encode/Guess.pm
7225           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7226           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
7227           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
7228           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
7229           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
7230           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
7231           +> t/lib/sample-tests/die_last_minute
7232           !> (integrate 94 files)
7233 ____________________________________________________________________________
7234 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
7235         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
7236              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7237              Date: Fri, 26 Apr 2002 15:38:16 +0200
7238              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
7239      Branch: perl
7240            + t/win32/system_tests
7241            - t/op/system_tests
7242            ! MANIFEST t/win32/system.t
7243 ____________________________________________________________________________
7244 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
7245         Log: Mention explicitly the NetBSD + pth combination.
7246      Branch: perl
7247            ! pod/perldelta.pod
7248 ____________________________________________________________________________
7249 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
7250         Log: Subject: [PATCH] Fix email address.
7251              From: Abigail <abigail@foad.org>
7252              Date: Fri, 26 Apr 2002 18:03:11 +0200
7253              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
7254      Branch: perl
7255            ! t/japh/abigail.t
7256 ____________________________________________________________________________
7257 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
7258         Log: NetWare update from C Aditya.
7259      Branch: perl
7260            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
7261            ! lib/ExtUtils/MM_Unix.pm
7262 ____________________________________________________________________________
7263 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
7264         Log: Subject: [PATCH vms/test.com] use t/TEST
7265              From: "Craig A. Berry" <craigberry@mac.com>
7266              Date: Fri, 26 Apr 2002 09:34:46 -0500
7267              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
7268      Branch: perl
7269            ! vms/test.com
7270 ____________________________________________________________________________
7271 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
7272         Log: Update Changes.
7273      Branch: perl
7274            ! Changes patchlevel.h
7275 ____________________________________________________________________________
7276 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
7277         Log: Subject: [Encode] s/=over2/=over 2/g
7278              From: Dan Kogai <dankogai@dan.co.jp>
7279              Date: Fri, 26 Apr 2002 14:57:09 +0900
7280              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
7281      Branch: perl
7282            ! ext/Encode/Encode.pm
7283 ____________________________________________________________________________
7284 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
7285         Log: Use temp int variable in the W*() since direct casting
7286              to either an int or an IV would not be right.
7287      Branch: perl
7288            ! ext/POSIX/POSIX.xs
7289 ____________________________________________________________________________
7290 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
7291         Log: The #16182 radiates U32ness.
7292      Branch: perl
7293            ! embed.fnc embed.h proto.h regcomp.c toke.c
7294 ____________________________________________________________________________
7295 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
7296         Log: Subject: t/TEST ported to VMS
7297              From: "Craig A. Berry" <craigberry@mac.com>
7298              Date: Fri, 26 Apr 2002 00:13:31 -0500
7299              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
7300      Branch: perl
7301            ! t/TEST
7302 ____________________________________________________________________________
7303 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
7304         Log: Stop being coy.
7305      Branch: perl
7306            ! pod/perldelta.pod
7307 ____________________________________________________________________________
7308 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
7309         Log: Subject: Re: binary compatibility
7310              From: Mark-Jason Dominus <mjd@plover.com>
7311              Date: Wed, 24 Apr 2002 17:35:07 -0400
7312              Message-ID: <20020424213507.7846.qmail@plover.com>
7313      Branch: perl
7314            ! op.h
7315 ____________________________________________________________________________
7316 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
7317         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
7318              allocating half of the retstack!)
7319      Branch: perl
7320            ! README.win32 sv.c
7321 ____________________________________________________________________________
7322 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
7323         Log: temporary variable not wide enough to hold all the bits in
7324              op->op_targ
7325      Branch: perl
7326            ! op.c
7327 ____________________________________________________________________________
7328 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
7329         Log: Add an idea/question from Damian. 
7330      Branch: perl
7331            ! pod/perltodo.pod
7332 ____________________________________________________________________________
7333 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
7334         Log: build missing utilities on windows; clean stray files
7335      Branch: perl
7336            ! win32/Makefile win32/makefile.mk
7337 ____________________________________________________________________________
7338 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
7339         Log: Upgrade to Encode 1.61, from Dan Kogai.
7340      Branch: perl
7341            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7342            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
7343            ! ext/Encode/lib/Encode/Guess.pm
7344            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
7345            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
7346            ! ext/Encode/t/mime-header.t
7347 ____________________________________________________________________________
7348 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
7349         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
7350              From: andreas.koenig@anima.de (Andreas J. Koenig)
7351              Date: Tue, 23 Apr 2002 04:40:42 +0200      
7352              Message-ID: <m37kmzi1cl.fsf@anima.de>
7353      Branch: perl
7354            ! pod/perluniintro.pod
7355 ____________________________________________________________________________
7356 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
7357         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
7358              platform needs to fill in the other branch here)
7359      Branch: perl
7360            ! ext/Digest/MD5/t/files.t
7361 ____________________________________________________________________________
7362 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
7363         Log: MANIFEST is needlessly held open for entire duration of "make test"
7364      Branch: perl
7365            ! t/TEST t/harness
7366 ____________________________________________________________________________
7367 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
7368         Log: various signed/unsigned mismatch nits
7369      Branch: perl
7370            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7371            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7372            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
7373            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
7374            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
7375            ! ext/Time/HiRes/HiRes.xs regcomp.c
7376 ____________________________________________________________________________
7377 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
7378         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
7379              From: Nicholas Clark <nick@unfortu.net>
7380              Date: Thu, 25 Apr 2002 22:41:57 +0100
7381              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
7382      Branch: perl
7383            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
7384            + ext/Storable/t/make_downgrade.pl
7385            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
7386            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
7387            ! ext/Storable/t/utf8hash.t
7388 ____________________________________________________________________________
7389 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
7390         Log: Extra guidance for JAPH debuggers.
7391      Branch: perl
7392            ! t/japh/abigail.t
7393 ____________________________________________________________________________
7394 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
7395         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
7396              From: Paul_GreenVOS@vos.stratus.com
7397              Date: Wed, 24 Apr 02 18:27 edt
7398              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
7399      Branch: perl
7400            ! vos/vos.c
7401 ____________________________________________________________________________
7402 [ 16169] By: ams                                   on 2002/04/25  20:33:35
7403         Log: Subject: [PATCH] don't build B/C twice on VMS
7404              From: "Craig A. Berry" <craigberry@mac.com>
7405              Date: Thu, 25 Apr 2002 16:00:57 -0500
7406              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
7407      Branch: perl
7408            ! configure.com
7409 ____________________________________________________________________________
7410 [ 16168] By: ams                                   on 2002/04/25  20:31:19
7411         Log: Subject: Re: POSIX::WEXITSTATUS broken again
7412              From: Andy Dougherty <doughera@lafayette.edu>
7413              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
7414              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
7415      Branch: perl
7416            ! ext/POSIX/POSIX.xs
7417 ____________________________________________________________________________
7418 [ 16167] By: ams                                   on 2002/04/25  19:49:09
7419         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
7420              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7421              Date: Thu, 25 Apr 2002 13:39:35 -0700
7422              Message-Id: <HmGy8gzkguHW092yn@efn.org>
7423      Branch: perl
7424            ! t/harness
7425 ____________________________________________________________________________
7426 [ 16166] By: ams                                   on 2002/04/25  19:43:06
7427         Log: $fh->close(); print $fh "foo" would segfault under -w in
7428              report_evil_fh() because $fh doesn't have a name.
7429      Branch: perl
7430            ! util.c
7431 ____________________________________________________________________________
7432 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
7433         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
7434              being found properly
7435      Branch: perl
7436            ! ext/Cwd/t/cwd.t
7437 ____________________________________________________________________________
7438 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
7439         Log: Brace yourself from Craig Berry to keep older compilers happy.
7440      Branch: perl
7441            ! vms/vms.c
7442 ____________________________________________________________________________
7443 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
7444         Log: More %{} overload tests.
7445      Branch: perl
7446            ! lib/overload.t
7447 ____________________________________________________________________________
7448 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
7449         Log: some extension builds need to find pl2bat.bat on windows
7450      Branch: perl
7451            ! win32/buildext.pl
7452 ____________________________________________________________________________
7453 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
7454         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
7455              From: "Craig A. Berry" <craigberry@mac.com>
7456              Date: Thu, 25 Apr 2002 12:30:06 -0500
7457              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
7458      Branch: perl
7459            ! lib/ExtUtils/MM_VMS.pm
7460 ____________________________________________________________________________
7461 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
7462         Log: windows build fails if there is no perlglob.exe in the PATH
7463      Branch: perl
7464            ! win32/buildext.pl
7465 ____________________________________________________________________________
7466 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
7467         Log: Mysterious setlocale() core dump in ancient Solaris
7468              found by Merijn Broeren.  Doesn't look like Perl's fault.
7469      Branch: perl
7470            ! pod/perldelta.pod
7471 ____________________________________________________________________________
7472 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
7473         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
7474              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
7475              Date: Thu, 25 Apr 2002 17:35:23 +0200
7476              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
7477      Branch: perl
7478            ! pp_ctl.c
7479 ____________________________________________________________________________
7480 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
7481         Log: Subject: [PATCH] pp_ctl.c:pp_require
7482              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
7483              Date: Thu, 25 Apr 2002 16:01:14 +0200
7484              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
7485      Branch: perl
7486            ! pp_ctl.c
7487 ____________________________________________________________________________
7488 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
7489         Log: -Wformat cleanups from Robin Barker.
7490      Branch: perl
7491            ! dump.c embed.fnc proto.h sv.c
7492 ____________________________________________________________________________
7493 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
7494         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
7495              From: Michael G Schwern <schwern@pobox.com>
7496              Date: Thu, 25 Apr 2002 01:51:27 -0400
7497              Message-ID: <20020425055127.GB3456@blackrider>
7498      Branch: perl
7499            + t/lib/sample-tests/bignum t/lib/sample-tests/die
7500            + t/lib/sample-tests/die_head_end
7501            + t/lib/sample-tests/die_last_minute
7502            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
7503            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7504            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
7505 ____________________________________________________________________________
7506 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
7507         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
7508              From: Michael G Schwern <schwern@pobox.com>
7509              Date: Thu, 25 Apr 2002 01:32:10 -0400
7510              Message-ID: <20020425053210.GA3334@blackrider>
7511      Branch: perl
7512            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
7513            + lib/Test/Simple/t/strays.t
7514            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
7515            ! lib/Test/Simple.pm lib/Test/Simple/Changes
7516            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
7517            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
7518            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
7519            ! lib/Test/Simple/t/use_ok.t
7520 ____________________________________________________________________________
7521 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
7522         Log: Elaborate a bit on Storable.
7523      Branch: perl
7524            ! pod/perldelta.pod
7525 ____________________________________________________________________________
7526 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
7527         Log: Cleaner Encode tests under -Mutf8.
7528      Branch: perl
7529            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
7530 ____________________________________________________________________________
7531 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
7532         Log: Subject: [PATCH] installperl
7533              From: Abe Timmerman <abe@ztreet.demon.nl>
7534              Date: Thu, 25 Apr 2002 01:00:00 +0200
7535              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
7536      Branch: perl
7537            ! installperl
7538 ____________________________________________________________________________
7539 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
7540         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
7541              From: Dan Kogai <dankogai@dan.co.jp>
7542              Date: Thu, 25 Apr 2002 10:49:13 +0900
7543              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
7544      Branch: perl
7545            ! ext/PerlIO/encoding/encoding.xs
7546 ____________________________________________________________________________
7547 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
7548         Log: Stray =back.
7549      Branch: perl
7550            ! README.win32
7551 ____________________________________________________________________________
7552 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
7553         Log: Add an untested warning variant.
7554      Branch: perl
7555            ! t/lib/warnings/op
7556 ____________________________________________________________________________
7557 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
7558         Log: Update Changes.
7559      Branch: perl
7560            ! Changes patchlevel.h
7561 ____________________________________________________________________________
7562 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
7563         Log: Wrong plan.
7564      Branch: perl
7565            ! ext/Encode/t/mime-header.t
7566 ____________________________________________________________________________
7567 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
7568         Log: Upgrade to Encode 1.60, from Dan Kogai.
7569      Branch: perl
7570            + ext/Encode/lib/Encode/Guess.pm
7571            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7572            + ext/Encode/t/mime-header.t
7573            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
7574            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7575            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
7576            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7577            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
7578            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
7579 ____________________________________________________________________________
7580 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
7581         Log: another case of enabling binmode() where it should not be: if the
7582              *.enc files are CRLF terminated, the result gets CRCRLF terminations
7583      Branch: perl
7584            ! ext/Encode/t/CJKT.t
7585 ____________________________________________________________________________
7586 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
7587         Log: microperl update; boldly assume time() and time_t
7588              (since we assume ANSI and i_time, anyway).
7589      Branch: perl
7590            ! uconfig.h uconfig.sh
7591 ____________________________________________________________________________
7592 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
7593         Log: Integrate #16136, #16137, #16138 from macperl;
7594              
7595              Silly fix for the SC compiler's fixation with "comp" as a type
7596              
7597              Skip more PerlIO symbols for sfio
7598              
7599              Play nicely in miniperl
7600      Branch: perl
7601           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
7602           !> lib/File/Spec/Mac.pm makedef.pl
7603 ____________________________________________________________________________
7604 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
7605         Log: Sync configpm and config.h for use in 5.8
7606              (still need to do config.sh)
7607      Branch: macperl
7608            ! macos/config.h macos/configpm
7609 ____________________________________________________________________________
7610 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
7611         Log: Make MM_MacOS work with new MakeMaker
7612      Branch: macperl
7613            ! macos/lib/ExtUtils/MM_MacOS.pm
7614 ____________________________________________________________________________
7615 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
7616         Log: Makefile.mk changes for 5.8: additional extensions
7617              and source files; bump version
7618      Branch: macperl
7619            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
7620 ____________________________________________________________________________
7621 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
7622         Log: Play nicely in miniperl
7623      Branch: macperl
7624            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
7625 ____________________________________________________________________________
7626 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
7627         Log: Skip more PerlIO symbols for sfio
7628      Branch: macperl
7629            ! makedef.pl
7630 ____________________________________________________________________________
7631 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
7632         Log: Silly fix for the SC compiler's fixation with "comp" as a type
7633      Branch: macperl
7634            ! ext/Unicode/Normalize/Normalize.xs
7635 ____________________________________________________________________________
7636 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
7637         Log: Merge macperl xsubpp with current xsubpp
7638      Branch: macperl
7639            ! macos/xsubpp
7640 ____________________________________________________________________________
7641 [ 16134] By: nick                                  on 2002/04/24  18:08:37
7642         Log: Integrate mainline
7643      Branch: perlio
7644           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
7645           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
7646            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7647            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7648            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7649            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7650            - lib/ExtUtils/t/Problem-Module/Makefile.PL
7651            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7652           !> (integrate 44 files)
7653 ____________________________________________________________________________
7654 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
7655         Log: Delete more included modules from bundled_ext
7656      Branch: macperl
7657            - macos/bundled_ext/Digest/MD5/Changes
7658            - macos/bundled_ext/Digest/MD5/MD5.pm
7659            - macos/bundled_ext/Digest/MD5/MD5.xs
7660            - macos/bundled_ext/Digest/MD5/Makefile.PL
7661            - macos/bundled_ext/Digest/MD5/Makefile.mk
7662            - macos/bundled_ext/Digest/MD5/README
7663            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
7664            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
7665            - macos/bundled_ext/Digest/MD5/rfc1321.txt
7666            - macos/bundled_ext/Digest/MD5/t/badfile.t
7667            - macos/bundled_ext/Digest/MD5/t/files.t
7668            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
7669            - macos/bundled_ext/Digest/MD5/typemap
7670            - macos/bundled_ext/Filter/Util/Call/Call.pm
7671            - macos/bundled_ext/Filter/Util/Call/Call.xs
7672            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
7673            - macos/bundled_ext/Filter/Util/Call/ppport.h
7674            - macos/bundled_ext/Filter/t/call.t
7675            - macos/bundled_ext/Filter/t/filter-util.pl
7676            - macos/bundled_ext/List/Util/ChangeLog
7677            - macos/bundled_ext/List/Util/Makefile.PL
7678            - macos/bundled_ext/List/Util/README
7679            - macos/bundled_ext/List/Util/Util.xs
7680            - macos/bundled_ext/List/Util/lib/List/Util.pm
7681            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
7682            - macos/bundled_ext/List/Util/t/blessed.t
7683            - macos/bundled_ext/List/Util/t/dualvar.t
7684            - macos/bundled_ext/List/Util/t/first.t
7685            - macos/bundled_ext/List/Util/t/max.t
7686            - macos/bundled_ext/List/Util/t/maxstr.t
7687            - macos/bundled_ext/List/Util/t/min.t
7688            - macos/bundled_ext/List/Util/t/minstr.t
7689            - macos/bundled_ext/List/Util/t/readonly.t
7690            - macos/bundled_ext/List/Util/t/reduce.t
7691            - macos/bundled_ext/List/Util/t/reftype.t
7692            - macos/bundled_ext/List/Util/t/shuffle.t
7693            - macos/bundled_ext/List/Util/t/sum.t
7694            - macos/bundled_ext/List/Util/t/tainted.t
7695            - macos/bundled_ext/List/Util/t/weak.t
7696            - macos/bundled_ext/MIME/Base64/Base64.pm
7697            - macos/bundled_ext/MIME/Base64/Base64.xs
7698            - macos/bundled_ext/MIME/Base64/Changes
7699            - macos/bundled_ext/MIME/Base64/Makefile.PL
7700            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
7701            - macos/bundled_ext/MIME/Base64/README
7702            - macos/bundled_ext/MIME/Base64/t/base64.t
7703            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
7704            - macos/bundled_ext/MIME/Base64/t/unicode.t
7705            - macos/bundled_ext/Storable/ChangeLog
7706            - macos/bundled_ext/Storable/Makefile.PL
7707            - macos/bundled_ext/Storable/README
7708            - macos/bundled_ext/Storable/Storable.pm
7709            - macos/bundled_ext/Storable/Storable.xs
7710            - macos/bundled_ext/Storable/t/blessed.t
7711            - macos/bundled_ext/Storable/t/canonical.t
7712            - macos/bundled_ext/Storable/t/compat-0.6.t
7713            - macos/bundled_ext/Storable/t/dclone.t
7714            - macos/bundled_ext/Storable/t/dump.pl
7715            - macos/bundled_ext/Storable/t/forgive.t
7716            - macos/bundled_ext/Storable/t/freeze.t
7717            - macos/bundled_ext/Storable/t/lock.t
7718            - macos/bundled_ext/Storable/t/overload.t
7719            - macos/bundled_ext/Storable/t/recurse.t
7720            - macos/bundled_ext/Storable/t/retrieve.t
7721            - macos/bundled_ext/Storable/t/store.t
7722            - macos/bundled_ext/Storable/t/tied.t
7723            - macos/bundled_ext/Storable/t/tied_hook.t
7724            - macos/bundled_ext/Storable/t/tied_items.t
7725            - macos/bundled_ext/Storable/t/utf8.t
7726            - macos/bundled_ext/Time/HiRes/Changes
7727            - macos/bundled_ext/Time/HiRes/HiRes.pm
7728            - macos/bundled_ext/Time/HiRes/HiRes.t
7729            - macos/bundled_ext/Time/HiRes/HiRes.xs
7730            - macos/bundled_ext/Time/HiRes/Makefile.PL
7731            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
7732            - macos/bundled_ext/Time/HiRes/hints/sco.pl
7733 ____________________________________________________________________________
7734 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
7735         Log: Thou shalt not assume %x works for UVs.
7736      Branch: perl
7737            ! ext/Encode/Encode.xs
7738 ____________________________________________________________________________
7739 [ 16131] By: nick                                  on 2002/04/24  15:50:31
7740         Log: Submit an old integrate
7741      Branch: perlio
7742           +> (branch 27 files)
7743            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
7744            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
7745            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
7746            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
7747            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
7748            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
7749            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
7750           !> (integrate 84 files)
7751 ____________________________________________________________________________
7752 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
7753         Log: Partially retract #12056, from Craig Berry.
7754      Branch: perl
7755            ! vms/vms.c
7756 ____________________________________________________________________________
7757 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
7758         Log: Delete more included modules from bundled_lib
7759      Branch: macperl
7760            - macos/bundled_lib/blib/lib/Class/ISA.pm
7761            - macos/bundled_lib/blib/lib/Digest.pm
7762            - macos/bundled_lib/blib/lib/Filter/Simple.pm
7763            - macos/bundled_lib/blib/lib/Memoize.pm
7764            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
7765            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
7766            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
7767            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
7768            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
7769            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
7770            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
7771            - macos/bundled_lib/blib/lib/NEXT.pm
7772            - macos/bundled_lib/blib/lib/Net/Cmd.pm
7773            - macos/bundled_lib/blib/lib/Net/Config.pm
7774            - macos/bundled_lib/blib/lib/Net/Domain.pm
7775            - macos/bundled_lib/blib/lib/Net/FTP.pm
7776            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
7777            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
7778            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
7779            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
7780            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
7781            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
7782            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
7783            - macos/bundled_lib/blib/lib/Net/NNTP.pm
7784            - macos/bundled_lib/blib/lib/Net/Netrc.pm
7785            - macos/bundled_lib/blib/lib/Net/POP3.pm
7786            - macos/bundled_lib/blib/lib/Net/SMTP.pm
7787            - macos/bundled_lib/blib/lib/Net/Time.pm
7788            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
7789            - macos/bundled_lib/blib/lib/Switch.pm
7790            - macos/bundled_lib/t/Class/ISA/test.pl
7791            - macos/bundled_lib/t/Digest/Digest.t
7792            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
7793            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
7794            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
7795            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
7796            - macos/bundled_lib/t/Filter/Simple/data.t
7797            - macos/bundled_lib/t/Filter/Simple/export.t
7798            - macos/bundled_lib/t/Filter/Simple/filter.t
7799            - macos/bundled_lib/t/Filter/Simple/filter_only.t
7800            - macos/bundled_lib/t/Filter/Simple/import.t
7801            - macos/bundled_lib/t/Memoize/array.t
7802            - macos/bundled_lib/t/Memoize/array_confusion.t
7803            - macos/bundled_lib/t/Memoize/correctness.t
7804            - macos/bundled_lib/t/Memoize/errors.t
7805            - macos/bundled_lib/t/Memoize/expire.t
7806            - macos/bundled_lib/t/Memoize/expire_file.t
7807            - macos/bundled_lib/t/Memoize/expire_module_n.t
7808            - macos/bundled_lib/t/Memoize/expire_module_t.t
7809            - macos/bundled_lib/t/Memoize/flush.t
7810            - macos/bundled_lib/t/Memoize/normalize.t
7811            - macos/bundled_lib/t/Memoize/prototype.t
7812            - macos/bundled_lib/t/Memoize/speed.t
7813            - macos/bundled_lib/t/Memoize/tie.t
7814            - macos/bundled_lib/t/Memoize/tie_gdbm.t
7815            - macos/bundled_lib/t/Memoize/tie_ndbm.t
7816            - macos/bundled_lib/t/Memoize/tie_sdbm.t
7817            - macos/bundled_lib/t/Memoize/tie_storable.t
7818            - macos/bundled_lib/t/Memoize/tiefeatures.t
7819            - macos/bundled_lib/t/Memoize/unmemoize.t
7820            - macos/bundled_lib/t/NEXT/actual.t
7821            - macos/bundled_lib/t/NEXT/actuns.t
7822            - macos/bundled_lib/t/NEXT/next.t
7823            - macos/bundled_lib/t/NEXT/unseen.t
7824            - macos/bundled_lib/t/Switch/t/given.t
7825            - macos/bundled_lib/t/Switch/t/nested.t
7826            - macos/bundled_lib/t/Switch/t/switch.t
7827            - macos/bundled_lib/t/libnet/config.t
7828            - macos/bundled_lib/t/libnet/ftp.t
7829            - macos/bundled_lib/t/libnet/hostname.t
7830            - macos/bundled_lib/t/libnet/libnet_t.pl
7831            - macos/bundled_lib/t/libnet/netrc.t
7832            - macos/bundled_lib/t/libnet/nntp.t
7833            - macos/bundled_lib/t/libnet/require.t
7834            - macos/bundled_lib/t/libnet/smtp.t
7835 ____________________________________________________________________________
7836 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
7837         Log: Remove Text::Balanced from bundled_lib (already in lib)
7838      Branch: macperl
7839            - macos/bundled_lib/blib/lib/Text/Balanced.pm
7840            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
7841            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
7842            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
7843            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
7844            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
7845            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
7846            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
7847            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
7848 ____________________________________________________________________________
7849 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
7850         Log: A word of warning to the users of UTF-8 locales.
7851      Branch: perl
7852            ! pod/perluniintro.pod
7853 ____________________________________________________________________________
7854 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
7855         Log: Forgotten from #16125.
7856      Branch: perl
7857            ! t/lib/MakeMaker/Test/Utils.pm
7858 ____________________________________________________________________________
7859 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
7860         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
7861      Branch: perl
7862            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
7863            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
7864            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7865            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7866            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7867            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7868            - lib/ExtUtils/t/Problem-Module/Makefile.PL
7869            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7870            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7871            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
7872            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7873            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7874            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
7875            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
7876            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
7877            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
7878            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
7879 ____________________________________________________________________________
7880 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
7881         Log: Subject: New UTF-8 surprise
7882              From: andreas.koenig@anima.de (Andreas J. Koenig)
7883              Date: Mon, 22 Apr 2002 12:08:48 +0200
7884              Message-ID: <m38z7gjb9r.fsf@anima.de>
7885      Branch: perl
7886            ! pp_hot.c t/op/subst.t
7887 ____________________________________________________________________________
7888 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
7889         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
7890              tree that is branched from //depot/maint-5.6/macperl/macos/...
7891      Branch: macperl
7892           +> (branch 3590 files)
7893 ____________________________________________________________________________
7894 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
7895         Log: Try to be clearer about perlio.
7896      Branch: perl
7897            ! INSTALL
7898 ____________________________________________________________________________
7899 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
7900         Log: Subject: Re: binary compatibility
7901              From: Andy Dougherty <doughera@lafayette.edu>
7902              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
7903              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
7904      Branch: perl
7905            ! INSTALL patchlevel.h
7906 ____________________________________________________________________________
7907 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
7908         Log: Go on record about the binary backward incompatibility.
7909      Branch: perl
7910            ! pod/perldelta.pod
7911 ____________________________________________________________________________
7912 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
7913         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
7914              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7915              Date: Wed, 24 Apr 2002 01:51:43 +0400
7916              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
7917      Branch: perl
7918            ! t/win32/system.t
7919 ____________________________________________________________________________
7920 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
7921         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
7922              From: PPrymmer@factset.com
7923              Date: Tue, 23 Apr 2002 17:14:32 -0400
7924              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
7925      Branch: perl
7926            ! lib/locale.t
7927 ____________________________________________________________________________
7928 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
7929         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
7930              From: Paul_GreenVOS@vos.stratus.com
7931              Date: Tue, 23 Apr 02 15:06 edt   
7932              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
7933      Branch: perl
7934            ! Makefile.SH cflags.SH
7935 ____________________________________________________________________________
7936 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
7937         Log: metaconfig unit change for #16115.
7938      Branch: metaconfig
7939            ! U/compline/byteorder.U
7940      Branch: perl
7941            ! config_h.SH
7942 ____________________________________________________________________________
7943 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
7944         Log: Regen Configure to mirror #16111 (with one added tweak).
7945      Branch: perl
7946            ! Configure
7947 ____________________________________________________________________________
7948 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
7949         Log: Retract #16109.
7950      Branch: perl
7951            ! lib/ExtUtils/MM_Unix.pm
7952 ____________________________________________________________________________
7953 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
7954         Log: FAQ sync.
7955      Branch: perl
7956            ! pod/perlfaq3.pod pod/perlfaq8.pod
7957 ____________________________________________________________________________
7958 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
7959         Log: use encoding no more defaults to Latin 1.
7960      Branch: perl
7961            ! pod/perluniintro.pod
7962 ____________________________________________________________________________
7963 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
7964         Log: Configure test for byteorder loses bits
7965      Branch: perl
7966            ! Configure
7967 ____________________________________________________________________________
7968 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
7969         Log: hacking around byteorder variance between config.sh and config.h
7970              isn't needed after change#16099
7971      Branch: perl
7972            ! ext/Storable/t/malice.t
7973 ____________________________________________________________________________
7974 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
7975         Log: (retracted by #16114)
7976              
7977              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
7978              From: "Green, Paul" <Paul.Green@stratus.com>
7979              Date: Tue, 23 Apr 2002 13:47:19 -0400
7980              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
7981      Branch: perl
7982            ! lib/ExtUtils/MM_Unix.pm
7983 ____________________________________________________________________________
7984 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
7985         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
7986              From: Norton Allen <allen@huarp.harvard.edu>
7987              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
7988              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
7989      Branch: perl
7990            ! lib/File/Find.pm
7991 ____________________________________________________________________________
7992 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
7993         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
7994              From: Norton Allen <allen@huarp.harvard.edu>
7995              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
7996              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
7997      Branch: perl
7998            ! README.qnx hints/qnx.sh
7999 ____________________________________________________________________________
8000 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
8001         Log: Subject: [PATCH] pod/perlhist.pod
8002              From: Abigail <abigail@foad.org>
8003              Date: Tue, 23 Apr 2002 16:21:31 +0200
8004              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
8005              
8006              (removed 5.005_04 which never happened)
8007      Branch: perl
8008            ! pod/perlhist.pod
8009 ____________________________________________________________________________
8010 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
8011         Log: Subject: Re: [PATCH abigail.t] another portability attempt
8012              From: Abigail <abigail@foad.org>
8013              Date: Tue, 23 Apr 2002 11:35:54 +0200
8014              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
8015      Branch: perl
8016            ! t/japh/abigail.t
8017 ____________________________________________________________________________
8018 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
8019         Log: NetWare tweak from C Aditya.
8020      Branch: perl
8021            ! NetWare/Nwmain.c NetWare/nw5.c
8022 ____________________________________________________________________________
8023 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
8024         Log: fix a typo
8025      Branch: perl
8026            ! regexec.c
8027 ____________________________________________________________________________
8028 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
8029         Log: Uncurliff.
8030      Branch: perl
8031            ! README.ko
8032 ____________________________________________________________________________
8033 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
8034         Log: Pointer to UV casting.
8035      Branch: perl
8036            ! regexec.c
8037 ____________________________________________________________________________
8038 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
8039         Log: metaconfig unit change for #16099.
8040      Branch: metaconfig
8041            ! U/compline/byteorder.U
8042 ____________________________________________________________________________
8043 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
8044         Log: Use UV (not long) for BYTEORDER.
8045      Branch: perl
8046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8047            ! config_h.SH
8048 ____________________________________________________________________________
8049 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
8050         Log: # cpp commands must start in the first column.
8051      Branch: perl
8052            ! scope.c
8053 ____________________________________________________________________________
8054 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
8055         Log: Reborn as text.
8056      Branch: perl
8057            + NetWare/interface.cpp
8058 ____________________________________________________________________________
8059 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
8060         Log: Dead as binary.
8061      Branch: perl
8062            - NetWare/interface.cpp
8063 ____________________________________________________________________________
8064 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
8065         Log: Undo #16091, a time-warped escapee.
8066      Branch: perl
8067            ! lib/ExtUtils/t/MM_Cygwin.t
8068 ____________________________________________________________________________
8069 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
8070         Log: *size tweaks from Sarathy.
8071      Branch: perl
8072            ! ext/Storable/t/malice.t
8073 ____________________________________________________________________________
8074 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
8075         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
8076              From: Stas Bekman <stas@stason.org>
8077              Date: Tue, 23 Apr 2002 01:52:22 +0800
8078              Message-ID: <3CC44DD6.3090401@stason.org>
8079      Branch: perl
8080            ! pod/perlguts.pod
8081 ____________________________________________________________________________
8082 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
8083         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
8084              From: Paul_GreenVOS@vos.stratus.com
8085              Date: Mon, 22 Apr 02 20:35 edt
8086              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
8087      Branch: perl
8088            + hints/t001.c
8089            ! MANIFEST hints/README.hints hints/vos.sh
8090 ____________________________________________________________________________
8091 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
8092         Log: (retracted by #16095)
8093      Branch: perl
8094            ! lib/ExtUtils/t/MM_Cygwin.t
8095 ____________________________________________________________________________
8096 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
8097         Log: Subject: Re: perl@16083
8098              From: Nicholas Clark <nick@unfortu.net>
8099              Date: Mon, 22 Apr 2002 23:17:45 +0100
8100              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
8101      Branch: perl
8102            ! ext/Storable/t/malice.t
8103 ____________________________________________________________________________
8104 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
8105         Log: Upgrade to Encode 1.58.
8106      Branch: perl
8107            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
8108            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
8109            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
8110            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
8111            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
8112            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
8113            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
8114            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
8115            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
8116            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
8117            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8118            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
8119            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8120            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8121            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8122            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8123            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8124            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
8125 ____________________________________________________________________________
8126 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
8127         Log: On Win32 the end.t failure should be gone now.
8128      Branch: perl
8129            ! pod/perldelta.pod
8130 ____________________________________________________________________________
8131 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
8132         Log: Subject: [PATCH] update VOS-specific pod files
8133              From: Paul_GreenVOS@vos.stratus.com
8134              Date: Mon, 22 Apr 02 16:02 edt
8135              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
8136      Branch: perl
8137            ! README.vos pod/perlport.pod
8138 ____________________________________________________________________________
8139 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
8140         Log: Subject: [PATCH] cleanup ./hints/vos.sh
8141              From: Paul_GreenVOS@vos.stratus.com
8142              Date: Mon, 22 Apr 02 15:26 edt
8143              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
8144      Branch: perl
8145            ! hints/vos.sh
8146 ____________________________________________________________________________
8147 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
8148         Log: Upgrade to Encode 1.57, from Dan Kogai.
8149      Branch: perl
8150            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8151            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
8152            ! ext/Encode/lib/Encode/Encoding.pm
8153            ! ext/Encode/lib/Encode/JP/JIS7.pm
8154            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
8155            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
8156 ____________________________________________________________________________
8157 [ 16084] By: ams                                   on 2002/04/22  18:10:13
8158         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
8159              From: Stas Bekman <stas@stason.org>
8160              Date: Tue, 23 Apr 2002 01:59:07 +0800
8161              Message-Id: <3CC44F6B.5010300@stason.org>
8162      Branch: perl
8163            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
8164 ____________________________________________________________________________
8165 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
8166         Log: Update Changes.
8167      Branch: perl
8168            ! Changes patchlevel.h
8169 ____________________________________________________________________________
8170 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
8171         Log: In MANIFEST but not added.
8172      Branch: perl
8173            + NetWare/interface.cpp
8174 ____________________________________________________________________________
8175 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
8176         Log: Duh.
8177      Branch: perl
8178            ! lib/ExtUtils/MM_Unix.pm
8179 ____________________________________________________________________________
8180 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
8181         Log: Subject: Re: t/japh/abigail.t [PATCH]
8182              From: Norton Allen <allen@huarp.harvard.edu>
8183              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
8184              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
8185      Branch: perl
8186            ! t/japh/abigail.t
8187 ____________________________________________________________________________
8188 [ 16079] By: ams                                   on 2002/04/22  15:59:55
8189         Log: Subject: {PATCH docs] sockatmark
8190              From: Mark-Jason Dominus <mjd@plover.com>
8191              Date: Mon, 22 Apr 2002 02:43:42 -0400
8192              Message-Id: <20020422064342.24646.qmail@plover.com>
8193      Branch: perl
8194            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
8195 ____________________________________________________________________________
8196 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
8197         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
8198              From: Paul_GreenVOS@vos.stratus.com
8199              Date: Mon, 22 Apr 02 12:40 edt
8200              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
8201      Branch: perl
8202            ! cflags.SH
8203 ____________________________________________________________________________
8204 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
8205         Log: Add new files from #16076; re-sort.
8206      Branch: perl
8207            ! MANIFEST
8208 ____________________________________________________________________________
8209 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
8210         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
8211      Branch: perl
8212            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
8213            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
8214            + NetWare/perllib.cpp NetWare/splittree.pl
8215            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
8216            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
8217            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
8218            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
8219            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
8220            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
8221            ! x2p/hash.c x2p/walk.c
8222 ____________________________________________________________________________
8223 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
8224         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
8225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8226              Date: Mon, 22 Apr 2002 17:56:17 +0200
8227              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
8228      Branch: perl
8229            ! README.aix
8230 ____________________________________________________________________________
8231 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
8232         Log: Signedness nit.
8233      Branch: perl
8234            ! ext/PerlIO/encoding/encoding.xs
8235 ____________________________________________________________________________
8236 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
8237         Log: No semicolons after blocks.
8238      Branch: perl
8239            ! ext/Encode/Encode.xs
8240 ____________________________________________________________________________
8241 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
8242         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
8243      Branch: perl
8244            ! ext/PerlIO/encoding/encoding.pm
8245            ! ext/PerlIO/encoding/encoding.xs
8246 ____________________________________________________________________________
8247 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
8248         Log: Upgrade to Encode 1.56, from Dan Kogai.
8249      Branch: perl
8250            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
8251            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8252            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
8253            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
8254            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
8255            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8256            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
8257            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8258            ! ext/Encode/lib/Encode/Config.pm
8259            ! ext/Encode/lib/Encode/Encoder.pm
8260            ! ext/Encode/lib/Encode/Encoding.pm
8261            ! ext/Encode/lib/Encode/JP/H2Z.pm
8262            ! ext/Encode/lib/Encode/JP/JIS7.pm
8263            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8264            ! ext/Encode/lib/Encode/PerlIO.pod
8265            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
8266            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
8267            ! ext/Encode/ucm/big5-hkscs.ucm
8268 ____________________________________________________________________________
8269 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
8270         Log: Comment tweak from Philip.
8271      Branch: perl
8272            ! opcode.pl
8273 ____________________________________________________________________________
8274 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
8275         Log: a Test::Harness tweak to make the test lines show up prettier
8276      Branch: perl
8277            ! lib/Test/Harness.pm
8278 ____________________________________________________________________________
8279 [ 16067] By: nick                                  on 2002/04/22  09:19:23
8280         Log: Integrate mainline
8281      Branch: perlio
8282           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
8283           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
8284           !> t/lib/warnings/perlio t/win32/system.t
8285 ____________________________________________________________________________
8286 [ 16066] By: nick                                  on 2002/04/22  09:01:43
8287         Log: Integrate //depot/perlio into mainline
8288      Branch: perl
8289           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8290           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
8291           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
8292 ____________________________________________________________________________
8293 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
8294         Log: clean up after stray test file littering
8295              
8296              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
8297              it seems that it shouldn't (looks like a handle leak in PerlIO
8298              to me)
8299      Branch: perl
8300            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
8301            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
8302            ! t/lib/warnings/perlio t/win32/system.t
8303 ____________________________________________________________________________
8304 [ 16064] By: nick                                  on 2002/04/22  08:02:58
8305         Log: Integrate mainline into perlio
8306      Branch: perlio
8307           +> ext/Storable/t/malice.t
8308            ! pod/perliol.pod
8309           !> (integrate 57 files)
8310 ____________________________________________________________________________
8311 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
8312         Log: integrate change#16062 from mainline
8313              
8314              another windows fix: only create a new console for subprocesses
8315              when all three stdhandles are invalid (from Jan Dubois)
8316      Branch: maint-5.6/perl
8317            ! win32/win32.c
8318 ____________________________________________________________________________
8319 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
8320         Log: another windows fix: only create a new console for subprocesses
8321              when all three stdhandles are invalid (from Jan Dubois)
8322      Branch: perl
8323            ! win32/win32.c
8324 ____________________________________________________________________________
8325 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
8326         Log: all the thread tests now pass on windows (32-bit and 64-bit)
8327      Branch: perl
8328            ! README.win32
8329 ____________________________________________________________________________
8330 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
8331         Log: enable maximal optimizations on win64
8332      Branch: perl
8333            ! win32/Makefile win32/makefile.mk
8334 ____________________________________________________________________________
8335 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
8336         Log: Tweaks copied from Philip Newton's Encode patches.
8337      Branch: perl
8338            ! AUTHORS
8339 ____________________________________________________________________________
8340 [ 16057] By: sky                                   on 2002/04/22  00:19:40
8341         Log: End blocks were not run on Win32.
8342              The real fix should be to turn this flag on in RunPerl but
8343              I think we are too close 5.8 to change that.
8344      Branch: perl
8345            ! ext/threads/threads.xs
8346 ____________________________________________________________________________
8347 [ 16056] By: sky                                   on 2002/04/21  23:29:22
8348         Log: Do not unlock mutex twice.
8349              Do not unlock mutex after it has been destroyed and freed.
8350              Do not email p5p without uncrossing eyes.
8351      Branch: perl
8352            ! ext/threads/threads.xs
8353 ____________________________________________________________________________
8354 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
8355         Log: squelch some more type mismatch warnings
8356              
8357              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
8358              missing parens in macro definition
8359      Branch: perl
8360            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
8361            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
8362            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
8363            ! pp.c regexec.c sv.h
8364 ____________________________________________________________________________
8365 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
8366         Log: Make writing user-defined character properties nicer.
8367      Branch: perl
8368            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
8369 ____________________________________________________________________________
8370 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
8371         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
8372              isn't the case on win64
8373      Branch: perl
8374            ! ext/Storable/t/malice.t
8375 ____________________________________________________________________________
8376 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
8377         Log: One more way to do character class subtraction.
8378      Branch: perl
8379            ! pod/perlunicode.pod
8380 ____________________________________________________________________________
8381 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
8382         Log: Mopup of #16048.
8383      Branch: perl
8384            ! pp_sys.c
8385 ____________________________________________________________________________
8386 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
8387         Log: some test failures have been fixed
8388      Branch: perl
8389            ! README.win32
8390 ____________________________________________________________________________
8391 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
8392         Log: use compare_text() rather than compare() to avoid bogus
8393              failures when the test files happen to be CRLF terminated
8394      Branch: perl
8395            ! ext/Encode/t/JP.t
8396 ____________________________________________________________________________
8397 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
8398         Log: fixes for all the warnings reported by Visual C (most of this
8399              change is from change#12026)
8400      Branch: perl
8401            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
8402            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
8403            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
8404            ! regexec.c sv.c toke.c universal.c utf8.c util.c
8405            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
8406 ____________________________________________________________________________
8407 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
8408         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
8409              From: Nicholas Clark <nick@unfortu.net>
8410              Date: Sun, 21 Apr 2002 19:15:24 +0100
8411              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
8412      Branch: perl
8413            + ext/Storable/t/malice.t
8414            ! MANIFEST ext/Storable/Storable.pm
8415 ____________________________________________________________________________
8416 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
8417         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
8418              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8419              Date: Sun, 21 Apr 2002 19:37:51 +0200
8420              Message-ID: <3CC3150F.5798.22A05AE@localhost>
8421      Branch: perl
8422            ! ext/Encode/t/perlio.t
8423 ____________________________________________________________________________
8424 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
8425         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
8426              From: Andrey Sapozhnikov <sapa@icb.chel.su>
8427              Date: Fri, 19 Apr 2002 19:55:56 +0600
8428              Message-ID: <3CC021EC.5080005@icb.chel.su>
8429              
8430              (tweaked a bit)
8431      Branch: perl
8432            ! pod/perltrap.pod
8433 ____________________________________________________________________________
8434 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
8435         Log: Do not assume that io buffer flushing happens in the same
8436              order as joins (that assumption broke in a multicpu IRIX box)
8437      Branch: perl
8438            ! ext/threads/t/thread.t
8439 ____________________________________________________________________________
8440 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
8441         Log: As if people would be reading the documentation :-)
8442      Branch: perl
8443            ! opcode.pl
8444 ____________________________________________________________________________
8445 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
8446         Log: Typo tweaks.
8447      Branch: perl
8448            ! pod/perlrun.pod
8449 ____________________________________________________________________________
8450 [ 16041] By: sky                                   on 2002/04/21  13:53:54
8451         Log: Got the last memory leak in the while(1) { threads->create(sub 
8452              {})->join() }, now we can loop over a million threads without a 
8453              problem. 
8454              Cleared up SVs that should have been mortal but never where.
8455      Branch: perl
8456            ! ext/threads/threads.xs
8457 ____________________________________________________________________________
8458 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
8459         Log: Make doc clearer, as suggested by Brent Dax
8460      Branch: perl
8461            ! opcode.pl
8462 ____________________________________________________________________________
8463 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
8464         Log: Revert change #15974.
8465      Branch: perl
8466            ! ext/B/B/Deparse.pm
8467 ____________________________________________________________________________
8468 [ 16038] By: nick                                  on 2002/04/21  08:43:48
8469         Log: Integrate mainline
8470      Branch: perlio
8471           +> win32/config.vc64 win32/config_H.vc64
8472           !> (integrate 43 files)
8473 ____________________________________________________________________________
8474 [ 16037] By: nick                                  on 2002/04/21  08:10:07
8475         Log: Integrate mainline
8476      Branch: perlio
8477           +> ext/Encode/ucm/big5-eten.ucm
8478            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
8479            - win32/config.win64 win32/config_H.win64
8480           !> MANIFEST Porting/makerel ext/Encode/Changes
8481           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
8482           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8483           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
8484           !> ext/Encode/lib/Encode/Config.pm
8485           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8486           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
8487           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
8488           !> pod/perlunicode.pod vms/vms.c
8489 ____________________________________________________________________________
8490 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
8491         Log: S_ stands sfor static.
8492      Branch: perl
8493            ! hv.c
8494 ____________________________________________________________________________
8495 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
8496         Log: htovs et al might be macros.
8497      Branch: perl
8498            ! perl.h
8499 ____________________________________________________________________________
8500 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
8501         Log: missed checkin of this file in change#16033
8502      Branch: perl
8503            ! makedef.pl
8504 ____________________________________________________________________________
8505 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
8506         Log: Windows 64-bit support:
8507              
8508              * support for building it in the regular makefiles
8509              * large files support via the _*i64() functions (this should be
8510              portable to the 32-bit universe too, but quite untested and
8511              and binary-incompatible, therefore not enabled there)
8512              * three additional test failures in addition to the t/end.t one
8513              (see README.win32)
8514              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
8515              the ones available from the CRT (needed because Perl uses
8516              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
8517              * add a few 64-bit notes to README.win32
8518              
8519              The following general problems were also fixed:
8520              
8521              * s/struct stat/Stat_t/g
8522              * Data::Dumper had some naughty 'long' typecasts
8523              * Errno_pm.PL didn't work safe when winsock.h was not in the same
8524              directory as errno.h
8525              * various tell/seek things were incorrectly prototyped
8526              * squelch ugly looking noise when running tests
8527              * Embed.t wasn't linking in all the libraries
8528              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
8529              * re-enable all the disabled warnings (additional fixes may be
8530              needed for the warnings uncovered by this)
8531      Branch: perl
8532            + win32/config.vc64 win32/config_H.vc64
8533            ! MANIFEST README.win32 doio.c dosish.h
8534            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
8535            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
8536            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
8537            ! win32/config.vc win32/makefile.mk win32/perlglob.c
8538            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
8539            ! win32/win32iop.h win32/win32sck.c
8540 ____________________________________________________________________________
8541 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
8542         Log: Upgrade to Encode 1.52, from Dan Kogai.
8543      Branch: perl
8544            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8545            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
8546            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
8547            ! ext/Encode/lib/Encode/JP/JIS7.pm
8548            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
8549            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
8550            ! ext/Encode/ucm/big5-hkscs.ucm
8551 ____________________________________________________________________________
8552 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
8553         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
8554              From: Mark-Jason Dominus <mjd@plover.com>
8555              Date: Sat, 20 Apr 2002 03:36:28 -0400
8556              Message-ID: <20020420073628.324.qmail@plover.com>
8557      Branch: perl
8558            ! pod/perlopentut.pod
8559 ____________________________________________________________________________
8560 [ 16030] By: sky                                   on 2002/04/20  22:02:32
8561         Log: Remove auto-detach
8562              Cleans up memory now, destroys the mutex and frees thread
8563              Makes returnvalues mortal
8564              Doesn't run thread_destruct until the thread has stopped AND
8565              all references to it are gone.
8566      Branch: perl
8567            ! ext/threads/threads.xs
8568 ____________________________________________________________________________
8569 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
8570         Log: Subject: [PATCH @16005] rescue perldoc for VMS
8571              From: "Craig A. Berry" <craigberry@mac.com>
8572              Date: Sat, 20 Apr 2002 15:16:30 -0500
8573              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
8574      Branch: perl
8575            ! vms/vms.c
8576 ____________________________________________________________________________
8577 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
8578         Log: Subject: Re: [PATCH] typo
8579              From: andreas.koenig@anima.de (Andreas J. Koenig)
8580              Date: Sat, 20 Apr 2002 15:41:23 +0200
8581              Message-ID: <m37kn2o5bw.fsf@anima.de>
8582      Branch: perl
8583            ! ext/Encode/encoding.pm
8584 ____________________________________________________________________________
8585 [ 16027] By: nick                                  on 2002/04/20  21:42:09
8586         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
8587              and change test not to skip them.
8588      Branch: perlio
8589            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
8590 ____________________________________________________________________________
8591 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
8592         Log: Upgrade to Encode 1.51, from Dan Kogai.
8593      Branch: perl
8594            + ext/Encode/ucm/big5-eten.ucm
8595            - ext/Encode/ucm/big5.ucm
8596            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8597            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
8598            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8599            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
8600            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8601            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
8602 ____________________________________________________________________________
8603 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
8604         Log: purge existing win64 stuff (this never really worked in 5.7.x)
8605              in preparation for completely redone win64 support
8606      Branch: perl
8607            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
8608            ! MANIFEST Porting/makerel
8609 ____________________________________________________________________________
8610 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
8611         Log: Subject: Re: perl@16005
8612              From: Stas Bekman <stas@stason.org>
8613              Date: Sat, 20 Apr 2002 13:06:49 +0800
8614              Message-ID: <3CC0F769.1010705@stason.org>
8615              (with a minor formatting nit)
8616      Branch: perl
8617            ! pod/perlfunc.pod
8618 ____________________________________________________________________________
8619 [ 16023] By: nick                                  on 2002/04/20  19:06:04
8620         Log: Some tweaks for encodings which need lines.
8621              Also disabled trial of using fallbacks.
8622      Branch: perlio
8623            ! ext/PerlIO/encoding/encoding.pm
8624            ! ext/PerlIO/encoding/encoding.xs
8625 ____________________________________________________________________________
8626 [ 16022] By: nick                                  on 2002/04/20  18:37:38
8627         Log: Various tweaks to Encode
8628      Branch: perlio
8629            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8630            ! ext/Encode/Unicode/Unicode.xs
8631            ! ext/Encode/lib/Encode/Encoding.pm
8632            ! ext/Encode/lib/Encode/JP/JIS7.pm
8633            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
8634 ____________________________________________________________________________
8635 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
8636         Log: Subject: [PATCH] perlunicode.pod typos
8637              From: andreas.koenig@anima.de (Andreas J. Koenig)     
8638              Date: Sat, 20 Apr 2002 11:20:25 +0200
8639              Message-ID: <m3vgamoheu.fsf@anima.de>
8640      Branch: perl
8641            ! pod/perlunicode.pod
8642 ____________________________________________________________________________
8643 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
8644         Log: Test tweak from mjd.
8645      Branch: perl
8646            ! lib/Memoize/t/errors.t
8647 ____________________________________________________________________________
8648 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
8649         Log: Integrate perlio;
8650              
8651              Tweak to Encode.xs to avoid buffer overrun.
8652              
8653              Add :bytes to POD part.
8654              Remove 'alias' to Encode now it exists as a module.
8655              
8656              Fill in the PERLIO sections.
8657      Branch: perl
8658           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
8659 ____________________________________________________________________________
8660 [ 16018] By: nick                                  on 2002/04/20  13:38:24
8661         Log: Fill in the PERLIO sections.
8662      Branch: perlio
8663            ! pod/perlrun.pod
8664 ____________________________________________________________________________
8665 [ 16017] By: nick                                  on 2002/04/20  13:37:15
8666         Log: Add :bytes to POD part.
8667              Remove 'alias' to Encode now it exists as a module.
8668      Branch: perlio
8669            ! lib/PerlIO.pm
8670 ____________________________________________________________________________
8671 [ 16016] By: sky                                   on 2002/04/20  13:12:31
8672         Log: Really let the update of the link list do something.
8673      Branch: perl
8674            ! ext/threads/threads.xs
8675 ____________________________________________________________________________
8676 [ 16015] By: nick                                  on 2002/04/20  07:51:26
8677         Log: Integrate mainline
8678      Branch: perlio
8679           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
8680           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
8681           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
8682 ____________________________________________________________________________
8683 [ 16014] By: nick                                  on 2002/04/20  07:46:11
8684         Log: Tweak to Encode.xs to avoid buffer overrun.
8685      Branch: perlio
8686            ! ext/Encode/Encode.xs
8687 ____________________________________________________________________________
8688 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
8689         Log: Subject: [PATCH] t/japh/abigail.t
8690              From: abigail@foad.org
8691              Date: Fri, 19 Apr 2002 02:21:36 +0200
8692              Message-ID: <20020419002136.16948.qmail@foad.org>
8693              
8694              Subject: Re: [PATCH] t/japh/abigail.t
8695              From: "Craig A. Berry" <craigberry@mac.com>
8696              Date: Fri, 19 Apr 2002 11:23:45 -0500
8697              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
8698      Branch: perl
8699            ! t/japh/abigail.t
8700 ____________________________________________________________________________
8701 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
8702         Log: User-defined character properties were unintentionally
8703              removed, noticed by Dan Kogai.
8704      Branch: perl
8705            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
8706            ! pod/perlunicode.pod t/op/pat.t
8707 ____________________________________________________________________________
8708 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
8709         Log: Subject: Re: [PATCH] Big5-related changes.
8710              From: Autrijus Tang <autrijus@autrijus.org>
8711              Date: Sat, 20 Apr 2002 04:06:31 +0800
8712              Message-ID: <20020419200631.GA20964@not.autrijus.org>
8713      Branch: perl
8714            ! README.cn README.tw
8715 ____________________________________________________________________________
8716 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
8717         Log: Add a BUGS sections to O.pm
8718      Branch: perl
8719            ! ext/B/O.pm
8720 ____________________________________________________________________________
8721 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
8722         Log: Disable warning noise
8723      Branch: perl
8724            ! t/io/open.t
8725 ____________________________________________________________________________
8726 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
8727         Log: More tests for the 3-arg open
8728      Branch: perl
8729            ! t/io/open.t t/lib/warnings/doio
8730 ____________________________________________________________________________
8731 [ 16007] By: nick                                  on 2002/04/19  17:45:53
8732         Log: Silence warning generating warning message for U+FFFF does not map etc.
8733      Branch: perlio
8734            ! ext/Encode/Encode.xs
8735 ____________________________________________________________________________
8736 [ 16006] By: nick                                  on 2002/04/19  15:24:57
8737         Log: Integrate mainline (for Tk with Encode testing)
8738              Some perlio & encode issues otherwise cleanish.
8739      Branch: perlio
8740           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
8741           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
8742           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
8743           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
8744           +> ext/threads/t/thread.t
8745            - ext/Encode/lib/Encode/Unicode.pm
8746           !> (integrate 38 files)
8747 ____________________________________________________________________________
8748 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
8749         Log: Update Changes.
8750      Branch: perl
8751            ! Changes patchlevel.h
8752 ____________________________________________________________________________
8753 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
8754         Log: Subject: [PATCH] warn on ref open without perlio
8755              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8756              Date: Thu, 18 Apr 2002 23:17:44 +0200
8757              Message-ID: <20020418231744.A24159@rafael>
8758              
8759              (with one nit, the skip message needed "# " prefix)
8760      Branch: perl
8761            ! doio.c pod/perldiag.pod t/lib/warnings/doio
8762 ____________________________________________________________________________
8763 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
8764         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
8765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8766              Date: Fri, 19 Apr 2002 15:43:47 +0200
8767              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
8768      Branch: perl
8769            ! README.hpux
8770 ____________________________________________________________________________
8771 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
8772         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
8773      Branch: perl
8774            ! ext/PerlIO/encoding/encoding.pm
8775            ! ext/PerlIO/encoding/encoding.xs
8776 ____________________________________________________________________________
8777 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
8778         Log: Upgrade to Encode 1.50, from Dan Kogai.
8779      Branch: perl
8780            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
8781            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
8782            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
8783            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
8784            - ext/Encode/lib/Encode/Unicode.pm
8785            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
8786            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8787            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
8788            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8789            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8790            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
8791            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
8792            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
8793            ! ext/Encode/t/jisx0208.ref
8794 ____________________________________________________________________________
8795 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
8796         Log: Subject: CPAN.pm sync
8797              From: andreas.koenig@anima.de (Andreas J. Koenig)
8798              Date: Fri, 19 Apr 2002 11:55:07 +0200
8799              Message-ID: <m3ads0qah0.fsf@anima.de>
8800      Branch: perl
8801            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8802 ____________________________________________________________________________
8803 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
8804         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
8805      Branch: perl
8806            ! pod/perltooc.pod
8807 ____________________________________________________________________________
8808 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
8809         Log: The previous change on this was *ahem* slightly off-topic.
8810      Branch: perl
8811            ! ext/PerlIO/encoding/encoding.pm
8812 ____________________________________________________________________________
8813 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
8814         Log: variant of change#14657 from mainline, modified for binary
8815              compatibility for 5.6.x (from  Jan Dubois)
8816      Branch: maint-5.6/perl
8817            ! lib/Win32.pod win32/win32.c
8818 ____________________________________________________________________________
8819 [ 15996] By: ams                                   on 2002/04/18  16:16:26
8820         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
8821              From: abigail@foad.org
8822              Date: Thu, 18 Apr 2002 17:09:45 +0200
8823              Message-Id: <20020418150945.389.qmail@foad.org>
8824      Branch: perl
8825            ! pod/perldebtut.pod
8826 ____________________________________________________________________________
8827 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
8828         Log: z/OS situation update.
8829      Branch: perl
8830            ! pod/perldelta.pod
8831 ____________________________________________________________________________
8832 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
8833         Log: Doc tweaks.
8834      Branch: perl
8835            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
8836 ____________________________________________________________________________
8837 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
8838         Log: The tests need perlio.
8839      Branch: perl
8840            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
8841 ____________________________________________________________________________
8842 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
8843         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
8844              From: Mark-Jason Dominus <mjd@plover.com>
8845              Date: Thu, 18 Apr 2002 09:38:17 -0400
8846              Message-ID: <20020418133817.22436.qmail@plover.com>    
8847              
8848              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
8849              From: Mark-Jason Dominus <mjd@plover.com>
8850              Date: Thu, 18 Apr 2002 09:54:50 -0400
8851              Message-ID: <20020418135450.22999.qmail@plover.com>    
8852      Branch: perl
8853            ! pod/perlfaq8.pod
8854 ____________________________________________________________________________
8855 [ 15991] By: sky                                   on 2002/04/18  09:18:14
8856         Log: Port testcases from thr5005 tests so we don't fail on same things.
8857              Added yield support using threads->yield().
8858      Branch: perl
8859            + ext/threads/t/thread.t
8860            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
8861 ____________________________________________________________________________
8862 [ 15990] By: nick                                  on 2002/04/18  07:56:40
8863         Log: Integrate mainline
8864      Branch: perlio
8865            - t/io/full.t
8866           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
8867           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
8868           !> perl.c t/op/groups.t toke.c win32/win32.c
8869 ____________________________________________________________________________
8870 [ 15989] By: sky                                   on 2002/04/18  07:15:55
8871         Log: Always flush the PerlIO buffers after running END blocks in 
8872              perl_destruct. This should fix ext/threads/t/end.t under Win32.
8873      Branch: perl
8874            ! perl.c
8875 ____________________________________________________________________________
8876 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
8877         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
8878      Branch: perl
8879            ! perl.c
8880 ____________________________________________________________________________
8881 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
8882         Log: Move /dev/full testing post-5.8.0.
8883      Branch: perl
8884            - t/io/full.t
8885            ! MANIFEST
8886 ____________________________________________________________________________
8887 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
8888         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
8889              ("Crays have only REAL memory.")
8890      Branch: perl
8891            ! hints/unicos.sh hints/unicosmk.sh
8892 ____________________________________________________________________________
8893 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
8894         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
8895              From: luc.st-louis@ca.transport.bombardier.com
8896              Date: Wed, 17 Apr 2002 14:22:25 -0400
8897              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
8898      Branch: perl
8899            ! win32/win32.c
8900 ____________________________________________________________________________
8901 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
8902         Log: With -Uuseperlio the error might be EBADF.
8903      Branch: perl
8904            ! t/io/full.t
8905 ____________________________________________________________________________
8906 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
8907         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
8908              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8909              Date: Wed, 17 Apr 2002 21:16:22 +0400
8910              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
8911      Branch: perl
8912            ! lib/ExtUtils/t/Embed.t
8913 ____________________________________________________________________________
8914 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
8915         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
8916              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8917              Date: Wed, 17 Apr 2002 20:08:03 +0400
8918              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
8919      Branch: perl
8920            ! win32/win32.c
8921 ____________________________________________________________________________
8922 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
8923         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
8924              From: Mark-Jason Dominus <mjd@plover.com>
8925              Date: Wed, 17 Apr 2002 11:14:17 -0400
8926              Message-ID: <20020417151417.27268.qmail@plover.com>
8927      Branch: perl
8928            ! t/io/full.t
8929 ____________________________________________________________________________
8930 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
8931         Log: README.cjk update.
8932      Branch: perl
8933            ! README.cn README.jp README.ko README.tw
8934 ____________________________________________________________________________
8935 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
8936         Log: Subject: [PATCH toke.c] @:foo?
8937              From: Philip Newton <Philip.Newton@gmx.net>
8938              Date: Wed, 17 Apr 2002 19:48:09 +0200
8939              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
8940      Branch: perl
8941            ! toke.c
8942 ____________________________________________________________________________
8943 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
8944         Log: Subject: Re: gcc on HP
8945              From: Philip Newton <Philip.Newton@gmx.net>
8946              Date: Wed, 17 Apr 2002 20:36:34 +0200
8947              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
8948      Branch: perl
8949            ! README.hpux
8950 ____________________________________________________________________________
8951 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
8952         Log: Adjust test for groups that appear multiple times on Cygwin
8953      Branch: perl
8954            ! t/op/groups.t
8955 ____________________________________________________________________________
8956 [ 15976] By: nick                                  on 2002/04/17  17:03:40
8957         Log: Integrate mainline
8958      Branch: perlio
8959           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
8960           +> ext/PerlIO/encoding/encoding.pm
8961           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
8962           +> ext/threads/shared/t/queue.t t/io/full.t
8963            - ext/Encode/lib/Encode/XS.pm
8964           !> (integrate 50 files)
8965 ____________________________________________________________________________
8966 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
8967         Log: Update Changes.
8968      Branch: perl
8969            ! Changes patchlevel.h
8970 ____________________________________________________________________________
8971 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
8972         Log: Subject: [PATCH B::Deparse] "foo bar"->()
8973              From: Robin Houston <robin@kitsite.com>
8974              Date: Wed, 17 Apr 2002 15:45:32 +0100
8975              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
8976      Branch: perl
8977            ! ext/B/B/Deparse.pm
8978 ____________________________________________________________________________
8979 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
8980         Log: metaconfig unit change for #15972.
8981      Branch: metaconfig/U/perl
8982            ! Extensions.U
8983 ____________________________________________________________________________
8984 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
8985         Log: As suggested by Arthur: the threads and threads::shared
8986              modules are always present.  This tries to preempt two
8987              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
8988              to have this new fancy threads implementation but my Perl
8989              doesn't seem to have it" (2) someone attempting to install
8990              threads using CPAN.pm and CPAN.pm helpfully starting to
8991              install perl 5.8.0 (which they might already have installed).
8992      Branch: perl
8993            ! Configure ext/threads/Makefile.PL
8994            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
8995            ! ext/threads/shared/shared.xs ext/threads/threads.pm
8996            ! ext/threads/threads.xs
8997 ____________________________________________________________________________
8998 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
8999         Log: More signedness nits.
9000      Branch: perl
9001            ! ext/Encode/Encode.xs
9002 ____________________________________________________________________________
9003 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
9004         Log: fast_abs_path() is tainted.
9005      Branch: perl
9006            ! ext/Cwd/t/cwd.t
9007 ____________________________________________________________________________
9008 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
9009         Log: Signedness nit.
9010      Branch: perl
9011            ! ext/Encode/bin/enc2xs
9012 ____________________________________________________________________________
9013 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
9014         Log: Subject: gcc on HP
9015              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9016              Date: Wed, 17 Apr 2002 12:43:38 +0200
9017              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
9018      Branch: perl
9019            ! README.hpux
9020 ____________________________________________________________________________
9021 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
9022         Log: Add just a little bit more explanation to PerlIO::encoding.
9023      Branch: perl
9024            ! ext/PerlIO/encoding/encoding.pm
9025 ____________________________________________________________________________
9026 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
9027         Log: PerlIO::encoding 0.01 from Dan Kogai.
9028      Branch: perl
9029            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
9030            + ext/PerlIO/encoding/encoding.pm
9031            + ext/PerlIO/encoding/encoding.xs
9032            ! MANIFEST
9033 ____________________________________________________________________________
9034 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
9035         Log: Upgrade to Encode 1.42, from Dan Kogai.
9036      Branch: perl
9037            - ext/Encode/lib/Encode/XS.pm
9038            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
9039            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
9040            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9041            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
9042            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9043            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
9044            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9045            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
9046            ! ext/Encode/lib/Encode/Config.pm
9047            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
9048            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9049            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
9050            ! ext/Encode/t/encoding.t
9051 ____________________________________________________________________________
9052 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
9053         Log: Test tweaks from mjd and Benjamin Goldberg.
9054      Branch: perl
9055            ! t/io/full.t
9056 ____________________________________________________________________________
9057 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
9058         Log: Document taint-safeness.   Life in the fast_abs_path()
9059              lane is unsafe.
9060      Branch: perl
9061            ! lib/Cwd.pm
9062 ____________________________________________________________________________
9063 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
9064         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
9065              From: Mark-Jason Dominus <mjd@plover.com>
9066              Date: Tue, 16 Apr 2002 19:24:12 -0400
9067              Message-ID: <20020416232412.14297.qmail@plover.com>
9068      Branch: perl
9069            + t/io/full.t
9070            ! MANIFEST perlio.c
9071 ____________________________________________________________________________
9072 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
9073         Log: Manifestations of mjd, from mjd.
9074      Branch: perl
9075            ! MANIFEST
9076 ____________________________________________________________________________
9077 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
9078         Log: metaconfig unit change for #15959.
9079      Branch: metaconfig/U/perl
9080            ! Extensions.U
9081 ____________________________________________________________________________
9082 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
9083         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
9084              From: Andy Dougherty <doughera@lafayette.edu>
9085              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
9086              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
9087      Branch: perl
9088            ! Configure
9089 ____________________________________________________________________________
9090 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
9091         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
9092              From: Nicholas Clark <nick@unfortu.net>
9093              Date: Tue, 16 Apr 2002 22:22:41 +0100
9094              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
9095      Branch: perl
9096            ! embed.fnc global.sym hv.c universal.c
9097 ____________________________________________________________________________
9098 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
9099         Log: Documents for Merijn and lots of XXXs for NI-S :-)
9100      Branch: perl
9101            ! pod/perlfunc.pod pod/perlrun.pod
9102 ____________________________________________________________________________
9103 [ 15956] By: sky                                   on 2002/04/16  21:26:53
9104         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
9105              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
9106              stuff being 0xabababab on cleanup.
9107      Branch: perl
9108            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
9109            ! MANIFEST
9110 ____________________________________________________________________________
9111 [ 15955] By: nick                                  on 2002/04/16  20:46:03
9112         Log: Integate mainline (other machine)
9113      Branch: perlio
9114           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
9115           !> t/op/magic.t
9116 ____________________________________________________________________________
9117 [ 15954] By: nick                                  on 2002/04/16  20:13:32
9118         Log: Integrate mainline
9119      Branch: perlio
9120           +> README.cn README.jp README.ko README.tw
9121           +> ext/threads/shared/t/av_refs.t
9122           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
9123           !> (integrate 41 files)
9124 ____________________________________________________________________________
9125 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
9126         Log: B::walkoptree bugfix (see also #15850)
9127      Branch: perl
9128            ! ext/B/B.xs ext/B/t/terse.t
9129 ____________________________________________________________________________
9130 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
9131         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
9132              From: Philip Newton <Philip.Newton@gmx.net>
9133              Date: Tue, 16 Apr 2002 21:09:44 +0200
9134              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
9135      Branch: perl
9136            ! pod/perltodo.pod
9137 ____________________________________________________________________________
9138 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
9139         Log: Subject: [PATCH] B::Deparse problems with japhs
9140              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9141              Date: Tue, 16 Apr 2002 15:47:33 +0100
9142              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
9143      Branch: perl
9144            ! ext/B/B/Deparse.pm
9145 ____________________________________________________________________________
9146 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
9147         Log: Stas' tainting worries, obscured by me.
9148      Branch: perl
9149            ! ext/Cwd/t/cwd.t lib/Cwd.pm
9150 ____________________________________________________________________________
9151 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
9152         Log: Pod tweak to avoid =item<japanese> problems.
9153      Branch: perl
9154            ! README.jp
9155 ____________________________________________________________________________
9156 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
9157         Log: Some UTF-8 todos.
9158      Branch: perl
9159            ! pod/perltodo.pod
9160 ____________________________________________________________________________
9161 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
9162         Log: Let's not promise too much: use utf8 only works on identifier
9163              names, not package or subroutine names (admittedly limited [1], but
9164              that's what the Camel says, and that's what we are going to stick
9165              to for 5.8.0).  Also document that use vars does not do utf8.
9166              [1] The obvious problem in both is that package and subroutine
9167              names need to mappable to the filesystem.
9168      Branch: perl
9169            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
9170 ____________________________________________________________________________
9171 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
9172         Log: Subject: [PATCH] small typo in IO::Pipe pod
9173              From: Slaven Rezic <rezic@onlineoffice.de>
9174              Date: Tue, 16 Apr 2002 12:31:10 +0200
9175              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
9176      Branch: perl
9177            ! ext/IO/lib/IO/Pipe.pm
9178 ____________________________________________________________________________
9179 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
9180         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
9181              From: Arthur Bergman <arthur@contiller.se>
9182              Date: Tue, 16 Apr 2002 11:58:45 +0200
9183              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
9184      Branch: perl
9185            ! lib/Attribute/Handlers.pm
9186 ____________________________________________________________________________
9187 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
9188         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
9189              Jungshik Shin.  Regen toc.
9190      Branch: perl
9191            + README.cn README.jp README.ko README.tw
9192            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9193 ____________________________________________________________________________
9194 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
9195         Log: my $utf8here, our $utf8here, and package variable $utf8here.
9196              
9197              The actual minimal fix is in utf8.c and from NI-S,
9198              the rest are the tests (in fresh_perl since I couldn't get
9199              them easily to work elsewhere) and a slight behaviour change:
9200              previously UTF-8 identifiers had to start with an alphabetic
9201              character.  No more so, now they can start with an (Unicode)
9202              ID_Continue character (which however is not a (Unicode) digit).
9203              (Limiting the first character to ID_Start would be rather
9204              restrictive, since ID_Start allows only alphabetic letters.)
9205              
9206              TODO: use vars qw($utf8here).  This I don't find to be
9207              a showstopper.
9208      Branch: perl
9209            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
9210            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
9211 ____________________________________________________________________________
9212 [ 15942] By: ams                                   on 2002/04/16  02:24:25
9213         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
9214              From: "Craig A. Berry" <craigberry@mac.com>
9215              Date: Mon, 15 Apr 2002 22:06:14 -0500
9216              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
9217      Branch: perl
9218            ! lib/FileCache.t
9219 ____________________________________________________________________________
9220 [ 15941] By: ams                                   on 2002/04/16  02:16:35
9221         Log: Subject: [PATCH] s2p fix for VMS
9222              From: "Craig A. Berry" <craigberry@mac.com>
9223              Date: Mon, 15 Apr 2002 21:48:36 -0500
9224              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
9225      Branch: perl
9226            ! configure.com t/x2p/s2p.t x2p/s2p.PL
9227 ____________________________________________________________________________
9228 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
9229         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
9230              (and the licensing of the other code clarified, from Mark Bixby.)
9231      Branch: perl
9232            ! mpeix/mpeix.c
9233 ____________________________________________________________________________
9234 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
9235         Log: AUTHORS updates.
9236      Branch: perl
9237            ! AUTHORS
9238 ____________________________________________________________________________
9239 [ 15938] By: sky                                   on 2002/04/15  22:13:17
9240         Log: Add support for my $foo : shared; 
9241              Add testcase for this.
9242              Update manifest.
9243      Branch: perl
9244            + ext/threads/shared/t/shared_attr.t
9245            ! MANIFEST ext/threads/shared/shared.pm
9246 ____________________________________________________________________________
9247 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
9248         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
9249              From: abigail@foad.org
9250              Date: Mon, 15 Apr 2002 17:41:17 +0200
9251              Message-ID: <20020415154117.1559.qmail@foad.org>
9252              
9253              (With EBCDIC skippage added, and the skip reason
9254              skippage on the two ?? loops tweaked.)
9255      Branch: perl
9256            + t/japh/abigail.t
9257            ! MANIFEST t/TEST
9258 ____________________________________________________________________________
9259 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
9260         Log: Subject: Re: [ID 20020412.005] Dancing ??s
9261              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
9262              Date: Sun, 14 Apr 2002 16:09:30 +0100
9263              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
9264      Branch: perl
9265            ! pod/perlop.pod pp_hot.c t/op/pat.t
9266 ____________________________________________________________________________
9267 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
9268         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
9269              From: abigail@foad.org
9270              Date: Mon, 15 Apr 2002 17:40:02 +0200
9271              Message-ID: <20020415154002.1549.qmail@foad.org>
9272      Branch: perl
9273            ! t/test.pl
9274 ____________________________________________________________________________
9275 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
9276         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
9277              From: "Craig A. Berry" <craigberry@mac.com>
9278              Date: Mon, 15 Apr 2002 14:05:26 -0500
9279              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
9280      Branch: perl
9281            ! universal.c
9282 ____________________________________________________________________________
9283 [ 15933] By: sky                                   on 2002/04/15  21:26:16
9284         Log: Test arrays containing references, and references to shared arrays.
9285      Branch: perl
9286            + ext/threads/shared/t/av_refs.t
9287 ____________________________________________________________________________
9288 [ 15932] By: nick                                  on 2002/04/15  15:06:49
9289         Log: Integrate mainline (for Encode)
9290      Branch: perlio
9291           +> ext/Encode/Encode/ConfigLocal_PM.e2x
9292           +> ext/Encode/lib/Encode/JP/JIS7.pm
9293            - ext/Encode/lib/Encode/JP/2022_JP.pm
9294            - ext/Encode/lib/Encode/JP/2022_JP1.pm
9295            - ext/Encode/lib/Encode/JP/JIS.pm
9296           !> (integrate 26 files)
9297 ____________________________________________________________________________
9298 [ 15931] By: ams                                   on 2002/04/15  14:51:31
9299         Log: Subject: [PATCH] Chip didn't time travel.
9300              From: abigail@foad.org
9301              Date: Mon, 15 Apr 2002 17:40:22 +0200
9302              Message-Id: <20020415154022.1554.qmail@foad.org>
9303      Branch: perl
9304            ! pod/perlhist.pod
9305 ____________________________________________________________________________
9306 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
9307         Log: Update Changes.
9308      Branch: perl
9309            ! Changes patchlevel.h
9310 ____________________________________________________________________________
9311 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
9312         Log: The #15921 made the 'no warnings' unnecessary.
9313      Branch: perl
9314            ! t/op/magic.t
9315 ____________________________________________________________________________
9316 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
9317         Log: Subject: Re: [FILE] FileCache.t
9318              From: belg4mit <belg4mit@mit.edu>
9319              Date: Mon, 15 Apr 2002 01:31:21 -0400
9320              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
9321      Branch: perl
9322            ! lib/FileCache.t
9323 ____________________________________________________________________________
9324 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
9325         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
9326      Branch: perl
9327            ! lib/FileCache.pm lib/FileCache.t
9328 ____________________________________________________________________________
9329 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
9330         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
9331              From: Nicholas Clark <nick@unfortu.net>
9332              Date: Sun, 14 Apr 2002 22:54:43 +0100
9333              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
9334      Branch: perl
9335            ! lib/Hash/Util.t
9336 ____________________________________________________________________________
9337 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
9338         Log: Subject: [Encode] 1.40 released!
9339              From: Dan Kogai <dankogai@dan.co.jp>
9340              Date: Mon, 15 Apr 2002 07:51:52 +0900
9341              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
9342      Branch: perl
9343            + ext/Encode/Encode/ConfigLocal_PM.e2x
9344            + ext/Encode/lib/Encode/JP/JIS7.pm
9345            - ext/Encode/lib/Encode/JP/2022_JP.pm
9346            - ext/Encode/lib/Encode/JP/2022_JP1.pm
9347            - ext/Encode/lib/Encode/JP/JIS.pm
9348            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9349            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9350            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
9351            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
9352            ! ext/Encode/lib/Encode/Config.pm
9353            ! ext/Encode/lib/Encode/Encoder.pm
9354            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
9355            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
9356 ____________________________________________________________________________
9357 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
9358         Log: return undef is of questionable style.
9359      Branch: perl
9360            ! lib/Hash/Util.pm
9361 ____________________________________________________________________________
9362 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
9363         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
9364              From: mjd@plover.com
9365              Date: 15 Apr 2002 06:46:02 -0000
9366              Message-ID: <20020415064602.17052.qmail@plover.com>     
9367      Branch: perl
9368            ! t/op/magic.t
9369 ____________________________________________________________________________
9370 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
9371         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
9372              From: mjd@plover.com
9373              Date: 14 Apr 2002 22:30:17 -0000
9374              Message-ID: <20020414223017.17361.qmail@plover.com>
9375      Branch: perl
9376            ! t/op/re_tests
9377 ____________________________________________________________________________
9378 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
9379         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
9380              From: Mark-Jason Dominus <mjd@plover.com>
9381              Date: Mon, 15 Apr 2002 02:41:52 -0400
9382              Message-ID: <20020415064152.16958.qmail@plover.com>
9383      Branch: perl
9384            ! perl.c t/lib/warnings/toke
9385 ____________________________________________________________________________
9386 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
9387         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
9388              From: "Craig A. Berry" <craigberry@mac.com>
9389              Date: Sun, 14 Apr 2002 18:56:02 -0500
9390              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
9391      Branch: perl
9392            ! configure.com
9393 ____________________________________________________________________________
9394 [ 15919] By: nick                                  on 2002/04/15  06:14:25
9395         Log: Integrate mainline
9396      Branch: perlio
9397           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
9398           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
9399           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
9400 ____________________________________________________________________________
9401 [ 15918] By: ams                                   on 2002/04/15  04:25:48
9402         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
9403              From: Stas Bekman <stas@stason.org>
9404              Date: Mon, 15 Apr 2002 11:45:03 +0800
9405              Message-Id: <3CBA4CBF.9030306@stason.org>
9406      Branch: perl
9407            ! lib/Cwd.pm
9408 ____________________________________________________________________________
9409 [ 15917] By: ams                                   on 2002/04/15  04:21:14
9410         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
9411              From: Mark-Jason Dominus <mjd@plover.com>
9412              Date: Mon, 15 Apr 2002 00:30:26 -0400
9413              Message-Id: <20020415043026.11417.qmail@plover.com>
9414      Branch: perl
9415            ! perl.c t/lib/warnings/toke
9416 ____________________________________________________________________________
9417 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
9418         Log: Correct precedence problem in #15915
9419      Branch: perl
9420            ! lib/vars.pm
9421 ____________________________________________________________________________
9422 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
9423         Log: use vars wasn't use utf8 aware.
9424      Branch: perl
9425            ! lib/vars.pm
9426 ____________________________________________________________________________
9427 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
9428         Log: Subject: [PATCH] Re: restricted hashes are unblessable
9429              From: Nicholas Clark <nick@unfortu.net>
9430              Date: Sat, 13 Apr 2002 23:43:02 +0100
9431              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
9432              
9433              The function name sucks but can't think of anything better.
9434      Branch: perl
9435            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
9436 ____________________________________________________________________________
9437 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
9438         Log: Subject: AUTHORS update
9439              From: Chris Nandor <pudge@pobox.com>
9440              Date: Sun, 14 Apr 2002 11:54:40 -0400
9441              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
9442      Branch: perl
9443            ! AUTHORS
9444 ____________________________________________________________________________
9445 [ 15912] By: nick                                  on 2002/04/14  14:47:18
9446         Log: XS versions of encode/decode for Encode::Unicode
9447      Branch: perlio
9448            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
9449 ____________________________________________________________________________
9450 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
9451         Log: metaconfig unit changes for #15910.
9452      Branch: metaconfig
9453            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9454            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9455            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9456            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9457            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9458            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9459            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9460            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9461            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9462            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9463            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9464            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9465            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9466            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9467            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9468            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9469            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9470            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9471            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9472            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9473            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9474            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9475            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9476            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9477 ____________________________________________________________________________
9478 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
9479         Log: Simplify the _r probing code by adding the i_systime
9480              only for the APIs where it matters.
9481      Branch: perl
9482            ! Configure reentr.pl
9483 ____________________________________________________________________________
9484 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
9485         Log: Integrate perlio;
9486              
9487              Avoid expensive paranoid check that decoder does return legal UTF-8
9488              
9489              Disable test code (assertions) in CRLF layer.
9490      Branch: perl
9491           !> ext/Encode/Encode.xs perlio.c
9492 ____________________________________________________________________________
9493 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
9494         Log: Subject: patch for FileCache in 5.7.3
9495              From: JPIERCE <belg4mit@MIT.EDU>
9496              Date: Sun, 14 Apr 2002 00:38:21 -0400
9497              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
9498      Branch: perl
9499            ! lib/FileCache.pm
9500 ____________________________________________________________________________
9501 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
9502         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
9503              From: Tim Bunce <Tim.Bunce@pobox.com>
9504              Date: Sun, 14 Apr 2002 12:07:35 +0100
9505              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
9506      Branch: perl
9507            ! ext/Storable/Storable.xs
9508 ____________________________________________________________________________
9509 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
9510         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
9511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9512              Date: Sun, 14 Apr 2002 16:29:59 +0200
9513              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
9514      Branch: perl
9515            ! hints/hpux.sh
9516 ____________________________________________________________________________
9517 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
9518         Log: Subject: Enable portable gcc code on hp-ux
9519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9520              Date: Sun, 14 Apr 2002 16:30:01 +0200
9521              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
9522      Branch: perl
9523            ! hints/hpux.sh
9524 ____________________________________________________________________________
9525 [ 15904] By: nick                                  on 2002/04/14  09:18:01
9526         Log: Disable test code (assertions) in CRLF layer.
9527      Branch: perlio
9528            ! perlio.c
9529 ____________________________________________________________________________
9530 [ 15903] By: nick                                  on 2002/04/14  09:16:39
9531         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
9532      Branch: perlio
9533            ! ext/Encode/Encode.xs
9534 ____________________________________________________________________________
9535 [ 15902] By: nick                                  on 2002/04/14  09:15:45
9536         Log: Integrate mainline
9537      Branch: perlio
9538           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
9539           +> t/win32/longpath.t t/win32/system.t
9540            - t/op/winsystem.t
9541           !> (integrate 30 files)
9542 ____________________________________________________________________________
9543 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
9544         Log: Fixed URL for the Alpha editor.
9545      Branch: perl
9546            ! pod/perlfaq3.pod
9547 ____________________________________________________________________________
9548 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
9549         Log: Dedodgify.
9550      Branch: perl
9551            ! ext/Storable/Storable.xs
9552 ____________________________________________________________________________
9553 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
9554         Log: AUTHORS updates.
9555      Branch: perl
9556            ! AUTHORS
9557 ____________________________________________________________________________
9558 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
9559         Log: s2p needs Config.pm.
9560      Branch: perl
9561            ! Makefile.SH
9562 ____________________________________________________________________________
9563 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
9564         Log: Subject: [PATCH] Benchmark.t 75,90,109
9565              From: Nicholas Clark <nick@unfortu.net>
9566              Date: Sat, 13 Apr 2002 21:43:04 +0100
9567              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
9568      Branch: perl
9569            ! lib/Benchmark.t
9570 ____________________________________________________________________________
9571 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
9572         Log: Tweaks by Autrijus Tang.
9573      Branch: perl
9574            ! ext/Encode/encoding.pm
9575 ____________________________________________________________________________
9576 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
9577         Log: FAQ sync.
9578      Branch: perl
9579            ! pod/perlfaq5.pod
9580 ____________________________________________________________________________
9581 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
9582         Log: z/OS tally update.
9583      Branch: perl
9584            ! pod/perldelta.pod
9585 ____________________________________________________________________________
9586 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
9587         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
9588              From: Nicholas Clark <nick@unfortu.net>
9589              Date: Sat, 13 Apr 2002 02:58:07 +0100
9590              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
9591      Branch: perl
9592            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
9593            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
9594            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
9595            ! t/lib/st-dump.pl
9596 ____________________________________________________________________________
9597 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
9598         Log: Add piconv and enc2xs to the list of utilities.
9599      Branch: perl
9600            ! utils.lst
9601 ____________________________________________________________________________
9602 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
9603         Log: s.
9604      Branch: perl
9605            ! pod/perlunicode.pod
9606 ____________________________________________________________________________
9607 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
9608         Log: Phrasing fixes by Nick Clark
9609      Branch: perl
9610            ! pod/perlunicode.pod
9611 ____________________________________________________________________________
9612 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
9613         Log: More POD fixes and typos
9614      Branch: perl
9615            ! pod/perlunicode.pod
9616 ____________________________________________________________________________
9617 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
9618         Log: Subject: Re: UTF-8 and DB_File ?
9619              From: andreas.koenig@anima.de (Andreas J. Koenig)
9620              Date: Sat, 13 Apr 2002 13:29:41 +0200
9621              Message-ID: <m3ads7j0pm.fsf@anima.de>
9622      Branch: perl
9623            ! pod/perlunicode.pod
9624 ____________________________________________________________________________
9625 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
9626         Log: Fix a typo noticed by Paul Johnson.
9627      Branch: perl
9628            ! MANIFEST
9629 ____________________________________________________________________________
9630 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
9631         Log: Subject: Re: Win32 Status
9632              From: Michael G Schwern <schwern@pobox.com>
9633              Date: Fri, 12 Apr 2002 10:15:33 -0400
9634              Message-ID: <20020412141533.GB9788@blackrider>
9635      Branch: perl
9636            ! lib/ExtUtils/t/INST.t
9637 ____________________________________________________________________________
9638 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
9639         Log: Upgrade to Encode 1.34, from Dan Kogai.
9640      Branch: perl
9641            ! ext/Encode/Changes ext/Encode/Encode.pm
9642            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
9643            ! ext/Encode/t/Unicode.t
9644 ____________________________________________________________________________
9645 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
9646         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
9647              From: Graham TerMarsch <graham@howlingfrog.com>
9648              Date: Fri, 12 Apr 2002 12:28:47 -0700
9649              Message-Id: <200204121228.47826.graham@howlingfrog.com>
9650      Branch: perl
9651            ! AUTHORS
9652 ____________________________________________________________________________
9653 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
9654         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
9655              From: Nicholas Clark <nick@unfortu.net>
9656              Date: Fri, 12 Apr 2002 21:59:06 +0100
9657              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
9658      Branch: perl
9659            ! pp_pack.c t/op/pack.t
9660 ____________________________________________________________________________
9661 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
9662         Log: Re-sort MANIFEST.
9663      Branch: perl
9664            ! MANIFEST
9665 ____________________________________________________________________________
9666 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
9667         Log: Move also the Win32 system testing to t/win32.
9668      Branch: perl
9669            + t/win32/system.t
9670            - t/op/winsystem.t
9671            ! MANIFEST
9672 ____________________________________________________________________________
9673 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
9674         Log: Integrate change #15879 from maint-5.6;
9675              
9676              Win32::GetLongPathName() did not return valid results if there
9677              were "." and ".." components in the path; also fix a potential
9678              buffer overflow if the long path happens to be longer than
9679              MAX_PATH (this can presumably happen if they use \\?\... style
9680              paths); add a rather limited testsuite that exercises just the
9681              edge cases
9682      Branch: perl
9683           +> t/win32/longpath.t
9684           !> MANIFEST t/harness win32/win32.c
9685 ____________________________________________________________________________
9686 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
9687         Log: Win32::GetLongPathName() did not return valid results if there
9688              were "." and ".." components in the path; also fix a potential
9689              buffer overflow if the long path happens to be longer than
9690              MAX_PATH (this can presumably happen if they use \\?\... style
9691              paths); add a rather limited testsuite that exercises just the
9692              edge cases
9693      Branch: maint-5.6/perl
9694            + t/win32/longpath.t
9695            ! MANIFEST t/harness win32/win32.c
9696 ____________________________________________________________________________
9697 [ 15878] By: nick                                  on 2002/04/12  14:38:32
9698         Log: Integrate mainline
9699      Branch: perlio
9700           +> lib/ExtUtils/t/INST_PREFIX.t
9701           !> (integrate 37 files)
9702 ____________________________________________________________________________
9703 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
9704         Log: Update Changes.
9705      Branch: perl
9706            ! Changes patchlevel.h
9707 ____________________________________________________________________________
9708 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
9709         Log: Discuss the magic of \w in security terms.
9710      Branch: perl
9711            ! pod/perlsec.pod pod/perlunicode.pod
9712 ____________________________________________________________________________
9713 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
9714         Log: Add a warning about the symbolic methods and
9715              symbolic sub refs not being checked for taint.
9716      Branch: perl
9717            ! pod/perlsec.pod
9718 ____________________________________________________________________________
9719 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
9720         Log: In EBCDIC the BOM detection doesn't seem
9721              to be working right.  For now skipping the test,
9722              waiting for Dan's opinion.
9723      Branch: perl
9724            ! ext/Encode/t/Unicode.t
9725 ____________________________________________________________________________
9726 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
9727         Log: Update to Net::Ping 2.16.
9728      Branch: perl
9729            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
9730 ____________________________________________________________________________
9731 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
9732         Log: Upgrade to CGI.pm 2.81.
9733      Branch: perl
9734            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
9735 ____________________________________________________________________________
9736 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
9737         Log: Move up restricted hashes a bit.
9738      Branch: perl
9739            ! pod/perldelta.pod
9740 ____________________________________________________________________________
9741 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
9742         Log: Now using Unicode 3.2.0.
9743      Branch: perl
9744            ! pod/perldelta.pod
9745 ____________________________________________________________________________
9746 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
9747         Log: UNICOS too has sockpair issues (unsurprisingly,
9748              since UNICOS/mk has them too)
9749      Branch: perl
9750            ! ext/Socket/socketpair.t
9751 ____________________________________________________________________________
9752 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
9753         Log: FAQ patch from mjd regarding Tie::File.
9754      Branch: perl
9755            ! pod/perlfaq5.pod
9756 ____________________________________________________________________________
9757 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
9758         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
9759              consider using the NamesList.
9760      Branch: perl
9761            ! lib/charnames.pm lib/charnames.t
9762 ____________________________________________________________________________
9763 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
9764         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
9765              From: "Craig A. Berry" <craigberry@mac.com>
9766              Date: Thu, 11 Apr 2002 13:47:21 -0500
9767              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
9768      Branch: perl
9769            ! lib/File/CheckTree.pm lib/File/CheckTree.t
9770 ____________________________________________________________________________
9771 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
9772         Log: More NT Unicode information from Jan Dubois.
9773      Branch: perl
9774            ! pod/perltodo.pod
9775 ____________________________________________________________________________
9776 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
9777         Log: Add one perltodo item (and move bunch of them to better spot),
9778              add sysopen() to "Functions for filehandles, files, or directories".
9779      Branch: perl
9780            ! pod/perlfunc.pod pod/perltodo.pod
9781 ____________________________________________________________________________
9782 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
9783         Log: Prettyprinting: shorten the lines to avoid linewrapping.
9784      Branch: perl
9785            ! t/TEST
9786 ____________________________________________________________________________
9787 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
9788         Log: Also NEC SUPER-UX has buggy sockpair().
9789      Branch: perl
9790            ! ext/Socket/socketpair.t
9791 ____________________________________________________________________________
9792 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
9793         Log: dTHX works on its own just fine.
9794      Branch: perl
9795            ! ext/DynaLoader/dl_aix.xs
9796 ____________________________________________________________________________
9797 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
9798         Log: Must hold off building s2p until there's a miniperl.
9799      Branch: perl
9800            ! Makefile.SH
9801 ____________________________________________________________________________
9802 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
9803         Log: AIX: strerror_r() needs dTHX.
9804      Branch: perl
9805            ! ext/DynaLoader/dl_aix.xs
9806 ____________________________________________________________________________
9807 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
9808         Log: Extracting the s2p may require the right dynlibpath.
9809      Branch: perl
9810            ! Makefile.SH
9811 ____________________________________________________________________________
9812 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
9813         Log: Doc tweaks.
9814      Branch: perl
9815            ! ext/Time/HiRes/HiRes.pm
9816 ____________________________________________________________________________
9817 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
9818         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
9819              From: Michael G Schwern <schwern@pobox.com>
9820              Date: Thu, 11 Apr 2002 01:25:26 -0400
9821              Message-ID: <20020411052525.GA17038@blackrider>
9822      Branch: perl
9823            + lib/ExtUtils/t/INST_PREFIX.t
9824            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
9825            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9826            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9827            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
9828            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
9829            ! lib/ExtUtils/t/prefixify.t
9830 ____________________________________________________________________________
9831 [ 15855] By: nick                                  on 2002/04/11  06:26:44
9832         Log: Integrate mainline
9833      Branch: perlio
9834           !> (integrate 42 files)
9835 ____________________________________________________________________________
9836 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
9837         Log: Unused variables.
9838      Branch: perl
9839            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9840 ____________________________________________________________________________
9841 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
9842         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
9843              From: Ilya Martynov <ilya@martynov.org>
9844              Date: 11 Apr 2002 03:21:17 +0400
9845              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
9846      Branch: perl
9847            ! lib/Term/ReadLine.pm
9848 ____________________________________________________________________________
9849 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
9850         Log: Upgrade to Encode 1.33, from Dan Kogai.
9851      Branch: perl
9852            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
9853            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
9854            ! ext/Encode/lib/Encode/Supported.pod
9855            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
9856            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
9857            ! ext/Encode/ucm/adobeSymbol.ucm
9858            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
9859 ____________________________________________________________________________
9860 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
9861         Log: Backward portability from Dan Kogai.
9862      Branch: perl
9863            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
9864            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
9865            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
9866            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
9867            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
9868            ! ext/Storable/t/store.t ext/Storable/t/tied.t
9869            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
9870            ! ext/Storable/t/utf8.t
9871 ____________________________________________________________________________
9872 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
9873         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
9874              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
9875              bug in B::walkoptree still to be fixed.
9876      Branch: perl
9877            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
9878 ____________________________________________________________________________
9879 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
9880         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
9881              From: Philip Newton <Philip.Newton@gmx.net>
9882              Date: Wed, 10 Apr 2002 21:29:58 +0200
9883              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
9884      Branch: perl
9885            ! pod/perldelta.pod
9886 ____________________________________________________________________________
9887 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
9888         Log: Integrate perlio;
9889              
9890              Add a \t to Win32 pm_to_blib $(TOUCH) line.
9891      Branch: perl
9892           !> lib/ExtUtils/MM_Win32.pm
9893 ____________________________________________________________________________
9894 [ 15847] By: nick                                  on 2002/04/10  13:08:29
9895         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
9896      Branch: perlio
9897            ! lib/ExtUtils/MM_Win32.pm
9898 ____________________________________________________________________________
9899 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
9900         Log: Try to fool old AIX when threading, from Merijn.
9901      Branch: perl
9902            ! perl.h
9903 ____________________________________________________________________________
9904 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
9905         Log: Update Changes.
9906      Branch: perl
9907            ! Changes patchlevel.h
9908 ____________________________________________________________________________
9909 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
9910         Log: Welcome to the 5.7.3.
9911      Branch: perl
9912            ! NetWare/Makefile win32/Makefile
9913 ____________________________________________________________________________
9914 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
9915         Log: Make x2p/s2p part of the test_prep target now that we
9916              have a test for it.
9917      Branch: perl
9918            ! Makefile.SH
9919 ____________________________________________________________________________
9920 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
9921         Log: Integrate perlio.
9922              
9923              We have been 5.7.3 for a while - install there ...
9924      Branch: perl
9925           !> win32/makefile.mk
9926 ____________________________________________________________________________
9927 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
9928         Log: SImilarly to old HP-UX, in old AIX too including
9929              crypt.h leads into trouble.  (from Merijn)
9930      Branch: perl
9931            ! hints/aix.sh
9932 ____________________________________________________________________________
9933 [ 15840] By: nick                                  on 2002/04/10  10:04:19
9934         Log: We have been 5.7.3 for a while - install there ...
9935      Branch: perlio
9936            ! win32/makefile.mk
9937 ____________________________________________________________________________
9938 [ 15839] By: nick                                  on 2002/04/10  10:03:46
9939         Log: Intgrate mainline
9940      Branch: perlio
9941           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
9942            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
9943            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
9944           !> (integrate 40 files)
9945 ____________________________________________________________________________
9946 [ 15838] By: ams                                   on 2002/04/10  04:16:45
9947         Log: Subject: [PATCH] ext/attrs.t getting skipped
9948              From: "Craig A. Berry" <craigberry@mac.com>
9949              Date: Tue, 9 Apr 2002 23:58:49 -0500
9950              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
9951      Branch: perl
9952            ! t/TEST
9953 ____________________________________________________________________________
9954 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
9955         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
9956              From: Michael G Schwern <schwern@pobox.com>
9957              Date: Tue, 9 Apr 2002 20:52:55 -0400
9958              Message-ID: <20020410005254.GI8954@blackrider>
9959      Branch: perl
9960            ! t/op/sub_lval.t
9961 ____________________________________________________________________________
9962 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
9963         Log: Undo accident in #15385.
9964      Branch: metaconfig/U/perl
9965            ! Extensions.U
9966 ____________________________________________________________________________
9967 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
9968         Log: Retract the UTF-8 filenames patch.  This may be
9969              better dealt with in Perl level, a la File::Spec
9970              (since the whole mess is strongly filesystem-specific).
9971      Branch: metaconfig/U/perl
9972            + usecjk.U
9973            ! Extensions.U
9974      Branch: perl
9975            - ext/File/Glob/t/utf8.t
9976            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
9977            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
9978            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9979            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
9980            ! t/op/readdir.t
9981 ____________________________________________________________________________
9982 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
9983         Log: Upgrade to Encode 1.32, from Dan Kogai.
9984      Branch: perl
9985            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
9986            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
9987            - ext/Encode/ucm/macGurmukhi.ucm
9988            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
9989            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
9990            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
9991            ! ext/Encode/lib/Encode/Encoder.pm
9992            ! ext/Encode/lib/Encode/Supported.pod
9993            ! ext/Encode/lib/Encode/Unicode.pm
9994            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
9995            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
9996 ____________________________________________________________________________
9997 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
9998         Log: Add tests for s2p/psed, from Wolfgang Laun.
9999      Branch: perl
10000            + t/x2p/s2p.t
10001            ! MANIFEST t/TEST
10002 ____________________________________________________________________________
10003 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
10004         Log: FAQ sync.
10005      Branch: perl
10006            ! pod/perlfaq2.pod pod/perlfaq3.pod
10007 ____________________________________________________________________________
10008 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
10009         Log: Remove false dependency between getgrent and setpwent
10010              having/not having FILE**.  Also make the names of the
10011              {set,get,end}* interface struct members a bit shorter.
10012      Branch: perl
10013            ! reentr.c reentr.h reentr.pl
10014 ____________________________________________________________________________
10015 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
10016         Log: Avoid bad prototypes.
10017      Branch: perl
10018            ! hints/hpux.sh
10019 ____________________________________________________________________________
10020 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
10021         Log: metaconfig unit change for #15828.
10022      Branch: metaconfig
10023            ! U/protos/Protochk.U
10024 ____________________________________________________________________________
10025 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
10026         Log: As Merijn points out, pthread.h really needs to be known
10027              by protochk.
10028      Branch: perl
10029            ! Configure
10030 ____________________________________________________________________________
10031 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
10032         Log: Integrate perlio;
10033              
10034              Patch up Encode for Tk
10035      Branch: perl
10036           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
10037           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10038 ____________________________________________________________________________
10039 [ 15826] By: nick                                  on 2002/04/09  12:38:25
10040         Log: Patch up Encode for Tk
10041      Branch: perlio
10042            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
10043            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10044 ____________________________________________________________________________
10045 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
10046         Log: Portability tweak.
10047      Branch: perl
10048            ! lib/File/CheckTree.t
10049 ____________________________________________________________________________
10050 [ 15824] By: sky                                   on 2002/04/09  10:51:07
10051         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
10052              From: Abigail <abigail@osp.nl>
10053              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
10054              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
10055      Branch: perl
10056            ! pod/perlhist.pod
10057 ____________________________________________________________________________
10058 [ 15823] By: nick                                  on 2002/04/09  08:17:59
10059         Log: Integrate mainline
10060      Branch: perlio
10061           +> ext/Encode/lib/Encode/Config.pm
10062           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
10063           !> (integrate 37 files)
10064 ____________________________________________________________________________
10065 [ 15822] By: ams                                   on 2002/04/09  06:43:50
10066         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
10067              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10068              Date: Tue, 09 Apr 2002 02:00:51 -0400
10069              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
10070      Branch: perl
10071            ! lib/File/CheckTree.pm
10072 ____________________________________________________________________________
10073 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
10074         Log: Small perldelta tweaks.
10075      Branch: perl
10076            ! pod/perldelta.pod
10077 ____________________________________________________________________________
10078 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
10079         Log: File::Checktree update from Paul Grassie.
10080      Branch: perl
10081            ! lib/File/CheckTree.pm lib/File/CheckTree.t
10082 ____________________________________________________________________________
10083 [ 15819] By: ams                                   on 2002/04/08  22:43:48
10084         Log: Subject: patch against t/op/sub_lval.t
10085              From: Jim Cromie <jcromie@divsol.com>
10086              Date: Mon, 08 Apr 2002 17:38:16 -0600
10087              Message-Id: <3CB229E8.9080500@divsol.com>
10088      Branch: perl
10089            ! t/op/sub_lval.t
10090 ____________________________________________________________________________
10091 [ 15818] By: ams                                   on 2002/04/08  22:40:16
10092         Log: Humbly pay homage to the redundancy gods.
10093      Branch: perl
10094            ! mg.c
10095 ____________________________________________________________________________
10096 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
10097         Log: metaconfig mirror #15816.
10098      Branch: metaconfig
10099            ! U/modified/Unix.U
10100 ____________________________________________________________________________
10101 [ 15816] By: ams                                   on 2002/04/08  22:18:32
10102         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
10103      Branch: perl
10104            ! Porting/Glossary
10105 ____________________________________________________________________________
10106 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
10107         Log: Small piconv tweaks (sent to Dan).
10108      Branch: perl
10109            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
10110            ! ext/Encode/lib/Encode/Alias.pm
10111 ____________________________________________________________________________
10112 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
10113         Log: Update Changes.
10114      Branch: perl
10115            ! Changes patchlevel.h
10116 ____________________________________________________________________________
10117 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
10118         Log: FAQ sync.  (Ignoring the few URL differences for now.)
10119      Branch: perl
10120            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10121            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10122            ! pod/perlfaq7.pod pod/perlfaq9.pod
10123 ____________________________________________________________________________
10124 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
10125         Log: Upgrade to Encode 1.31, from Dan Kogai.
10126      Branch: perl
10127            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
10128            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10129            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
10130            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10131 ____________________________________________________________________________
10132 [ 15811] By: ams                                   on 2002/04/08  17:00:37
10133         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
10134              From: Andy Dougherty <doughera@lafayette.edu>
10135              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
10136              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
10137      Branch: perl
10138            ! lib/sort.t pp_sort.c
10139 ____________________________________________________________________________
10140 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
10141         Log: metaconfig unit changes for #15809.
10142      Branch: metaconfig
10143            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
10144 ____________________________________________________________________________
10145 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
10146         Log: Mirroring #15806.
10147      Branch: perl
10148            ! Porting/Glossary Porting/config.sh Porting/config_H
10149 ____________________________________________________________________________
10150 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
10151         Log: metaconfig unit changes for #15807.
10152      Branch: metaconfig
10153            ! U/protos/Protochk.U U/threads/d_asctime_r.U
10154            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
10155            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
10156            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
10157            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
10158            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
10159            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
10160            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
10161            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
10162            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
10163            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
10164            ! U/threads/d_getprotobyname_r.U
10165            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10166            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10167            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10168            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10169            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10170            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10171            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10172            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10173            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10174            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10175            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10176            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10177            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10178            ! U/threads/i_pthread.U
10179      Branch: perl
10180            ! config_h.SH
10181 ____________________________________________________________________________
10182 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
10183         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
10184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10185              Date: Mon, 08 Apr 2002 14:34:27 +0200
10186              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
10187      Branch: perl
10188            ! Configure hints/hpux.sh reentr.pl
10189 ____________________________________________________________________________
10190 [ 15806] By: ams                                   on 2002/04/08  13:50:43
10191         Log: Subject: [PATCH] Updates to Porting/Glossary
10192              From: Paul_GreenVOS@vos.stratus.com
10193              Date: Mon, 8 Apr 02 10:44 edt
10194              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
10195      Branch: perl
10196            ! Porting/Glossary
10197 ____________________________________________________________________________
10198 [ 15805] By: ams                                   on 2002/04/08  13:47:32
10199         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
10200              coredumps on startup)
10201              From: Michael G Schwern <schwern@pobox.com>
10202              Date: Mon, 8 Apr 2002 10:34:49 -0400
10203              Message-Id: <20020408143449.GB3245@blackrider>
10204      Branch: perl
10205            ! lib/ExtUtils/MM_Unix.pm
10206 ____________________________________________________________________________
10207 [ 15804] By: ams                                   on 2002/04/08  13:29:28
10208         Log: Subject: [PATCH] example in pod/perllexwarn.pod
10209              From: Slaven Rezic <slaven.rezic@berlin.de>
10210              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
10211              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
10212      Branch: perl
10213            ! pod/perllexwarn.pod
10214 ____________________________________________________________________________
10215 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
10216         Log: Upgrade to Encode 1.30, from Dan Kogai. 
10217      Branch: perl
10218            + ext/Encode/lib/Encode/Encoder.pm
10219            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10220            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
10221            ! ext/Encode/lib/Encode/Supported.pod
10222            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10223            ! ext/Encode/t/grow.t
10224 ____________________________________________________________________________
10225 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
10226         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
10227              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10228              Date: Mon, 08 Apr 2002 01:08:40 +0100
10229              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
10230      Branch: perl
10231            ! ext/MIME/Base64/t/base64.t
10232 ____________________________________________________________________________
10233 [ 15801] By: nick                                  on 2002/04/08  07:28:27
10234         Log: Integrate mainline
10235      Branch: perlio
10236           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
10237           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
10238           +> ext/File/Glob/t/utf8.t
10239           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10240           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10241           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
10242            - ext/Encode/lib/Encode/10646_1.pm
10243            - ext/Encode/lib/Encode/Internal.pm
10244            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10245            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
10246            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
10247            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
10248            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
10249            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
10250            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
10251           !> (integrate 157 files)
10252 ____________________________________________________________________________
10253 [ 15800] By: ams                                   on 2002/04/08  07:06:21
10254         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
10255              From: Jan Dubois <JanD@ActiveState.com>
10256              Date: Mon, 08 Apr 2002 00:10:39 -0700
10257              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
10258      Branch: perl
10259            ! lib/ExtUtils/Packlist.pm
10260 ____________________________________________________________________________
10261 [ 15799] By: ams                                   on 2002/04/08  04:50:36
10262         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
10263              From: Stas Bekman <stas@stason.org>
10264              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
10265              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
10266      Branch: perl
10267            ! pod/perlguts.pod
10268 ____________________________________________________________________________
10269 [ 15798] By: ams                                   on 2002/04/08  03:56:52
10270         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
10271      Branch: perl
10272            ! util.c
10273 ____________________________________________________________________________
10274 [ 15797] By: ams                                   on 2002/04/08  01:30:38
10275         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
10276              same line of code. (As suggested by Simon Cozens.)
10277      Branch: perl
10278            ! mg.c
10279 ____________________________________________________________________________
10280 [ 15796] By: ams                                   on 2002/04/08  01:27:24
10281         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
10282              Simon Cozens.
10283      Branch: perl
10284            ! embed.fnc util.c
10285 ____________________________________________________________________________
10286 [ 15795] By: ams                                   on 2002/04/08  01:05:16
10287         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
10288              From: Tom Brown <thecap@peach.ece.utexas.edu>
10289              Date: Sun, 07 Apr 2002 23:20:05 GMT
10290              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
10291      Branch: perl
10292            ! ext/Devel/DProf/DProf.xs
10293 ____________________________________________________________________________
10294 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
10295         Log: Retract #15793 since #15775 should fix the problem.
10296      Branch: perl
10297            ! hv.c
10298 ____________________________________________________________________________
10299 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
10300         Log: (Retracted by #15794)
10301              Subject: [PATCH] hv.c
10302              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10303              Date: Sun, 7 Apr 2002 14:25:48 +0200
10304              Message-ID: <3CB056EC.16340.1119992@localhost>
10305      Branch: perl
10306            ! hv.c
10307 ____________________________________________________________________________
10308 [ 15792] By: ams                                   on 2002/04/07  21:48:49
10309         Log: Make other nits nervous.
10310      Branch: perl
10311            ! gv.c perl.c
10312 ____________________________________________________________________________
10313 [ 15791] By: ams                                   on 2002/04/07  20:31:08
10314         Log: Subject: [MIME::Base64 patch] t/base64.t fix
10315              From: Dan Kogai <dankogai@dan.co.jp>
10316              Date: Mon, 8 Apr 2002 06:19:29 +0900
10317              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
10318      Branch: perl
10319            ! ext/MIME/Base64/t/base64.t
10320 ____________________________________________________________________________
10321 [ 15790] By: ams                                   on 2002/04/07  20:15:52
10322         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
10323              From: Slaven Rezic <slaven.rezic@berlin.de>
10324              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
10325              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
10326      Branch: perl
10327            ! ext/Devel/Peek/Peek.xs
10328 ____________________________________________________________________________
10329 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
10330         Log: Fully qualify in warning message the name of a subroutine redefined
10331              via glob assignment
10332      Branch: perl
10333            ! sv.c t/lib/warnings/op t/lib/warnings/sv
10334 ____________________________________________________________________________
10335 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
10336         Log: Update from Dan Kogai.
10337      Branch: perl
10338            ! ext/Encode/t/Unicode.t
10339 ____________________________________________________________________________
10340 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
10341         Log: Can't right now twist my brain to figure out
10342              the right CR/LF code point mappings in EBCDIC.
10343      Branch: perl
10344            ! lib/Pod/t/eol.t
10345 ____________________________________________________________________________
10346 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
10347         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
10348              From: Nicholas Clark <nick@ccl4.org>
10349              Date: Sun, 7 Apr 2002 15:01:56 +0100
10350              Message-ID: <20020407150156.R10686@plum.flirble.org>
10351      Branch: perl
10352            ! ext/Data/Dumper/Dumper.xs
10353 ____________________________________________________________________________
10354 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
10355         Log: Tpyo.
10356      Branch: perl
10357            ! lib/Pod/t/eol.t
10358 ____________________________________________________________________________
10359 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
10360         Log: EBCDIC branch was forgotten.
10361      Branch: perl
10362            ! ext/Devel/Peek/Peek.t
10363 ____________________________________________________________________________
10364 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
10365         Log: charnames::viacode() was broken, noticed by Jeffrey.
10366      Branch: perl
10367            ! lib/charnames.pm lib/charnames.t
10368 ____________________________________________________________________________
10369 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
10370         Log: Missing files.
10371      Branch: perl
10372            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
10373            ! MANIFEST ext/Encode/MANIFEST
10374 ____________________________________________________________________________
10375 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
10376         Log: (intentionally empty)
10377      Branch: perl
10378            ! MANIFEST sv.h
10379 ____________________________________________________________________________
10380 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
10381         Log: Upgrade to Encode 1.26, from Dan Kogai.
10382      Branch: perl
10383            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
10384            + ext/Encode/ucm/jis0212.ucm
10385            - ext/Encode/lib/Encode/10646_1.pm
10386            - ext/Encode/lib/Encode/Internal.pm
10387            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10388            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
10389            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
10390            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
10391            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
10392            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
10393            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
10394            - ext/Encode/ucm/macRumanian.ucm
10395            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10396            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
10397            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10398            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
10399            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10400            ! ext/Encode/lib/Encode/Encoding.pm
10401            ! ext/Encode/lib/Encode/Supported.pod
10402            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10403            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
10404            ! ext/Encode/ucm/adobeSymbol.ucm
10405            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
10406            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
10407            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
10408            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
10409            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
10410            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
10411            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
10412            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
10413            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
10414            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
10415            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
10416            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
10417            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
10418            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
10419            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
10420            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
10421            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
10422            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
10423            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
10424            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
10425            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
10426            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
10427            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
10428            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
10429            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
10430            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
10431            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
10432            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
10433            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
10434            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
10435            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
10436            ! ext/Encode/ucm/nextstep.ucm
10437 ____________________________________________________________________________
10438 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
10439         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
10440              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
10441              Now, where was my coffee mug...
10442      Branch: perl
10443            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
10444            ! pp_sys.c
10445 ____________________________________________________________________________
10446 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
10447         Log: Subject: [PATCH] MakeMaker basic.t on Win32
10448              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10449              Date: Sun, 7 Apr 2002 14:25:48 +0200
10450              Message-ID: <3CB056EC.27101.1119A3D@localhost>
10451              
10452              Subject: [PATCH] MakeMaker && Win32 && nmake
10453              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10454              Date: Sun, 7 Apr 2002 14:25:48 +0200
10455              Message-ID: <3CB056EC.9001.11199ED@localhost>
10456      Branch: perl
10457            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10458 ____________________________________________________________________________
10459 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
10460         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
10461              From: Philip Newton <Philip.Newton@gmx.net>
10462              Date: Sun, 07 Apr 2002 07:51:49 +0200      
10463              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
10464      Branch: perl
10465            ! utf8.c
10466 ____________________________________________________________________________
10467 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
10468         Log: There was no nice way of getting in UTF-8 filenames:
10469              now one can use in the (new) three-arg form of readdir()
10470              and in File::Glob import a ":utf8" to transparently accept
10471              the filenames as Unicode.  Note that only :utf8 is supported,
10472              not fancier stuff like :encoding(foobar)
10473      Branch: perl
10474            + ext/File/Glob/t/utf8.t
10475            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
10476            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
10477            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10478            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
10479            ! t/op/readdir.t
10480 ____________________________________________________________________________
10481 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
10482         Log: Subject: [PATCH] Re: perl@15772
10483              From: Nicholas Clark <nick@ccl4.org>
10484              Date: Sun, 7 Apr 2002 11:06:42 +0100
10485              Message-ID: <20020407110641.O10686@plum.flirble.org>
10486      Branch: perl
10487            ! hv.c
10488 ____________________________________________________________________________
10489 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
10490         Log: Subject: [PATCH] Re: 15764 breakage
10491              From: Michael G Schwern <schwern@pobox.com>
10492              Date: Sat, 6 Apr 2002 19:14:02 -0500
10493              Message-ID: <20020407001401.GA7076@blackrider>
10494      Branch: perl
10495            ! lib/ExtUtils/MM_Unix.pm
10496 ____________________________________________________________________________
10497 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
10498         Log: Instruction tweak.
10499      Branch: perl
10500            ! README.os390
10501 ____________________________________________________________________________
10502 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
10503         Log: Update Changes.
10504      Branch: perl
10505            ! Changes patchlevel.h
10506 ____________________________________________________________________________
10507 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
10508         Log: Subject: [PATCH] Encode tweaks for VMS
10509              From: Michael G Schwern <schwern@pobox.com>
10510              Date: Sat, 6 Apr 2002 03:26:09 -0500
10511              Message-ID: <20020406082609.GA28758@blackrider>
10512      Branch: perl
10513            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
10514            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
10515            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
10516            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
10517 ____________________________________________________________________________
10518 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
10519         Log: Prettyprinting and version paranoia.
10520      Branch: perl
10521            ! ext/DB_File/t/db-recno.t
10522 ____________________________________________________________________________
10523 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
10524         Log: Be explicit about the two DB_File tests croaking
10525              in Mac OS X.
10526      Branch: perl
10527            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
10528 ____________________________________________________________________________
10529 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
10530         Log: Regen toc.
10531      Branch: perl
10532            ! pod/perltoc.pod
10533 ____________________________________________________________________________
10534 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
10535         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
10536              From: Benjamin Goldberg <goldbb2@earthlink.net>
10537              Date: Fri, 05 Apr 2002 19:15:42 -0500
10538              Message-ID: <3CAE3E2E.8483505@earthlink.net>
10539      Branch: perl
10540            ! hv.h
10541 ____________________________________________________________________________
10542 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
10543         Log: Underline that the current implementation is not
10544              guaranteed to be forever; and reformat a bit.
10545      Branch: perl
10546            ! lib/utf8.pm
10547 ____________________________________________________________________________
10548 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
10549         Log: Subject: Weak spots in the utf8 manpage
10550              From: andreas.koenig@anima.de (Andreas J. Koenig)
10551              Date: Fri, 05 Apr 2002 10:08:44 +0200      
10552              Message-ID: <m3u1qqefeb.fsf@anima.de>      
10553      Branch: perl
10554            ! lib/utf8.pm
10555 ____________________________________________________________________________
10556 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
10557         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
10558              From: Michael G Schwern <schwern@pobox.com>
10559              Date: Sat, 6 Apr 2002 03:22:03 -0500
10560              Message-ID: <20020406082203.GA28713@blackrider>
10561      Branch: perl
10562            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10563            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10564            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
10565            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10566            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
10567            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10568            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10569            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
10570            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
10571            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
10572 ____________________________________________________________________________
10573 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
10574         Log: No need to avoid utf8 warnings after #15762.
10575      Branch: perl
10576            ! lib/Unicode/Collate.pm
10577 ____________________________________________________________________________
10578 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
10579         Log: As noted by Philip Newton: nothing wrong with BOM,
10580              but 0xFFFE quite wrong.
10581      Branch: perl
10582            ! t/lib/warnings/utf8 utf8.c utf8.h
10583 ____________________________________________________________________________
10584 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
10585         Log: Explain the "gaps" in the UTF-8 encoding.
10586      Branch: perl
10587            ! pod/perlunicode.pod utf8.h
10588 ____________________________________________________________________________
10589 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
10590         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
10591              From: Nicholas Clark <nick@unfortu.net>
10592              Date: Sat, 6 Apr 2002 14:54:51 +0100
10593              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
10594      Branch: perl
10595            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10596 ____________________________________________________________________________
10597 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
10598         Log: Signedness nits.
10599      Branch: perl
10600            ! hv.c
10601 ____________________________________________________________________________
10602 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
10603         Log: Make hv_notallowed a static as suggested by Nick Clark;
10604              and synchronize the nomenclature to talk about restricted
10605              (not fixed) hashes.
10606      Branch: perl
10607            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
10608            ! proto.h
10609 ____________________________________________________________________________
10610 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
10611         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
10612              From: Nicholas Clark <nick@unfortu.net>
10613              Date: Sat, 6 Apr 2002 00:21:17 +0100
10614              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
10615              
10616              (with the last one reversed)
10617      Branch: perl
10618            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
10619            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
10620 ____________________________________________________________________________
10621 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
10622         Log: Update the warning message.
10623      Branch: perl
10624            ! README.tru64
10625 ____________________________________________________________________________
10626 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
10627         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
10628              From: Dan Kogai <dankogai@dan.co.jp>
10629              Date: Sat, 6 Apr 2002 06:08:40 +0900
10630              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
10631      Branch: perl
10632            ! pod/perlunicode.pod
10633 ____________________________________________________________________________
10634 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
10635         Log: Some tests were failing silently instead of saying "not ok"
10636      Branch: perl
10637            ! t/comp/proto.t
10638 ____________________________________________________________________________
10639 [ 15753] By: nick                                  on 2002/04/05  19:30:12
10640         Log: Integrate mainline
10641      Branch: perlio
10642           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
10643           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
10644           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
10645 ____________________________________________________________________________
10646 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
10647         Log: Minor Tie::File test patch, from mjd.
10648      Branch: perl
10649            ! lib/Tie/File/t/24_cache_loop.t
10650 ____________________________________________________________________________
10651 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
10652         Log: Not *that* different line endings (noticed by Philip Newton)
10653      Branch: perl
10654            ! pod/perldelta.pod
10655 ____________________________________________________________________________
10656 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
10657         Log: Retract #15745 for now; won't work without more Encode fixes.
10658      Branch: perl
10659            ! ext/Encode/lib/Encode/10646_1.pm
10660 ____________________________________________________________________________
10661 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
10662         Log: metaconfig unit change for #15748.
10663      Branch: metaconfig
10664            ! U/modified/Oldconfig.U
10665 ____________________________________________________________________________
10666 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
10667         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
10668              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10669              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
10670              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
10671      Branch: perl
10672            ! Configure
10673 ____________________________________________________________________________
10674 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
10675         Log: NetWare update from C Aditya.
10676      Branch: perl
10677            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
10678 ____________________________________________________________________________
10679 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
10680         Log: Win32 pacifying from mjd.
10681      Branch: perl
10682            ! lib/Tie/File/t/26_twrite.t
10683 ____________________________________________________________________________
10684 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
10685         Log: Integrate perlio;
10686              
10687              Not only did UCS-2 have dodgy name it was buggy.
10688      Branch: perl
10689           !> ext/Encode/lib/Encode/10646_1.pm
10690 ____________________________________________________________________________
10691 [ 15744] By: nick                                  on 2002/04/05  13:02:36
10692         Log: Not only did UCS-2 have dodgy name it was buggy.
10693      Branch: perlio
10694            ! ext/Encode/lib/Encode/10646_1.pm
10695 ____________________________________________________________________________
10696 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
10697         Log: Subject: Patch for bug ID 20020221.007
10698              From: Archer Sully <archer@meer.net>
10699              Date: Thu, 4 Apr 2002 21:45:34 -0700
10700              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
10701              
10702              Fix for "[ID 20020221.007] SEGV in Storable with empty string
10703              scalar object" (dclone)
10704      Branch: perl
10705            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
10706 ____________________________________________________________________________
10707 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
10708         Log: Subject: Re: lib/sort.t failure 
10709              From: "John P. Linderman" <jpl@research.att.com>
10710              Date: Fri, 05 Apr 2002 06:19:07 -0500
10711              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
10712              
10713              with a minor formatting tweak
10714      Branch: perl
10715            ! pod/perlfunc.pod
10716 ____________________________________________________________________________
10717 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
10718         Log: Subject: Re: lib/sort.t failure (and [PATCH])
10719              From: "John P. Linderman" <jpl@research.att.com>
10720              Date: Fri, 05 Apr 2002 07:13:27 -0500
10721              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
10722      Branch: perl
10723            ! lib/sort.t
10724 ____________________________________________________________________________
10725 [ 15740] By: nick                                  on 2002/04/05  09:31:42
10726         Log: Integrate mainline
10727      Branch: perlio
10728           +> (branch 49 files)
10729           !> (integrate 82 files)
10730 ____________________________________________________________________________
10731 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
10732         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
10733              From: Dan Kogai <dankogai@dan.co.jp>
10734              Date: Fri, 5 Apr 2002 11:52:50 +0900
10735              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
10736      Branch: perl
10737            ! ext/Encode/t/Aliases.t
10738 ____________________________________________________________________________
10739 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
10740         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
10741              From: Dan Kogai <dankogai@dan.co.jp>
10742              Date: Fri, 5 Apr 2002 11:39:55 +0900
10743              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
10744      Branch: perl
10745            ! ext/Encode/lib/Encode/Alias.pm
10746 ____________________________________________________________________________
10747 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
10748         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
10749              From: Ilmari Karonen <iltzu@sci.fi>
10750              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
10751              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
10752      Branch: perl
10753            ! gv.c t/op/method.t
10754 ____________________________________________________________________________
10755 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
10756         Log: I was fooled for a while, somebody else might be too.
10757      Branch: perl
10758            ! t/test.pl
10759 ____________________________________________________________________________
10760 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
10761         Log: test.pl-ify.
10762      Branch: perl
10763            ! t/op/method.t
10764 ____________________________________________________________________________
10765 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
10766         Log: Upgrade to Encode 1.20, from Dan Kogai.
10767      Branch: perl
10768            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
10769            + ext/Encode/ucm/adobeSymbol.ucm
10770            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
10771            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
10772            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
10773            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
10774            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
10775            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
10776            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
10777            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
10778            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
10779            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
10780            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
10781            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
10782            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
10783            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
10784            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
10785            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
10786            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
10787            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
10788            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
10789            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
10790            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
10791            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
10792            + ext/Encode/ucm/macSymbol.ucm
10793            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
10794            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
10795            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
10796            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
10797            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10798            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
10799            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10800            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10801            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
10802            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
10803            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
10804            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
10805            ! ext/Encode/lib/Encode/Alias.pm
10806            ! ext/Encode/lib/Encode/Supported.pod
10807            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10808            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
10809            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
10810            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
10811            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
10812            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
10813            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
10814            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
10815            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
10816            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
10817            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
10818            ! ext/Encode/ucm/nextstep.ucm
10819 ____________________________________________________________________________
10820 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
10821         Log: Subject: left-over "use 5.7.2" in threads.pm
10822              From: Slaven Rezic <slaven.rezic@berlin.de>
10823              Date: 21 Mar 2002 23:18:13 +0100
10824              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
10825      Branch: perl
10826            ! ext/threads/threads.pm
10827 ____________________________________________________________________________
10828 [ 15732] By: ams                                   on 2002/04/04  17:08:13
10829         Log: Subject: [PATCH 5.7.3 DOCS]
10830              From: mjd@plover.com
10831              Date: 4 Apr 2002 15:59:39 -0000
10832              Message-Id: <20020404155939.6754.qmail@plover.com>
10833      Branch: perl
10834            ! pod/perlfaq9.pod
10835 ____________________________________________________________________________
10836 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
10837         Log: metaconfig unit change for #15730.
10838      Branch: metaconfig
10839            ! U/threads/usethreads.U
10840 ____________________________________________________________________________
10841 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
10842         Log: Subject: Re: lib/sort.t failure [PATCH]
10843              From: Andy Dougherty <doughera@lafayette.edu>
10844              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
10845              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
10846              
10847              Default to usethreads in case the user most probably forgot it.
10848      Branch: perl
10849            ! Configure
10850 ____________________________________________________________________________
10851 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
10852         Log: Typo nits from Wolfgang Laun.
10853      Branch: perl
10854            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
10855 ____________________________________________________________________________
10856 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
10857         Log: Detypo in diagnostics.
10858      Branch: perl
10859            ! lib/locale.t
10860 ____________________________________________________________________________
10861 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
10862         Log: pod2html: try to be EOL agnostic.
10863              (Needs testing on CRLF and CR platforms.)
10864      Branch: perl
10865            + lib/Pod/t/eol.t
10866            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
10867 ____________________________________________________________________________
10868 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
10869         Log: Subject: [PATCH} Pod::HTML and HTML4
10870              From: Robert Spier <rspier@pobox.com>
10871              Date: Wed, 03 Apr 2002 16:26:21 -0800
10872              Message-ID: <3CAB9DAD.20305@pobox.com>
10873      Branch: perl
10874            ! lib/Pod/Html.pm
10875 ____________________________________________________________________________
10876 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
10877         Log: Byebye, beebee.
10878      Branch: perl
10879            ! t/lib/warnings/perlio
10880 ____________________________________________________________________________
10881 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
10882         Log: Subject: Re: enc2xs needs portable way to know it's in the core
10883              From: PPrymmer@factset.com
10884              Date: Wed, 3 Apr 2002 14:29:32 -0500
10885              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
10886      Branch: perl
10887            ! configure.com
10888 ____________________________________________________________________________
10889 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
10890         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
10891              From: Dominic Dunlop <domo@computer.org>
10892              Date: Wed, 3 Apr 2002 22:44:01 +0200
10893              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
10894      Branch: perl
10895            ! lib/File/Spec/t/rel2abs2rel.t
10896 ____________________________________________________________________________
10897 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
10898         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
10899              From: Paul_GreenVOS@vos.stratus.com
10900              Date: Wed, 3 Apr 02 16:34 est
10901              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
10902      Branch: perl
10903            ! pp_pack.c
10904 ____________________________________________________________________________
10905 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
10906         Log: Upgrade to Tie::File 0.93, from mjd.
10907      Branch: perl
10908            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10909            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
10910            ! lib/Tie/File/t/41_heap.t
10911 ____________________________________________________________________________
10912 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
10913         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
10914              From: Andy Dougherty <doughera@lafayette.edu>
10915              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
10916              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
10917      Branch: perl
10918            ! lib/AnyDBM_File.t
10919 ____________________________________________________________________________
10920 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
10921         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
10922              and ccflags including -DNO_LOCALE
10923      Branch: perl
10924            ! perl.h
10925 ____________________________________________________________________________
10926 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
10927         Log: EPOC tweaks from Olaf Flebbe.
10928      Branch: perl
10929            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
10930 ____________________________________________________________________________
10931 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
10932         Log: Subject: [PATCH] Set @INC earlier
10933              From: Andy Dougherty <doughera@lafayette.edu>
10934              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
10935              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
10936      Branch: perl
10937            ! lib/AnyDBM_File.t lib/sort.t
10938 ____________________________________________________________________________
10939 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
10940         Log: perlcompile.pod was listing all B:: modules, except B::Concise
10941              (resubmitted)
10942      Branch: perl
10943            ! pod/perlcompile.pod
10944 ____________________________________________________________________________
10945 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
10946         Log: perlcompile.pod was listing all B:: modules, except B::Concise
10947      Branch: perl
10948            ! pod/perlcompile.pod
10949 ____________________________________________________________________________
10950 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
10951         Log: non-perlio robustness.
10952      Branch: perl
10953            ! ext/Socket/socketpair.t lib/utf8.t
10954 ____________________________________________________________________________
10955 [ 15713] By: nick                                  on 2002/04/03  18:06:49
10956         Log: Integrate mainline
10957      Branch: perlio
10958           +> lib/Tie/File/t/41_heap.t
10959           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
10960           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
10961           !> regexec.c t/op/re_tests t/op/tiearray.t
10962 ____________________________________________________________________________
10963 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
10964         Log: Tweak for 8.3 compat.
10965      Branch: perl
10966            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
10967            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
10968            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
10969            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
10970            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
10971            ! ext/Encode/bin/enc2xs
10972 ____________________________________________________________________________
10973 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
10974         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
10975              From: Mark-Jason Dominus <mjd@plover.com>
10976              Date: Wed, 03 Apr 2002 13:04:40 -0500
10977              Message-ID: <20020403180440.7614.qmail@plover.com>
10978      Branch: perl
10979            ! t/op/tiearray.t
10980 ____________________________________________________________________________
10981 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
10982         Log: Forgotten.
10983      Branch: perl
10984            + lib/Tie/File/t/41_heap.t
10985            ! MANIFEST
10986 ____________________________________________________________________________
10987 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
10988         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
10989              From: Mark Kvale <kvale@phy.ucsf.edu>
10990              Date: Tue, 2 Apr 2002 13:57:37 -0800
10991              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
10992      Branch: perl
10993            ! t/op/re_tests
10994 ____________________________________________________________________________
10995 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
10996         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
10997              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
10998              Date: Wed, 03 Apr 2002 03:34:34 +0100
10999              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
11000      Branch: perl
11001            ! regcomp.c
11002 ____________________________________________________________________________
11003 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
11004         Log: The leavetry crash should now be history.
11005      Branch: perl
11006            ! t/op/tiearray.t
11007 ____________________________________________________________________________
11008 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
11009         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
11010              From: Michael G Schwern <schwern@pobox.com>
11011              Date: Wed, 3 Apr 2002 10:56:44 -0500
11012              Message-ID: <20020403155644.GC916@blackrider>
11013      Branch: perl
11014            ! lib/ExtUtils/MM_Win95.pm
11015 ____________________________________________________________________________
11016 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
11017         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
11018              From: Dave Mitchell <davem@fdgroup.com>
11019              Date: Wed, 3 Apr 2002 02:08:26 +0100
11020              Message-ID: <20020403020825.B16724@fdgroup.com>
11021      Branch: perl
11022            ! pp_ctl.c
11023 ____________________________________________________________________________
11024 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
11025         Log: Prototype tweak for non-threaded builds.
11026      Branch: perl
11027            ! perl.c
11028 ____________________________________________________________________________
11029 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
11030         Log: Detached threads do not help; they still hold resources.
11031      Branch: perl
11032            ! ext/threads/threads.pm pod/perldiag.pod
11033 ____________________________________________________________________________
11034 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
11035         Log: Doc tweak from Wolfgang Laun.
11036      Branch: perl
11037            ! lib/File/Compare.pm
11038 ____________________________________________________________________________
11039 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
11040         Log: Subject: [PATCH bleadperl] regexec.c
11041              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11042              Date: Wed, 3 Apr 2002 11:13:30 +0200
11043              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
11044      Branch: perl
11045            ! regexec.c
11046 ____________________________________________________________________________
11047 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
11048         Log: Document the "Cleanup skipped ..." warning.
11049      Branch: perl
11050            ! ext/threads/threads.pm pod/perldiag.pod
11051 ____________________________________________________________________________
11052 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
11053         Log: Integrate perlio;
11054              
11055              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
11056              
11057              Fix segfaults when mainthread exits with other threads running:
11058              - track number of running threads
11059              - if main thread calls perl_destruct() with other threads running
11060              skip most of cleanup (with a warning).
11061      Branch: perl
11062           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
11063           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
11064           !> pod/perlapi.pod proto.h
11065 ____________________________________________________________________________
11066 [ 15698] By: nick                                  on 2002/04/03  13:15:30
11067         Log: Fix segfaults when mainthread exits with other threads running:
11068              - track number of running threads
11069              - if main thread calls perl_destruct() with other threads running
11070              skip most of cleanup (with a warning).
11071      Branch: perlio
11072            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
11073            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
11074 ____________________________________________________________________________
11075 [ 15697] By: nick                                  on 2002/04/03  07:34:13
11076         Log: Integrate mainline
11077      Branch: perlio
11078           +> lib/Net/Ping/t/250_ping_hires.t
11079           !> (integrate 33 files)
11080 ____________________________________________________________________________
11081 [ 15696] By: nick                                  on 2002/04/03  06:41:58
11082         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
11083      Branch: perlio
11084            ! lib/ExtUtils/xsubpp
11085 ____________________________________________________________________________
11086 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
11087         Log: Subject: [PATCH @15047] debugger
11088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11089              Date: Sat, 16 Mar 2002 04:38:50 -0500
11090              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
11091      Branch: perl
11092            ! lib/perl5db.pl
11093 ____________________________________________________________________________
11094 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
11095         Log: Third Degree flags.
11096      Branch: perl
11097            ! Makefile.SH
11098 ____________________________________________________________________________
11099 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
11100         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
11101              From: Mark-Jason Dominus <mjd@plover.com>
11102              Date: Tue, 02 Apr 2002 16:35:11 -0500
11103              Message-ID: <20020402213511.27781.qmail@plover.com>
11104              
11105              (tweaked)
11106      Branch: perl
11107            ! pod/perlfunc.pod
11108 ____________________________________________________________________________
11109 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
11110         Log: Upgrade to Tie::File 0.92, from mjd.
11111      Branch: perl
11112            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11113            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
11114            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
11115            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
11116            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
11117            ! lib/Tie/File/t/40_abs_cache.t
11118 ____________________________________________________________________________
11119 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
11120         Log: Subject: [PATCH] Update my email address in perl.c
11121              From: Paul_GreenVOS@vos.stratus.com
11122              Date: Tue, 2 Apr 02 15:27 est
11123              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
11124      Branch: perl
11125            ! AUTHORS perl.c
11126 ____________________________________________________________________________
11127 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
11128         Log: POD fix.
11129      Branch: perl
11130            ! pod/perldelta.pod
11131 ____________________________________________________________________________
11132 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
11133         Log: What started as a small nit (the charnames test, nit found
11134              be Hugo), ballooned a bit... the goal is Larry's wish that
11135              illegal Unicode (such as U+FFFF) by default doesn't warn,
11136              since what if somebody WANTS to create illegal Unicode?
11137              Now getting close to this in the regex runtime.
11138              (Also, fix more of my fixation that BOM would be U+FFFE.)
11139      Branch: perl
11140            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
11141            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
11142 ____________________________________________________________________________
11143 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
11144         Log: Talk more about Net::Ping.
11145      Branch: perl
11146            ! pod/perldelta.pod
11147 ____________________________________________________________________________
11148 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
11149         Log: Upgrade to Net::Ping 2.14.
11150      Branch: perl
11151            + lib/Net/Ping/t/250_ping_hires.t
11152            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
11153            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
11154            ! lib/Net/Ping/t/140_stream_inst.t
11155 ____________________________________________________________________________
11156 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
11157         Log: XML::Parser 2.31 should be out shortly.
11158      Branch: perl
11159            ! pod/perldelta.pod
11160 ____________________________________________________________________________
11161 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
11162         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
11163              From: George Necula <necula@eecs.berkeley.edu>
11164              Date: Tue, 2 Apr 2002 10:22:41 -0800
11165              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
11166      Branch: perl
11167            ! lib/File/Spec/Cygwin.pm
11168 ____________________________________________________________________________
11169 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
11170         Log: EBCDIC test tweak.
11171      Branch: perl
11172            ! pod/perldelta.pod t/uni/case.pl
11173 ____________________________________________________________________________
11174 [ 15683] By: nick                                  on 2002/04/02  15:36:17
11175         Log: Integrate mainline
11176      Branch: perlio
11177           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
11178           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
11179           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
11180 ____________________________________________________________________________
11181 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
11182         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
11183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11184              Date: Tue, 2 Apr 2002 00:37:08 -0500
11185              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
11186      Branch: perl
11187            ! os2/os2ish.h perlio.c
11188 ____________________________________________________________________________
11189 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
11190         Log: Subject: [PATCH @15047] debugger again
11191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11192              Date: Tue, 2 Apr 2002 00:30:31 -0500
11193              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
11194      Branch: perl
11195            ! lib/perl5db.pl
11196 ____________________________________________________________________________
11197 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
11198         Log: Subject: [PATCH @15047] test() in CPAN.pm
11199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11200              Date: Tue, 2 Apr 2002 00:46:45 -0500
11201              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
11202      Branch: perl
11203            ! lib/CPAN.pm
11204 ____________________________________________________________________________
11205 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
11206         Log: Sync with libnet-1.11
11207      Branch: perl
11208            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
11209            ! lib/Net/SMTP.pm
11210 ____________________________________________________________________________
11211 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
11212         Log: NetWare tweaks from C Aditya.
11213      Branch: perl
11214            ! NetWare/t/NWScripts.pl scope.c
11215 ____________________________________________________________________________
11216 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
11217         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
11218              From: Dan Kogai <dankogai@dan.co.jp>
11219              Date: Tue, 2 Apr 2002 22:21:47 +0900
11220              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
11221      Branch: perl
11222            ! ext/Encode/Encode.xs
11223 ____________________________________________________________________________
11224 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
11225         Log: Integrate perlio;
11226              
11227              Calculate buffer size needs in float to avoid 32-bit overflow.
11228              
11229              Add buffer size growth test.
11230      Branch: perl
11231           +> ext/Encode/t/grow.t
11232           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
11233 ____________________________________________________________________________
11234 [ 15675] By: nick                                  on 2002/04/02  07:49:41
11235         Log: Add buffer size growth test.
11236      Branch: perlio
11237            + ext/Encode/t/grow.t
11238            ! MANIFEST ext/Encode/MANIFEST
11239 ____________________________________________________________________________
11240 [ 15674] By: nick                                  on 2002/04/02  07:40:49
11241         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
11242      Branch: perlio
11243            ! ext/Encode/Encode.xs
11244 ____________________________________________________________________________
11245 [ 15673] By: nick                                  on 2002/04/02  07:40:06
11246         Log: Integrate mainline
11247      Branch: perlio
11248           +> (branch 102 files)
11249            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
11250            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
11251            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
11252            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
11253            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
11254            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
11255            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
11256            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
11257            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
11258            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
11259            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11260            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
11261            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
11262            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
11263            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
11264            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
11265            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
11266            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
11267            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
11268            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
11269            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
11270            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
11271            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
11272            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
11273            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
11274            - ext/Encode/Encode/macCentEuro.ucm
11275            - ext/Encode/Encode/macCroatian.ucm
11276            - ext/Encode/Encode/macCyrillic.ucm
11277            - ext/Encode/Encode/macDingbats.ucm
11278            - ext/Encode/Encode/macGreek.ucm
11279            - ext/Encode/Encode/macIceland.ucm
11280            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
11281            - ext/Encode/Encode/macRumanian.ucm
11282            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
11283            - ext/Encode/Encode/macTurkish.ucm
11284            - ext/Encode/Encode/macUkraine.ucm
11285            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
11286            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
11287            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
11288            - ext/Encode/compile ext/Encode/encode.h
11289            - ext/Encode/lib/Encode/CN/2022_CN.pm
11290            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
11291            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11292            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
11293            - lib/unicore/PropertyValueAliases.txt
11294           !> (integrate 143 files)
11295 ____________________________________________________________________________
11296 [ 15672] By: ams                                   on 2002/04/02  04:42:44
11297         Log: Win32 fix for Tie::File from MJD.
11298      Branch: perl
11299            ! lib/Tie/File.pm
11300 ____________________________________________________________________________
11301 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
11302         Log: Add a few tests to the timing-sensitive list.
11303      Branch: perl
11304            ! INSTALL
11305 ____________________________________________________________________________
11306 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
11307         Log: Subject: [PATCH sort.t] extensive regression testing
11308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11309              Date: Mon, 1 Apr 2002 23:50:24 +0200
11310              Message-ID: <20020401235024.E677@rafael>
11311      Branch: perl
11312            ! lib/sort.t
11313 ____________________________________________________________________________
11314 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
11315         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)
11316              From: Nicholas Clark <nick@unfortu.net>
11317              Date: Mon, 1 Apr 2002 21:54:05 +0100
11318              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
11319      Branch: perl
11320            ! lib/Memoize/t/errors.t
11321 ____________________________________________________________________________
11322 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
11323         Log: Subject: getting rid of a few superfluous $&/$`
11324              From: Jeffrey Friedl <jfriedl@yahoo.com>
11325              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
11326              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
11327              
11328              (with more-backward-compat than just using @- and @+, also by Jeffrey)
11329              
11330              (The version number of Text::Balanced intentionally not
11331              increased since Damian will make a new release after 5.8)
11332      Branch: perl
11333            ! lib/Pod/Html.pm lib/Text/Balanced.pm
11334 ____________________________________________________________________________
11335 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
11336         Log: Subject: [PATCH 5.7.3 TESTS]
11337              From: mjd@plover.com
11338              Date: 1 Apr 2002 20:32:18 -0000
11339              Message-ID: <20020401203218.25230.qmail@plover.com>
11340      Branch: perl
11341            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
11342            ! t/op/tiearray.t t/test.pl
11343 ____________________________________________________________________________
11344 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
11345         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
11346              From: Paul_GreenVOS@vos.stratus.com
11347              Date: Mon, 1 Apr 02 15:15 est
11348              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
11349      Branch: perl
11350            ! iperlsys.h
11351 ____________________________________________________________________________
11352 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
11353         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
11354              From: Paul_GreenVOS@vos.stratus.com
11355              Date: Mon, 1 Apr 02 14:11 est
11356              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
11357      Branch: perl
11358            ! lib/ExtUtils/MM_Unix.pm
11359 ____________________________________________________________________________
11360 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
11361         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
11362              From: Nicholas Clark <nick@unfortu.net>
11363              Date: Mon, 1 Apr 2002 19:30:05 +0100
11364              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
11365      Branch: perl
11366            ! t/op/pat.t t/op/utfhash.t
11367 ____________________________________________________________________________
11368 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
11369         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
11370              From: Mark-Jason Dominus <mjd@plover.com>
11371              Date: Mon, 01 Apr 2002 13:22:01 -0500
11372              Message-ID: <20020401182201.21189.qmail@plover.com>
11373      Branch: perl
11374            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
11375 ____________________________________________________________________________
11376 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
11377         Log: Update Changes.
11378      Branch: perl
11379            ! Changes patchlevel.h
11380 ____________________________________________________________________________
11381 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
11382         Log: Subject: [PATCH 5.7.3 DOC]
11383              From: mjd@plover.com
11384              Date: 1 Apr 2002 17:23:40 -0000
11385              Message-ID: <20020401172340.16410.qmail@plover.com>
11386      Branch: perl
11387            ! pod/perldelta.pod
11388 ____________________________________________________________________________
11389 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
11390         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
11391      Branch: perl
11392            ! hints/unicos.sh
11393 ____________________________________________________________________________
11394 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
11395         Log: Advertise piconv and enc2xs.
11396      Branch: perl
11397            ! pod/perldelta.pod
11398 ____________________________________________________________________________
11399 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
11400         Log: Add enc2xs.
11401      Branch: perl
11402            + utils/enc2xs.PL
11403            ! MANIFEST utils/Makefile
11404 ____________________________________________________________________________
11405 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
11406         Log: Integrate perlio;
11407              
11408              Be more explicit testing for \015 not \r
11409      Branch: perl
11410           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
11411           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
11412 ____________________________________________________________________________
11413 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
11414         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
11415              From: Philip Newton <Philip.Newton@gmx.net>
11416              Date: Mon, 01 Apr 2002 17:06:18 +0200
11417              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
11418      Branch: perl
11419            ! lib/charnames.pm lib/charnames.t
11420 ____________________________________________________________________________
11421 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
11422         Log: Subject: detypo patch
11423              From: andreas.koenig@anima.de (Andreas J. Koenig)
11424              Date: Mon, 01 Apr 2002 10:09:21 +0200
11425              Message-ID: <m3r8lzsuvi.fsf@anima.de>
11426      Branch: perl
11427            ! INSTALL
11428 ____________________________________________________________________________
11429 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
11430         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
11431              From: Philip Newton <Philip.Newton@gmx.net>
11432              Date: Mon, 01 Apr 2002 08:12:01 +0200
11433              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
11434      Branch: perl
11435            ! lib/charnames.pm lib/charnames.t
11436 ____________________________________________________________________________
11437 [ 15653] By: nick                                  on 2002/04/01  09:20:24
11438         Log: Be more explicit testing for \015 not \r
11439      Branch: perlio
11440            ! t/io/crlf.t
11441 ____________________________________________________________________________
11442 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
11443         Log: If under UTF-8 locale the utf8.pm really needs to be found.
11444      Branch: perl
11445            ! t/comp/cpp.t t/run/switchPx.t
11446 ____________________________________________________________________________
11447 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
11448         Log: Upgrade to Tie::File 0.91, from mjd.
11449      Branch: perl
11450            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
11451            + lib/Tie/File/t/26_twrite.t
11452            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11453            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
11454            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11455            ! lib/Tie/File/t/16_handle.t
11456 ____________________________________________________________________________
11457 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
11458         Log: DJGPP tweaks from Laszlo.
11459      Branch: perl
11460            ! lib/ExtUtils/MM_DOS.pm util.c
11461 ____________________________________________________________________________
11462 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
11463         Log: Discussion about minimal installations.
11464      Branch: perl
11465            ! INSTALL
11466 ____________________________________________________________________________
11467 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
11468         Log: Comment tweak from Hugo.
11469      Branch: perl
11470            ! regexec.c
11471 ____________________________________________________________________________
11472 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
11473         Log: Another UTF-8 locale tweak from Hugo.
11474      Branch: perl
11475            ! regexec.c
11476 ____________________________________________________________________________
11477 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
11478         Log: Document the known MacOS X locale problem.
11479      Branch: perl
11480            ! pod/perldelta.pod
11481 ____________________________________________________________________________
11482 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
11483         Log: Regex fix from Hugo: in UTF-8 locales the character
11484              counting code didn't work right for minimal matches.
11485      Branch: perl
11486            ! regexec.c
11487 ____________________________________________________________________________
11488 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
11489         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
11490              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11491              Date: Sun, 31 Mar 2002 20:32:43 -0500
11492              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
11493      Branch: perl
11494            ! lib/ExtUtils/xsubpp
11495 ____________________________________________________________________________
11496 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
11497         Log: Document known FreeBSD locale glitch. 
11498      Branch: perl
11499            ! pod/perldelta.pod
11500 ____________________________________________________________________________
11501 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
11502         Log: There is --list in glibc iconv.
11503      Branch: perl
11504            ! ext/Encode/bin/piconv
11505 ____________________________________________________________________________
11506 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
11507         Log: Slight usage tweaks to piconv: show usage with
11508              no -t -f or -l arguments, or with -h.
11509      Branch: perl
11510            ! ext/Encode/bin/piconv
11511 ____________________________________________________________________________
11512 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
11513         Log: Get the piconv installed.
11514      Branch: perl
11515            + utils/piconv.PL
11516            ! MANIFEST utils/Makefile
11517 ____________________________________________________________________________
11518 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
11519         Log: Spelling tweaks.
11520      Branch: perl
11521            ! ext/Encode/bin/piconv
11522 ____________________________________________________________________________
11523 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
11524         Log: Upgrade to Encode 1.11, from Dan Kogai.
11525      Branch: perl
11526            + ext/Encode/Encode/Changes.e2x
11527            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
11528            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
11529            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
11530            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
11531            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
11532            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
11533            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
11534            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
11535            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
11536            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
11537            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
11538            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
11539            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
11540            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
11541            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
11542            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
11543            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
11544            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
11545            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
11546            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
11547            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
11548            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
11549            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
11550            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
11551            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
11552            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
11553            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
11554            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
11555            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
11556            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
11557            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
11558            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
11559            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
11560            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
11561            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
11562            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
11563            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
11564            + ext/Encode/ucm/viscii.ucm
11565            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
11566            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
11567            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
11568            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
11569            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
11570            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
11571            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
11572            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
11573            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
11574            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
11575            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
11576            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
11577            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
11578            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
11579            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
11580            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
11581            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
11582            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
11583            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
11584            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
11585            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
11586            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
11587            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
11588            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
11589            - ext/Encode/Encode/ksc5601.ucm
11590            - ext/Encode/Encode/macCentEuro.ucm
11591            - ext/Encode/Encode/macCroatian.ucm
11592            - ext/Encode/Encode/macCyrillic.ucm
11593            - ext/Encode/Encode/macDingbats.ucm
11594            - ext/Encode/Encode/macGreek.ucm
11595            - ext/Encode/Encode/macIceland.ucm
11596            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
11597            - ext/Encode/Encode/macRumanian.ucm
11598            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
11599            - ext/Encode/Encode/macTurkish.ucm
11600            - ext/Encode/Encode/macUkraine.ucm
11601            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
11602            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
11603            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
11604            - lib/encoding.pm lib/encoding.t
11605            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
11606            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
11607            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
11608            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
11609            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
11610            ! ext/Encode/Makefile.PL ext/Encode/README
11611            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
11612            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11613            ! ext/Encode/lib/Encode/Alias.pm
11614            ! ext/Encode/lib/Encode/Supported.pod
11615 ____________________________________________________________________________
11616 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
11617         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
11618              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
11619              respective test    and doc tweaks.
11620      Branch: perl
11621            ! lib/charnames.pm lib/charnames.t
11622 ____________________________________________________________________________
11623 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
11624         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
11625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11626              Date: Sun, 31 Mar 2002 22:47:31 +0200
11627              Message-ID: <20020331224731.E854@rafael>
11628      Branch: perl
11629            ! pod/perlfunc.pod
11630 ____________________________________________________________________________
11631 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
11632         Log: Subject: [PATCH] __attribute__ problems with g++
11633              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11634              Date: Sun, 31 Mar 2002 22:43:03 +0200
11635              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
11636      Branch: perl
11637            ! perl.h
11638 ____________________________________________________________________________
11639 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
11640         Log: Put back the #! line, false alarm.
11641      Branch: perl
11642            ! lib/ExtUtils/t/Constant.t
11643 ____________________________________________________________________________
11644 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
11645         Log: Subject: Re: [Patch] pod/perlvar.pod
11646              From: Philip Newton <Philip.Newton@gmx.net>
11647              Date: Sun, 31 Mar 2002 07:40:43 +0200
11648              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
11649      Branch: perl
11650            ! pod/perlvar.pod
11651 ____________________________________________________________________________
11652 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
11653         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
11654              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11655              Date: Sat, 30 Mar 2002 21:37:37 -0500
11656              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
11657      Branch: perl
11658            ! ext/Socket/socketpair.t
11659 ____________________________________________________________________________
11660 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
11661         Log: Subject: Re: compile tweak for Win32
11662              From: Michael G Schwern <schwern@pobox.com>
11663              Date: Fri, 29 Mar 2002 17:48:22 -0500      
11664              Message-ID: <20020329224822.GG16816@blackrider>
11665      Branch: perl
11666            ! win32/buildext.pl
11667 ____________________________________________________________________________
11668 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
11669         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
11670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11671              Date: Sat, 30 Mar 2002 22:19:46 +0100
11672              Message-ID: <20020330221946.A28497@rafael>
11673      Branch: perl
11674            ! t/lib/1_compile.t
11675 ____________________________________________________________________________
11676 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
11677         Log: Subject: [PATCH regmesg.t] increase output verbosity
11678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11679              Date: Sat, 30 Mar 2002 22:34:08 +0100
11680              Message-ID: <20020330223408.C28497@rafael>
11681      Branch: perl
11682            ! t/op/regmesg.t
11683 ____________________________________________________________________________
11684 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
11685         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
11686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11687              Date: Sat, 30 Mar 2002 21:36:23 +0100
11688              Message-ID: <20020330213623.A677@rafael>
11689      Branch: perl
11690            ! regcomp.c
11691 ____________________________________________________________________________
11692 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
11693         Log: If using a network filesystem several different hosts
11694              may be trying to lock the same file.  In this case offering
11695              to kill the other process is not that helpful.  (Unless one
11696              has *real* clustering, but that's not usually the case.)
11697      Branch: perl
11698            ! lib/CPAN.pm
11699 ____________________________________________________________________________
11700 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
11701         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
11702              From: andreas.koenig@anima.de (Andreas J. Koenig)
11703              Date: Sat, 30 Mar 2002 06:12:36 +0100
11704              Message-ID: <m3hemyvdtn.fsf@anima.de>
11705      Branch: perl
11706            ! lib/Dumpvalue.pm
11707 ____________________________________________________________________________
11708 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
11709         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
11710              From: Jeremy Zawodny <Jeremy@Zawodny.com>
11711              Date: Fri, 29 Mar 2002 17:55:20 -0800
11712              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
11713      Branch: perl
11714            ! utils/dprofpp.PL
11715 ____________________________________________________________________________
11716 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
11717         Log: Subject: [Patch] pod/perlvar.pod
11718              From: Dan Kogai <dankogai@dan.co.jp>
11719              Date: Sun, 31 Mar 2002 02:03:36 +0900
11720              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
11721      Branch: perl
11722            ! pod/perlvar.pod
11723 ____________________________________________________________________________
11724 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
11725         Log: Subject: [PATCH] MM & Encode fixes
11726              From: Michael G Schwern <schwern@pobox.com>
11727              Date: Sat, 30 Mar 2002 06:41:56 -0500
11728              Message-ID: <20020330114156.GA16533@blackrider>
11729      Branch: perl
11730            + lib/ExtUtils/t/basic.t
11731            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
11732            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
11733            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11734            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11735            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11736            ! lib/ExtUtils/t/hints.t
11737 ____________________________________________________________________________
11738 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
11739         Log: EBCDICification.
11740      Branch: perl
11741            ! lib/charnames.t
11742 ____________________________________________________________________________
11743 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
11744         Log: Upgrade to Tie::File 0.90, from mjd.
11745      Branch: perl
11746            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
11747            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11748            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
11749            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
11750            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
11751            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
11752            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11753            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
11754            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
11755 ____________________________________________________________________________
11756 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
11757         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
11758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11759              Date: Sat, 30 Mar 2002 00:20:39 +0100
11760              Message-ID: <20020330002039.A716@rafael>
11761      Branch: perl
11762            ! lib/sort.pm
11763 ____________________________________________________________________________
11764 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
11765         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
11766              From: Michael G Schwern <schwern@pobox.com>
11767              Date: Fri, 29 Mar 2002 18:14:20 -0500
11768              Message-ID: <20020329231419.GI16816@blackrider>
11769      Branch: perl
11770            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
11771            ! wince/Makefile.ce
11772 ____________________________________________________________________________
11773 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
11774         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
11775              From: Paul_GreenVOS@vos.stratus.com
11776              Date: Fri, 29 Mar 02 18:01 est
11777              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
11778      Branch: perl
11779            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
11780 ____________________________________________________________________________
11781 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
11782         Log: AUTHORS updates.
11783      Branch: perl
11784            ! AUTHORS
11785 ____________________________________________________________________________
11786 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
11787         Log: Upgrade to Encode 1.01, from Dan Kogai.
11788      Branch: perl
11789            ! ext/Encode/Changes ext/Encode/Encode.pm
11790            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
11791            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
11792            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
11793            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
11794            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
11795            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
11796            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
11797            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
11798            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
11799            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
11800            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
11801            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
11802            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
11803            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
11804            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
11805            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
11806            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
11807            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
11808            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
11809            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
11810            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
11811            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
11812            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
11813            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
11814            ! ext/Encode/Encode/ksc5601.ucm
11815            ! ext/Encode/Encode/macCentEuro.ucm
11816            ! ext/Encode/Encode/macCroatian.ucm
11817            ! ext/Encode/Encode/macCyrillic.ucm
11818            ! ext/Encode/Encode/macDingbats.ucm
11819            ! ext/Encode/Encode/macGreek.ucm
11820            ! ext/Encode/Encode/macIceland.ucm
11821            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
11822            ! ext/Encode/Encode/macRumanian.ucm
11823            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
11824            ! ext/Encode/Encode/macTurkish.ucm
11825            ! ext/Encode/Encode/macUkraine.ucm
11826            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
11827            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
11828            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
11829            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11830            ! ext/Encode/lib/Encode/CJKConstants.pm
11831            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
11832            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
11833            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
11834 ____________________________________________________________________________
11835 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
11836         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
11837              From: "Craig A. Berry" <craigberry@mac.com>
11838              Date: Fri, 29 Mar 2002 13:46:28 -0600
11839              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
11840      Branch: perl
11841            ! configure.com
11842 ____________________________________________________________________________
11843 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
11844         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
11845              which one has to get from the CPAN distribution.
11846      Branch: perl
11847            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
11848            + lib/Memoize/t/expmod_t.t
11849            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11850            - lib/Memoize/t/expire_module_t.t
11851            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
11852            ! lib/Memoize/README
11853 ____________________________________________________________________________
11854 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
11855         Log: metaconfig unit tweak.
11856      Branch: metaconfig/U/perl
11857            ! versiononly.U
11858 ____________________________________________________________________________
11859 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
11860         Log: Configure-related tweaks.
11861      Branch: perl
11862            ! Porting/Glossary Porting/config.sh Porting/config_H
11863            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11864            ! vos/config.ga.h
11865 ____________________________________________________________________________
11866 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
11867         Log: Ooops.
11868      Branch: perl
11869            ! t/op/ver.t
11870 ____________________________________________________________________________
11871 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
11872         Log: Subject: [PATCH @15606] d_time for vms
11873              From: "Craig A. Berry" <craigberry@mac.com>
11874              Date: Fri, 29 Mar 2002 11:58:29 -0600
11875              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
11876      Branch: perl
11877            ! configure.com
11878 ____________________________________________________________________________
11879 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
11880         Log: Subject: Re: Regex-Unicode bugs
11881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11882              Date: Thu, 28 Mar 2002 10:12:35 +0100
11883              Message-ID: <20020328101235.F678@rafael>
11884      Branch: perl
11885            ! t/op/regmesg.t
11886 ____________________________________________________________________________
11887 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
11888         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
11889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11890              Date: Fri, 29 Mar 2002 16:53:27 +0000
11891              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
11892      Branch: perl
11893            ! pod/perlre.pod pod/perlretut.pod
11894 ____________________________________________________________________________
11895 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
11896         Log: Subject: Re: debugger debuggers wanted
11897              From: spidb@cpan.org
11898              Date: Fri, 29 Mar 2002 06:34:11 -0500
11899              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
11900      Branch: perl
11901            ! lib/perl5db.pl
11902 ____________________________________________________________________________
11903 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
11904         Log: Update Changes.
11905      Branch: perl
11906            ! Changes patchlevel.h
11907 ____________________________________________________________________________
11908 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
11909         Log: Rename for 8.3-friendliness.
11910      Branch: perl
11911            + lib/unicore/PropValueAliases.txt
11912            - lib/unicore/PropertyValueAliases.txt
11913            ! MANIFEST lib/unicore/README.perl
11914 ____________________________________________________________________________
11915 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
11916         Log: Retract ExtUtils/t/basic.t until it works.
11917      Branch: perl
11918            - lib/ExtUtils/t/basic.t
11919            ! MANIFEST
11920 ____________________________________________________________________________
11921 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
11922         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
11923              From: Slaven Rezic <slaven.rezic@berlin.de>
11924              Date: 28 Mar 2002 22:27:14 +0100
11925              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
11926      Branch: perl
11927            ! hints/freebsd.sh
11928 ____________________________________________________________________________
11929 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
11930         Log: Interesting... where did this come from?
11931              (The Configure change in #15600)
11932      Branch: perl
11933            ! config_h.SH
11934 ____________________________________________________________________________
11935 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
11936         Log: metaconfig unit change for #15600.
11937      Branch: metaconfig/U/perl
11938            ! versiononly.U
11939 ____________________________________________________________________________
11940 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
11941         Log: Subject: versiononly should not put `old' versions in inc
11942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11943              Date: Fri, 29 Mar 2002 12:53:49 +0100
11944              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
11945      Branch: perl
11946            ! Configure
11947 ____________________________________________________________________________
11948 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
11949         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
11950              From: Michael G Schwern <schwern@pobox.com>
11951              Date: Fri, 29 Mar 2002 04:12:47 -0500
11952              Message-ID: <20020329091247.GA7432@blackrider>
11953              
11954              (with two nits: (1) change lib/Extutils/Command/MM.pm
11955              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
11956              @INC to compile.t)
11957      Branch: perl
11958            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
11959            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
11960            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
11961            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
11962            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
11963            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
11964            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
11965            + lib/ExtUtils/t/Problem-Module/Makefile.PL
11966            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
11967            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
11968            + t/lib/MakeMaker/Test/Utils.pm
11969            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
11970            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11971            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
11972            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
11973            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
11974            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11975            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11976            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
11977            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
11978            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
11979            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
11980            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
11981            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11982            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
11983            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
11984            ! t/lib/TieOut.pm
11985 ____________________________________________________________________________
11986 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
11987         Log: Leftovers from Encode 0.99.
11988      Branch: perl
11989            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
11990            - ext/Encode/compile ext/Encode/encode.h
11991            - ext/Encode/lib/Encode/CN/2022_CN.pm
11992            - ext/Encode/lib/Encode/Details.pod
11993 ____________________________________________________________________________
11994 [ 15597] By: nick                                  on 2002/03/29  14:03:35
11995         Log: Integrate mainline
11996      Branch: perlio
11997           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
11998           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
11999           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12000           !> (integrate 130 files)
12001 ____________________________________________________________________________
12002 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
12003         Log: Subject: Another Unicode-3.2-induced doc fix
12004              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12005              Date: Fri, 29 Mar 2002 21:45:47 +0900
12006              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
12007      Branch: perl
12008            ! ext/Unicode/Normalize/Normalize.pm
12009 ____________________________________________________________________________
12010 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
12011         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
12012              From: Slaven Rezic <slaven.rezic@berlin.de>
12013              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
12014              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
12015      Branch: perl
12016            ! reentr.c reentr.pl
12017 ____________________________________________________________________________
12018 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
12019         Log: Subject: [PATCH] Quieting OS X
12020              From: Michael G Schwern <schwern@pobox.com>
12021              Date: Fri, 29 Mar 2002 05:46:23 -0500
12022              Message-ID: <20020329104622.GA9163@blackrider>
12023      Branch: perl
12024            ! ext/POSIX/t/posix.t t/op/stat.t
12025 ____________________________________________________________________________
12026 [ 15593] By: ams                                   on 2002/03/29  07:32:22
12027         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
12028              From: Paul_GreenVOS@vos.stratus.com
12029              Date: Fri, 29 Mar 02 0:05 est
12030              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
12031      Branch: perl
12032            ! ext/Time/HiRes/HiRes.xs
12033 ____________________________________________________________________________
12034 [ 15592] By: ams                                   on 2002/03/29  07:28:29
12035         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
12036              From: Spider Boardman <spidb@cpan.org>
12037              Date: Fri, 29 Mar 2002 00:52:24 -0500
12038              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
12039      Branch: perl
12040            ! op.c t/op/attrs.t
12041 ____________________________________________________________________________
12042 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
12043         Log: It's perlce.
12044      Branch: perl
12045            ! pod/perldelta.pod
12046 ____________________________________________________________________________
12047 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
12048         Log: MPE/iX tweaks from Mark Bixby.
12049      Branch: perl
12050            ! ext/Storable/t/lock.t mpeix/relink
12051 ____________________________________________________________________________
12052 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
12053         Log: Upgrade to Encode 1.00, from Dan Kogai.
12054              
12055              (one nit: bin/enc2xs needed also ../..)
12056      Branch: perl
12057            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
12058            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
12059            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12060            ! (edit 104 files)
12061 ____________________________________________________________________________
12062 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
12063         Log: Subject: [PATCH] NEXT LINE --> NEL
12064              From: Philip Newton <Philip.Newton@gmx.net>
12065              Date: Thu, 28 Mar 2002 21:03:10 +0000
12066              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
12067      Branch: perl
12068            ! lib/charnames.pm lib/charnames.t
12069 ____________________________________________________________________________
12070 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
12071         Log: binmode :bytes, again.
12072      Branch: perl
12073            ! lib/utf8.t
12074 ____________________________________________________________________________
12075 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
12076         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
12077              From: Mark-Jason Dominus <mjd@plover.com>
12078              Date: Thu, 28 Mar 2002 10:36:03 -0500
12079              Message-ID: <20020328153603.11992.qmail@plover.com>
12080      Branch: perl
12081            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
12082 ____________________________________________________________________________
12083 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
12084         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
12085      Branch: perl
12086            ! lib/charnames.pm lib/charnames.t pp_pack.c
12087 ____________________________________________________________________________
12088 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
12089         Log: If expecting UTF-8, probably not expecting UTF-16.
12090      Branch: perl
12091            ! t/comp/require.t
12092 ____________________________________________________________________________
12093 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
12094         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
12095              From: Paul_GreenVOS@vos.stratus.com
12096              Date: Thu, 28 Mar 02 8:22 est
12097              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
12098      Branch: perl
12099            ! lib/Time/Local.pm
12100 ____________________________________________________________________________
12101 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
12102         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
12103              From: Paul_GreenVOS@vos.stratus.com
12104              Date: Thu, 28 Mar 02 7:46 est
12105              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
12106      Branch: perl
12107            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
12108 ____________________________________________________________________________
12109 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
12110         Log: A little bit better error message for \pq, still
12111              not good because the script context is not shown.
12112      Branch: perl
12113            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
12114 ____________________________________________________________________________
12115 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
12116         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
12117              From: Jeffrey Friedl <jfriedl@yahoo.com>
12118              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
12119              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
12120      Branch: perl
12121            ! sv.c t/op/pat.t
12122 ____________________________________________________________________________
12123 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
12124         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
12125              From: Mark-Jason Dominus <mjd@plover.com>
12126              Date: Thu, 28 Mar 2002 05:04:40 -0500
12127              Message-ID: <20020328100440.22081.qmail@plover.com>
12128      Branch: perl
12129            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
12130 ____________________________________________________________________________
12131 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
12132         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
12133              From: mjd@plover.com
12134              Date: 28 Mar 2002 09:22:06 -0000
12135              Message-ID: <20020328092206.18833.qmail@plover.com>
12136      Branch: perl
12137            ! lib/encoding.t
12138 ____________________________________________________________________________
12139 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
12140         Log: Unicode 3.2.0-induced doc tweaks.
12141      Branch: perl
12142            ! pod/perlretut.pod pod/perlunicode.pod
12143 ____________________________________________________________________________
12144 [ 15576] By: nick                                  on 2002/03/28  07:40:04
12145         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
12146      Branch: perlio
12147           +> (branch 31 files)
12148           !> (integrate 162 files)
12149 ____________________________________________________________________________
12150 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
12151         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
12152              From: Paul_GreenVOS@vos.stratus.com
12153              Date: Thu, 28 Mar 02 0:16 est
12154              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
12155      Branch: perl
12156            ! ext/POSIX/t/posix.t
12157 ____________________________________________________________________________
12158 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
12159         Log: Subject: Re: Regex-Unicode bugs
12160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12161              Date: Wed, 27 Mar 2002 13:48:06 +0100
12162              Message-ID: <20020327134806.C18945@rafael>
12163              
12164              regmesg.t patch still would be nice.
12165      Branch: perl
12166            ! regcomp.c
12167 ____________________________________________________________________________
12168 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
12169         Log: Subject: Re: Regex-Unicode bugs
12170              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12171              Date: Wed, 27 Mar 2002 12:39:57 +0000
12172              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
12173      Branch: perl
12174            ! pod/perldiag.pod regcomp.c
12175 ____________________________________________________________________________
12176 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
12177         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
12178              From: Paul_GreenVOS@vos.stratus.com
12179              Date: Wed, 27 Mar 02 23:33 est
12180              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
12181      Branch: perl
12182            ! t/io/fs.t
12183 ____________________________________________________________________________
12184 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
12185         Log: The Official 3.2.0 came out.
12186      Branch: perl
12187            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
12188            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
12189            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
12190            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
12191            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
12192            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
12193            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
12194            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
12195            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
12196            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
12197            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
12198            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
12199            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
12200            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
12201            + lib/unicore/lib/UnifiedI.pl
12202            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
12203 ____________________________________________________________________________
12204 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
12205         Log: socketpair binmode :bytes.
12206      Branch: perl
12207            ! ext/Socket/socketpair.t
12208 ____________________________________________________________________________
12209 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
12210         Log: Don't install anything beneath 't' directories.
12211      Branch: perl
12212            ! installperl
12213 ____________________________________________________________________________
12214 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
12215         Log: More UTF-8 locale sensitivity.
12216      Branch: perl
12217            ! t/io/utf8.t
12218 ____________________________________________________________________________
12219 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
12220         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
12221              From: Stas Bekman <stas@stason.org>
12222              Date: Thu, 28 Mar 2002 10:13:45 +0800
12223              Message-ID: <3CA27C59.4020209@stason.org>
12224              
12225              Temp file cleanup.
12226      Branch: perl
12227            ! lib/Pod/t/pod2html-lib.pl
12228 ____________________________________________________________________________
12229 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
12230         Log: Be compatible also with non-UTF-8 locales.
12231      Branch: perl
12232            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
12233            ! lib/Locale/Language.pod
12234 ____________________________________________________________________________
12235 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
12236         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
12237              From: Spider Boardman <spidb@cpan.org>
12238              Date: Wed, 27 Mar 2002 20:52:28 -0500
12239              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
12240      Branch: perl
12241            ! cv.h op.c t/op/attrs.t toke.c
12242 ____________________________________________________________________________
12243 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
12244         Log: "Last element".
12245      Branch: perl
12246            ! pod/perlfunc.pod
12247 ____________________________________________________________________________
12248 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
12249         Log: Subject: Error in perlfunc for "die"
12250              From: William R Ward <bill@wards.net>
12251              Date: 27 Mar 2002 12:31:32 -0800
12252              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
12253      Branch: perl
12254            ! pod/perlfunc.pod
12255 ____________________________________________________________________________
12256 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
12257         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
12258              From: Mark Kvale <kvale@phy.ucsf.edu>
12259              Date: Wed, 27 Mar 2002 16:45:37 -0800
12260              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
12261      Branch: perl
12262            ! pod/perlre.pod pod/perlretut.pod
12263 ____________________________________________________________________________
12264 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
12265         Log: Try to handle UTF-8 locales.
12266      Branch: perl
12267            ! lib/locale.t
12268 ____________________________________________________________________________
12269 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
12270         Log: More binmode :bytes.
12271      Branch: perl
12272            ! t/io/utf8.t
12273 ____________________________________________________________________________
12274 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
12275         Log: binmode(FH, ":bytes") is the right way, methinks.
12276      Branch: perl
12277            ! ext/PerlIO/t/encoding.t
12278 ____________________________________________________________________________
12279 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
12280         Log: UTF-8 locale: need to open explicitly for bytes.
12281      Branch: perl
12282            ! ext/PerlIO/t/encoding.t
12283 ____________________________________________________________________________
12284 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
12285         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
12286      Branch: perl
12287            ! lib/Locale/Language.pm lib/Locale/Language.pod
12288 ____________________________________________________________________________
12289 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
12290         Log: Warn instead of croak.
12291      Branch: perl
12292            ! pod/perldiag.pod utf8.c
12293 ____________________________________________________________________________
12294 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
12295         Log: UTF-8 locale: there might already be one UTF-8 discipline.
12296      Branch: perl
12297            ! lib/open.t
12298 ____________________________________________________________________________
12299 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
12300         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
12301              From: "Craig A. Berry" <craigberry@mac.com>
12302              Date: Wed, 27 Mar 2002 15:22:13 -0600
12303              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
12304      Branch: perl
12305            ! t/lib/1_compile.t t/lib/compmod.pl
12306 ____________________________________________________________________________
12307 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
12308         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
12309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12310              Date: Wed, 27 Mar 2002 22:35:03 +0100
12311              Message-ID: <20020327223503.A678@rafael>
12312      Branch: perl
12313            ! pod/perlop.pod
12314 ____________________________________________________________________________
12315 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
12316         Log: Start using the Unicode 3.2.0 data (NOTE: still
12317              unofficial, but the data is unlikely to change much.
12318              Doublecheck when 3.2.0 gets released.)
12319      Branch: perl
12320            + lib/unicore/PropertyAliases.txt
12321            + lib/unicore/PropertyValueAliases.txt
12322            ! (edit 129 files)
12323 ____________________________________________________________________________
12324 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
12325         Log: Update Changes.
12326      Branch: perl
12327            ! Changes patchlevel.h
12328 ____________________________________________________________________________
12329 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
12330         Log: Further fixing for #15549.  Six tests are failing
12331              under Solaris with en_US.UTF-8 but those failures seem
12332              unrelated to the BOUND problem, will look at them later.
12333      Branch: perl
12334            ! regexec.c
12335 ____________________________________________________________________________
12336 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
12337         Log: Possible fix for "Orks, Dragons, and Elves":
12338              should now build under UTF-8 locales (is building
12339              under Solaris en_US.UTF-8 right now).
12340      Branch: perl
12341            ! Makefile.SH regexec.c
12342 ____________________________________________________________________________
12343 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
12344         Log: Forgotten from #15523.
12345      Branch: perl
12346            ! lib/Math/BigInt/Calc.pm
12347 ____________________________________________________________________________
12348 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
12349         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
12350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
12351              Date: Wed, 27 Mar 2002 13:32:00 +0100
12352              Message-ID: <20020327133200.A18945@rafael>
12353      Branch: perl
12354            ! regcomp.c t/lib/warnings/regcomp
12355 ____________________________________________________________________________
12356 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
12357         Log: Subject: [PATCH] MANIFES --> MANIFEST
12358              From: Philip Newton <Philip.Newton@gmx.net>
12359              Date: Wed, 27 Mar 2002 10:05:46 +0000
12360              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
12361              
12362              (plus a few tweaks more)
12363      Branch: perl
12364            ! Porting/check83.pl
12365 ____________________________________________________________________________
12366 [ 15545] By: nick                                  on 2002/03/27  07:37:36
12367         Log: Integrate mainline
12368      Branch: perlio
12369           +> lib/Math/BigInt/t/with_sub.t
12370            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
12371            - lib/bignum/t/trace.t
12372           !> (integrate 76 files)
12373 ____________________________________________________________________________
12374 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
12375         Log: Obsolete mailing list information.
12376      Branch: perl
12377            ! README.bs2000 README.os390 README.vmesa
12378 ____________________________________________________________________________
12379 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
12380         Log: More URL "whitespacing".
12381      Branch: perl
12382            ! README.bs2000 README.hurd README.mpeix README.netware
12383            ! README.os390 README.vmesa README.vos README.win32
12384            ! pod/perl5004delta.pod pod/perl5005delta.pod
12385            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
12386            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
12387            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
12388            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
12389            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
12390            ! pod/perltodo.pod
12391 ____________________________________________________________________________
12392 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
12393         Log: I like doubleclicking on URLs in pods to select them.
12394      Branch: perl
12395            ! README.amiga README.epoc README.vos pod/perl561delta.pod
12396            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
12397            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12398            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
12399            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
12400            ! pod/perltodo.pod pod/perlvar.pod
12401 ____________________________________________________________________________
12402 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
12403         Log: Regen modlib.
12404      Branch: perl
12405            ! pod/perlmodlib.pod
12406 ____________________________________________________________________________
12407 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
12408         Log: Update the CPAN sites list.
12409      Branch: perl
12410            ! pod/perlmodlib.PL pod/perlmodlib.pod
12411 ____________________________________________________________________________
12412 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
12413         Log: Regen modlib, toc.
12414      Branch: perl
12415            ! pod/perlmodlib.pod pod/perltoc.pod
12416 ____________________________________________________________________________
12417 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
12418         Log: s/rationale/rational/
12419      Branch: perl
12420            ! lib/Math/BigRat.pm lib/bigrat.pm
12421 ____________________________________________________________________________
12422 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
12423         Log: s/done/esac/
12424      Branch: perl
12425            ! hints/dec_osf.sh
12426 ____________________________________________________________________________
12427 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
12428         Log: Advertise big* and BigRat.
12429      Branch: perl
12430            ! pod/perldelta.pod
12431 ____________________________________________________________________________
12432 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
12433         Log: A missing ) in #15527.
12434      Branch: perl
12435            ! pp_sys.c
12436 ____________________________________________________________________________
12437 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
12438         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
12439              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12440              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
12441              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
12442      Branch: perl
12443            ! lib/ExtUtils/typemap
12444 ____________________________________________________________________________
12445 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
12446         Log: Subject: Re: Cygwin PerlIO.t failing
12447              From: Stas Bekman <stas@stason.org>
12448              Date: Wed, 27 Mar 2002 01:34:11 +0800
12449              Message-ID: <3CA0B113.1070800@stason.org>
12450      Branch: perl
12451            ! ext/PerlIO/PerlIO.t
12452 ____________________________________________________________________________
12453 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
12454         Log: Subject: [PATCH] safety check for vms/test.com
12455              From: "Craig A. Berry" <craigberry@mac.com>
12456              Date: Tue, 26 Mar 2002 12:15:21 -0600
12457              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
12458      Branch: perl
12459            ! vms/test.com
12460 ____________________________________________________________________________
12461 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
12462         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
12463              From: PPrymmer@factset.com
12464              Date: Tue, 26 Mar 2002 13:04:59 -0500
12465              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
12466      Branch: perl
12467            ! configure.com
12468 ____________________________________________________________________________
12469 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
12470         Log: Subject: [PATCH] Minor typo in test harness
12471              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
12472              Date: Tue, 26 Mar 2002 17:44:06 -0000
12473              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
12474      Branch: perl
12475            ! t/lib/warnings/perlio
12476 ____________________________________________________________________________
12477 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
12478         Log: Subject: PATCH s2p.PL
12479              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12480              Date: Tue, 26 Mar 2002 17:16:46 +0100
12481              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
12482      Branch: perl
12483            ! x2p/s2p.PL
12484 ____________________________________________________________________________
12485 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
12486         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
12487      Branch: perl
12488            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
12489            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
12490            ! MANIFEST
12491 ____________________________________________________________________________
12492 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
12493         Log: Avoid and document a weird bug in UNICOS/mk.
12494      Branch: perl
12495            ! pod/perldelta.pod pp_sys.c
12496 ____________________________________________________________________________
12497 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
12498         Log: Math::BigInt::Lite 0.09, from Tels.
12499      Branch: perl
12500            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
12501            ! MANIFEST
12502 ____________________________________________________________________________
12503 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
12504         Log: For now disable the test in OS/390; it seems to hang,
12505              but frustratingly seems to run from command line and
12506              from Perl debugger.
12507      Branch: perl
12508            ! lib/Math/BigInt/t/mbi_rand.t
12509 ____________________________________________________________________________
12510 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
12511         Log: EPOC update from Olaf Flebbe.
12512      Branch: perl
12513            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
12514            ! pod/perlport.pod t/io/fs.t
12515 ____________________________________________________________________________
12516 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
12517         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
12518              and bignum 0.11, from Tels.
12519      Branch: perl
12520            + lib/Math/BigInt/t/with_sub.t
12521            - lib/bignum/t/trace.t
12522            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12523            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
12524            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
12525            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
12526            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
12527            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
12528            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
12529            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
12530            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
12531            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
12532            ! lib/bignum/t/bigrat.t lib/bigrat.pm
12533            ! t/lib/Math/BigInt/Subclass.pm
12534 ____________________________________________________________________________
12535 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
12536         Log: Integrate perlio;
12537              
12538              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
12539              
12540              Testcase for crlf spanning buffer boundary
12541      Branch: perl
12542           +> t/io/crlf.t
12543           !> MANIFEST perlio.c
12544 ____________________________________________________________________________
12545 [ 15521] By: nick                                  on 2002/03/26  15:31:55
12546         Log: Testcase for crlf spanning buffer boundary
12547      Branch: perlio
12548            + t/io/crlf.t
12549            ! MANIFEST
12550 ____________________________________________________________________________
12551 [ 15520] By: nick                                  on 2002/03/26  15:09:52
12552         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
12553      Branch: perlio
12554            ! perlio.c
12555 ____________________________________________________________________________
12556 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
12557         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
12558      Branch: perl
12559            ! t/lib/1_compile.t
12560 ____________________________________________________________________________
12561 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
12562         Log: Document the Configure (really, awk) glitch in
12563              UNICOS/mk.
12564      Branch: perl
12565            ! pod/perldelta.pod
12566 ____________________________________________________________________________
12567 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
12568         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
12569              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12570              Date: Fri, 22 Mar 2002 16:11:28 +0100
12571              Message-ID: <3C9B57B0.31936.496399@localhost>
12572      Branch: perl
12573            ! win32/win32.c
12574 ____________________________________________________________________________
12575 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
12576         Log: Subject: Re: Jarkko likes OOOOs
12577              From: "Gerrit P. Haase" <gp@familiehaase.de>
12578              Date: Tue, 26 Mar 2002 08:44:02 +0100
12579              Message-ID: <40509050505.20020326084402@familiehaase.de>
12580      Branch: perl
12581            ! t/io/fs.t
12582 ____________________________________________________________________________
12583 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
12584         Log: Subject: [patch utils/perlbug] subject header setting problem      
12585              From: Stas Bekman <stas@stason.org>
12586              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
12587              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
12588      Branch: perl
12589            ! utils/perlbug.PL
12590 ____________________________________________________________________________
12591 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
12592         Log: Subject: [PATCH] win32/makefile.mk
12593              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12594              Date: Tue, 26 Mar 2002 13:56:19 +0100
12595              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
12596      Branch: perl
12597            ! win32/makefile.mk
12598 ____________________________________________________________________________
12599 [ 15513] By: nick                                  on 2002/03/26  07:17:17
12600         Log: Integrate mainline
12601      Branch: perlio
12602           +> (branch 39 files)
12603            - (delete 109 files)
12604           !> (integrate 105 files)
12605 ____________________________________________________________________________
12606 [ 15512] By: nick                                  on 2002/03/26  06:52:42
12607         Log: Integrate mainline
12608      Branch: perlio
12609           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
12610           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
12611           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
12612           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
12613           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
12614 ____________________________________________________________________________
12615 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
12616         Log: Installation advice from Robert Spier. 
12617      Branch: perl
12618            ! INSTALL
12619 ____________________________________________________________________________
12620 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
12621         Log: Stas setting things right.
12622      Branch: perl
12623            ! ext/PerlIO/PerlIO.t
12624 ____________________________________________________________________________
12625 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
12626         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
12627              From: Paul_GreenVOS@vos.stratus.com
12628              Date: Mon, 25 Mar 02 23:57 est
12629              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
12630      Branch: perl
12631            ! ext/IO/lib/IO/t/io_unix.t
12632 ____________________________________________________________________________
12633 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
12634         Log: Add threads hints for UNICOS/mk and UNICOS.
12635              (I'm just guessing on UNICOS.)
12636      Branch: perl
12637            ! hints/unicos.sh hints/unicosmk.sh
12638 ____________________________________________________________________________
12639 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
12640         Log: Mention the effect of Unicode keys on hashes.
12641      Branch: perl
12642            ! pod/perlunicode.pod
12643 ____________________________________________________________________________
12644 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
12645         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
12646              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
12647              Date: Mon, 25 Mar 2002 17:24:33 -0600
12648              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
12649      Branch: perl
12650            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
12651            ! vms/vms_yfix.pl
12652 ____________________________________________________________________________
12653 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
12654         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
12655      Branch: perl
12656            ! hints/dec_osf.sh
12657 ____________________________________________________________________________
12658 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
12659         Log: The .ucm of Encode are big when uncompressed.
12660      Branch: perl
12661            ! INSTALL
12662 ____________________________________________________________________________
12663 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
12664         Log: I don't understand what is going on what these
12665              news tests, retracting the whole lot.
12666      Branch: perl
12667            ! ext/PerlIO/PerlIO.t
12668 ____________________________________________________________________________
12669 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
12670         Log: Upgrade to Encode 0.99, from Dan Kogai.
12671      Branch: perl
12672            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
12673            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
12674            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
12675            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
12676            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
12677            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
12678            + ext/Encode/Encode/ksc5601.ucm
12679            + ext/Encode/Encode/macCentEuro.ucm
12680            + ext/Encode/Encode/macCroatian.ucm
12681            + ext/Encode/Encode/macCyrillic.ucm
12682            + ext/Encode/Encode/macDingbats.ucm
12683            + ext/Encode/Encode/macGreek.ucm
12684            + ext/Encode/Encode/macIceland.ucm
12685            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12686            + ext/Encode/Encode/macRumanian.ucm
12687            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12688            + ext/Encode/Encode/macTurkish.ucm
12689            + ext/Encode/Encode/macUkraine.ucm
12690            + ext/Encode/Encode/shiftjis.ucm
12691            + ext/Encode/lib/Encode/10646_1.pm
12692            + ext/Encode/lib/Encode/CJKConstants.pm
12693            + ext/Encode/lib/Encode/CN/2022_CN.pm
12694            + ext/Encode/lib/Encode/JP/2022_JP.pm
12695            + ext/Encode/lib/Encode/JP/2022_JP1.pm
12696            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
12697            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
12698            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
12699            + ext/Encode/ucm2table
12700            - (delete 109 files)
12701            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
12702            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
12703            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
12704            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
12705            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12706            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12707            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12708            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12709            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12710            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12711            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12712            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12713            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12714            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
12715            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
12716            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
12717            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
12718            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
12719            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
12720            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
12721            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
12722            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
12723            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12724            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
12725            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
12726            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
12727            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12728            ! ext/Encode/Makefile.PL ext/Encode/README
12729            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
12730            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12731            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
12732            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
12733            ! ext/Encode/lib/Encode/Details.pod
12734            ! ext/Encode/lib/Encode/Encoding.pm
12735            ! ext/Encode/lib/Encode/Internal.pm
12736            ! ext/Encode/lib/Encode/JP/H2Z.pm
12737            ! ext/Encode/lib/Encode/JP/JIS.pm
12738            ! ext/Encode/lib/Encode/Supported.pod
12739            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
12740            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12741            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
12742            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
12743            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
12744            ! ext/Encode/t/jisx0212.ref
12745 ____________________________________________________________________________
12746 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
12747         Log: Noise with -w.
12748      Branch: perl
12749            ! ext/PerlIO/PerlIO.t
12750 ____________________________________________________________________________
12751 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
12752         Log: If no perlio no perlio warnings, either.
12753      Branch: perl
12754            ! lib/warnings.t
12755 ____________________________________________________________________________
12756 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
12757         Log: ...and put some of the new perlio tests here.
12758              The in-memory ones not yet since my poor brain
12759              refuses to find the right TODO incantation.
12760      Branch: perl
12761            ! ext/PerlIO/PerlIO.t
12762 ____________________________________________________________________________
12763 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
12764         Log: Take away the perlio-requiring tests..
12765      Branch: perl
12766            ! t/io/open.t
12767 ____________________________________________________________________________
12768 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
12769         Log: More correct now, but actually the two new tests
12770              need to be moved, since they are perlio-only...
12771      Branch: perl
12772            ! t/io/open.t
12773 ____________________________________________________________________________
12774 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
12775         Log: More neo-io tests from Stas Bekman.
12776      Branch: perl
12777            ! t/io/open.t
12778 ____________________________________________________________________________
12779 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
12780         Log: Document the QNX6 sprintf glitch.
12781      Branch: perl
12782            ! pod/perldelta.pod
12783 ____________________________________________________________________________
12784 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
12785         Log: AmigaOS must use the ixemul directly, since there
12786              is no more vfork support.
12787      Branch: perl
12788            ! hints/amigaos.sh
12789 ____________________________________________________________________________
12790 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
12791         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
12792              From: Norton Allen <allen@huarp.harvard.edu>
12793              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
12794              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
12795      Branch: perl
12796            ! pp_sys.c
12797 ____________________________________________________________________________
12798 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
12799         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
12800              From: Norton Allen <allen@huarp.harvard.edu>
12801              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
12802              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
12803      Branch: perl
12804            ! ext/Socket/socketpair.t
12805 ____________________________________________________________________________
12806 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
12807         Log: Clarify the 8.3 rule.
12808      Branch: perl
12809            ! Porting/check83.pl
12810 ____________________________________________________________________________
12811 [ 15490] By: nick                                  on 2002/03/25  16:05:07
12812         Log: Integrate mainline
12813      Branch: perlio
12814           +> ext/Encode/lib/Encode/EncFormat.pod
12815           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
12816            - ext/Encode/lib/EncodeFormat.pod
12817           !> (integrate 41 files)
12818 ____________________________________________________________________________
12819 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
12820         Log: Update Changes.
12821      Branch: perl
12822            ! Changes patchlevel.h
12823 ____________________________________________________________________________
12824 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
12825         Log: Forgotten from #15486.
12826      Branch: perl
12827            ! perl.c
12828 ____________________________________________________________________________
12829 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
12830         Log: It seems that FreeBSD does not like using Perl's malloc
12831              when multithreaded.
12832      Branch: perl
12833            ! hints/freebsd.sh
12834 ____________________________________________________________________________
12835 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
12836         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
12837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12838              Date: Mon, 25 Mar 2002 11:33:17 +0100
12839              Message-ID: <20020325113317.A1410@rafael>
12840              
12841              Apparently VMS does not do YYDEBUG.
12842      Branch: perl
12843            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
12844 ____________________________________________________________________________
12845 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
12846         Log: Subject: [PATCH] warnings for perlio + others
12847              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12848              Date: Mon, 25 Mar 2002 13:01:44 -0000
12849              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
12850      Branch: perl
12851            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
12852            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
12853            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
12854            ! warnings.pl
12855 ____________________________________________________________________________
12856 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
12857         Log: As verified by Doug MacEachern.
12858      Branch: perl
12859            ! pod/perldelta.pod
12860 ____________________________________________________________________________
12861 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
12862         Log: MPE/iX update from Mark Bixby.
12863      Branch: perl
12864            + mpeix/mpeix.c
12865            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
12866            ! hints/mpeix.sh mpeix/mpeixish.h
12867 ____________________________________________________________________________
12868 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
12869         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
12870              From: Nicholas Clark <nick@unfortu.net>
12871              Date: Sun, 24 Mar 2002 22:50:06 +0000
12872              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
12873      Branch: perl
12874            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
12875 ____________________________________________________________________________
12876 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
12877         Log: Subject: [PATCH] fix warning + carp interaction
12878              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
12879              Date: Sun, 24 Mar 2002 23:00:21 -0000
12880              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
12881      Branch: perl
12882            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
12883            ! warnings.pl
12884 ____________________________________________________________________________
12885 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
12886         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
12887              (All the code changes have already been applied earlier.)
12888      Branch: perl
12889            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12890 ____________________________________________________________________________
12891 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
12892         Log: DB_File: for the core version, no need to specify
12893              a minimum MM version.
12894      Branch: perl
12895            ! ext/DB_File/Makefile.PL
12896 ____________________________________________________________________________
12897 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
12898         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
12899              From: Dave Mitchell <davem@fdgroup.com>
12900              Date: Sun, 24 Mar 2002 22:23:08 +0000
12901              Message-ID: <20020324222308.B21963@fdgroup.com>
12902      Branch: perl
12903            ! pp_pack.c
12904 ____________________________________________________________________________
12905 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
12906         Log: Subject: [PATCH @15450] errno help for VMS
12907              From: "Craig A. Berry" <craigberry@mac.com>
12908              Date: Sun, 24 Mar 2002 16:17:52 -0600
12909              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
12910      Branch: perl
12911            ! ext/POSIX/t/posix.t vms/vms.c
12912 ____________________________________________________________________________
12913 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
12914         Log: Upgrade to Locale::Codes 2.03.
12915      Branch: perl
12916            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12917            ! lib/Locale/Country.pm
12918 ____________________________________________________________________________
12919 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
12920         Log: metaconfig unit change for #15474.
12921      Branch: metaconfig/U/perl
12922            ! Extensions.U
12923 ____________________________________________________________________________
12924 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
12925         Log: The #15472 said "properly".  Ha!
12926      Branch: perl
12927            ! Configure
12928 ____________________________________________________________________________
12929 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
12930         Log: metaconfig unit change for #15472.
12931      Branch: metaconfig/U/perl
12932            ! Extensions.U
12933 ____________________________________________________________________________
12934 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
12935         Log: Properly scan for the subextensions of Encode
12936              when doing static builds.
12937      Branch: perl
12938            ! Configure
12939 ____________________________________________________________________________
12940 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
12941         Log: Tru64: Document the known odbm failure with static builds.
12942      Branch: perl
12943            ! README.tru64
12944 ____________________________________________________________________________
12945 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
12946         Log: microperl tweaks.
12947      Branch: perl
12948            ! Makefile.micro locale.c util.c
12949 ____________________________________________________________________________
12950 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
12951         Log: metaconfig unit changes for #15468.
12952      Branch: metaconfig
12953            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
12954            ! U/modified/libc.U U/modified/libs.U
12955            ! U/threads/d_pthread_atfork.U
12956 ____________________________________________________________________________
12957 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
12958         Log: Various metaconfig unit cleanup; only one visible change
12959              in Configure, though.
12960      Branch: perl
12961            ! Configure
12962 ____________________________________________________________________________
12963 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
12964         Log: Upgrade to Encode 0.98, from Dan Kogai.
12965      Branch: perl
12966            + ext/Encode/lib/Encode/EncFormat.pod
12967            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
12968            - ext/Encode/lib/EncodeFormat.pod
12969            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
12970            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
12971            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
12972            ! ext/Encode/lib/Encode/Alias.pm
12973            ! ext/Encode/lib/Encode/Details.pod
12974            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
12975            ! ext/Encode/lib/Encode/JP/JIS.pm
12976            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
12977 ____________________________________________________________________________
12978 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
12979         Log: Integrate perlio;
12980              
12981              Avoid core-dump in Encode with PERLIO=mmap
12982      Branch: perl
12983           !> ext/Encode/Encode.xs
12984 ____________________________________________________________________________
12985 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
12986         Log: In the spirit of #15464.
12987      Branch: perl
12988            ! perl.c sv.c
12989 ____________________________________________________________________________
12990 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
12991         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
12992              From: Michael G Schwern <schwern@pobox.com>
12993              Date: Sun, 24 Mar 2002 02:27:25 -0500
12994              Message-ID: <20020324072725.GA3554@blackrider>
12995      Branch: perl
12996            ! perl.c
12997 ____________________________________________________________________________
12998 [ 15463] By: nick                                  on 2002/03/24  10:24:41
12999         Log: Integrate mainline
13000      Branch: perlio
13001           +> (branch 28 files)
13002            - lib/bigfloat.t lib/bigint.t
13003           !> (integrate 59 files)
13004 ____________________________________________________________________________
13005 [ 15462] By: nick                                  on 2002/03/24  08:59:35
13006         Log: Avoid core-dump in Encode with PERLIO=mmap
13007      Branch: perlio
13008            ! ext/Encode/Encode.xs
13009 ____________________________________________________________________________
13010 [ 15461] By: nick                                  on 2002/03/24  08:58:21
13011         Log: Too many machines doing integrate mainline
13012      Branch: perlio
13013           !> Changes Configure lib/AutoSplit.t
13014           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
13015           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
13016           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
13017           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
13018 ____________________________________________________________________________
13019 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
13020         Log: Retract Math::BigInt::Lite for now, seems to confuse
13021              bignum and bigrat.
13022      Branch: perl
13023            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13024            ! MANIFEST
13025 ____________________________________________________________________________
13026 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
13027         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
13028              From: "Craig A. Berry" <craigberry@mac.com>
13029              Date: Sat, 23 Mar 2002 23:23:00 -0600
13030              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
13031      Branch: perl
13032            ! configure.com vms/vms.c
13033 ____________________________________________________________________________
13034 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
13035         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
13036              From: Michael G Schwern <schwern@pobox.com>
13037              Date: Sat, 23 Mar 2002 21:32:32 -0500
13038              Message-ID: <20020324023232.GA29972@blackrider>
13039              
13040              (with Russ Allbery's simplifications)
13041      Branch: perl
13042            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
13043 ____________________________________________________________________________
13044 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
13045         Log: Merge Math::BigInt::Lite 0.08, from Tels.
13046      Branch: perl
13047            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13048            ! MANIFEST
13049 ____________________________________________________________________________
13050 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
13051         Log: Too chatty.
13052      Branch: perl
13053            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
13054 ____________________________________________________________________________
13055 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
13056         Log: Merge bignum 0.10, from Tels.
13057      Branch: perl
13058            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
13059            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
13060            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
13061            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13062            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
13063            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
13064            ! MANIFEST
13065 ____________________________________________________________________________
13066 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
13067         Log: Rename the Perl 4 tests in preparation of bignum.
13068      Branch: perl
13069            + lib/bigfloatpl.t lib/bigintpl.t
13070            - lib/bigfloat.t lib/bigint.t
13071            ! MANIFEST
13072 ____________________________________________________________________________
13073 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
13074         Log: Merge Math::BigRat 0.04, from Tels.
13075      Branch: perl
13076            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
13077            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
13078            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
13079            + t/lib/Math/BigRat/Test.pm
13080            ! MANIFEST
13081 ____________________________________________________________________________
13082 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
13083         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
13084              From: Dave Mitchell <davem@fdgroup.com>
13085              Date: Sat, 23 Mar 2002 22:27:24 +0000
13086              Message-ID: <20020323222724.A19425@fdgroup.com>
13087      Branch: perl
13088            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
13089 ____________________________________________________________________________
13090 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
13091         Log: Forgotten.
13092      Branch: perl
13093            ! ext/Unicode/Normalize/README
13094 ____________________________________________________________________________
13095 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
13096         Log: Update Changes.
13097      Branch: perl
13098            ! Changes patchlevel.h
13099 ____________________________________________________________________________
13100 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
13101         Log: Subject: perldoc -m [PATCH]
13102              From: "John L. Allen" <allen@grumman.com>
13103              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
13104              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
13105      Branch: perl
13106            ! utils/perldoc.PL
13107 ____________________________________________________________________________
13108 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
13109         Log: Subject: Re: Copious warnings from Sys::Syslog
13110              From: andreas.koenig@anima.de (Andreas J. Koenig)
13111              Date: Sat, 23 Mar 2002 06:47:08 +0100
13112              Message-ID: <m31yebvns3.fsf@anima.de>
13113      Branch: perl
13114            ! ext/Sys/Syslog/Syslog.pm
13115 ____________________________________________________________________________
13116 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
13117         Log: Upgrade to Math::BigInt 1.55, from Tels.
13118      Branch: perl
13119            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
13120            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
13121            + lib/Math/BigInt/t/use_lib4.t
13122            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13123            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13124            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
13125            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
13126            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
13127            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
13128            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
13129            ! lib/Math/BigInt/t/upgrade.t
13130 ____________________________________________________________________________
13131 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
13132         Log: Upgrade to Encode 0.97, from Dan Kogai.
13133      Branch: perl
13134            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
13135            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13136            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13137            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13138            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13139            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13140            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13141            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
13142            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
13143            ! ext/Encode/t/Tcl.t
13144 ____________________________________________________________________________
13145 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
13146         Log: Slight tweaks on #15443.
13147      Branch: perl
13148            ! pod/perlvar.pod
13149 ____________________________________________________________________________
13150 [ 15444] By: nick                                  on 2002/03/23  17:30:42
13151         Log: Integrate mainline
13152      Branch: perlio
13153           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
13154           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13155           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13156           !> (integrate 50 files)
13157 ____________________________________________________________________________
13158 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
13159         Log: Subject: patch [bleadperl]: Document %! special variable
13160              From: mjd@plover.com
13161              Date: 23 Mar 2002 18:25:44 -0000
13162              Message-ID: <20020323182544.11741.qmail@plover.com>    
13163      Branch: perl
13164            ! pod/perlvar.pod
13165 ____________________________________________________________________________
13166 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
13167         Log: Since the Encode::JP is unsupported under EBCDIC we
13168              cannot run this test (aliases as such should work fine).
13169      Branch: perl
13170            ! ext/Encode/t/Aliases.t
13171 ____________________________________________________________________________
13172 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
13173         Log: EBCDIC: the sorting order is different under
13174              byte-EBCDIC and Unicode.
13175      Branch: perl
13176            ! t/op/utfhash.t
13177 ____________________________________________________________________________
13178 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
13179         Log: EBCDIC: the character codes are different.
13180      Branch: perl
13181            ! lib/Pod/t/pod2html-lib.pl
13182 ____________________________________________________________________________
13183 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
13184         Log: Purify: #15434 got the test the wrong.
13185              (Is there an approved way of testing "is this an unop"?)
13186      Branch: perl
13187            ! op.c
13188 ____________________________________________________________________________
13189 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
13190         Log: Purify: Array bounds read: could read one character past the end.
13191      Branch: perl
13192            ! pp_pack.c
13193 ____________________________________________________________________________
13194 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
13195         Log: Purify: Array bounds read: reading one byte before the buffer.
13196      Branch: perl
13197            ! util.c
13198 ____________________________________________________________________________
13199 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
13200         Log: Purify: Unitialized memory read.  Too many code paths
13201              to keep track of, I guess.
13202      Branch: perl
13203            ! sv.c
13204 ____________________________________________________________________________
13205 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
13206         Log: Purify: Array bounds write: pre-extend the strxfrm
13207              buffer by a factor of four (suggested maximum by HP-UX;
13208              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
13209              know how portable that is; locale.c uses yet another trick
13210              (not a particularly good trick, I might add))
13211      Branch: perl
13212            ! ext/POSIX/POSIX.xs
13213 ____________________________________________________________________________
13214 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
13215         Log: Purify: Array bounds read: o->op_last was accessed
13216              for unops (via newUNOP() and ck_eof()).
13217              (analysis okay, patch bad: see #15439)
13218      Branch: perl
13219            ! op.c
13220 ____________________________________________________________________________
13221 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
13222         Log: Subject: [PATCH] vms/test.com, File::Find tests
13223              From: "Craig A. Berry" <craigberry@mac.com>
13224              Date: Fri, 22 Mar 2002 16:52:59 -0600
13225              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
13226      Branch: perl
13227            ! vms/test.com
13228 ____________________________________________________________________________
13229 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
13230         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
13231              From: Michael G Schwern <schwern@pobox.com>
13232              Date: Fri, 22 Mar 2002 18:08:19 -0500
13233              Message-ID: <20020322230819.GB16454@blackrider>
13234      Branch: perl
13235            ! ext/Sys/Syslog/Syslog.pm
13236 ____________________________________________________________________________
13237 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
13238         Log: Update the information on Encode.
13239      Branch: perl
13240            ! pod/perldelta.pod
13241 ____________________________________________________________________________
13242 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
13243         Log: Upgrade to Encode 0.96, from Dan Kogai.
13244      Branch: perl
13245            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
13246            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13247            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13248            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
13249            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
13250            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
13251            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
13252            ! ext/Encode/lib/Encode/Alias.pm
13253            ! ext/Encode/lib/Encode/Encoding.pm
13254            ! ext/Encode/lib/Encode/Internal.pm
13255            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13256 ____________________________________________________________________________
13257 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
13258         Log: Subject: [PATCH] h2xs.t fix for VMS
13259              From: "Craig A. Berry" <craigberry@mac.com>
13260              Date: Fri, 22 Mar 2002 15:47:38 -0600
13261              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
13262      Branch: perl
13263            ! lib/h2xs.t
13264 ____________________________________________________________________________
13265 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
13266         Log: One more pass.
13267      Branch: perl
13268            ! epoc/config.sh
13269 ____________________________________________________________________________
13270 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
13271         Log: Even better version from Olaf Flebbe.
13272      Branch: perl
13273            ! epoc/config.sh pp_sys.c util.c
13274 ____________________________________________________________________________
13275 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
13276         Log: EPOC update from Olaf Flebbe.
13277      Branch: perl
13278            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
13279            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
13280 ____________________________________________________________________________
13281 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
13282         Log: Tweak from John P. Linderman.
13283      Branch: perl
13284            ! pod/perlhack.pod
13285 ____________________________________________________________________________
13286 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
13287         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
13288              From: Stas Bekman <stas@stason.org>
13289              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
13290              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
13291      Branch: perl
13292            ! pod/perlfunc.pod
13293 ____________________________________________________________________________
13294 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
13295         Log: Subject: [PATCH] check sysconf's return value in reentr.c
13296              From: <slaven.rezic@berlin.de>
13297              Date: Fri, 22 Mar 2002 18:30:36 +0100
13298              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
13299              
13300              (plus use 4k instead 2k as the "usual" size)
13301      Branch: perl
13302            ! reentr.c reentr.pl
13303 ____________________________________________________________________________
13304 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
13305         Log: Update Changes.
13306      Branch: perl
13307            ! Changes patchlevel.h
13308 ____________________________________________________________________________
13309 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
13310         Log: Forgot from #15416.
13311      Branch: perl
13312            ! pod/perlfaq3.pod
13313 ____________________________________________________________________________
13314 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
13315         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
13316              From: andreas.koenig@anima.de (Andreas J. Koenig)
13317              Date: Fri, 22 Mar 2002 16:27:51 +0100
13318              Message-ID: <m3n0x0vczs.fsf@anima.de>
13319      Branch: perl
13320            ! pod/perlmodstyle.pod
13321 ____________________________________________________________________________
13322 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
13323         Log: metaconfig unit changes for #15418.
13324      Branch: metaconfig
13325            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
13326            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
13327            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
13328            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
13329            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
13330            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
13331            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
13332            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
13333            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
13334            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
13335            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
13336            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
13337            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
13338            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
13339            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
13340            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
13341            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
13342            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
13343            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
13344            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
13345            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
13346            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
13347            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
13348            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
13349 ____________________________________________________________________________
13350 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
13351         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
13352              Also, there's no i_stdio.
13353      Branch: perl
13354            ! Configure reentr.h reentr.pl
13355 ____________________________________________________________________________
13356 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
13357         Log: Document a known AIX warning.
13358      Branch: perl
13359            ! pod/perldelta.pod
13360 ____________________________________________________________________________
13361 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
13362         Log: Undo #15415, allow the faq people to catch up first.
13363      Branch: perl
13364            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13365 ____________________________________________________________________________
13366 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
13367         Log: FAQ sync.
13368      Branch: perl
13369            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
13370 ____________________________________________________________________________
13371 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
13372         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
13373              From: andreas.koenig@anima.de (Andreas J. Koenig)
13374              Date: Fri, 22 Mar 2002 15:16:19 +0100
13375              Message-ID: <m38z8kwuvg.fsf@anima.de>
13376              
13377              (plus reformat)
13378      Branch: perl
13379            ! pod/perldelta.pod
13380 ____________________________________________________________________________
13381 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
13382         Log: Integrate perlio;
13383              
13384              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
13385              
13386              Check for sanity of UTF-8 keys in hashes
13387      Branch: perl
13388           +> t/op/utfhash.t
13389           !> MANIFEST doio.c
13390 ____________________________________________________________________________
13391 [ 15412] By: nick                                  on 2002/03/22  10:50:53
13392         Log: Check for sanity of UTF-8 keys in hashes
13393              (feel free to add more tests...)
13394      Branch: perlio
13395            + t/op/utfhash.t
13396            ! MANIFEST
13397 ____________________________________________________________________________
13398 [ 15411] By: ams                                   on 2002/03/22  08:36:33
13399         Log: Revert #15200 for backwards compatiblity reasons.
13400      Branch: perl
13401            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
13402            ! pp_ctl.c t/op/override.t
13403 ____________________________________________________________________________
13404 [ 15410] By: nick                                  on 2002/03/22  07:47:41
13405         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
13406              - when (e.g.) STDOUT is char special file and gets IoOFP
13407              created - do _NOT_ pass num_svs as that fopen-s stringified
13408              glob, and not fdopen-s the fd.
13409      Branch: perlio
13410            ! doio.c
13411 ____________________________________________________________________________
13412 [ 15409] By: nick                                  on 2002/03/22  07:19:33
13413         Log: Integrate mainline
13414      Branch: perlio
13415           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13416           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13417           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13418           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13419           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
13420           +> ext/Encode/lib/Encode/Details.pod
13421           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13422           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
13423           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
13424           +> lib/Pod/t/pod2html-lib.pl
13425            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
13426           !> (integrate 39 files)
13427 ____________________________________________________________________________
13428 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
13429         Log: Win32 tweak from mjd.
13430      Branch: perl
13431            ! lib/Tie/File.pm
13432 ____________________________________________________________________________
13433 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
13434         Log: If Unicode keys are entered to a hash, a bit is turned on.
13435              If the bit is on, when the keys are fetched from the hash
13436              (%h, each %h, keys %h), the Unicodified versions of the keys
13437              are returned if needed.  This solution errs on the size of
13438              over-Unicodifying, the old solution erred on the side of
13439              under-Unicodifying.  As long as the hash keys can be a mix
13440              of byte and Unicode strings, a perfect fit is hard to come by.
13441      Branch: perl
13442            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
13443            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
13444 ____________________________________________________________________________
13445 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
13446         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
13447              From: Mike Guy <mjtg@cam.ac.uk>
13448              Date: Fri, 22 Mar 2002 02:08:20 +0000
13449              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
13450      Branch: perl
13451            ! pod/perldelta.pod
13452 ____________________________________________________________________________
13453 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
13454         Log: PM_SETRE() fallout.
13455      Branch: perl
13456            ! ext/ByteLoader/bytecode.h
13457 ____________________________________________________________________________
13458 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
13459         Log: Subject: [PATCH pod/perlxs.pod] doc fix
13460              From: Stas Bekman <stas@stason.org>
13461              Date: Thu, 21 Mar 2002 18:47:35 +0800
13462              Message-ID: <3C99BA47.9010403@stason.org>
13463      Branch: perl
13464            ! pod/perlxs.pod
13465 ____________________________________________________________________________
13466 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
13467         Log: Subject: [PATCH]
13468              From: Slaven Rezic <slaven.rezic@berlin.de>
13469              Date: 21 Mar 2002 10:19:23 +0100
13470              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
13471              
13472              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
13473      Branch: perl
13474            ! hints/freebsd.sh
13475 ____________________________________________________________________________
13476 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
13477         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
13478              From: Tim Bunce <Tim.Bunce@pobox.com>
13479              Date: Thu, 21 Mar 2002 21:18:05 +0000
13480              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
13481      Branch: perl
13482            ! ext/Storable/Storable.xs
13483 ____________________________________________________________________________
13484 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
13485         Log: Reword the Apache^Wmod_perl bit so that Sarathy
13486              can sleep easier :-)
13487      Branch: perl
13488            ! pod/perldelta.pod
13489 ____________________________________________________________________________
13490 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
13491         Log: It seems that the strange failure (core dump) of
13492              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
13493              (1) using Sun's cc helps
13494              (2) rewriting the ithreads PM_SETRE() to do the
13495              setting in two steps helps
13496              (3) no other platforms have the crash
13497              (4) Tru64's Third Degree sees nothing evil
13498              So we implement (2).
13499      Branch: perl
13500            ! op.h
13501 ____________________________________________________________________________
13502 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
13503         Log: Solaris: default to the SUNwspro cc if it is available.
13504      Branch: perl
13505            ! hints/solaris_2.sh
13506 ____________________________________________________________________________
13507 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
13508         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
13509              does not get fixed in time.
13510      Branch: perl
13511            ! pod/perldelta.pod
13512 ____________________________________________________________________________
13513 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
13514         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
13515              From: Dave Mitchell <davem@fdgroup.com>
13516              Date: Thu, 21 Mar 2002 17:24:40 +0000
13517              Message-ID: <20020321172440.C13683@fdgroup.com>
13518      Branch: perl
13519            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
13520            ! pod/perlapi.pod proto.h sv.h toke.c
13521 ____________________________________________________________________________
13522 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
13523         Log: One more proto escapee.
13524      Branch: perl
13525            ! hints/linux.sh
13526 ____________________________________________________________________________
13527 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
13528         Log: metaconfig unit change for #15394.
13529      Branch: metaconfig/U/perl
13530            ! Checkcc.U
13531 ____________________________________________________________________________
13532 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
13533         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
13534              From: Robin Barker <rmb1@cise.npl.co.uk>
13535              Date: Thu, 21 Mar 2002 17:35:00 GMT
13536              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
13537      Branch: perl
13538            ! Configure
13539 ____________________________________________________________________________
13540 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
13541         Log: Subject: Re: [tests for Pod::Html]
13542              From: Stas Bekman <stas@stason.org>
13543              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
13544              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
13545      Branch: perl
13546            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
13547            - t/pod2html/README
13548            ! MANIFEST lib/Pod/t/pod2html-lib.pl
13549 ____________________________________________________________________________
13550 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
13551         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
13552              From: Stas Bekman <stas@stason.org>
13553              Date: Thu, 21 Mar 2002 18:50:56 +0800
13554              Message-ID: <3C99BB10.50004@stason.org>
13555      Branch: perl
13556            ! ext/Cwd/Cwd.xs
13557 ____________________________________________________________________________
13558 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
13559         Log: Upgrade to Encode 0.95, from Dan Kogai.
13560      Branch: perl
13561            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13562            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13563            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13564            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13565            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
13566            + ext/Encode/lib/Encode/Details.pod
13567            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13568            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
13569            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
13570            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
13571            ! ext/Encode/Makefile.PL
13572 ____________________________________________________________________________
13573 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
13574         Log: Mention the new syslog try-harder feature.
13575      Branch: perl
13576            ! pod/perldelta.pod
13577 ____________________________________________________________________________
13578 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
13579         Log: metaconfig unit changes for #15388.
13580      Branch: metaconfig
13581            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
13582            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
13583            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
13584            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
13585            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
13586            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
13587            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
13588            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
13589            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
13590            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
13591            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
13592            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
13593            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
13594            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
13595            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
13596            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
13597            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
13598            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
13599            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
13600            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
13601            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
13602            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
13603            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
13604            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
13605 ____________________________________________________________________________
13606 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
13607         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
13608              From: Spider Boardman <spider@web.zk3.dec.com>
13609              Date: Thu, 21 Mar 2002 09:23:45 -0500
13610              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
13611      Branch: perl
13612            ! Configure hints/hpux.sh reentr.pl
13613 ____________________________________________________________________________
13614 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
13615         Log: NetWare diff from C Aditya.
13616      Branch: perl
13617            ! perl.h
13618 ____________________________________________________________________________
13619 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
13620         Log: The htmlview test doesn't work yet.
13621      Branch: perl
13622            + t/pod2html/README
13623            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
13624            ! MANIFEST
13625 ____________________________________________________________________________
13626 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
13627         Log: Placeholder.
13628      Branch: perl
13629            ! MANIFEST
13630 ____________________________________________________________________________
13631 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
13632         Log: Integrate perlio: missing tabs in makefile.mk.
13633      Branch: perl
13634           !> win32/makefile.mk
13635 ____________________________________________________________________________
13636 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
13637         Log: Subject: [tests for Pod::Html]
13638              From: Stas Bekman <stas@stason.org>
13639              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
13640              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
13641      Branch: perl
13642            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
13643            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
13644            + lib/Pod/t/pod2html-lib.pl
13645            ! MANIFEST
13646 ____________________________________________________________________________
13647 [ 15382] By: nick                                  on 2002/03/21  07:21:57
13648         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
13649      Branch: perlio
13650           +> ext/Encode/AUTHORS ext/Encode/Changes
13651           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
13652           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13653           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13654           +> ext/I18N/Langinfo/fallback/const-c.inc
13655           +> ext/I18N/Langinfo/fallback/const-xs.inc
13656           +> lib/ExtUtils/t/Constant.t
13657            - ext/Encode/Encode/euc-jp-0212.enc
13658            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
13659            - ext/Encode/t/table.euc ext/Encode/t/table.ref
13660            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
13661           !> (integrate 105 files)
13662 ____________________________________________________________________________
13663 [ 15381] By: nick                                  on 2002/03/21  06:59:57
13664         Log: Restore tabs so dmake will parse file!
13665      Branch: perlio
13666            ! win32/makefile.mk
13667 ____________________________________________________________________________
13668 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
13669         Log: Upgrade to Unicode::Normalize 0.16.
13670      Branch: perl
13671            ! ext/Unicode/Normalize/Changes
13672            ! ext/Unicode/Normalize/Normalize.pm
13673 ____________________________________________________________________________
13674 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
13675         Log: Schwern's wallet is a bit more loose.
13676      Branch: perl
13677            ! t/lib/1_compile.t
13678 ____________________________________________________________________________
13679 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
13680         Log: Subject: [PATCH]
13681              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13682              Date: Wed, 20 Mar 2002 22:56:17 -0000
13683              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
13684              
13685              packWARN also for subdirs.
13686      Branch: perl
13687            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
13688            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
13689            ! win32/win32.c
13690 ____________________________________________________________________________
13691 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
13692         Log: A plan is better.
13693      Branch: perl
13694            ! ext/Encode/t/CJKalias.t
13695 ____________________________________________________________________________
13696 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
13697         Log: Upgrade to Encode 0.94, from Dan Kogai.
13698      Branch: perl
13699            + ext/Encode/lib/Encode/Description.pod
13700            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
13701            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
13702            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
13703            ! ext/Encode/lib/Encode/Encoding.pm
13704            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
13705            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
13706            ! ext/Encode/t/CJKalias.t
13707 ____________________________________________________________________________
13708 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
13709         Log: Rats' nest.
13710      Branch: perl
13711            ! hints/solaris_2.sh
13712 ____________________________________________________________________________
13713 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
13714         Log: Rrright.
13715      Branch: perl
13716            ! pod/perlguts.pod
13717 ____________________________________________________________________________
13718 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
13719         Log: Update Changes.
13720      Branch: perl
13721            ! Changes patchlevel.h
13722 ____________________________________________________________________________
13723 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
13724         Log: Reapply #15336.
13725      Branch: perl
13726            ! ext/Encode/lib/Encode/Tcl.pm
13727 ____________________________________________________________________________
13728 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
13729         Log: Upgrade to Encode 0.93, from Dan Kogai.
13730      Branch: perl
13731            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
13732            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
13733            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
13734            ! ext/Encode/README ext/Encode/TW/TW.pm
13735            ! ext/Encode/lib/Encode/CN/HZ.pm
13736            ! ext/Encode/lib/Encode/Encoding.pm
13737            ! ext/Encode/lib/Encode/Internal.pm
13738            ! ext/Encode/lib/Encode/JP/Constants.pm
13739            ! ext/Encode/lib/Encode/JP/H2Z.pm
13740            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
13741            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
13742            ! ext/Encode/lib/Encode/Tcl/Escape.pm
13743            ! ext/Encode/lib/Encode/Tcl/Table.pm
13744            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13745            ! ext/Encode/lib/Encode/iso10646_1.pm
13746            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13747            ! ext/Encode/t/JP.t
13748 ____________________________________________________________________________
13749 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
13750         Log: Subject: patch for syslog
13751              From: <Nick.Williams@morganstanley.com>
13752              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
13753              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
13754      Branch: perl
13755            ! ext/Sys/Syslog/Syslog.pm
13756 ____________________________________________________________________________
13757 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
13758         Log: Some failure updates.
13759      Branch: perl
13760            ! pod/perldelta.pod
13761 ____________________________________________________________________________
13762 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
13763         Log: Getopt::Long 2.29 from Johan Vromans.
13764      Branch: perl
13765            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13766 ____________________________________________________________________________
13767 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
13768         Log: Rename ExtUtils.t to Constant.t, as suggested by
13769              Nicholas Clark.
13770      Branch: perl
13771            + lib/ExtUtils/t/Constant.t
13772            - lib/ExtUtils/t/ExtUtils.t
13773            ! MANIFEST
13774 ____________________________________________________________________________
13775 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
13776         Log: Subject: [PATCH] TODO - Make Schwern Poorer
13777              From: Nicholas Clark <nick@unfortu.net>
13778              Date: Tue, 19 Mar 2002 22:50:28 +0000
13779              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
13780      Branch: perl
13781            ! t/lib/1_compile.t
13782 ____________________________________________________________________________
13783 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
13784         Log: Subject: Re: The story of O [PATCH]
13785              From: Richard.Foley@t-online.de (Richard Foley)
13786              Date: Sun, 17 Mar 2002 08:37:26 +0100
13787              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
13788      Branch: perl
13789            ! lib/perl5db.pl
13790 ____________________________________________________________________________
13791 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
13792         Log: Mention the external modules Encode::HanExtra and
13793              PadWalker.
13794      Branch: perl
13795            ! pod/perldelta.pod
13796 ____________________________________________________________________________
13797 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
13798         Log: Subject: [PATCH] List lexicals from debugger
13799              From: Peter Scott <Peter@PSDT.com>
13800              Date: Tue, 19 Mar 2002 12:28:52 -0800
13801              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
13802      Branch: perl
13803            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
13804 ____________________________________________________________________________
13805 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
13806         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
13807              and :encoding(xxx) was errorneously parsed.
13808      Branch: perl
13809            ! lib/open.pm
13810 ____________________________________________________________________________
13811 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
13812         Log: Subject: [PATCH bleadperl] exec.t tweak
13813              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13814              Date: Wed, 20 Mar 2002 01:21:40 +0100
13815              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
13816              
13817              4NT returns 2 as error-code for nonexistant file.
13818      Branch: perl
13819            ! t/op/exec.t
13820 ____________________________________________________________________________
13821 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
13822         Log: minor Tie::File test patch to make win32 happier, from mjd.
13823      Branch: perl
13824            ! lib/Tie/File/t/30_defer.t
13825 ____________________________________________________________________________
13826 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
13827         Log: Subject: [PATCH bleadperl] magic.t tweak
13828              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13829              Date: Wed, 20 Mar 2002 00:39:16 +0100
13830              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
13831      Branch: perl
13832            ! t/op/magic.t
13833 ____________________________________________________________________________
13834 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
13835         Log: Typo fix from Andreas Koenig, plus a tweak.
13836      Branch: perl
13837            ! pod/perlunicode.pod
13838 ____________________________________________________________________________
13839 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
13840         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
13841              in Mandrake 8.2.  Now we need to figure out a way not to
13842              unbreak Apache.
13843      Branch: perl
13844            ! hints/linux.sh
13845 ____________________________________________________________________________
13846 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
13847         Log: Fix for "UTF-8 bug with s///" from Hugo.
13848      Branch: perl
13849            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
13850            ! t/op/pat.t
13851 ____________________________________________________________________________
13852 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
13853         Log: metaconfig unit change for #15354.
13854      Branch: metaconfig
13855            ! U/threads/usethreads.U
13856 ____________________________________________________________________________
13857 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
13858         Log: Installation updates on threads and perlio.
13859      Branch: perl
13860            ! Configure INSTALL
13861 ____________________________________________________________________________
13862 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
13863         Log: Tpo.
13864      Branch: perl
13865            ! pod/perlfaq6.pod
13866 ____________________________________________________________________________
13867 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
13868         Log: Regen modlib and toc.
13869      Branch: perl
13870            ! pod/perlmodlib.pod pod/perltoc.pod
13871 ____________________________________________________________________________
13872 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
13873         Log: Whitespace tweaks.
13874      Branch: perl
13875            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
13876            ! pod/perltodo.pod pod/perlunicode.pod
13877 ____________________________________________________________________________
13878 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
13879         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
13880              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
13881              (And as suggested by Markus Kuhn.)
13882              
13883              While we are at it, document also the case of
13884              mixed hash keys as a known potential troublemaker.
13885              (Since it's locale-related, sometimes.)
13886      Branch: perl
13887            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
13888            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
13889            ! pod/perluniintro.pod
13890 ____________________________________________________________________________
13891 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
13892         Log: Surely a typo.
13893      Branch: perl
13894            ! gv.c
13895 ____________________________________________________________________________
13896 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
13897         Log: Take two.
13898      Branch: perl
13899            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13900            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13901 ____________________________________________________________________________
13902 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
13903         Log: Let's try this from scratch.
13904      Branch: perl
13905            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13906            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13907 ____________________________________________________________________________
13908 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
13909         Log: I could do this all day...
13910      Branch: perl
13911            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13912            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13913 ____________________________________________________________________________
13914 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
13915         Log: Grrr.
13916      Branch: perl
13917            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13918            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13919 ____________________________________________________________________________
13920 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
13921         Log: Subject: Re: Nearly OK for cygwin@15318
13922              From: John Peacock <jpeacock@rowman.com>
13923              Date: Tue, 19 Mar 2002 15:58:08 -0500
13924              Message-ID: <3C97A660.3060302@rowman.com>
13925      Branch: perl
13926            ! pod/perlport.pod
13927 ____________________________________________________________________________
13928 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
13929         Log: Subject: Re: Nearly OK for cygwin@15318
13930              From: <slaven.rezic@berlin.de>
13931              Date: Tue, 19 Mar 2002 21:47:49 +0100
13932              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
13933              
13934              Subject: Re: Nearly OK for cygwin@15318
13935              From: <slaven.rezic@berlin.de>
13936              Date: Tue, 19 Mar 2002 21:37:18 +0100
13937              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
13938      Branch: perl
13939            ! pod/perlport.pod t/io/fs.t
13940 ____________________________________________________________________________
13941 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
13942         Log: D'oh.
13943      Branch: perl
13944            + ext/I18N/Langinfo/fallback/const-c.inc
13945            + ext/I18N/Langinfo/fallback/const-xs.inc
13946 ____________________________________________________________________________
13947 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
13948         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
13949              From: Nicholas Clark <nick@unfortu.net>
13950              Date: Tue, 19 Mar 2002 22:37:08 +0000
13951              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
13952              
13953              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
13954              From: Nicholas Clark <nick@ccl4.org>
13955              Date: Tue, 19 Mar 2002 22:39:55 +0000
13956              Message-ID: <20020319223954.G94831@plum.flirble.org>
13957      Branch: perl
13958            - ext/I18N/Langinfo/fallback.xs
13959            ! MANIFEST
13960 ____________________________________________________________________________
13961 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
13962         Log: Text, not binary.
13963      Branch: perl
13964            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
13965            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
13966 ____________________________________________________________________________
13967 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
13968         Log: Subject: Re: perl@15244
13969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13970              Date: Mon, 18 Mar 2002 17:37:31 +0100
13971              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
13972              
13973              (Goedendag: Dutch whitespace police)
13974      Branch: perl
13975            ! hints/hpux.sh
13976 ____________________________________________________________________________
13977 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
13978         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
13979              From: Nicholas Clark <nick@unfortu.net>
13980              Date: Tue, 19 Mar 2002 21:52:47 +0000
13981              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
13982      Branch: perl
13983            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
13984            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
13985            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
13986            ! ext/Sys/Syslog/Makefile.PL
13987 ____________________________________________________________________________
13988 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
13989         Log: More pathname portability checks.
13990      Branch: perl
13991            ! Porting/check83.pl
13992 ____________________________________________________________________________
13993 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
13994         Log: Begone, Encode::Tcl::Extended.
13995      Branch: perl
13996            ! ext/Encode/lib/Encode/Tcl.pm
13997 ____________________________________________________________________________
13998 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
13999         Log: This is like trying to put the shaving cream
14000              back to the can...
14001      Branch: perl
14002            ! hints/linux.sh
14003 ____________________________________________________________________________
14004 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
14005         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
14006              types of usleep().  Fun, fun. fun.
14007      Branch: perl
14008            ! hints/linux.sh
14009 ____________________________________________________________________________
14010 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
14011         Log: Sarathy's new suggestion for Linux threading flags.
14012      Branch: perl
14013            ! hints/linux.sh
14014 ____________________________________________________________________________
14015 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
14016         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
14017      Branch: perl
14018            - ext/Encode/Encode/euc-jp-0212.ucm
14019            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
14020            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
14021 ____________________________________________________________________________
14022 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
14023         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
14024              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14025              Date: Tue, 19 Mar 2002 00:42:22 +0100
14026              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
14027      Branch: perl
14028            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
14029 ____________________________________________________________________________
14030 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
14031         Log: "+" is not a valid filename character in VMS.
14032      Branch: perl
14033            + ext/Encode/Encode/euc-jp-0212.ucm
14034            - ext/Encode/Encode/euc-jp+0212.ucm
14035            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
14036 ____________________________________________________________________________
14037 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
14038         Log: Update Changes.
14039      Branch: perl
14040            ! Changes patchlevel.h
14041 ____________________________________________________________________________
14042 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
14043         Log: Take away _GNU_SOURCE since that does not seem
14044              to play well with other software (like Apache),
14045              just hint away the WHOAs.
14046      Branch: perl
14047            ! hints/linux.sh
14048 ____________________________________________________________________________
14049 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
14050         Log: metaconfig unit change for #15326.
14051      Branch: metaconfig
14052            ! U/threads/d_crypt_r.U
14053 ____________________________________________________________________________
14054 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
14055         Log: Support crypt_r(const char*,const char*, CRYPTD*).
14056      Branch: perl
14057            ! Configure reentr.h reentr.pl
14058 ____________________________________________________________________________
14059 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
14060         Log: VMS acrobatics from Peter Prymmer.
14061      Branch: perl
14062            ! lib/ExtUtils/t/ExtUtils.t
14063 ____________________________________________________________________________
14064 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
14065         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
14066              From: Stas Bekman <stas@stason.org>
14067              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
14068              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
14069      Branch: perl
14070            ! lib/Pod/Html.pm
14071 ____________________________________________________________________________
14072 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
14073         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
14074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14075              Date: Tue, 19 Mar 2002 10:49:27 +0100
14076              Message-ID: <20020319104927.C705@rafael>   
14077      Branch: perl
14078            ! ext/B/t/xref.t
14079 ____________________________________________________________________________
14080 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
14081         Log: Integrate perlio;
14082              
14083              Move docs for Encode::valid_utf8 (which does not exist)
14084              to be docs for utf8::valid() (which does).
14085      Branch: perl
14086           !> ext/Encode/Encode.pm lib/utf8.pm
14087 ____________________________________________________________________________
14088 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
14089         Log: Remove Encode::Tcl::Extended, suggested by
14090              SADAHIRO Tomoyuki.
14091      Branch: perl
14092            - ext/Encode/Encode/euc-jp-0212.enc
14093            - ext/Encode/lib/Encode/Tcl/Extended.pm
14094            ! MANIFEST ext/Encode/MANIFEST
14095            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14096            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
14097 ____________________________________________________________________________
14098 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
14099         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
14100      Branch: perl
14101            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
14102            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
14103            + ext/Encode/t/jisx0212.ref
14104            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
14105            - ext/Encode/t/table.ref
14106            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
14107            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
14108            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14109            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14110            ! ext/Encode/lib/Encode/CN/HZ.pm
14111            ! ext/Encode/lib/Encode/Encoding.pm
14112            ! ext/Encode/lib/Encode/Internal.pm
14113            ! ext/Encode/lib/Encode/JP/Constants.pm
14114            ! ext/Encode/lib/Encode/JP/H2Z.pm
14115            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14116            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14117            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14118            ! ext/Encode/lib/Encode/Tcl/Extended.pm
14119            ! ext/Encode/lib/Encode/Tcl/Table.pm
14120            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14121            ! ext/Encode/lib/Encode/iso10646_1.pm
14122            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14123            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14124            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
14125 ____________________________________________________________________________
14126 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
14127         Log: constness+signedness nit.
14128      Branch: perl
14129            ! ext/Unicode/Normalize/Normalize.xs
14130 ____________________________________________________________________________
14131 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
14132         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
14133      Branch: perl
14134            ! ext/Unicode/Normalize/Changes
14135            ! ext/Unicode/Normalize/Normalize.pm
14136            ! ext/Unicode/Normalize/Normalize.xs
14137            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14138            ! ext/Unicode/Normalize/t/func.t
14139 ____________________________________________________________________________
14140 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
14141         Log: Split the ebcdic details to perlebcdic.
14142      Branch: perl
14143            ! pod/perlebcdic.pod pod/perluniintro.pod
14144 ____________________________________________________________________________
14145 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
14146         Log: Be explicit.
14147      Branch: perl
14148            ! pod/perluniintro.pod
14149 ____________________________________________________________________________
14150 [ 15315] By: nick                                  on 2002/03/19  09:24:18
14151         Log: Integrate mainline
14152      Branch: perlio
14153           +> ext/List/Util/t/openhan.t
14154           !> (integrate 53 files)
14155 ____________________________________________________________________________
14156 [ 15314] By: nick                                  on 2002/03/19  07:39:07
14157         Log: Move docs for Encode::valid_utf8 (which does not exist)
14158              to be docs for utf8::valid() (which does).
14159      Branch: perlio
14160            ! ext/Encode/Encode.pm lib/utf8.pm
14161 ____________________________________________________________________________
14162 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
14163         Log: Update the Unicode vs EBCDIC situation.
14164      Branch: perl
14165            ! pod/perlebcdic.pod pod/perluniintro.pod
14166 ____________________________________________________________________________
14167 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
14168         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
14169              From: Robert Spier <rspier@pobox.com>
14170              Date: Mon, 18 Mar 2002 19:22:55 -0800
14171              Message-ID: <15510.44815.383439.823671@rls.cx>
14172      Branch: perl
14173            ! ext/threads/t/end.t
14174 ____________________________________________________________________________
14175 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
14176         Log: UTF-8 walk errors that become visible in EBCDIC.
14177      Branch: perl
14178            ! regexec.c
14179 ____________________________________________________________________________
14180 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
14181         Log: s/regcinclasslen/reginclass/ and remove the old
14182              reginclass since nothing is using it.
14183      Branch: perl
14184            ! embed.fnc embed.h proto.h regexec.c
14185 ____________________________________________________________________________
14186 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
14187         Log: Close the file so it can be (a) removed (b) reopened.
14188      Branch: perl
14189            ! ext/B/t/xref.t
14190 ____________________________________________________________________________
14191 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
14192         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
14193              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14194              Date: Mon, 18 Mar 2002 23:14:31 +0100
14195              Message-ID: <20020318231431.A699@rafael>
14196      Branch: perl
14197            ! ext/B/B.xs utf8.c
14198 ____________________________________________________________________________
14199 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
14200         Log: Failed patch hunk reapplied.
14201      Branch: perl
14202            ! lib/Tie/File/t/32_defer_misc.t
14203 ____________________________________________________________________________
14204 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
14205         Log: For DEBUGGING threaded builds.
14206      Branch: perl
14207            ! sv.c
14208 ____________________________________________________________________________
14209 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
14210         Log: AUTHORS update.
14211      Branch: perl
14212            ! AUTHORS
14213 ____________________________________________________________________________
14214 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
14215         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
14216              (Fix from Craig Berry)
14217      Branch: perl
14218            ! pp_sys.c
14219 ____________________________________________________________________________
14220 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
14221         Log: Subject: [PATCH] configure.com home-grown kill() check
14222              From: "Craig A. Berry" <craigberry@mac.com>
14223              Date: Mon, 18 Mar 2002 13:52:59 -0600
14224              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
14225      Branch: perl
14226            ! configure.com
14227 ____________________________________________________________________________
14228 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
14229         Log: Upgrade to Tie::File 0.50.
14230      Branch: perl
14231            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14232            ! lib/Tie/File/t/32_defer_misc.t
14233 ____________________________________________________________________________
14234 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
14235         Log: AUTHORS updates.
14236      Branch: perl
14237            ! AUTHORS
14238 ____________________________________________________________________________
14239 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
14240         Log: Update Changes.
14241      Branch: perl
14242            ! Changes patchlevel.h
14243 ____________________________________________________________________________
14244 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
14245         Log: OS/390 update.
14246      Branch: perl
14247            ! pod/perldelta.pod
14248 ____________________________________________________________________________
14249 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
14250         Log: Forgot from #15288.
14251      Branch: perl
14252            ! ext/B/B.xs
14253 ____________________________________________________________________________
14254 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
14255         Log: Make regex DEBUGGING faster.
14256      Branch: perl
14257            ! perl.c perl.h regexec.c
14258 ____________________________________________________________________________
14259 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
14260         Log: Undo accidental perl.h part of #15295 (wait for #15297)
14261      Branch: perl
14262            ! perl.h
14263 ____________________________________________________________________________
14264 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
14265         Log: Subject: prefix slip
14266              From: andreas.koenig@anima.de (Andreas J. Koenig)
14267              Date: Mon, 18 Mar 2002 16:24:46 +0100
14268              Message-ID: <m3y9gp3nlt.fsf@anima.de>
14269              
14270              (perl.h part accidental, undone by #15296)
14271      Branch: perl
14272            ! INSTALL perl.h
14273 ____________________________________________________________________________
14274 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
14275         Log: Be tidy.
14276      Branch: perl
14277            ! ext/B/t/xref.t
14278 ____________________________________________________________________________
14279 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
14280         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
14281              From: Spider Boardman <spider@web.zk3.dec.com>
14282              Date: Mon, 18 Mar 2002 10:09:50 -0500
14283              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
14284      Branch: perl
14285            ! README.tru64 hints/dec_osf.sh
14286 ____________________________________________________________________________
14287 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
14288         Log: NetWare tweaks from C Aditya <caditya@novell.com>
14289      Branch: perl
14290            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
14291 ____________________________________________________________________________
14292 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
14293         Log: metaconfig unit change for #15290.
14294      Branch: metaconfig/U/perl
14295            ! perlxv.U
14296 ____________________________________________________________________________
14297 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
14298         Log: Subject: d_nv_preserves_uv_bits
14299              From: Nicholas Clark <nick@unfortu.net>
14300              Date: Thu, 14 Mar 2002 22:24:19 +0000
14301              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
14302      Branch: perl
14303            ! Configure Porting/Glossary Porting/config.sh config_h.SH
14304            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
14305            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14306            ! win32/config.bc win32/config.gc win32/config.vc
14307            ! win32/config.win64
14308 ____________________________________________________________________________
14309 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
14310         Log: Subject: Re: perl@15244
14311              From: Spider Boardman <spider@web.zk3.dec.com>
14312              Date: Mon, 18 Mar 2002 09:38:55 -0500
14313              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
14314              
14315              (IA64 work.)
14316      Branch: perl
14317            ! hints/hpux.sh perl.h
14318 ____________________________________________________________________________
14319 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
14320         Log: Subject: [PATCH B] B::perlstring()
14321              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14322              Date: Sun, 17 Mar 2002 23:06:12 +0100
14323              Message-ID: <20020317230612.A24442@rafael>
14324      Branch: perl
14325            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
14326 ____________________________________________________________________________
14327 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
14328         Log: Subject: [PATCH] another pack "w" thing
14329              From: Nicholas Clark <nick@unfortu.net>
14330              Date: Sat, 16 Mar 2002 21:52:15 +0000
14331              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
14332      Branch: perl
14333            ! pp_pack.c t/op/pack.t
14334 ____________________________________________________________________________
14335 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
14336         Log: More prototypes blindness in Solaris.
14337              (TODO: readdir64_r really needs to be seen.)
14338      Branch: perl
14339            ! hints/solaris_2.sh
14340 ____________________________________________________________________________
14341 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
14342         Log: Integrate perlio;
14343              
14344              Tidy the "does not map" message for non-characters
14345              (e.g. iso-8859-3 "\xA5").
14346      Branch: perl
14347           !> ext/Encode/Encode.xs
14348 ____________________________________________________________________________
14349 [ 15284] By: nick                                  on 2002/03/18  11:00:31
14350         Log: Integrate mainline
14351      Branch: perlio
14352           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14353           +> lib/Tie/File/t/32_defer_misc.t
14354           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
14355           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
14356           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
14357           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
14358           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
14359           !> reentr.pl regexec.c t/op/pat.t util.c
14360 ____________________________________________________________________________
14361 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
14362         Log: Sync with Scalar-List-Utils-1.07
14363      Branch: perl
14364            + ext/List/Util/t/openhan.t
14365            ! MANIFEST ext/List/Util/ChangeLog
14366            ! ext/List/Util/lib/List/Util.pm
14367            ! ext/List/Util/lib/Scalar/Util.pm
14368 ____________________________________________________________________________
14369 [ 15282] By: nick                                  on 2002/03/18  08:11:28
14370         Log: Tidy the "does not map" message for non-characters
14371              (e.g. iso-8859-3 "\xA5").
14372      Branch: perlio
14373            ! ext/Encode/Encode.xs
14374 ____________________________________________________________________________
14375 [ 15281] By: ams                                   on 2002/03/18  04:44:37
14376         Log: URL fix from MJD.
14377      Branch: perl
14378            ! pod/perlfaq3.pod
14379 ____________________________________________________________________________
14380 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
14381         Log: More prototype calming (really should fix the Configure
14382              protochk, but not at this point in time).
14383      Branch: perl
14384            ! hints/solaris_2.sh
14385 ____________________________________________________________________________
14386 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
14387         Log: return at the wrong side of #endif.
14388      Branch: perl
14389            ! util.c
14390 ____________________________________________________________________________
14391 [ 15278] By: ams                                   on 2002/03/17  23:45:31
14392         Log: Typo fix from Stas Bekman.
14393      Branch: perl
14394            ! pod/perlhack.pod
14395 ____________________________________________________________________________
14396 [ 15277] By: ams                                   on 2002/03/17  23:41:35
14397         Log: Upgrade to Tie::File 0.21.
14398      Branch: perl
14399            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14400            + lib/Tie/File/t/32_defer_misc.t
14401            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14402            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
14403            ! lib/Tie/File/t/22_autochomp.t
14404 ____________________________________________________________________________
14405 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
14406         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
14407              character classes use inlined macros instead of the full
14408              function call.
14409      Branch: perl
14410            ! regexec.c
14411 ____________________________________________________________________________
14412 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
14413         Log: Integrate perlio;
14414              
14415              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
14416              
14417              Other :encoding oddities
14418              - we should really pop while we can still make method calls
14419              in case DESTROY does something.
14420              - Provide a no-op DESTROY
14421              - Use SvPV_only() rather than just SvPV_on()
14422      Branch: perl
14423           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14424           !> ext/Encode/lib/Encode/Encoding.pm sv.c
14425 ____________________________________________________________________________
14426 [ 15274] By: nick                                  on 2002/03/17  20:00:12
14427         Log: Other :encoding oddities
14428              - we should really pop while we can still make method calls
14429              in case DESTROY does something.
14430              - Provide a no-op DESTROY
14431              - Use SvPV_only() rather than just SvPV_on()
14432      Branch: perlio
14433            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14434            ! ext/Encode/lib/Encode/Encoding.pm
14435 ____________________________________________________________________________
14436 [ 15273] By: nick                                  on 2002/03/17  19:53:24
14437         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
14438      Branch: perlio
14439            ! sv.c
14440 ____________________________________________________________________________
14441 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
14442         Log: Implement the retry-on-ERANGE for the get*_r().
14443              The buffer will keep doubling until 64k.
14444      Branch: perl
14445            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
14446            ! reentr.h reentr.pl
14447 ____________________________________________________________________________
14448 [ 15271] By: nick                                  on 2002/03/17  17:38:44
14449         Log: Integrate mainline
14450      Branch: perlio
14451           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
14452           +> t/op/pow.t
14453           !> (integrate 28 files)
14454 ____________________________________________________________________________
14455 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
14456         Log: Subject: UTF-8 bug (maybe alreayd known?)
14457              From: andreas.koenig@anima.de (Andreas J. Koenig)
14458              Date: Fri, 08 Mar 2002 16:36:01 +0100
14459              Message-ID: <m3n0xjul5q.fsf@anima.de>
14460      Branch: perl
14461            ! pp_hot.c t/op/pat.t
14462 ____________________________________________________________________________
14463 [ 15269] By: nick                                  on 2002/03/17  09:12:39
14464         Log: Integarate mainline
14465      Branch: perlio
14466           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
14467           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14468           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
14469           !> (integrate 69 files)
14470 ____________________________________________________________________________
14471 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
14472         Log: Subject: SEGV in s/// and UTF-8
14473              From: andreas.koenig@anima.de (Andreas J. Koenig)
14474              Date: Tue, 12 Mar 2002 00:40:09 +0100
14475              Message-ID: <m3r8mqad2e.fsf@anima.de>
14476      Branch: perl
14477            ! regexec.c t/op/pat.t
14478 ____________________________________________________________________________
14479 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
14480         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
14481              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
14482              which assume that 2**someinteger is accurate.
14483      Branch: perl
14484            + t/op/pow.t
14485            ! MANIFEST pp.c t/test.pl
14486 ____________________________________________________________________________
14487 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
14488         Log: _r-ify config.win64, too.
14489      Branch: perl
14490            ! win32/config.win64
14491 ____________________________________________________________________________
14492 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
14493         Log: Better place to initialize (IRIX cc noticed that
14494              the many "goto defchars" bypass the initialization)
14495      Branch: perl
14496            ! regcomp.c
14497 ____________________________________________________________________________
14498 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
14499         Log: If not building threaded, never mind the threaded prototypes.
14500      Branch: perl
14501            ! Configure reentr.pl
14502 ____________________________________________________________________________
14503 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
14504         Log: metaconfig: If not using threads, not point probing for the
14505              prototypes (since they might be hidden behind many defines
14506              we won't have if not building threaded)
14507      Branch: metaconfig
14508            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14509            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14510            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14511            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14512            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14513            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14514            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14515            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14516            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14517            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14518            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14519            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14520            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14521            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14522            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14523            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14524            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14525            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14526            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14527            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14528            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14529            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14530            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14531            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14532 ____________________________________________________________________________
14533 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
14534         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
14535      Branch: perl
14536            ! hints/freebsd.sh
14537 ____________________________________________________________________________
14538 [ 15261] By: ams                                   on 2002/03/16  18:14:04
14539         Log: Upgrade to Tie::File 0.20.
14540      Branch: perl
14541            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
14542            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14543            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
14544            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
14545            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
14546            ! lib/Tie/File/t/11_rv_splice_rs.t
14547            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
14548            ! lib/Tie/File/t/16_handle.t
14549 ____________________________________________________________________________
14550 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
14551         Log: There seems to be a trend for the *time_r to be hidden.
14552      Branch: perl
14553            ! hints/irix_6.sh
14554 ____________________________________________________________________________
14555 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
14556         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
14557              From: Stas Bekman <stas@stason.org>
14558              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
14559              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
14560      Branch: perl
14561            ! lib/Pod/Html.pm
14562 ____________________________________________________________________________
14563 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
14564         Log: Subject: [PATCH] Re: dumpvar.pl bug
14565              From: Peter Scott <Peter@PSDT.com>
14566              Date: Fri, 15 Mar 2002 18:19:21 -0800
14567              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
14568      Branch: perl
14569            ! lib/dumpvar.pl lib/perl5db.pl
14570 ____________________________________________________________________________
14571 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
14572         Log: More paranoid _r protochecking.  At least Tru64 and
14573              Linux need additional hinting help to believe that
14574              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
14575              to see what goes bang.
14576      Branch: perl
14577            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
14578            ! reentr.pl
14579 ____________________________________________________________________________
14580 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
14581         Log: metaconfig: more paranoid _r protochecking.
14582      Branch: metaconfig
14583            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14584            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14585            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14586            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14587            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14588            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14589            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14590            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14591            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14592            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14593            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14594            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14595            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14596            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14597            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14598            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14599            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14600            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14601            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14602            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14603            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14604            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14605            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14606            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14607 ____________________________________________________________________________
14608 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
14609         Log: HP-UX gcc 3 warnings found by Sarathy.
14610      Branch: perl
14611            ! regcomp.c sv.c
14612 ____________________________________________________________________________
14613 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
14614         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
14615              From: Slaven Rezic <slaven.rezic@berlin.de>
14616              Date: 16 Mar 2002 15:29:18 +0100
14617              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
14618      Branch: perl
14619            ! pod/perldelta.pod
14620 ____________________________________________________________________________
14621 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
14622         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
14623      Branch: perl
14624            ! Porting/findrfuncs reentr.h reentr.pl
14625 ____________________________________________________________________________
14626 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
14627         Log: UIN32_MAX with borken under HP-UX+gcc
14628      Branch: perl
14629            ! handy.h
14630 ____________________________________________________________________________
14631 [ 15251] By: ams                                   on 2002/03/16  02:38:08
14632         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
14633              *::DESTROY() is deprecated
14634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14635              Date: Thu, 14 Mar 2002 18:39:22 -0500
14636              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
14637              
14638              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
14639              *::DESTROY() is deprecated
14640              From: Dave Mitchell <davem@fdgroup.com>
14641              Date: Fri, 15 Mar 2002 19:22:49 +0000
14642              Message-Id: <20020315192249.A22389@fdgroup.com>
14643      Branch: perl
14644            ! gv.c t/op/method.t
14645 ____________________________________________________________________________
14646 [ 15250] By: ams                                   on 2002/03/16  02:14:41
14647         Log: Plural nit.
14648      Branch: perl
14649            ! pod/perldelta.pod
14650 ____________________________________________________________________________
14651 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
14652         Log: Doesn't make sense to test for protos if the
14653              functions are not to be used (!= functions exist!)
14654              This might be the key (well, a key) to the HP-UX
14655              problems.
14656      Branch: perl
14657            ! reentr.h reentr.pl
14658 ____________________________________________________________________________
14659 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
14660         Log: Typo in #15247.
14661      Branch: perl
14662            ! hints/hpux.sh
14663 ____________________________________________________________________________
14664 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
14665         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
14666              in HP-UX (from H.Merijn Brand)
14667      Branch: perl
14668            ! hints/hpux.sh
14669 ____________________________________________________________________________
14670 [ 15246] By: ams                                   on 2002/03/15  17:53:23
14671         Log: Subject: minor corrections in perldelta.pod
14672              From: mjd@plover.com
14673              Date: 15 Mar 2002 18:48:42 -0000
14674              Message-Id: <20020315184842.13573.qmail@plover.com>
14675      Branch: perl
14676            ! pod/perldelta.pod
14677 ____________________________________________________________________________
14678 [ 15245] By: ams                                   on 2002/03/15  17:37:52
14679         Log: Upgrade to Tie::File 0.19.
14680      Branch: perl
14681            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
14682            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14683            + lib/Tie/File/t/21_win32.t
14684            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
14685            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
14686            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
14687            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
14688            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
14689            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
14690            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
14691            ! lib/Tie/File/t/17_misc_meth.t
14692 ____________________________________________________________________________
14693 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
14694         Log: Update Changes.
14695      Branch: perl
14696            ! Changes patchlevel.h
14697 ____________________________________________________________________________
14698 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
14699         Log: Forgot from #15241.
14700      Branch: perl
14701            ! win32/config_sh.PL
14702 ____________________________________________________________________________
14703 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
14704         Log: Subject: patch pod/perltodo.pod
14705              From: mjd@plover.com
14706              Date: 15 Mar 2002 15:42:18 -0000
14707              Message-ID: <20020315154218.10163.qmail@plover.com>
14708              
14709              (With s/WANT/Want/)
14710      Branch: perl
14711            ! pod/perltodo.pod
14712 ____________________________________________________________________________
14713 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
14714         Log: Subject: [PATCH bleadperl] (revision 5 undef)
14715              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14716              Date: Fri, 15 Mar 2002 00:39:48 +0100
14717              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
14718      Branch: perl
14719            ! win32/config.bc win32/config.gc win32/config.vc
14720            ! win32/config.win64
14721 ____________________________________________________________________________
14722 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
14723         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
14724              From: Michael G Schwern <schwern@pobox.com>
14725              Date: Thu, 14 Mar 2002 16:39:29 -0500
14726              Message-ID: <20020314213929.GA2912@blackrider>
14727      Branch: perl
14728            ! lib/perl5db.pl
14729 ____________________________________________________________________________
14730 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
14731         Log: Integrate perlio.
14732      Branch: perl
14733           !> embed.fnc ext/Encode/t/JP.t
14734 ____________________________________________________________________________
14735 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
14736         Log: Monster _r patch: try to scan for all known _r variants,
14737              and then use them (under ithreads).  May fail in HP-UX,
14738              and the op/groups is known to be fickle everywhere.  Known
14739              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
14740              warnings in AIX since the first arguments of getnetbyaddr
14741              and getnetbyadd_r are of different types.  Thanks, IBM.)
14742              
14743              In non-Configure platforms deny the existence of any
14744              of the _r thingies.  (Also add the recently introduced
14745              d_tm_* to places it wasn't already in.)
14746              
14747              TODO: the suggested glibc buffer growth retry loop in case
14748              some entries (at least for: gr*, host*) are big.
14749              Forgot win32/config.win64.
14750      Branch: perl
14751            + reentr.c reentr.h reentr.pl
14752            ! Configure MANIFEST Makefile.SH NetWare/Makefile
14753            ! NetWare/config.wc Porting/Glossary Porting/config.sh
14754            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
14755            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
14756            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
14757            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
14758            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
14759            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
14760            ! win32/config.bc win32/config.gc win32/config.vc
14761            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
14762 ____________________________________________________________________________
14763 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
14764         Log: Be more explicit on when is the $! worth anything.
14765      Branch: perl
14766            ! pod/perlvar.pod
14767 ____________________________________________________________________________
14768 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
14769         Log: metaconfig: _r _r we go.
14770      Branch: metaconfig
14771            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14772            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14773            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14774            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14775            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14776            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14777            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14778            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14779            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14780            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14781            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14782            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14783            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14784            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14785            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14786            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14787            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14788            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14789            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14790            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14791            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14792            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14793            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14794            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14795 ____________________________________________________________________________
14796 [ 15235] By: nick                                  on 2002/03/15  07:31:54
14797         Log: Add the binmode()s to make JP.t pass on Win32
14798      Branch: perlio
14799            ! ext/Encode/t/JP.t
14800 ____________________________________________________________________________
14801 [ 15234] By: nick                                  on 2002/03/15  07:20:49
14802         Log: Integrate perlio
14803      Branch: perl
14804           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
14805 ____________________________________________________________________________
14806 [ 15233] By: nick                                  on 2002/03/15  07:18:02
14807         Log: Mark JP.t's data files as binary
14808      Branch: perlio
14809            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
14810 ____________________________________________________________________________
14811 [ 15232] By: nick                                  on 2002/03/15  07:13:38
14812         Log: Integrate mainline
14813      Branch: perlio
14814           +> ext/B/t/xref.t
14815           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
14816           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
14817           !> perl.c t/op/arith.t
14818 ____________________________________________________________________________
14819 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
14820         Log: The section needs to be in the makedepend script
14821              (from Jan-Erik Karlsson).
14822      Branch: perl
14823            ! makedepend.SH
14824 ____________________________________________________________________________
14825 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
14826         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
14827              From: Nicholas Clark <nick@unfortu.net>
14828              Date: Thu, 14 Mar 2002 23:05:23 +0000
14829              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
14830      Branch: perl
14831            ! ext/Safe/safe2.t
14832 ____________________________________________________________________________
14833 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
14834         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
14835              From: "Brent Dax" <brentdax@cpan.org>
14836              Date: Thu, 14 Mar 2002 09:08:41 -0800
14837              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
14838      Branch: perl
14839            ! lib/Pod/Html.pm
14840 ____________________________________________________________________________
14841 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
14842         Log: metaconfig: one round again for the _r.
14843      Branch: metaconfig
14844            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14845            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14846            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14847            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14848            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14849            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14850            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14851            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14852            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14853            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14854            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14855            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14856            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14857            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14858            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14859            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14860            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14861            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14862            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14863            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14864            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14865            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14866            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14867            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14868 ____________________________________________________________________________
14869 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
14870         Log: metaconfig: new round of the _r units.
14871      Branch: metaconfig
14872            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14873            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14874            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14875            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14876            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14877            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14878            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14879            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14880            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14881            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14882            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14883            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14884            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14885            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14886            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14887            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14888            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14889            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14890            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14891            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14892            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14893            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14894            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14895            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14896      Branch: metaconfig/U/perl
14897            + i_crypt.U
14898 ____________________________________________________________________________
14899 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
14900         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
14901              From: Paul_GreenVOS@vos.stratus.com
14902              Date: Tue, 12 Mar 02 19:22 est   
14903              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
14904      Branch: perl
14905            ! lib/Benchmark.t t/op/arith.t
14906 ____________________________________________________________________________
14907 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
14908         Log: Subject: Re: Win32: C:\Program Files
14909              From: "Ken Williams" <ken@mathforum.org>
14910              Date: Wed, 13 Mar 2002 17:50:59 -0600
14911              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
14912              
14913              Add -t to perl -h.
14914      Branch: perl
14915            ! perl.c
14916 ____________________________________________________________________________
14917 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
14918         Log: Extra paranoia from Nick Clark.
14919      Branch: perl
14920            ! ext/Safe/safe2.t
14921 ____________________________________________________________________________
14922 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
14923         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
14924              From: Nicholas Clark <nick@ccl4.org>
14925              Date: Wed, 13 Mar 2002 14:22:50 +0000
14926              Message-ID: <20020313142250.G92566@plum.flirble.org>
14927      Branch: perl
14928            ! ext/Safe/safe2.t
14929 ____________________________________________________________________________
14930 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
14931         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
14932              From: <slaven.rezic@berlin.de>
14933              Date: Tue, 12 Mar 2002 13:03:41 +0100      
14934              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
14935      Branch: perl
14936            ! Makefile.SH
14937 ____________________________________________________________________________
14938 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
14939         Log: Subject: [PATCH] a test for B::Xref
14940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14941              Date: Wed, 13 Mar 2002 17:18:57 +0100
14942              Message-ID: <20020313171857.F1144@rafael>
14943      Branch: perl
14944            + ext/B/t/xref.t
14945            ! MANIFEST ext/B/B/Xref.pm
14946 ____________________________________________________________________________
14947 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
14948         Log: Subject: [PATCH] Exporter.pm POD fixups
14949              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14950              Date: Wed, 13 Mar 2002 16:21:42 +0100
14951              Message-ID: <20020313162142.A1144@rafael>
14952      Branch: perl
14953            ! lib/Exporter.pm
14954 ____________________________________________________________________________
14955 [ 15219] By: nick                                  on 2002/03/14  07:00:16
14956         Log: Integrate mainline
14957      Branch: perlio
14958           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
14959 ____________________________________________________________________________
14960 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
14961         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
14962              From: Michael G Schwern <schwern@pobox.com>
14963              Date: Wed, 13 Mar 2002 17:43:00 -0500
14964              Message-ID: <20020313224300.GG3311@blackrider>
14965      Branch: perl
14966            ! lib/ExtUtils/MM_VMS.pm
14967 ____________________________________________________________________________
14968 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
14969         Log: Pod tweak.
14970      Branch: perl
14971            ! lib/open.pm
14972 ____________________________________________________________________________
14973 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
14974         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
14975              From: "Craig A. Berry" <craigberry@mac.com>
14976              Date: Wed, 13 Mar 2002 01:44:01 -0600
14977              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
14978      Branch: perl
14979            ! vms/descrip_mms.template
14980 ____________________________________________________________________________
14981 [ 15215] By: nick                                  on 2002/03/13  08:08:36
14982         Log: Integrate mainline.
14983      Branch: perlio
14984           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
14985            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
14986            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
14987            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
14988            - ext/Data/Util/t/Hash.t
14989           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
14990           !> ext/Encode/lib/Encode/CN/HZ.pm
14991           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14992           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
14993           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
14994           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14995           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
14996           !> t/op/override.t toke.c universal.c
14997 ____________________________________________________________________________
14998 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
14999         Log: metaconfig: three guesses.
15000      Branch: metaconfig
15001            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15002            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15003            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15004            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15005            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15006            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15007            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15008            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15009            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15010            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15011            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15012            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15013            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15014            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15015            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15016            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15017            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15018            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15019            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15020            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15021            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15022            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15023            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15024            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15025 ____________________________________________________________________________
15026 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
15027         Log: metaconfig: regen _r units again.
15028      Branch: metaconfig
15029            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15030            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15031            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15032            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15033            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15034            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15035            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15036            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15037            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15038            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15039            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15040            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15041            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15042            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15043            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15044            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15045            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15046            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15047            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15048            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15049            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15050            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15051            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15052            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15053 ____________________________________________________________________________
15054 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
15055         Log: metaconfig: regen _r units.
15056      Branch: metaconfig
15057            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
15058            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15059            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15060            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15061            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15062            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15063            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15064            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15065            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15066            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15067            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15068            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15069            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15070            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15071            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15072            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15073            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15074            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15075            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15076            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15077            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15078            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15079            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15080            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15081            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15082 ____________________________________________________________________________
15083 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
15084         Log: metaconfig unit tweaks.
15085      Branch: metaconfig
15086            + U/threads/d_setprotoent_r.U
15087            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
15088            ! U/threads/d_tmpnam_r.U
15089 ____________________________________________________________________________
15090 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
15091         Log: metaconfig: replace the _r units with autogenerated ones.
15092      Branch: metaconfig
15093            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15094            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
15095            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15096            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
15097            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
15098            + U/threads/d_getprotobyname_r.U
15099            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15100            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
15101            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
15102            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15103            + U/threads/d_setservent_r.U
15104            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
15105            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
15106            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
15107            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
15108            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
15109            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
15110            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
15111            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
15112            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
15113            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15114            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15115            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15116            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
15117            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15118            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
15119            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
15120            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15121            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15122            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15123            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
15124            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
15125            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
15126            ! U/threads/d_ttyname_r.U
15127 ____________________________________________________________________________
15128 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
15129         Log: More known threadsafings.
15130      Branch: perl
15131            ! Porting/findrfuncs
15132 ____________________________________________________________________________
15133 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
15134         Log: Small tweaks.
15135      Branch: perl
15136            ! lib/Internals.t universal.c
15137 ____________________________________________________________________________
15138 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
15139         Log: VERSIONize.
15140      Branch: perl
15141            ! ext/Encode/lib/Encode/CN/HZ.pm
15142            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15143            ! ext/Encode/lib/Encode/JP/JIS.pm
15144 ____________________________________________________________________________
15145 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
15146         Log: Subject: perl datastructure conversion shortcuts for DDD
15147              From: Stas Bekman <stas@stason.org>
15148              Date: Mon, 11 Mar 2002 14:54:31 +0800
15149              Message-ID: <3C8C54A7.5020502@stason.org>
15150      Branch: perl
15151            ! pod/perlhack.pod
15152 ____________________________________________________________________________
15153 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
15154         Log: Regen modlib.
15155      Branch: perl
15156            ! pod/perlmodlib.pod
15157 ____________________________________________________________________________
15158 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
15159         Log: Regen toc.
15160      Branch: perl
15161            ! pod/perltoc.pod
15162 ____________________________________________________________________________
15163 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
15164         Log: Tiny pod tweaks.
15165      Branch: perl
15166            ! lib/Hash/Util.pm
15167 ____________________________________________________________________________
15168 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
15169         Log: perldeltaize Hash::Util.
15170      Branch: perl
15171            ! pod/perldelta.pod
15172 ____________________________________________________________________________
15173 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
15174         Log: Move the readonly interface back to universal.c,
15175              (new name: Internals::SvREADONLY), remove Data::Util,
15176              move Hash::Util to lib, also introduce refcnt interface
15177              (Internals::SvREFCNT).     Make both the new interfaces
15178              to be more sane so that if they set the value, they return
15179              the new value, not the old one.
15180      Branch: perl
15181            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
15182            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15183            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15184            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15185            - ext/Data/Util/t/Hash.t
15186            ! MANIFEST ext/B/t/stash.t universal.c
15187 ____________________________________________________________________________
15188 [ 15200] By: ams                                   on 2002/03/12  15:16:05
15189         Log: Subject: Disambiguate "Can't locate"
15190              From: Mike Guy <mjtg@cam.ac.uk>
15191              Date: Tue, 12 Mar 2002 16:04:23 +0000
15192              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
15193      Branch: perl
15194            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15195            ! pp_ctl.c t/op/override.t
15196 ____________________________________________________________________________
15197 [ 15199] By: ams                                   on 2002/03/12  15:04:43
15198         Log: Subject: [PATCH] perl/lib/File/stat.t
15199              From: Paul_GreenVOS@vos.stratus.com
15200              Date: Tue, 12 Mar 02 11:00 est
15201              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
15202      Branch: perl
15203            ! lib/File/stat.t
15204 ____________________________________________________________________________
15205 [ 15198] By: ams                                   on 2002/03/12  15:00:44
15206         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
15207              From: Robin Barker <rmb1@cise.npl.co.uk>
15208              Date: Tue, 12 Mar 2002 13:31:58 GMT
15209              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
15210      Branch: perl
15211            ! pod/perlfunc.pod
15212 ____________________________________________________________________________
15213 [ 15197] By: ams                                   on 2002/03/12  14:57:34
15214         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
15215              From: "Clinton A. Pierce" <clintp@geeksalad.org>
15216              Date: Tue, 12 Mar 2002 10:11:53 -0500
15217              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
15218      Branch: perl
15219            ! toke.c
15220 ____________________________________________________________________________
15221 [ 15196] By: nick                                  on 2002/03/12  13:40:35
15222         Log: Integrate mainline
15223      Branch: perlio
15224           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15225           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15226           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15227           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
15228            - t/lib/access.t
15229           !> (integrate 96 files)
15230 ____________________________________________________________________________
15231 [ 15195] By: nick                                  on 2002/03/12  06:08:24
15232         Log: Integrate mainline (a while ago)
15233      Branch: perlio
15234           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
15235           +> ext/Encode/t/TW.t
15236            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
15237            - ext/Encode/lib/Encode/Tcl/HanZi.pm
15238            - ext/I18N/Langinfo/fallback.c
15239           !> (integrate 80 files)
15240 ____________________________________________________________________________
15241 [ 15194] By: ams                                   on 2002/03/12  06:02:20
15242         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
15243              From: Jonathan Stowe <gellyfish@gellyfish.com>
15244              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
15245              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
15246      Branch: perl
15247            ! ext/Encode/CN/Makefile.PL
15248 ____________________________________________________________________________
15249 [ 15193] By: ams                                   on 2002/03/12  05:55:07
15250         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
15251              From: Dave Mitchell <davem@fdgroup.co.uk>
15252              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
15253              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
15254      Branch: perl
15255            ! pod/perlguts.pod
15256 ____________________________________________________________________________
15257 [ 15192] By: ams                                   on 2002/03/12  05:50:08
15258         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
15259              From: Anton Tagunov <tagunov@motor.ru>
15260              Date: Tue, 12 Mar 2002 01:40:58 +0300
15261              Message-Id: <1194068830.20020312014058@motor.ru>
15262              (Applied with tweaks.)
15263      Branch: perl
15264            ! lib/utf8.pm
15265 ____________________________________________________________________________
15266 [ 15191] By: ams                                   on 2002/03/12  05:42:21
15267         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
15268              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15269              Date: Sun, 10 Mar 2002 22:10:15 +0100
15270              Message-Id: <3C8BD9C7.13988.73992D@localhost>
15271      Branch: perl
15272            ! iperlsys.h
15273 ____________________________________________________________________________
15274 [ 15190] By: ams                                   on 2002/03/12  05:38:08
15275         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
15276              From: Anton Tagunov <tagunov@motor.ru>
15277              Date: Mon, 11 Mar 2002 23:27:47 +0300
15278              Message-Id: <19414222180.20020311232747@motor.ru>
15279      Branch: perl
15280            ! pod/perlsub.pod
15281 ____________________________________________________________________________
15282 [ 15189] By: ams                                   on 2002/03/12  05:34:49
15283         Log: Subject: minor patch for comment in utfebcdic.h
15284              From: Anton Tagunov <tagunov@motor.ru>
15285              Date: Tue, 12 Mar 2002 00:20:21 +0300
15286              Message-Id: <13817376786.20020312002021@motor.ru>
15287      Branch: perl
15288            ! utfebcdic.h
15289 ____________________________________________________________________________
15290 [ 15188] By: ams                                   on 2002/03/12  05:32:30
15291         Log: Subject: [PATCH ?] B::Xref improvements
15292              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15293              Date: Mon, 11 Mar 2002 23:32:20 +0100
15294              Message-Id: <20020311233220.A12677@rafael>
15295      Branch: perl
15296            ! ext/B/B/Xref.pm
15297 ____________________________________________________________________________
15298 [ 15187] By: ams                                   on 2002/03/12  05:30:02
15299         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
15300              From: Paul_GreenVOS@vos.stratus.com
15301              Date: Mon, 11 Mar 02 17:23 est
15302              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
15303      Branch: perl
15304            ! lib/ExtUtils/MM_Unix.pm
15305 ____________________________________________________________________________
15306 [ 15186] By: ams                                   on 2002/03/12  05:27:06
15307         Log: Subject: [PATCH] installperl - minor untangle for VOS
15308              From: Paul_GreenVOS@vos.stratus.com
15309              Date: Mon, 11 Mar 02 17:05 est
15310              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
15311      Branch: perl
15312            ! installperl
15313 ____________________________________________________________________________
15314 [ 15185] By: ams                                   on 2002/03/12  05:25:59
15315         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
15316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15317              Date: Mon, 11 Mar 2002 22:37:39 +0100
15318              Message-Id: <20020311223739.A691@rafael>
15319      Branch: perl
15320            ! ext/B/B/Deparse.pm
15321 ____________________________________________________________________________
15322 [ 15184] By: ams                                   on 2002/03/12  05:20:54
15323         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
15324              From: Michael G Schwern <schwern@pobox.com>
15325              Date: Tue, 12 Mar 2002 01:12:08 -0500
15326              Message-Id: <20020312061208.GD904@blackrider>
15327      Branch: perl
15328            ! hints/netbsd.sh
15329 ____________________________________________________________________________
15330 [ 15183] By: ams                                   on 2002/03/12  04:12:30
15331         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15332              From: Autrijus Tang <autrijus@autrijus.org>
15333              Date: Tue, 12 Mar 2002 13:05:53 +0800
15334              Message-Id: <20020312050553.GA7864@not.autrijus.org>
15335              (Only doc hunk applied, supplementing #15182.)
15336      Branch: perl
15337            ! ext/Encode/Encode.pm
15338 ____________________________________________________________________________
15339 [ 15182] By: ams                                   on 2002/03/12  04:04:34
15340         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15341              From: Autrijus Tang <autrijus@autrijus.org>
15342              Date: Tue, 12 Mar 2002 12:56:46 +0800
15343              Message-Id: <20020312045646.GA7689@not.autrijus.org>
15344              (Private mail.)
15345      Branch: perl
15346            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
15347 ____________________________________________________________________________
15348 [ 15181] By: ams                                   on 2002/03/12  03:09:20
15349         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15350              From: Autrijus Tang <autrijus@autrijus.org>
15351              Date: Tue, 12 Mar 2002 11:55:06 +0800
15352              Message-Id: <20020312035506.GA6946@not.autrijus.org>
15353      Branch: perl
15354            ! ext/Encode/Encode.pm
15355 ____________________________________________________________________________
15356 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
15357         Log: Deypo.
15358      Branch: metaconfig
15359            ! U/threads/d_asctime_r.U
15360 ____________________________________________________________________________
15361 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
15362         Log: FAQ sync.
15363      Branch: perl
15364            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15365            ! pod/perlfaq4.pod pod/perlfaq5.pod
15366 ____________________________________________________________________________
15367 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
15368         Log: The test needs perlio.
15369      Branch: perl
15370            ! lib/open.t
15371 ____________________________________________________________________________
15372 [ 15177] By: ams                                   on 2002/03/11  15:41:08
15373         Log: Subject: perlreftut update
15374              From: Mark-Jason Dominus <mjd@plover.com>
15375              Date: Mon, 11 Mar 2002 11:36:27 -0500
15376              Message-Id: <20020311163627.31020.qmail@plover.com>
15377      Branch: perl
15378            ! pod/perlreftut.pod
15379 ____________________________________________________________________________
15380 [ 15176] By: ams                                   on 2002/03/11  15:35:24
15381         Log: Subject: Minor correction in perlfaq5
15382              From: mjd@plover.com
15383              Date: 11 Mar 2002 16:34:22 -0000
15384              Message-Id: <20020311163422.30963.qmail@plover.com>
15385      Branch: perl
15386            ! pod/perlfaq5.pod
15387 ____________________________________________________________________________
15388 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
15389         Log: number of skipped tests was incorrect
15390      Branch: perl
15391            ! t/op/stat.t
15392 ____________________________________________________________________________
15393 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
15394         Log: remove doubled CRs
15395      Branch: perl
15396            ! win32/Makefile
15397 ____________________________________________________________________________
15398 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
15399         Log: Update Changes.
15400      Branch: perl
15401            ! Changes patchlevel.h
15402 ____________________________________________________________________________
15403 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
15404         Log: Regen toc.
15405      Branch: perl
15406            ! pod/perltoc.pod
15407 ____________________________________________________________________________
15408 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
15409         Log: Add t/CN.t and t/TW.t; re-sort.
15410      Branch: perl
15411            ! ext/Encode/MANIFEST
15412 ____________________________________________________________________________
15413 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
15414         Log: Document what to do if one yearns back to
15415              the old legacy encoding.
15416      Branch: perl
15417            ! lib/encoding.pm
15418 ____________________________________________________________________________
15419 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
15420         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
15421              as general purpose encoding transformation interfaces
15422              since that's not what they are.
15423      Branch: perl
15424            ! lib/utf8.pm pod/perlunicode.pod sv.c
15425 ____________________________________________________________________________
15426 [ 15168] By: ams                                   on 2002/03/11  12:54:16
15427         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
15428              warnings
15429              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15430              Date: Mon, 11 Mar 2002 14:35:22 +0100
15431              Message-Id: <20020311143522.A7431@rafael>
15432      Branch: perl
15433            ! t/lib/warnings/pp_sys
15434 ____________________________________________________________________________
15435 [ 15167] By: ams                                   on 2002/03/11  04:57:20
15436         Log: A little commonsense is better than 1_compile.
15437      Branch: perl
15438            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
15439 ____________________________________________________________________________
15440 [ 15166] By: ams                                   on 2002/03/11  04:53:50
15441         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
15442              From: Michael G Schwern <schwern@pobox.com>
15443              Date: Sun, 10 Mar 2002 13:27:12 -0500
15444              Message-Id: <20020310182712.GC693@blackrider>
15445              
15446              Subject: [PATCH] Hash::Util part 2
15447              From: Michael G Schwern <schwern@pobox.com>
15448              Date: Sun, 10 Mar 2002 15:09:34 -0500
15449              Message-Id: <20020310200934.GB27112@blackrider>
15450              
15451              Subject: [PATCH] Hash::Util MANIFEST correction
15452              From: Michael G Schwern <schwern@pobox.com>
15453              Date: Sun, 10 Mar 2002 16:27:07 -0500
15454              Message-Id: <20020310212707.GF27112@blackrider>
15455              
15456              (Also changes find.t and taint.t, which were looking for access.t)
15457      Branch: perl
15458            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15459            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15460            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15461            + ext/Data/Util/t/Hash.t
15462            - t/lib/access.t
15463            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
15464            ! pod/perldiag.pod pod/perltodo.pod universal.c
15465 ____________________________________________________________________________
15466 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
15467         Log: metaconfig: more thready fixes.
15468      Branch: metaconfig
15469            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
15470            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
15471            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
15472            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
15473            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
15474            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
15475            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15476            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
15477            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
15478 ____________________________________________________________________________
15479 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
15480         Log: Skip obsoleted interfaces.
15481      Branch: perl
15482            ! Porting/findrfuncs
15483 ____________________________________________________________________________
15484 [ 15162] By: ams                                   on 2002/03/11  03:48:14
15485         Log: Typo fixes.
15486      Branch: perl
15487            ! perl.c
15488 ____________________________________________________________________________
15489 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
15490         Log: Upgrade to Locale::Codes 2.02.
15491      Branch: perl
15492            + lib/Locale/Codes/t/rename.t
15493            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15494            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
15495            ! lib/Locale/Country.pod
15496 ____________________________________________________________________________
15497 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
15498         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
15499              From: Nicholas Clark <nick@unfortu.net>
15500              Date: Sun, 10 Mar 2002 18:17:50 +0000
15501              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
15502              
15503              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
15504              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15505              Date: Sun, 10 Mar 2002 13:53:34 -0800
15506              Message-ID: <eX9i8gzkg26G092yn@efn.org>
15507              
15508              (and reenable the feature in freebsd,
15509              and move the freebsd pr url to perl.c)
15510      Branch: perl
15511            ! hints/freebsd.sh perl.c pod/perldelta.pod
15512 ____________________________________________________________________________
15513 [ 15159] By: ams                                   on 2002/03/11  03:34:13
15514         Log: Subject: [PATCH stash.t] access::readonly is gone
15515              From: Michael G Schwern <schwern@pobox.com>
15516              Date: Sun, 10 Mar 2002 16:18:14 -0500
15517              Message-Id: <20020310211813.GE27112@blackrider>
15518      Branch: perl
15519            ! ext/B/t/stash.t
15520 ____________________________________________________________________________
15521 [ 15158] By: ams                                   on 2002/03/11  03:28:04
15522         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
15523              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15524              Date: Sun, 10 Mar 2002 22:10:15 +0100
15525              Message-Id: <3C8BD9C7.610.7398DD@localhost>
15526      Branch: perl
15527            ! lib/Net/Ping/t/110_icmp_inst.t
15528 ____________________________________________________________________________
15529 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
15530         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
15531              From: Michael G Schwern <schwern@pobox.com>
15532              Date: Sun, 10 Mar 2002 19:22:33 -0500
15533              Message-ID: <20020311002233.GE4927@blackrider>
15534      Branch: perl
15535            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
15536            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
15537            ! lib/Test/Simple/t/fail-more.t
15538 ____________________________________________________________________________
15539 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
15540         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
15541              From: Michael G Schwern <schwern@pobox.com>
15542              Date: Sun, 10 Mar 2002 17:14:10 -0500
15543              Message-ID: <20020310221410.GA4915@blackrider>
15544      Branch: perl
15545            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
15546            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
15547 ____________________________________________________________________________
15548 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
15549         Log: Subject: [PATCH] more warnings tidyup
15550              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15551              Date: Sun, 10 Mar 2002 21:01:39 -0000
15552              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
15553      Branch: perl
15554            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
15555            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
15556            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
15557            ! util.c
15558 ____________________________________________________________________________
15559 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
15560         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
15561              From: Nicholas Clark <nick@unfortu.net>
15562              Date: Sun, 10 Mar 2002 23:21:07 +0000
15563              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
15564      Branch: perl
15565            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
15566            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
15567            ! ext/Encode/TW/Makefile.PL
15568 ____________________________________________________________________________
15569 [ 15153] By: ams                                   on 2002/03/11  03:06:59
15570         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
15571              From: Max Baker <max@warped.org>
15572              Date: Fri, 8 Mar 2002 10:56:19 -0800
15573              Message-Id: <20020308105619.A15039@warped.org>
15574      Branch: perl
15575            ! ext/IO/lib/IO/Socket/INET.pm
15576 ____________________________________________________________________________
15577 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
15578         Log: Subject: [PATCH] spelling correction
15579              From: Nicholas Clark <nick@unfortu.net>
15580              Date: Sun, 10 Mar 2002 18:34:42 +0000
15581              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
15582      Branch: perl
15583            ! pp.c pp_hot.c
15584 ____________________________________________________________________________
15585 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
15586         Log: DG/UX updates from Takis Psarogiannakopoulos.
15587      Branch: perl
15588            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
15589 ____________________________________________________________________________
15590 [ 15150] By: ams                                   on 2002/03/11  03:02:47
15591         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
15592              From: Chris Nandor <pudge@pobox.com>
15593              Date: Mon, 04 Mar 2002 17:48:12 -0500
15594              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
15595      Branch: perl
15596            ! lib/DB.pm lib/perl5db.pl
15597 ____________________________________________________________________________
15598 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
15599         Log: metaconfig unit changes in preparation of reentrancy changes.
15600      Branch: metaconfig
15601            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
15602            + U/threads/d_ttyname_r.U
15603            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
15604            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
15605            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
15606            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
15607            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15608            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
15609            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15610            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
15611            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
15612            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
15613            ! U/threads/d_strerror_r.U
15614 ____________________________________________________________________________
15615 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
15616         Log: Mysterious characters.
15617      Branch: perl
15618            ! utf8.h
15619 ____________________________________________________________________________
15620 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
15621         Log: Unused.
15622      Branch: perl
15623            ! op.c
15624 ____________________________________________________________________________
15625 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
15626         Log: Implement :std subpragma of the open pragma
15627              that makes the standard filehandles to talk in
15628              encodings.  This change set off a weird warning
15629              from op.c, though: disabled it now until someone
15630              who knows what it is about comes along.
15631      Branch: perl
15632            ! lib/open.pm op.c
15633 ____________________________________________________________________________
15634 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
15635         Log: Document the logic of :locale better.
15636      Branch: perl
15637            ! lib/open.pm
15638 ____________________________________________________________________________
15639 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
15640         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
15641              From: Slaven Rezic <slaven.rezic@berlin.de>
15642              Date: 10 Mar 2002 02:49:17 +0100
15643              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
15644      Branch: perl
15645            ! hints/freebsd.sh
15646 ____________________________________________________________________________
15647 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
15648         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
15649              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15650              Date: Sun, 10 Mar 2002 17:08:54 +0900
15651              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
15652      Branch: perl
15653            ! ext/Encode/lib/Encode/Tcl.pm
15654            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15655            ! ext/Encode/lib/Encode/Tcl/Extended.pm
15656            ! ext/Encode/lib/Encode/Tcl/Table.pm
15657 ____________________________________________________________________________
15658 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
15659         Log: The patch does the following:
15660              - Nix the unneccessary diagnostics line
15661              - Quell -w warnings if the first ENV doesn't exist
15662              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
15663              is too baroque and bloated for daily use (and for perl core inclusion).
15664              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
15665              non-fatal.
15666              - Consequently, the ^OPEN bits is set only when needed.
15667      Branch: perl
15668            ! lib/open.pm
15669 ____________________________________________________________________________
15670 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
15671         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
15672      Branch: perl
15673            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
15674 ____________________________________________________________________________
15675 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
15676         Log: Precedence problem.
15677      Branch: perl
15678            ! ext/Socket/socketpair.t
15679 ____________________________________________________________________________
15680 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
15681         Log: Renaming tweaks, and split off the reentrant "superbuffer"
15682              init routine.
15683      Branch: perl
15684            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
15685            ! sv.c util.c
15686 ____________________________________________________________________________
15687 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
15688         Log: The 7-bit jis seems to be the hanging one.
15689      Branch: perl
15690            ! ext/Encode/t/Tcl.t
15691 ____________________________________________________________________________
15692 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
15693         Log: Begone.
15694      Branch: perl
15695            ! ext/Encode/MANIFEST
15696 ____________________________________________________________________________
15697 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
15698         Log: Better fix from Autrijus.
15699      Branch: perl
15700            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
15701            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
15702 ____________________________________________________________________________
15703 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
15704         Log: Not everybody has Encode::HanExtra.
15705      Branch: perl
15706            ! ext/Encode/Encode.pm
15707 ____________________________________________________________________________
15708 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
15709         Log: Decutandpasto.
15710      Branch: perl
15711            ! ext/Encode/lib/Encode/Tcl.pm
15712 ____________________________________________________________________________
15713 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
15714         Log: Subject: [PATCH] Data::Dumper
15715              From: Nicholas Clark <nick@unfortu.net>
15716              Date: Sat, 9 Mar 2002 19:03:54 +0000
15717              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
15718      Branch: perl
15719            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15720            ! ext/Data/Dumper/t/dumper.t
15721 ____________________________________________________________________________
15722 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
15723         Log: Subject: [PATCH] socketpair.t w/o fork
15724              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15725              Date: Sat, 9 Mar 2002 14:55:11 +0100
15726              Message-ID: <3C8A224F.29578.13691BA@localhost>
15727              
15728              (modified as suggested by Sarathy)
15729      Branch: perl
15730            ! ext/Socket/socketpair.t
15731 ____________________________________________________________________________
15732 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
15733         Log: Subject: [PATCH perldelta] Mention Change 14727
15734              From: Autrijus Tang <autrijus@autrijus.org>
15735              Date: Sat, 9 Mar 2002 23:31:40 +0800
15736              Message-ID: <20020309153140.GA4224@not.autrijus.org>
15737      Branch: perl
15738            ! pod/perldelta.pod
15739 ____________________________________________________________________________
15740 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
15741         Log: Make Encode.pm implicitly load external CJK tables the first
15742              time they're needed (instead of immediately), from Autrijus
15743              Tang.
15744      Branch: perl
15745            ! ext/Encode/Encode.pm
15746 ____________________________________________________________________________
15747 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
15748         Log: Subject: Re: Two questions
15749              From: Nicholas Clark <nick@unfortu.net>
15750              Date: Sat, 9 Mar 2002 12:42:40 +0000
15751              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
15752      Branch: perl
15753            ! Porting/pumpkin.pod
15754 ____________________________________________________________________________
15755 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
15756         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
15757              From: Paul_GreenVOS@vos.stratus.com
15758              Date: Fri, 8 Mar 02 22:34 est
15759              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
15760      Branch: perl
15761            ! pp_sys.c
15762 ____________________________________________________________________________
15763 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
15764         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
15765              From: davem@fdgroup.co.uk
15766              Date: Sat, 9 Mar 2002 00:13:27 GMT
15767              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
15768      Branch: perl
15769            ! dump.c
15770 ____________________________________________________________________________
15771 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
15772         Log: Deglitch from Rafael.
15773      Branch: perl
15774            ! ext/B/t/lint.t
15775 ____________________________________________________________________________
15776 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
15777         Log: Still more portability.
15778      Branch: perl
15779            ! Porting/findrfuncs
15780 ____________________________________________________________________________
15781 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
15782         Log: More portability.
15783      Branch: perl
15784            ! Porting/findrfuncs
15785 ____________________________________________________________________________
15786 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
15787         Log: Shared library paths; running tests manually.
15788      Branch: perl
15789            ! INSTALL
15790 ____________________________________________________________________________
15791 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
15792         Log: Subject: RE: Two questions
15793              From: "Green, Paul" <Paul.Green@stratus.com>
15794              Date: Fri, 8 Mar 2002 17:55:19 -0500
15795              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
15796      Branch: perl
15797            ! Porting/pumpkin.pod
15798 ____________________________________________________________________________
15799 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
15800         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
15801              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
15802      Branch: perl
15803            + ext/B/t/lint.t
15804            ! MANIFEST ext/B/B/Lint.pm
15805 ____________________________________________________________________________
15806 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
15807         Log: metaconfig unit change for #15119.
15808      Branch: metaconfig
15809            ! U/threads/d_pthread_atfork.U
15810 ____________________________________________________________________________
15811 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
15812         Log: In DG/UX finding pthread_atfork requires a true compile,
15813              from Takis Psarogiannakopoulos.
15814      Branch: perl
15815            ! Configure config_h.SH
15816 ____________________________________________________________________________
15817 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
15818         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
15819              From: John Peacock <jpeacock@rowman.com>
15820              Date: Fri, 08 Mar 2002 15:52:41 -0500
15821              Message-ID: <3C892499.4050502@rowman.com>
15822      Branch: perl
15823            ! lib/ExtUtils/xsubpp
15824 ____________________________________________________________________________
15825 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
15826         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
15827              From: "Craig A. Berry" <craigberry@mac.com>
15828              Date: Fri, 08 Mar 2002 15:02:51 -0600
15829              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
15830      Branch: perl
15831            ! t/op/write.t
15832 ____________________________________________________________________________
15833 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
15834         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
15835              From: Paul_GreenVOS@vos.stratus.com
15836              Date: Fri, 8 Mar 02 14:45 est
15837              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
15838      Branch: perl
15839            ! installperl
15840 ____________________________________________________________________________
15841 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
15842         Log: Subject: [PATCH @15109] tm_tm_* for VMS
15843              From: "Craig A. Berry" <craigberry@mac.com>
15844              Date: Fri, 08 Mar 2002 13:07:52 -0600
15845              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
15846      Branch: perl
15847            ! configure.com
15848 ____________________________________________________________________________
15849 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
15850         Log: Detypo.
15851      Branch: perl
15852            ! Changes
15853 ____________________________________________________________________________
15854 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
15855         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
15856      Branch: perl
15857            ! t/op/pat.t
15858 ____________________________________________________________________________
15859 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
15860         Log: HP-UX nm seems to repeat itself.
15861      Branch: perl
15862            ! Porting/findrfuncs
15863 ____________________________________________________________________________
15864 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
15865         Log: Nice porting script from Sarathy.  Well, less nice
15866              in the sense that it shows the looong road ahead.
15867      Branch: perl
15868            + Porting/findrfuncs
15869            ! MANIFEST Porting/makerel
15870 ____________________________________________________________________________
15871 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
15872         Log: Subject: Re: Performance considerations for UTF-8
15873              From: Jarkko Hietaniemi <jhi@iki.fi>
15874              Date: Fri, 8 Mar 2002 18:53:28 +0200
15875              Message-ID: <20020308185328.D640@alpha.hut.fi>
15876              
15877              (put all in perlunicode)
15878      Branch: perl
15879            ! pod/perlunicode.pod
15880 ____________________________________________________________________________
15881 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
15882         Log: Update Changes.
15883      Branch: perl
15884            ! Changes patchlevel.h
15885 ____________________________________________________________________________
15886 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
15887         Log: Subject: Cygwin cygipc support skipped
15888              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
15889              Date: Fri, 8 Mar 2002 16:59:34 +0100
15890              Message-ID: <113694157285.20020308165934@familiehaase.de>
15891      Branch: perl
15892            ! hints/cygwin.sh
15893 ____________________________________________________________________________
15894 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
15895         Log: metaconfig unit change for #15106.
15896      Branch: metaconfig
15897            ! U/compline/d_gconvert.U
15898 ____________________________________________________________________________
15899 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
15900         Log: Subject: Re: [PATCH] tests for Gconvert
15901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15902              Date: Thu, 07 Mar 2002 16:48:10 -0800
15903              Message-ID: <KpAi8gzkganW092yn@efn.org>
15904      Branch: perl
15905            ! Configure config_h.SH t/base/num.t
15906 ____________________________________________________________________________
15907 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
15908         Log: The new test has some teething problems.
15909      Branch: perl
15910            - ext/B/t/lint.t
15911            ! MANIFEST
15912 ____________________________________________________________________________
15913 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
15914         Log: Subject: [PATCH] B::Lint tests
15915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15916              Date: Fri, 8 Mar 2002 14:47:19 +0100
15917              Message-ID: <20020308144719.A2663@rafael>
15918      Branch: perl
15919            + ext/B/t/lint.t
15920            ! MANIFEST ext/B/B/Lint.pm
15921 ____________________________________________________________________________
15922 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
15923         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
15924              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
15925              Date: Fri, 8 Mar 2002 13:24:14 GMT
15926              Message-Id: <200203081324.NAA00642@cleo>
15927      Branch: perl
15928            ! hints/powerux.sh
15929 ____________________________________________________________________________
15930 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
15931         Log: Subject: HP has some new models
15932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15933              Date: Fri, 08 Mar 2002 13:07:02 +0100
15934              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
15935      Branch: perl
15936            ! README.hpux
15937 ____________________________________________________________________________
15938 [ 15101] By: ams                                   on 2002/03/08  09:11:40
15939         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
15940              From: Stas Bekman <stas@stason.org>
15941              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
15942              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
15943      Branch: perl
15944            ! pod/perlguts.pod
15945 ____________________________________________________________________________
15946 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
15947         Log: Update Changes
15948      Branch: maint-5.6/macperl
15949            ! macos/Changes
15950 ____________________________________________________________________________
15951 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
15952         Log: Replace macperlbundled with macperldelta
15953      Branch: maint-5.6/macperl
15954            ! macos/macperl/MacPerl.podhelp
15955 ____________________________________________________________________________
15956 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
15957         Log: Comsetic fixes (Thomas Wegner)
15958      Branch: maint-5.6/macperl
15959            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
15960 ____________________________________________________________________________
15961 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
15962         Log: Bump OS version
15963      Branch: maint-5.6/macperl
15964            ! macos/config.sh
15965 ____________________________________________________________________________
15966 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
15967         Log: Thought I deleted this already?
15968      Branch: perl
15969            - ext/I18N/Langinfo/fallback.c
15970 ____________________________________________________________________________
15971 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
15972         Log: perlport updates from Pudge.
15973      Branch: perl
15974            ! pod/perlport.pod
15975 ____________________________________________________________________________
15976 [ 15094] By: ams                                   on 2002/03/08  03:06:03
15977         Log: Nitpick.
15978      Branch: perl
15979            ! MANIFEST
15980 ____________________________________________________________________________
15981 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
15982         Log: Wrong test.
15983      Branch: perl
15984            ! pod/perldelta.pod
15985 ____________________________________________________________________________
15986 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
15987         Log: Integrate change 14064 from macperl to blead.
15988      Branch: perl
15989           !> pod/perlmodinstall.pod pod/perlport.pod
15990 ____________________________________________________________________________
15991 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
15992         Log: Integrate recent perlport changes
15993      Branch: maint-5.6/macperl
15994           !> pod/perlport.pod
15995 ____________________________________________________________________________
15996 [ 15089] By: ams                                   on 2002/03/08  01:54:03
15997         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
15998              minor typo in perlguts.pod
15999              From: Anton Tagunov <tagunov@motor.ru>
16000              Date: Fri, 8 Mar 2002 05:26:59 +0300
16001              Message-Id: <4649821189.20020308052659@motor.ru>
16002      Branch: perl
16003            ! pod/perlguts.pod
16004 ____________________________________________________________________________
16005 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
16006         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"! 
16007              From: Anton Tagunov <tagunov@newmail.ru>
16008              Date: Fri, 8 Mar 2002 04:31:44 +0300
16009              Message-ID: <13946506773.20020308043144@newmail.ru>
16010              
16011              (one test changed)
16012      Branch: perl
16013            ! lib/encoding.t sv.c
16014 ____________________________________________________________________________
16015 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
16016         Log: Subject: [PATCH perldelta] some more deltas
16017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16018              Date: Thu, 7 Mar 2002 23:13:23 +0100
16019              Message-ID: <20020307231323.A13068@rafael>
16020      Branch: perl
16021            ! pod/perldelta.pod
16022 ____________________________________________________________________________
16023 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
16024         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
16025              From: Paul_GreenVOS@vos.stratus.com
16026              Date: Thu, 7 Mar 02 14:25 est
16027              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
16028      Branch: perl
16029            ! t/io/fs.t
16030 ____________________________________________________________________________
16031 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
16032         Log: As suggested by Anton Tagunov, eq and cmp now obey the
16033              encoding pragma (by remapping their byte argument if the
16034              other argument is in Unicode).  Also fix a bug found by
16035              Anton where ord undef under the encoding pragma would barf.
16036              ([ID 20020307.009] A null pointer dereference with 'use encoding')
16037              Finally, use the nicer form of sv_recode_to_utf8.
16038      Branch: perl
16039            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
16040 ____________________________________________________________________________
16041 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
16042         Log: Retract #14985, #14899, and #14990, following the principles
16043              "Do no harm." and "If it ain't broke, don't fix it."
16044              
16045              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
16046              some, but still broken, and I do not have the extra brain
16047              cells for the EBCDIC backport.  Secondly, the old version
16048              worked both in EBCDIC and non-.  Thirdly, the old version
16049              may be more amenable for the behaviour suggsted by Anton
16050              Tagunov regarding the encoding pragma.
16051      Branch: perl
16052            ! embed.fnc embed.h global.sym proto.h sv.c util.c
16053 ____________________________________________________________________________
16054 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
16055         Log: Long doubles give you long doubles.
16056      Branch: perl
16057            ! t/base/num.t
16058 ____________________________________________________________________________
16059 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
16060         Log: Forgotten deMANIFESTation.
16061      Branch: perl
16062            ! MANIFEST
16063 ____________________________________________________________________________
16064 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
16065         Log: Obsolete unused file, noticed by Dank Kogai.
16066      Branch: perl
16067            - ext/Encode/lib/Encode/JP/Tr.pm
16068 ____________________________________________________________________________
16069 [ 15080] By: ams                                   on 2002/03/07  11:31:46
16070         Log: Subject: [PATCH Changes] Changes should mirror version number
16071              From: Robin Barker <rmb1@cise.npl.co.uk>
16072              Date: Thu, 7 Mar 2002 11:04:24 GMT
16073              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
16074      Branch: perl
16075            ! Porting/pumpkin.pod
16076 ____________________________________________________________________________
16077 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
16078         Log: metaconfig unit change for #15078.
16079      Branch: metaconfig
16080            ! U/compline/d_gconvert.U
16081 ____________________________________________________________________________
16082 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
16083         Log: Subject: Re: [PATCH] tests for Gconvert
16084              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16085              Date: Wed, 06 Mar 2002 20:22:54 -0800
16086              Message-ID: <esuh8gzkg2/b092yn@efn.org>
16087      Branch: perl
16088            ! Configure pod/perldelta.pod t/base/num.t
16089 ____________________________________________________________________________
16090 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
16091         Log: Mac OS X UFS does not do ctime.
16092      Branch: perl
16093            ! pod/perldelta.pod pod/perlport.pod
16094 ____________________________________________________________________________
16095 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
16096         Log: AUTHORS updates.
16097      Branch: perl
16098            ! AUTHORS
16099 ____________________________________________________________________________
16100 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
16101         Log: Continued Chinese puzzles from Autrijus.
16102      Branch: perl
16103            + ext/Encode/t/CN.t ext/Encode/t/TW.t
16104            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
16105 ____________________________________________________________________________
16106 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
16107         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
16108              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16109              Date: Wed, 6 Mar 2002 18:13:51 +0100
16110              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
16111      Branch: perl
16112            ! lib/File/Spec/Win32.pm
16113 ____________________________________________________________________________
16114 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
16115         Log: perlport tweaks.
16116      Branch: perl
16117            ! pod/perlport.pod
16118 ____________________________________________________________________________
16119 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
16120         Log: Subject: Re: [PATCH docs] Re: Bug with -M
16121              From: Michael G Schwern <schwern@pobox.com>
16122              Date: Wed, 6 Mar 2002 16:20:27 -0500
16123              Message-ID: <20020306212027.GC4257@blackrider>
16124      Branch: perl
16125            ! pod/perlfunc.pod pod/perlport.pod
16126 ____________________________________________________________________________
16127 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
16128         Log: perldelta updates.
16129      Branch: perl
16130            ! pod/perldelta.pod
16131 ____________________________________________________________________________
16132 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
16133         Log: 5005threads wasn't even compiling.
16134      Branch: perl
16135            ! perl.c
16136 ____________________________________________________________________________
16137 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
16138         Log: Subject: Re: perl@15047 New format tests for still existing bugs
16139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16140              Date: Wed, 06 Mar 2002 12:59:29 +0100
16141              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
16142      Branch: perl
16143            ! t/op/write.t
16144 ____________________________________________________________________________
16145 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
16146         Log: Regen Glossary et al.
16147      Branch: perl
16148            ! Porting/Glossary Porting/config.sh Porting/config_H
16149 ____________________________________________________________________________
16150 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
16151         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
16152              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
16153      Branch: perl
16154            ! util.c
16155 ____________________________________________________________________________
16156 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
16157         Log: metaconfig unit change for #15065.
16158      Branch: metaconfig
16159            ! U/compline/i_time.U
16160 ____________________________________________________________________________
16161 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
16162         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
16163      Branch: perl
16164            ! Configure config_h.SH
16165 ____________________________________________________________________________
16166 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
16167         Log: Must remove fallback.c also from here.
16168      Branch: perl
16169            ! MANIFEST
16170 ____________________________________________________________________________
16171 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
16172         Log: Subject: Re: perl@15047 WinCE
16173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16174              Date: Wed, 06 Mar 2002 13:41:30 +0100
16175              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
16176              
16177              Subject: Re: perl@15047 Win32
16178              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16179              Date: Wed, 06 Mar 2002 13:46:02 +0100
16180              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
16181              
16182              Subject: Re: perl@15047 Epoc
16183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16184              Date: Wed, 06 Mar 2002 13:48:31 +0100
16185              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
16186              
16187              Subject: Re: perl@15047 NetWare
16188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16189              Date: Wed, 06 Mar 2002 13:55:46 +0100
16190              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
16191      Branch: perl
16192            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
16193            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16194            ! wince/Makefile.ce wince/config.h
16195 ____________________________________________________________________________
16196 [ 15062] By: ams                                   on 2002/03/06  09:26:49
16197         Log: Subject: Re: perl@15047
16198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16199              Date: Wed, 06 Mar 2002 11:25:50 +0100
16200              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
16201      Branch: perl
16202            ! cygwin/perlld.in
16203 ____________________________________________________________________________
16204 [ 15061] By: ams                                   on 2002/03/06  08:44:12
16205         Log: Subject: Re: perl@15047
16206              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16207              Date: Wed, 06 Mar 2002 10:38:02 +0100
16208              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
16209      Branch: perl
16210            ! pod/perldelta.pod
16211 ____________________________________________________________________________
16212 [ 15060] By: ams                                   on 2002/03/06  08:30:33
16213         Log: Subject: Update perlhist.pod
16214              From: mjd@plover.com
16215              Date: 6 Mar 2002 07:11:55 -0000
16216              Message-Id: <20020306071155.10240.qmail@plover.com>
16217              
16218              Subject: [PATCH pod/perlvar.pod] $^V => string
16219              From: Stas Bekman <stas@stason.org>
16220              Date: Wed, 06 Mar 2002 14:56:55 +0800
16221              Message-Id: <3C85BDB7.7050700@stason.org>
16222      Branch: perl
16223            ! pod/perlhist.pod pod/perlvar.pod
16224 ____________________________________________________________________________
16225 [ 15059] By: ams                                   on 2002/03/06  04:15:38
16226         Log: Subject: [PATCH] assorted configure.com fix-ups
16227              From: "Craig A. Berry" <craigberry@mac.com>
16228              Date: Tue, 5 Mar 2002 23:11:22 -0600
16229              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
16230      Branch: perl
16231            ! configure.com
16232 ____________________________________________________________________________
16233 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
16234         Log: IRIX failure with long doubles.
16235      Branch: perl
16236            ! t/op/pack.t
16237 ____________________________________________________________________________
16238 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
16239         Log: Make reality and Changes coincide.
16240      Branch: perl
16241            ! Changes
16242 ____________________________________________________________________________
16243 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
16244         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
16245              From: Anton Tagunov <tagunov@motor.ru>
16246              Date: Wed, 6 Mar 2002 02:10:21 +0300
16247              Message-ID: <11152782757.20020306021021@motor.ru>
16248              
16249              (reworded)
16250      Branch: perl
16251            ! pod/perluniintro.pod
16252 ____________________________________________________________________________
16253 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
16254         Log: Subject: [PATCH] B::Lint doesn't work
16255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16256              Date: Tue, 5 Mar 2002 22:51:18 +0100
16257              Message-ID: <20020305225118.C733@rafael>
16258      Branch: perl
16259            ! ext/B/B/Lint.pm
16260 ____________________________________________________________________________
16261 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
16262         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
16263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16264              Date: Mon, 04 Mar 2002 16:24:32 -0800
16265              Message-ID: <ABBh8gzkgezX092yn@efn.org>
16266      Branch: perl
16267            ! op.h pp_ctl.c t/op/flip.t
16268 ____________________________________________________________________________
16269 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
16270         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
16271              From: Nicholas Clark <nick@unfortu.net>
16272              Date: Tue, 5 Mar 2002 22:30:49 +0000
16273              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
16274      Branch: perl
16275            ! pod/perldelta.pod
16276 ____________________________________________________________________________
16277 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
16278         Log: Subject: [PATCH] tests for Gconvert
16279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16280              Date: Tue, 05 Mar 2002 16:35:45 -0800
16281              Message-ID: <hRWh8gzkgONX092yn@efn.org>
16282      Branch: perl
16283            ! t/base/num.t
16284 ____________________________________________________________________________
16285 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
16286         Log: Subject: [PATCH] toplevel Makefile.SH
16287              From: Paul_GreenVOS@vos.stratus.com
16288              Date: Tue, 5 Mar 02 17:34 est
16289              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
16290      Branch: perl
16291            ! Makefile.SH
16292 ____________________________________________________________________________
16293 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
16294         Log: Subject: [PATCH] pointer to perldelta in Changes
16295              From: Chris Nandor <pudge@pobox.com>
16296              Date: Tue, 05 Mar 2002 16:04:50 -0500
16297              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
16298      Branch: perl
16299            ! Changes
16300 ____________________________________________________________________________
16301 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
16302         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
16303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16304              Date: Tue, 5 Mar 2002 22:26:20 +0100
16305              Message-ID: <20020305222620.A733@rafael>
16306      Branch: perl
16307            ! pod/perldelta.pod
16308 ____________________________________________________________________________
16309 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
16310         Log: Solaris: allow for /usr/bin/df not to exist.
16311              
16312              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
16313              From: Kingpin <mthurn@copper.dulles.tasc.com>
16314              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
16315              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
16316      Branch: perl
16317            ! hints/solaris_2.sh
16318 ____________________________________________________________________________
16319 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
16320         Log: Update Changes.
16321      Branch: perl
16322            ! Changes patchlevel.h
16323 ____________________________________________________________________________
16324 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
16325         Log: Double MANIFESTing.
16326      Branch: perl
16327            ! ext/Encode/MANIFEST
16328 ____________________________________________________________________________
16329 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
16330         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
16331      Branch: perl
16332            - ext/Encode/Encode/7bit-kr.enc
16333            - ext/Encode/lib/Encode/Tcl/HanZi.pm
16334            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
16335 ____________________________________________________________________________
16336 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
16337         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
16338              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16339              Date: Tue, 5 Mar 2002 14:35:57 +0100
16340              Message-ID: <20020305143557.C695@rafael>   
16341      Branch: perl
16342            ! pp_sys.c t/lib/warnings/pp_sys
16343 ____________________________________________________________________________
16344 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
16345         Log: Subject: [PATCH Devel::PPPort]
16346              From: Robin Barker <rmb1@cise.npl.co.uk>
16347              Date: Tue, 5 Mar 2002 13:37:59 GMT
16348              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
16349      Branch: perl
16350            ! ext/Devel/PPPort/Makefile.PL
16351 ____________________________________________________________________________
16352 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
16353         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
16354      Branch: perl
16355            ! ext/Encode/t/Tcl.t
16356 ____________________________________________________________________________
16357 [ 15041] By: nick                                  on 2002/03/05  07:23:58
16358         Log: Integrate mainline (5.7.3)
16359      Branch: perlio
16360           +> ext/Encode/lib/Encode/CN/HZ.pm
16361            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
16362           !> (integrate 54 files)
16363 ____________________________________________________________________________
16364 [ 15040] By: ams                                   on 2002/03/05  05:10:33
16365         Log: Subject: DOC PATCH 5.7.3 (perldelta)
16366              From: mjd@plover.com
16367              Date: 5 Mar 2002 05:35:58 -0000
16368              Message-Id: <20020305053558.31677.qmail@plover.com>
16369      Branch: perl
16370            ! pod/perldelta.pod
16371 ____________________________________________________________________________
16372 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
16373         Log: This is 5.7.3.
16374      Branch: perl
16375            ! patchlevel.h
16376 ____________________________________________________________________________
16377 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
16378         Log: Shoo.
16379      Branch: perl
16380            ! ext/Encode/t/Tcl.t
16381 ____________________________________________________________________________
16382 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
16383         Log: Update Changes.
16384      Branch: perl
16385            ! Changes patchlevel.h
16386 ____________________________________________________________________________
16387 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
16388         Log: Regen perlapi.
16389      Branch: perl
16390            ! pod/perlapi.pod
16391 ____________________________________________________________________________
16392 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
16393         Log: Tie::File doc tweak for Win32 from mjd. 
16394      Branch: perl
16395            ! lib/Tie/File.pm
16396 ____________________________________________________________________________
16397 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
16398         Log: Regen toc.
16399      Branch: perl
16400            ! pod/perltoc.pod
16401 ____________________________________________________________________________
16402 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
16403         Log: Decommission Encode::Tcl HZ testing for now.
16404      Branch: perl
16405            ! ext/Encode/t/Tcl.t
16406 ____________________________________________________________________________
16407 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
16408         Log: Must have a return.
16409      Branch: perl
16410            ! pp_pack.c
16411 ____________________________________________________________________________
16412 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
16413         Log: The very latest win32 score from Jan Dubois.
16414      Branch: perl
16415            ! pod/perldelta.pod
16416 ____________________________________________________________________________
16417 [ 15030] By: ams                                   on 2002/03/05  01:40:01
16418         Log: Subject: [PATCH] README.macos
16419              From: Chris Nandor <pudge@pobox.com>
16420              Date: Mon, 04 Mar 2002 17:37:59 -0500
16421              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
16422      Branch: perl
16423            ! README.macos
16424 ____________________________________________________________________________
16425 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
16426         Log: "The last pieces of Chinese puzzle" from Autrijus.
16427      Branch: perl
16428            + ext/Encode/lib/Encode/CN/HZ.pm
16429            - ext/Encode/Encode/HZ.enc
16430            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16431            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16432 ____________________________________________________________________________
16433 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
16434         Log: Known test failures updates.
16435      Branch: perl
16436            ! pod/perldelta.pod
16437 ____________________________________________________________________________
16438 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
16439         Log: One more nit from mjd.
16440      Branch: perl
16441            ! lib/Tie/File/t/16_handle.t
16442 ____________________________________________________________________________
16443 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
16444         Log: Upgrade to Tie::File 0.17 from mjd.
16445      Branch: perl
16446            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
16447            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
16448 ____________________________________________________________________________
16449 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
16450         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
16451              From: Nicholas Clark <nick@unfortu.net>
16452              Date: Mon, 4 Mar 2002 23:33:52 +0000
16453              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
16454      Branch: perl
16455            ! pod/perldelta.pod
16456 ____________________________________________________________________________
16457 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
16458         Log: Escapee.
16459      Branch: perl
16460            ! proto.h
16461 ____________________________________________________________________________
16462 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
16463         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
16464              From: Nicholas Clark <nick@unfortu.net>
16465              Date: Mon, 4 Mar 2002 22:48:38 +0000
16466              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
16467      Branch: perl
16468            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
16469            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
16470            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
16471            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
16472            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
16473            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
16474            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
16475 ____________________________________________________________________________
16476 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
16477         Log: Cleaner.
16478      Branch: perl
16479            ! Makefile.SH
16480 ____________________________________________________________________________
16481 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
16482         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
16483              From: Jeffrey Friedl <jfriedl@yahoo.com>
16484              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
16485              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
16486      Branch: perl
16487            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
16488            ! pod/perlvar.pod
16489 ____________________________________________________________________________
16490 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
16491         Log: More Han tweaks from Autrjius Tang: most importantly,
16492              gbk is identical to cp936, so gbk can be removed and
16493              taken care of by an alias.
16494      Branch: perl
16495            - ext/Encode/Encode/gbk.enc
16496            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
16497            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
16498            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
16499            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
16500 ____________________________________________________________________________
16501 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
16502         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
16503              From: Nicholas Clark <nick@unfortu.net>
16504              Date: Mon, 4 Mar 2002 22:20:13 +0000
16505              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
16506      Branch: perl
16507            ! pod/perldelta.pod
16508 ____________________________________________________________________________
16509 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
16510         Log: Based on
16511              
16512              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
16513              From: Anton Tagunov <tagunov@motor.ru>
16514              Date: Mon, 4 Mar 2002 21:14:39 +0300
16515              Message-ID: <1814137429.20020304211439@motor.ru>
16516      Branch: perl
16517            ! pod/perlunicode.pod
16518 ____________________________________________________________________________
16519 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
16520         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
16521              From: John Peacock <jpeacock@rowman.com>
16522              Date: Mon, 04 Mar 2002 16:18:42 -0500
16523              Message-ID: <3C83E4B2.3060700@rowman.com>
16524              
16525              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
16526              From: John Peacock <jpeacock@rowman.com>
16527              Date: Mon, 04 Mar 2002 16:42:55 -0500
16528              Message-ID: <3C83EA5F.80303@rowman.com>
16529      Branch: perl
16530            ! lib/ExtUtils/xsubpp pod/perlxs.pod
16531 ____________________________________________________________________________
16532 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
16533         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
16534              From: "Craig A. Berry" <craigberry@mac.com>
16535              Date: Mon, 04 Mar 2002 14:47:59 -0600
16536              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
16537              
16538              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
16539              From: "Craig A. Berry" <craigberry@mac.com>
16540              Date: Mon, 04 Mar 2002 15:04:58 -0600
16541              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
16542      Branch: perl
16543            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
16544 ____________________________________________________________________________
16545 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
16546         Log: metaconfig unit change for #15014.
16547      Branch: metaconfig/U/perl
16548            ! Extensions.U
16549 ____________________________________________________________________________
16550 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
16551         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
16552              of known extensions, where Encode::JP already is.
16553      Branch: perl
16554            ! Configure Porting/config.sh Porting/config_H uconfig.h
16555 ____________________________________________________________________________
16556 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
16557         Log: SJIS, from Dan Kogai.
16558      Branch: perl
16559            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
16560 ____________________________________________________________________________
16561 [ 15012] By: nick                                  on 2002/03/04  17:35:50
16562         Log: Intergrate perlio's Encode/compile
16563      Branch: perl
16564           !> ext/Encode/compile
16565 ____________________________________________________________________________
16566 [ 15011] By: nick                                  on 2002/03/04  17:29:54
16567         Log: Avoid $Id$ cleverness and just have a $VERSION.
16568      Branch: perlio
16569            ! ext/Encode/compile
16570 ____________________________________________________________________________
16571 [ 15010] By: nick                                  on 2002/03/04  17:29:14
16572         Log: Integrate mainline
16573      Branch: perlio
16574           +> lib/Math/BigInt/t/isa.t
16575           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
16576           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
16577           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
16578           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
16579           !> warnings.pl
16580 ____________________________________________________________________________
16581 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
16582         Log: Integrate ext/Encode/compile from perlio.
16583      Branch: perl
16584           !> ext/Encode/compile
16585 ____________________________________________________________________________
16586 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
16587         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
16588              updates not integrated, something odd going on in there.)
16589      Branch: perl
16590           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
16591           !> lib/Tie/File/t/16_handle.t
16592 ____________________________________________________________________________
16593 [ 15007] By: nick                                  on 2002/03/04  17:08:17
16594         Log: Integrate mainline
16595      Branch: perlio
16596           !> AUTHORS Changes Porting/Glossary Porting/config.sh
16597           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
16598           !> pod/perltoc.pod
16599 ____________________________________________________________________________
16600 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
16601         Log: A new M::BI test.
16602      Branch: perl
16603            + lib/Math/BigInt/t/isa.t
16604            ! MANIFEST
16605 ____________________________________________________________________________
16606 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
16607         Log: Subject: VMS test and perldelta update
16608              From: "Craig A. Berry" <craigberry@mac.com>
16609              Date: Mon, 04 Mar 2002 11:03:37 -0600
16610              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
16611      Branch: perl
16612            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
16613 ____________________________________________________________________________
16614 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
16615         Log: Needed for threaded builds.
16616      Branch: perl
16617            ! embed.fnc embed.h
16618 ____________________________________________________________________________
16619 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
16620         Log: Subject: [PATCH] taint + deprecated warnings
16621              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16622              Date: Mon, 4 Mar 2002 16:33:23 -0000
16623              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
16624      Branch: perl
16625            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
16626            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
16627            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
16628 ____________________________________________________________________________
16629 [ 15002] By: nick                                  on 2002/03/04  16:19:06
16630         Log: Win32 tweak
16631      Branch: perlio
16632            ! lib/Tie/File/t/16_handle.t
16633 ____________________________________________________________________________
16634 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
16635         Log: Update Changes.
16636      Branch: perl
16637            ! Changes patchlevel.h
16638 ____________________________________________________________________________
16639 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
16640         Log: AUTHORS updates.
16641      Branch: perl
16642            ! AUTHORS
16643 ____________________________________________________________________________
16644 [ 14999] By: nick                                  on 2002/03/04  15:26:43
16645         Log: Win32 hack
16646      Branch: perlio
16647            ! ext/Encode/compile ext/Encode/t/JP.t
16648 ____________________________________________________________________________
16649 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
16650         Log: Encode doc tweak from Autrijus Tang.
16651      Branch: perl
16652            ! ext/Encode/Encode.pm
16653 ____________________________________________________________________________
16654 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
16655         Log: Regen Glossary et al.  (It seems the #14875 didn't
16656              quite work in removing the double-dot?)
16657      Branch: perl
16658            ! Porting/Glossary Porting/config.sh Porting/config_H
16659 ____________________________________________________________________________
16660 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
16661         Log: Regen toc.
16662      Branch: perl
16663            ! pod/perltoc.pod
16664 ____________________________________________________________________________
16665 [ 14995] By: nick                                  on 2002/03/04  14:42:09
16666         Log: Remove debugging assert
16667      Branch: perlio
16668            ! ext/threads/shared/shared.xs
16669 ____________________________________________________________________________
16670 [ 14994] By: nick                                  on 2002/03/04  14:41:54
16671         Log: Integrate mainline
16672      Branch: perlio
16673           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
16674           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
16675           !> lib/Tie/File/t/15_pushpop.t util.c
16676 ____________________________________________________________________________
16677 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
16678         Log: Han update from Autrijus Tang. 
16679      Branch: perl
16680            ! ext/Encode/Encode.pm
16681 ____________________________________________________________________________
16682 [ 14992] By: nick                                  on 2002/03/04  14:08:38
16683         Log: Integrate mainline - all tests pass - some noise from threads
16684              av_simple (SuSE7.3).
16685      Branch: perlio
16686           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16687           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
16688           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
16689           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
16690           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
16691           +> lib/Tie/File/t/11_rv_splice_rs.t
16692           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
16693           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
16694           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
16695            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
16696            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
16697            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
16698            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
16699            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
16700            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
16701            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
16702            - lib/Tie/File/15_pushpop.t
16703           !> (integrate 47 files)
16704 ____________________________________________________________________________
16705 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
16706         Log: Missing MANIFESTations.
16707      Branch: perl
16708            ! MANIFEST
16709 ____________________________________________________________________________
16710 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
16711         Log: Attempt at portability.
16712      Branch: perl
16713            ! util.c
16714 ____________________________________________________________________________
16715 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
16716         Log: Needed by #14985.
16717      Branch: perl
16718            ! embed.h global.sym proto.h
16719 ____________________________________________________________________________
16720 [ 14988] By: ams                                   on 2002/03/04  08:59:27
16721         Log: Upgrade to Tie::File 0.16.
16722      Branch: perl
16723            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
16724            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
16725            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
16726            ! lib/Tie/File/t/15_pushpop.t
16727 ____________________________________________________________________________
16728 [ 14987] By: ams                                   on 2002/03/04  08:48:11
16729         Log: Subject: [PATCH @14577] perly-fixer
16730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16731              Date: Mon, 4 Mar 2002 02:28:51 -0500
16732              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
16733      Branch: perl
16734            ! Makefile.SH perly.fixer
16735 ____________________________________________________________________________
16736 [ 14986] By: ams                                   on 2002/03/04  08:43:37
16737         Log: Subject: [PATCH @14577] xsubpp
16738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16739              Date: Mon, 4 Mar 2002 02:25:52 -0500
16740              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
16741      Branch: perl
16742            ! lib/ExtUtils/xsubpp pod/perlxs.pod
16743 ____________________________________________________________________________
16744 [ 14985] By: ams                                   on 2002/03/04  08:40:46
16745         Log: Subject: [PATCH @14577] sv_cmp and friends
16746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16747              Date: Mon, 4 Mar 2002 02:31:04 -0500
16748              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
16749      Branch: perl
16750            ! embed.fnc sv.c util.c
16751 ____________________________________________________________________________
16752 [ 14984] By: ams                                   on 2002/03/04  08:16:06
16753         Log: Fix File::Path docs as suggested by Ronald Kimball.
16754      Branch: perl
16755            ! lib/File/Path.pm
16756 ____________________________________________________________________________
16757 [ 14983] By: ams                                   on 2002/03/04  08:11:20
16758         Log: Update perldata fix as suggested by Benjamin Goldberg.
16759      Branch: perl
16760            ! pod/perldata.pod
16761 ____________________________________________________________________________
16762 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
16763         Log: Faulty skip.
16764      Branch: perl
16765            ! ext/DB_File/t/db-recno.t
16766 ____________________________________________________________________________
16767 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
16768         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
16769              From: Anton Tagunov <tagunov@motor.ru>
16770              Date: Mon, 4 Mar 2002 05:41:41 +0300
16771              Message-Id: <7916563907.20020304054141@motor.ru>
16772              
16773              Subject: [ID 20020303.005] Patch perlinicode C API description
16774              From: Anton Tagunov <tagunov@motor.ru>
16775              Date: Mon, 4 Mar 2002 06:08:23 +0300
16776              Message-Id: <2018165510.20020304060823@motor.ru>
16777      Branch: perl
16778            ! lib/utf8.pm pod/perlunicode.pod
16779 ____________________________________________________________________________
16780 [ 14980] By: ams                                   on 2002/03/04  02:19:20
16781         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
16782              From: Anton Tagunov <tagunov@motor.ru>
16783              Date: Mon, 4 Mar 2002 02:17:40 +0300
16784              Message-Id: <1344322124.20020304021740@motor.ru>
16785      Branch: perl
16786            ! pod/perldata.pod
16787 ____________________________________________________________________________
16788 [ 14979] By: ams                                   on 2002/03/04  02:17:54
16789         Log: Subject: RE: [PATCH] RE: DB_File breakage
16790              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16791              Date: Sun, 3 Mar 2002 23:56:31 -0000
16792              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
16793      Branch: perl
16794            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16795            ! ext/DB_File/t/db-recno.t
16796 ____________________________________________________________________________
16797 [ 14978] By: ams                                   on 2002/03/04  02:07:16
16798         Log: Subject: [PATCH] docs for ExtUtils::Manifest
16799              From: Nicholas Clark <nick@unfortu.net>
16800              Date: Sun, 3 Mar 2002 23:29:25 +0000
16801              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
16802      Branch: perl
16803            ! lib/ExtUtils/Manifest.pm
16804 ____________________________________________________________________________
16805 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
16806         Log: Forgot from the M::BI 1.54 update.
16807      Branch: perl
16808            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
16809            ! lib/Math/BigInt/t/upgrade.inc
16810 ____________________________________________________________________________
16811 [ 14976] By: ams                                   on 2002/03/04  02:04:32
16812         Log: Subject: [PATCH] attr
16813              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16814              Date: Sun, 3 Mar 2002 22:09:58 -0000
16815              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
16816      Branch: perl
16817            ! lib/warnings.pm warnings.pl
16818 ____________________________________________________________________________
16819 [ 14975] By: ams                                   on 2002/03/04  02:01:27
16820         Log: Subject: [PATCH] File::Path documentation
16821              From: Colin Meyer <cmeyer@helvella.org>
16822              Date: Sun, 3 Mar 2002 14:54:24 -0800
16823              Message-Id: <20020303145424.A21774@hobart.helvella.org>
16824      Branch: perl
16825            ! lib/File/Path.pm
16826 ____________________________________________________________________________
16827 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
16828         Log: Typo.
16829      Branch: perl
16830            ! lib/Math/BigInt/t/upgrade.t
16831 ____________________________________________________________________________
16832 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
16833         Log: Editing errors.
16834      Branch: perl
16835            ! MANIFEST
16836 ____________________________________________________________________________
16837 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
16838         Log: Upgrade to Math::BigInt 1.54.
16839      Branch: perl
16840            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16841            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
16842            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
16843            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
16844            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
16845            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
16846 ____________________________________________________________________________
16847 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
16848         Log: Test tweak from Craig Berry.
16849      Branch: perl
16850            ! lib/Tie/File/t/15_pushpop.t
16851 ____________________________________________________________________________
16852 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
16853         Log: Upgrade to Tie::File 0.15.
16854      Branch: perl
16855            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16856            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
16857            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
16858            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
16859            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
16860            + lib/Tie/File/t/11_rv_splice_rs.t
16861            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
16862            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
16863            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
16864            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
16865            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
16866            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
16867            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
16868            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
16869            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
16870            - lib/Tie/File/15_pushpop.t
16871            ! MANIFEST lib/Tie/File.pm
16872 ____________________________________________________________________________
16873 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
16874         Log: The EBCDIC gaps apply only to the real A-Z.
16875      Branch: perl
16876            ! ext/B/B/Deparse.pm
16877 ____________________________________________________________________________
16878 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
16879         Log: EBCDIC: deparse \cX correctly.
16880      Branch: perl
16881            ! ext/B/B/Deparse.pm
16882 ____________________________________________________________________________
16883 [ 14967] By: ams                                   on 2002/03/03  18:18:00
16884         Log: Subject: [PATCH] nit in perlsyn.pod
16885              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16886              Date: Sun, 03 Mar 2002 20:16:10 +0100
16887              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
16888      Branch: perl
16889            ! pod/perlsyn.pod
16890 ____________________________________________________________________________
16891 [ 14966] By: ams                                   on 2002/03/03  18:06:32
16892         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
16893              From: Michael G Schwern <schwern@pobox.com>
16894              Date: Sun, 3 Mar 2002 13:33:28 -0500
16895              Message-Id: <20020303183328.GA3296@blackrider>
16896      Branch: perl
16897            ! utils/h2xs.PL
16898 ____________________________________________________________________________
16899 [ 14965] By: ams                                   on 2002/03/03  18:00:03
16900         Log: Subject: [ PATCH ] HP back to default
16901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16902              Date: Sun, 03 Mar 2002 18:48:34 +0100
16903              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
16904      Branch: perl
16905            ! hints/hpux.sh
16906 ____________________________________________________________________________
16907 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
16908         Log: EBCDIC: special cases of special cases.
16909      Branch: perl
16910            ! t/uni/case.pl
16911 ____________________________________________________________________________
16912 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
16913         Log: EBCDIC: the v-string components cannot exceed 2147483647.
16914      Branch: perl
16915            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
16916 ____________________________________________________________________________
16917 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
16918         Log: Remove the bogus "incorrect case" warning completely.
16919              The problem exists, but the cure, in which ever form
16920              it will be, needs to be something more subtle.
16921      Branch: perl
16922            ! op.c pod/perldiag.pod
16923 ____________________________________________________________________________
16924 [ 14961] By: ams                                   on 2002/03/03  13:39:09
16925         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
16926              From: Mark-Jason Dominus <mjd@plover.com>
16927              Date: Sun, 03 Mar 2002 09:32:16 -0500
16928              Message-Id: <20020303143216.10536.qmail@plover.com>
16929      Branch: perl
16930            ! t/op/tiearray.t
16931 ____________________________________________________________________________
16932 [ 14960] By: nick                                  on 2002/03/03  09:59:59
16933         Log: Integrate mainline
16934      Branch: perlio
16935           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
16936            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
16937            ! ext/Encode/compile
16938           !> (integrate 27 files)
16939 ____________________________________________________________________________
16940 [ 14959] By: ams                                   on 2002/03/03  08:11:34
16941         Log: Fix #14957.
16942      Branch: perl
16943            ! ext/DB_File/t/db-recno.t
16944 ____________________________________________________________________________
16945 [ 14958] By: ams                                   on 2002/03/03  05:51:00
16946         Log: Subject: [PATCH @14577] NL in debugger
16947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16948              Date: Sat, 2 Mar 2002 05:34:12 -0500
16949              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
16950      Branch: perl
16951            ! lib/perl5db.pl
16952 ____________________________________________________________________________
16953 [ 14957] By: ams                                   on 2002/03/03  05:00:04
16954         Log: Subject: Re: DB_File breakage
16955              From: Schuyler Erle <schuyler@oreilly.com>
16956              Date: Sat, 02 Mar 2002 21:50:30 -0800
16957              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
16958      Branch: perl
16959            ! ext/DB_File/t/db-recno.t
16960 ____________________________________________________________________________
16961 [ 14956] By: ams                                   on 2002/03/03  04:40:08
16962         Log: Subject: [PATCH @14577] Debugging OPs
16963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16964              Date: Sat, 2 Mar 2002 05:49:58 -0500
16965              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
16966      Branch: perl
16967            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
16968            ! pod/perlrun.pod sv.h
16969 ____________________________________________________________________________
16970 [ 14955] By: ams                                   on 2002/03/03  04:34:41
16971         Log: Subject: Tie::Array doc patch
16972              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
16973              Date: Sat, 02 Mar 2002 08:42:56 +0900
16974              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
16975      Branch: perl
16976            ! lib/Tie/Array.pm
16977 ____________________________________________________________________________
16978 [ 14954] By: ams                                   on 2002/03/03  04:23:33
16979         Log: Subject: Re: Smoke 14870
16980              From: Nicholas Clark <nick@unfortu.net>
16981              Date: Sat, 2 Mar 2002 20:00:53 +0000
16982              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
16983      Branch: perl
16984            ! README.hpux
16985 ____________________________________________________________________________
16986 [ 14953] By: ams                                   on 2002/03/03  04:15:49
16987         Log: Subject: RE: VERSION core
16988              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16989              Date: Sat, 2 Mar 2002 22:50:44 -0000
16990              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
16991      Branch: perl
16992            ! t/comp/use.t
16993 ____________________________________________________________________________
16994 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
16995         Log: The #14949 removed this error from non-Win32.
16996      Branch: perl
16997            ! t/lib/warnings/op
16998 ____________________________________________________________________________
16999 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
17000         Log: BeOS back on track.
17001      Branch: perl
17002            ! README.beos
17003 ____________________________________________________________________________
17004 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
17005         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
17006              higher is okay.
17007      Branch: perl
17008            ! ext/POSIX/t/posix.t
17009 ____________________________________________________________________________
17010 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
17011         Log: For now, make "incorrect case" a Win32-only warning.
17012      Branch: perl
17013            ! op.c
17014 ____________________________________________________________________________
17015 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
17016         Log: Demand more before attempting socketpair().
17017      Branch: perl
17018            ! pp_sys.c
17019 ____________________________________________________________________________
17020 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
17021         Log: Remove obsolete hack.
17022      Branch: perl
17023            ! makedepend.SH
17024 ____________________________________________________________________________
17025 [ 14946] By: ams                                   on 2002/03/02  16:00:32
17026         Log: Forgot to delete encode.* from MANIFEST.
17027      Branch: perl
17028            ! MANIFEST
17029 ____________________________________________________________________________
17030 [ 14945] By: ams                                   on 2002/03/02  14:41:03
17031         Log: Delete ex-test output.
17032      Branch: perl
17033            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
17034 ____________________________________________________________________________
17035 [ 14944] By: ams                                   on 2002/03/02  13:54:35
17036         Log: Subject: [PATCH] DB_File 1.803
17037              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17038              Date: Sat, 2 Mar 2002 14:33:32 -0000
17039              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
17040      Branch: perl
17041            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17042            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
17043 ____________________________________________________________________________
17044 [ 14943] By: ams                                   on 2002/03/02  13:43:06
17045         Log: Upgrade to Tie::File 0.14.
17046      Branch: perl
17047            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
17048            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
17049            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
17050 ____________________________________________________________________________
17051 [ 14942] By: nick                                  on 2002/03/02  11:05:53
17052         Log: Integrate mainline
17053      Branch: perlio
17054           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
17055           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
17056           +> ext/Encode/t/table.utf8
17057           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
17058           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
17059           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
17060           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
17061           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
17062           !> universal.c utils/perldoc.PL
17063 ____________________________________________________________________________
17064 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
17065         Log: More CJK (just C, really) tables from Autrijus Tang
17066              (originally from iconv, used with permission of Bruno Haible)
17067      Branch: perl
17068            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
17069            + ext/Encode/Encode/iso-ir-165.enc
17070            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
17071            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
17072            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
17073 ____________________________________________________________________________
17074 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
17075         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
17076              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17077              Date: Fri, 1 Mar 2002 15:32:13 -0500
17078              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
17079      Branch: perl
17080            ! utils/perldoc.PL
17081 ____________________________________________________________________________
17082 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
17083         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
17084              From: Schuyler Erle <schuyler@oreilly.com>
17085              Date: Fri, 01 Mar 2002 14:22:19 -0800
17086              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
17087              
17088              Subject: Re: PATCH: "splice() offset past end of array" warning.
17089              From: Mark-Jason Dominus <mjd@plover.com>
17090              Date: Fri, 01 Mar 2002 17:19:49 -0500
17091              Message-ID: <20020301221949.7610.qmail@plover.com>
17092      Branch: perl
17093            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
17094 ____________________________________________________________________________
17095 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
17096         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
17097              From: Mark-Jason Dominus <mjd@plover.com>
17098              Date: Fri, 01 Mar 2002 18:35:35 -0500
17099              Message-ID: <20020301233535.15969.qmail@plover.com>
17100      Branch: perl
17101            ! av.c
17102 ____________________________________________________________________________
17103 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
17104         Log: Subject: RE: VERSION core
17105              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17106              Date: Fri, 1 Mar 2002 23:47:48 -0000
17107              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
17108      Branch: perl
17109            ! pod/perldiag.pod universal.c
17110 ____________________________________________________________________________
17111 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
17112         Log: Update Changes
17113      Branch: maint-5.6/macperl
17114            ! macos/Changes
17115 ____________________________________________________________________________
17116 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
17117         Log: Fix update to resources
17118      Branch: maint-5.6/macperl
17119            ! macos/macperl/MacPerl.r
17120 ____________________________________________________________________________
17121 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
17122         Log: metaconfig unit change for #14930.
17123      Branch: metaconfig
17124            ! U/modified/Init.U
17125 ____________________________________________________________________________
17126 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
17127         Log: Fix debugger to handle Mac OS psedofiles
17128      Branch: maint-5.6/macperl
17129            ! lib/DB.pm lib/perl5db.pl
17130 ____________________________________________________________________________
17131 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
17132         Log: Various fixes from Thomas Wegner
17133      Branch: maint-5.6/macperl
17134            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
17135 ____________________________________________________________________________
17136 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
17137         Log: Some resource updates
17138      Branch: maint-5.6/macperl
17139            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
17140            ! macos/macperl/MacPerl.rsrc
17141 ____________________________________________________________________________
17142 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
17143         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
17144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17145              Date: Fri, 01 Mar 2002 09:38:59 -0800
17146              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
17147      Branch: perl
17148            ! Configure
17149 ____________________________________________________________________________
17150 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
17151         Log: Add some missing sfio symbols (Alan Fry)
17152      Branch: maint-5.6/macperl
17153            ! macos/macperl.sym
17154 ____________________________________________________________________________
17155 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
17156         Log: Update version and README
17157      Branch: maint-5.6/macperl
17158            ! README.macos macos/MPVersion.r
17159 ____________________________________________________________________________
17160 [ 14926] By: nick                                  on 2002/03/01  15:56:41
17161         Log: Integrate mainline
17162      Branch: perlio
17163           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
17164           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17165           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17166           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17167           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17168           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17169           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17170           +> lib/Tie/File/13_size_rs.t
17171           !> (integrate 80 files)
17172 ____________________________________________________________________________
17173 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
17174         Log: Better advertising.
17175      Branch: perl
17176            ! pod/perldelta.pod pod/perlfaq5.pod
17177 ____________________________________________________________________________
17178 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
17179         Log: Update Changes.
17180      Branch: perl
17181            ! Changes patchlevel.h
17182 ____________________________________________________________________________
17183 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
17184         Log: Lost in the shuffle.
17185      Branch: perl
17186            + lib/Math/BigInt/t/downgrade.t
17187            ! MANIFEST
17188 ____________________________________________________________________________
17189 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
17190         Log: Advertise Tie::File.
17191      Branch: perl
17192            ! pod/perldelta.pod pod/perlfaq5.pod
17193 ____________________________________________________________________________
17194 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
17195         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
17196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17197              Date: Thu, 28 Feb 2002 18:55:48 +0100
17198              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
17199      Branch: perl
17200            ! x2p/walk.c
17201 ____________________________________________________________________________
17202 [ 14920] By: ams                                   on 2002/03/01  09:06:01
17203         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
17204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17205              Date: Tue, 26 Feb 2002 19:54:31 -0500
17206              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
17207      Branch: perl
17208            ! embed.fnc ext/B/B/Deparse.pm gv.c
17209 ____________________________________________________________________________
17210 [ 14919] By: ams                                   on 2002/03/01  03:03:12
17211         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
17212      Branch: perl
17213            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
17214            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
17215            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
17216            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
17217            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
17218            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
17219            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
17220 ____________________________________________________________________________
17221 [ 14918] By: ams                                   on 2002/03/01  02:36:58
17222         Log: Add Tie::File 0.12 from MJD.
17223      Branch: perl
17224            + lib/Tie/File.pm lib/Tie/File/01_gen.t
17225            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
17226            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
17227            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
17228            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
17229            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
17230            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
17231            ! MANIFEST
17232 ____________________________________________________________________________
17233 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
17234         Log: Encoding name mapping tweaks.
17235      Branch: perl
17236            ! ext/Encode/Encode.pm
17237 ____________________________________________________________________________
17238 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
17239         Log: metaconfig unit change for #14915.
17240      Branch: metaconfig
17241            ! U/modified/Init.U
17242 ____________________________________________________________________________
17243 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
17244         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
17245              From: Paul_GreenVOS@vos.stratus.com
17246              Date: Thu, 28 Feb 02 15:05 est
17247              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
17248      Branch: perl
17249            ! Configure
17250 ____________________________________________________________________________
17251 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
17252         Log: PL_bostr was pointing to the wrong string
17253              (a string left around from the loading of the Unicode \w)
17254              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
17255              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
17256      Branch: perl
17257            ! regexec.c
17258 ____________________________________________________________________________
17259 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
17260         Log: Sync with libnet-1.10
17261      Branch: perl
17262            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
17263            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
17264            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
17265            ! lib/Net/t/netrc.t
17266 ____________________________________________________________________________
17267 [ 14912] By: ams                                   on 2002/02/28  13:02:50
17268         Log: Subject: [PATCH] perldelta.pod fixes
17269              From: Autrijus Tang <autrijus@autrijus.org>
17270              Date: Thu, 28 Feb 2002 21:44:15 +0800
17271              Message-Id: <20020228134415.GB16422@not.autrijus.org>
17272      Branch: perl
17273            ! pod/perldelta.pod
17274 ____________________________________________________________________________
17275 [ 14911] By: ams                                   on 2002/02/28  11:31:44
17276         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
17277              From: Stas Bekman <stas@stason.org>
17278              Date: Mon, 04 Feb 2002 16:18:53 +0800
17279              Message-Id: <3C7E1E5F.1000605@stason.org>
17280              (Applied by hand).
17281      Branch: perl
17282            ! lib/File/Copy.pm
17283 ____________________________________________________________________________
17284 [ 14910] By: ams                                   on 2002/02/28  11:26:47
17285         Log: Subject: [PATCH lib/Pod/Html.pm]
17286              From: Stas Bekman <stas@stason.org>
17287              Date: Thu, 28 Feb 2002 20:05:01 +0800
17288              Message-Id: <3C7E1CED.7000307@stason.org>
17289      Branch: perl
17290            ! lib/Pod/Html.pm
17291 ____________________________________________________________________________
17292 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
17293         Log: Tests for #14908.
17294      Branch: perl
17295            ! t/op/pat.t
17296 ____________________________________________________________________________
17297 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
17298         Log: Make shared hash keys to be \0-terminated:
17299              one possible resolution for
17300              "UTF-8, weird \w behaviour after HASH-KEY-ification"
17301              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
17302              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
17303              The hash keys weren't \0-terminated.  This meant that the EOL ($)
17304              in regmatch() got the nextchr beyond the last character.  Since
17305              the keys were UTF-8, the nextchr was \1, not the usual
17306              string-terminating \0.  Wham, no match.
17307              
17308              I think another possible resolution could be to stop the nextchr
17309              computation in regmatch() from peeking beyond the last character
17310              of the string:
17311              
17312              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
17313      Branch: perl
17314            ! hv.c hv.h
17315 ____________________________________________________________________________
17316 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
17317         Log: Subject: [PATCH] Perl interface to newIO()
17318              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17319              Date: Wed, 27 Feb 2002 20:15:27 -0800
17320              Message-ID: <f7af8gzkgaET092yn@efn.org>
17321      Branch: perl
17322            ! lib/Symbol.pm
17323 ____________________________________________________________________________
17324 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
17325         Log: The "list" part of
17326              
17327              Subject: [PATCH perlop] .. returns a *list* of *integers*
17328              From: Mike Guy <mjtg@cam.ac.uk>
17329              Date: Tue, 26 Feb 2002 18:30:22 +0000
17330              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
17331              
17332              plus few nits.
17333      Branch: perl
17334            ! pod/perlop.pod
17335 ____________________________________________________________________________
17336 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
17337         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
17338              From: Abe Timmerman <abe@ztreet.demon.nl>
17339              Date: Thu, 28 Feb 2002 00:04:06 +0100
17340              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
17341      Branch: perl
17342            ! lib/File/stat.t
17343 ____________________________________________________________________________
17344 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
17345         Log: Integrate from maintperl.
17346      Branch: maint-5.6/macperl
17347           !> doio.c op.c t/io/open.t t/pragma/strict-subs
17348 ____________________________________________________________________________
17349 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
17350         Log: Upgrade to Math::BigInt 1.53.
17351      Branch: perl
17352            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17353            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
17354            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17355            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
17356            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
17357            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
17358 ____________________________________________________________________________
17359 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
17360         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
17361              From: "Craig A. Berry" <craigberry@mac.com>
17362              Date: Wed, 27 Feb 2002 15:36:38 -0600
17363              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
17364      Branch: perl
17365            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
17366            ! vms/ext/filespec.t
17367 ____________________________________________________________________________
17368 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
17369         Log: Subject: [PATCH] Some minor changes for Cygwin
17370              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
17371              Date: Wed, 27 Feb 2002 22:25:41 +0100
17372              Message-ID: <14296492589.20020227222541@familiehaase.de>
17373      Branch: perl
17374            ! Makefile.SH README.cygwin cygwin/perlld.in
17375 ____________________________________________________________________________
17376 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
17377         Log: Update the UTF-8 explanation table.
17378      Branch: perl
17379            ! pod/perlunicode.pod utf8.h
17380 ____________________________________________________________________________
17381 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
17382         Log: Repatch from Robin Barker: anon subs in C<package;> are
17383              now __ANON__::__ANON__ (should help for mod_perl package
17384              since #12251)
17385      Branch: perl
17386            ! gv.c op.c t/op/runlevel.t toke.c
17387 ____________________________________________________________________________
17388 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
17389         Log: Update Changes.
17390      Branch: perl
17391            ! Changes patchlevel.h
17392 ____________________________________________________________________________
17393 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
17394         Log: perldelta updates.
17395      Branch: perl
17396            ! pod/perldelta.pod
17397 ____________________________________________________________________________
17398 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
17399         Log: Signedness nit.
17400      Branch: perl
17401            ! regexec.c
17402 ____________________________________________________________________________
17403 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
17404         Log: Subject: Re: Smoke 14870
17405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17406              Date: Wed, 27 Feb 2002 16:48:35 +0100
17407              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
17408              
17409              (with some additional garnish)
17410      Branch: perl
17411            ! README.hpux hints/hpux.sh
17412 ____________________________________________________________________________
17413 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
17414         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
17415              into perl.exp in AIX.
17416      Branch: perl
17417            ! makedef.pl perl.h
17418 ____________________________________________________________________________
17419 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
17420         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
17421              From: Robin Barker <rmb1@cise.npl.co.uk>
17422              Date: Wed, 27 Feb 2002 14:39:35 GMT
17423              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
17424      Branch: perl
17425            ! pod/perlrun.pod
17426 ____________________________________________________________________________
17427 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
17428         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
17429              From: Robin Barker <rmb1@cise.npl.co.uk>
17430              Date: Wed, 27 Feb 2002 12:25:30 GMT
17431              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
17432      Branch: perl
17433            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
17434            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
17435            ! pod/perlunicode.pod pod/perluniintro.pod
17436 ____________________________________________________________________________
17437 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
17438         Log: Only modify LD_LIBRARY_PATH in case there are directories.
17439      Branch: perl
17440            ! hints/dec_osf.sh
17441 ____________________________________________________________________________
17442 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
17443         Log: Subject: [PATCH] perl/hints/vos.sh
17444              From: Paul_GreenVOS@vos.stratus.com
17445              Date: Tue, 26 Feb 02 15:19 est
17446              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
17447      Branch: perl
17448            ! hints/vos.sh
17449 ____________________________________________________________________________
17450 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
17451         Log: Forgot from #14888.
17452      Branch: perl
17453            ! ext/Unicode/Normalize/mkheader
17454 ____________________________________________________________________________
17455 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
17456         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
17457      Branch: perl
17458            ! ext/Unicode/Normalize/Changes
17459            ! ext/Unicode/Normalize/Normalize.pm
17460            ! ext/Unicode/Normalize/Normalize.xs
17461            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
17462            ! ext/Unicode/Normalize/t/test.t
17463 ____________________________________________________________________________
17464 [ 14887] By: ams                                   on 2002/02/26  23:51:52
17465         Log: Subject: Missing diagnostics
17466              From: Simon Glover <scog@roe.ac.uk>
17467              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
17468              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
17469              
17470              Subject: [PATCH] Better wording for the lvalue vec diagnostic
17471              From: Simon Glover <scog@roe.ac.uk>
17472              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
17473              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
17474      Branch: perl
17475            ! doop.c pod/perldiag.pod t/op/vec.t
17476 ____________________________________________________________________________
17477 [ 14886] By: ams                                   on 2002/02/26  15:48:34
17478         Log: Subject: [PATCH] Not OK 5.7.2@14884
17479              From: andreas.koenig@anima.de (Andreas J. Koenig)
17480              Date: Tue, 26 Feb 2002 15:03:55 +0100
17481              Message-Id: <m38z9gfigk.fsf@anima.de>
17482      Branch: perl
17483            ! t/lib/access.t
17484 ____________________________________________________________________________
17485 [ 14885] By: nick                                  on 2002/02/26  13:48:55
17486         Log: Integrate mainline
17487      Branch: perlio
17488           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
17489           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
17490           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
17491            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
17492           !> (integrate 102 files)
17493 ____________________________________________________________________________
17494 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
17495         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
17496              1.1999999999999996, or thereabouts (yes, even sprintf).
17497      Branch: perl
17498            ! t/base/num.t
17499 ____________________________________________________________________________
17500 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
17501         Log: Neither.
17502      Branch: perl
17503            ! pod/perldelta.pod
17504 ____________________________________________________________________________
17505 [ 14882] By: ams                                   on 2002/02/26  08:46:55
17506         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
17507              From: Michael G Schwern <schwern@pobox.com>
17508              Date: Tue, 26 Feb 2002 01:01:28 -0500
17509              Message-Id: <20020226060128.GA2439@blackrider>
17510      Branch: perl
17511            ! hv.c pod/perldiag.pod
17512 ____________________________________________________________________________
17513 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
17514         Log: Subject: [PATCH B::Concise] docs, typos
17515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17516              Date: Mon, 25 Feb 2002 16:41:16 +0100
17517              Message-ID: <20020225164116.A1054@rafael>
17518      Branch: perl
17519            ! ext/B/B/Concise.pm
17520 ____________________________________________________________________________
17521 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
17522         Log: POSIX: add isatty to @EXPORT_OK, reformat.
17523      Branch: perl
17524            ! ext/POSIX/POSIX.pm
17525 ____________________________________________________________________________
17526 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
17527         Log: If using -Dloclibpth=... the directories need to
17528              be appended to LD_LIBRARY_PATH (and ickily, if those
17529              directories contain a (newer?) libdb.so, we need to
17530              prepend    /usr/shlib to loclibpth).
17531      Branch: perl
17532            ! hints/dec_osf.sh
17533 ____________________________________________________________________________
17534 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
17535         Log: Subject: [PATCH] Perl interface to newIO()
17536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
17537              Date: Mon, 25 Feb 2002 15:04:57 -0800
17538              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
17539      Branch: perl
17540            ! lib/Symbol.pm lib/Symbol.t
17541 ____________________________________________________________________________
17542 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
17543         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
17544              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
17545              Date: Mon, 25 Feb 2002 21:58:30 +0100
17546              Message-ID: <20020225215830.A744@rafael>
17547      Branch: perl
17548            ! pod/perlvar.pod
17549 ____________________________________________________________________________
17550 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
17551         Log: Big5 tweaks from Autrijus Tang.
17552      Branch: perl
17553            ! ext/Encode/Encode/big5.enc
17554 ____________________________________________________________________________
17555 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
17556         Log: Subject: [PATCH Glossary configpm] cleanups
17557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17558              Date: Mon, 25 Feb 2002 23:27:15 +0100
17559              Message-ID: <20020225232715.C744@rafael>
17560      Branch: perl
17561            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
17562 ____________________________________________________________________________
17563 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
17564         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
17565              From: Nicholas Clark <nick@unfortu.net>
17566              Date: Mon, 25 Feb 2002 21:53:24 +0000
17567              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
17568      Branch: perl
17569            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
17570            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
17571            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
17572 ____________________________________________________________________________
17573 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
17574         Log: Upgrade to I18N::LangTags 0.27.
17575              (Causes one flipflop back to perl.com URL, must poke Sean.)
17576      Branch: perl
17577            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
17578            ! lib/I18N/LangTags/List.pm
17579 ____________________________________________________________________________
17580 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
17581         Log: Upgrade to Getopt::Long 2.28.
17582      Branch: perl
17583            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
17584            ! lib/Getopt/Long/README
17585 ____________________________________________________________________________
17586 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
17587         Log: No =head.
17588      Branch: perl
17589            ! pod/perlebcdic.pod
17590 ____________________________________________________________________________
17591 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
17592         Log: Update Changes.
17593      Branch: perl
17594            ! Changes patchlevel.h
17595 ____________________________________________________________________________
17596 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
17597         Log: metaconfig unit change for #14868.
17598      Branch: metaconfig
17599            ! U/modified/Chk_MANI.U
17600 ____________________________________________________________________________
17601 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
17602         Log: Some hosts understand split -l 50, some only split -50
17603              (from Paul Eggert).
17604      Branch: perl
17605            ! Configure
17606 ____________________________________________________________________________
17607 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
17608         Log: Subject: Re: [PATCH bleadperl] socketpair.t
17609              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17610              Date: Sun, 24 Feb 2002 10:31:25 +0100
17611              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
17612              
17613              (the pid half only)
17614      Branch: perl
17615            ! win32/win32.c
17616 ____________________________________________________________________________
17617 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
17618         Log: Mention the new pack tricks.
17619      Branch: perl
17620            ! pod/perldelta.pod
17621 ____________________________________________________________________________
17622 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
17623         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
17624              From: Richard.Foley@t-online.de (Richard Foley)
17625              Date: Mon, 25 Feb 2002 13:47:03 +0100
17626              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
17627      Branch: perl
17628            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
17629            ! pod/perldebug.pod pod/perldelta.pod
17630 ____________________________________________________________________________
17631 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
17632         Log: Typo corrections from John P. Linderman.
17633      Branch: perl
17634            ! ext/IPC/SysV/Semaphore.pm
17635 ____________________________________________________________________________
17636 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
17637         Log: Upgrade to Math::BigInt 1.52.
17638      Branch: perl
17639            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17640            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
17641            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
17642            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
17643            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
17644 ____________________________________________________________________________
17645 [ 14862] By: ams                                   on 2002/02/25  10:39:40
17646         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
17647              From: Robin Barker <rmb1@cise.npl.co.uk>
17648              Date: Mon, 25 Feb 2002 11:35:06 GMT
17649              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
17650              
17651              Subject: [PATCH Net/Cmd.pm]
17652              From: Robin Barker <rmb1@cise.npl.co.uk>
17653              Date: Mon, 25 Feb 2002 11:37:06 GMT
17654              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
17655      Branch: perl
17656            ! lib/Cwd.pm lib/Net/Cmd.pm
17657 ____________________________________________________________________________
17658 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
17659         Log: Cut-and-paste errors.
17660      Branch: perl
17661            ! t/op/pat.t
17662 ____________________________________________________________________________
17663 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
17664         Log: EBCDIC: the control characters are not that easy to find.
17665      Branch: perl
17666            ! t/op/pat.t
17667 ____________________________________________________________________________
17668 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
17669         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
17670              From: John Peacock <jpeacock@rowman.com>
17671              Date: Sun, 24 Feb 2002 22:08:28 -0500
17672              Message-ID: <3C79AAAC.6060903@rowman.com>
17673      Branch: perl
17674            ! sv.c
17675 ____________________________________________________________________________
17676 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
17677         Log: SvSetSV() is not returnable, but that's okay since
17678              sv_copypv() returns void.
17679      Branch: perl
17680            ! sv.c
17681 ____________________________________________________________________________
17682 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
17683         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
17684              From: John Peacock <jpeacock@rowman.com>                 
17685              Date: Sun, 24 Feb 2002 16:40:07 -0500
17686              Message-ID: <3C795DB7.40105@rowman.com>               
17687      Branch: perl
17688            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
17689            ! pp_hot.c proto.h sv.c
17690 ____________________________________________________________________________
17691 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
17692         Log: Tiny code cleanup.
17693      Branch: perl
17694            ! regexec.c
17695 ____________________________________________________________________________
17696 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
17697         Log: Use to_uni_fold().
17698      Branch: perl
17699            ! regcomp.c
17700 ____________________________________________________________________________
17701 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
17702         Log: Document the new taint behaviour of exec LIST and
17703              system LIST.
17704      Branch: perl
17705            ! pod/perldelta.pod
17706 ____________________________________________________________________________
17707 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
17708         Log: Subject: [PATCH] Re: taint news
17709              From: Rick Delaney <rick.delaney@rogers.com>             
17710              Date: 24 Feb 2002 11:35:00 -0500
17711              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
17712      Branch: perl
17713            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
17714 ____________________________________________________________________________
17715 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
17716         Log: EBCDIC tweak (native instead of uni) and comment update.
17717      Branch: perl
17718            ! regexec.c
17719 ____________________________________________________________________________
17720 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
17721         Log: Using uninitialized (and wrong) variables is not good.
17722      Branch: perl
17723            ! regcomp.c
17724 ____________________________________________________________________________
17725 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
17726         Log: EBCDIC: this seems to calm the last of the
17727              Malformed UTF-8 warnings.
17728      Branch: perl
17729            ! regcomp.c utf8.c
17730 ____________________________________________________________________________
17731 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
17732         Log: EBCDIC: document using Encode for character conversions.
17733      Branch: perl
17734            ! pod/perlebcdic.pod
17735 ____________________________________________________________________________
17736 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
17737         Log: EBCDIC: disable also Unicode::Collate and
17738              Unicode::Normalize for now.  Real users of
17739              EBCDIC have to decide what they want.
17740      Branch: perl
17741            ! ext/Unicode/Normalize/Normalize.pm
17742            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17743            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
17744            ! lib/Unicode/Collate/t/test.t
17745 ____________________________________________________________________________
17746 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
17747         Log: AUTHORS updates.
17748      Branch: perl
17749            ! AUTHORS
17750 ____________________________________________________________________________
17751 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
17752         Log: Retract #14571: there may be a better solution than
17753              tweaking the test.
17754      Branch: perl
17755            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17756 ____________________________________________________________________________
17757 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
17758         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
17759              From: "Craig A. Berry" <craigberry@mac.com> 
17760              Date: Sat, 23 Feb 2002 14:14:35 -0600
17761              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
17762      Branch: perl
17763            ! configure.com
17764 ____________________________________________________________________________
17765 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
17766         Log: metaconfig unit change for #14843.
17767      Branch: metaconfig/U/perl
17768            ! Extensions.U
17769 ____________________________________________________________________________
17770 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
17771         Log: Also Encode/JP needs to be listed explicitly.
17772              (Any other sub-Encode extensions?)
17773      Branch: perl
17774            ! Configure
17775 ____________________________________________________________________________
17776 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
17777         Log: Document known UNICOS/mk deficiency.
17778      Branch: perl
17779            ! pod/perldelta.pod
17780 ____________________________________________________________________________
17781 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
17782         Log: Subject: [PATCH] README mention version 5.0
17783              From: Autrijus Tang <autrijus@autrijus.org>
17784              Date: Sat, 23 Feb 2002 09:35:22 +0800
17785              Message-ID: <20020223013522.GA8694@not.autrijus.org>
17786      Branch: perl
17787            ! README
17788 ____________________________________________________________________________
17789 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
17790         Log: metaconfig unit change for #14839.
17791      Branch: metaconfig
17792            ! U/modified/Signal.U
17793 ____________________________________________________________________________
17794 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
17795         Log: Old hosts like NeXT Classic don't have sort -k,
17796              from Paul Eggert.
17797      Branch: perl
17798            ! Configure
17799 ____________________________________________________________________________
17800 [ 14838] By: ams                                   on 2002/02/22  21:14:29
17801         Log: Minor clarifications as suggested by Anton Tagunov.
17802      Branch: perl
17803            ! pod/perlsyn.pod
17804 ____________________________________________________________________________
17805 [ 14837] By: ams                                   on 2002/02/22  21:07:02
17806         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
17807              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17808              Date: Fri, 22 Feb 2002 23:01:07 +0100
17809              Message-Id: <20020222230107.A15069@rafael>
17810      Branch: perl
17811            ! sv.c t/op/gv.t
17812 ____________________________________________________________________________
17813 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
17814         Log: metaconfig unit change for #14835.
17815      Branch: metaconfig
17816            ! U/modified/Chk_MANI.U
17817 ____________________________________________________________________________
17818 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
17819         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
17820      Branch: perl
17821            ! Configure
17822 ____________________________________________________________________________
17823 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
17824         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
17825              From: Michael G Schwern <schwern@pobox.com>
17826              Date: Fri, 22 Feb 2002 12:10:28 -0500
17827              Message-ID: <20020222171027.GB4181@blackrider>
17828      Branch: perl
17829            ! ext/Encode/compile
17830 ____________________________________________________________________________
17831 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
17832         Log: Update Changes.
17833      Branch: perl
17834            ! Changes patchlevel.h
17835 ____________________________________________________________________________
17836 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
17837         Log: Implement IV/UV/NV/long double pack/unpack with
17838              template letters j/J/F/D (the latter two have been
17839              undocumented aliases of f/d).
17840      Branch: perl
17841            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
17842 ____________________________________________________________________________
17843 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
17844         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
17845              From: Nicholas Clark <nick@unfortu.net>
17846              Date: Fri, 22 Feb 2002 14:01:25 +0000
17847              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
17848      Branch: perl
17849            ! ext/Encode/compile
17850 ____________________________________________________________________________
17851 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
17852         Log: NetWare change from Ananth Kesari.
17853      Branch: perl
17854            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
17855            ! MANIFEST
17856 ____________________________________________________________________________
17857 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
17858         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
17859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17860              Date: Fri, 22 Feb 2002 03:55:13 -0500
17861              Message-ID: <20020222035513.A894@math.ohio-state.edu>
17862      Branch: perl
17863            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
17864 ____________________________________________________________________________
17865 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
17866         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
17867      Branch: perl
17868            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
17869 ____________________________________________________________________________
17870 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
17871         Log: Make measure_struct a file static.
17872      Branch: perl
17873            ! pp_pack.c
17874 ____________________________________________________________________________
17875 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
17876         Log: EBCDIC: someone who knows what they are doing
17877              and whether it is possible at all in the first
17878              place needs to figure these tests out on EBCDIC.
17879              The CJK encodings heavily abuse their knowledge
17880              of ASCII and that may require a translation layer
17881              or four to survive UTF-EBCDIC.
17882      Branch: perl
17883            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
17884 ____________________________________________________________________________
17885 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
17886         Log: croak() needs context.
17887      Branch: perl
17888            ! pp_pack.c
17889 ____________________________________________________________________________
17890 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
17891         Log: Subject: [PATCH @14577] pack with a human face: the sequel
17892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17893              Date: Thu, 21 Feb 2002 21:33:37 -0500
17894              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
17895      Branch: perl
17896            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
17897            ! proto.h t/op/pack.t
17898 ____________________________________________________________________________
17899 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
17900         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
17901              From: Nicholas Clark <nick@unfortu.net> 
17902              Date: Fri, 22 Feb 2002 00:49:44 +0000
17903              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
17904      Branch: perl
17905            ! ext/Encode/compile
17906 ____________________________________________________________________________
17907 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
17908         Log: Test for #14795.
17909      Branch: perl
17910            ! t/op/pat.t
17911 ____________________________________________________________________________
17912 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
17913         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
17914      Branch: perl
17915            ! t/op/pat.t
17916 ____________________________________________________________________________
17917 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
17918         Log: Subject: [PATCH] next batch of bugfixes
17919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17920              Date: Thu, 21 Feb 2002 23:54:41 +0100
17921              Message-ID: <20020221235441.A17260@rafael>
17922      Branch: perl
17923            ! ext/B/B/Deparse.pm
17924 ____________________________________________________________________________
17925 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
17926         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)
17927              From: chromatic <chromatic@rmci.net>
17928              Date: Thu, 21 Feb 2002 14:17:35 -0700
17929              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
17930      Branch: perl
17931            ! lib/File/stat.pm lib/File/stat.t
17932 ____________________________________________________________________________
17933 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
17934         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
17935      Branch: perl
17936            ! ext/re/re.xs
17937 ____________________________________________________________________________
17938 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
17939         Log: Upgrade to Math::BigInt 1.51.
17940      Branch: perl
17941            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
17942            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
17943            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
17944            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17945            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
17946            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
17947            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
17948            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
17949            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
17950            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
17951            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
17952            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
17953 ____________________________________________________________________________
17954 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
17955         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
17956              From: "Gerrit P. Haase" <gp@familiehaase.de>
17957              Date: Thu, 21 Feb 2002 21:20:25 +0100
17958              Message-ID: <69510538936.20020221212025@familiehaase.de>
17959      Branch: perl
17960            ! Makefile.SH
17961 ____________________________________________________________________________
17962 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
17963         Log: Subject: [PATCH @14577] grouping in pack/unpack
17964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17965              Date: Thu, 21 Feb 2002 06:06:14 -0500
17966              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
17967      Branch: perl
17968            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
17969            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
17970 ____________________________________________________________________________
17971 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
17972         Log: Subject: [PATCH propose] question about fs.t
17973              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17974              Date: Thu, 21 Feb 2002 15:10:21 +0100
17975              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
17976      Branch: perl
17977            ! t/io/fs.t
17978 ____________________________________________________________________________
17979 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
17980         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
17981              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
17982              Date: Thu, 21 Feb 2002 09:54:28 +0100
17983              Message-ID: <13576559576.20020221095428@familiehaase.de>     
17984      Branch: perl
17985            ! Makefile.SH
17986 ____________________________________________________________________________
17987 [ 14812] By: ams                                   on 2002/02/21  14:59:09
17988         Log: Subject: typo correction
17989              From: mjd@plover.com
17990              Date: 21 Feb 2002 15:43:49 -0000
17991              Message-Id: <20020221154349.22772.qmail@plover.com>
17992      Branch: perl
17993            ! pod/perldebug.pod
17994 ____________________________________________________________________________
17995 [ 14811] By: ams                                   on 2002/02/21  14:02:12
17996         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
17997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17998              Date: Thu, 21 Feb 2002 15:22:22 +0100
17999              Message-Id: <20020221152222.A15095@rafael>
18000      Branch: perl
18001            ! op.h toke.c
18002 ____________________________________________________________________________
18003 [ 14810] By: ams                                   on 2002/02/21  12:45:28
18004         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
18005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18006              Date: Thu, 21 Feb 2002 06:02:48 -0500
18007              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
18008      Branch: perl
18009            ! lib/ExtUtils/Mksymlists.pm makedef.pl
18010 ____________________________________________________________________________
18011 [ 14809] By: nick                                  on 2002/02/21  09:31:08
18012         Log: Integrate mainline
18013      Branch: perlio
18014           +> lib/Pod/t/Select.t
18015           !> (integrate 37 files)
18016 ____________________________________________________________________________
18017 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
18018         Log: metaconfig unit change for #14807.
18019      Branch: metaconfig
18020            ! U/modified/Signal.U
18021 ____________________________________________________________________________
18022 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
18023         Log: Revert #14805, didn't quite work.
18024      Branch: perl
18025            ! Configure config_h.SH
18026 ____________________________________________________________________________
18027 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
18028         Log: metaconfig changes for #14805.
18029      Branch: metaconfig
18030            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
18031 ____________________________________________________________________________
18032 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
18033         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
18034              From: Paul Eggert <eggert@twinsun.com>
18035              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
18036              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
18037      Branch: perl
18038            ! Configure config_h.SH
18039 ____________________________________________________________________________
18040 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
18041         Log: More advice.
18042      Branch: perl
18043            ! README.os390
18044 ____________________________________________________________________________
18045 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
18046         Log: Missing MANIFESTation.
18047      Branch: perl
18048            ! MANIFEST
18049 ____________________________________________________________________________
18050 [ 14802] By: ams                                   on 2002/02/20  22:55:25
18051         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
18052              From: Autrijus Tang <autrijus@autrijus.org>
18053              Date: Thu, 21 Feb 2002 07:13:12 +0800
18054              Message-Id: <20020220231312.GA775@not.autrijus.org>
18055      Branch: perl
18056            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
18057 ____________________________________________________________________________
18058 [ 14801] By: ams                                   on 2002/02/20  22:27:20
18059         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
18060              From: Abe Timmerman <abe@ztreet.demon.nl>
18061              Date: Thu, 21 Feb 2002 00:20:40 +0100
18062              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
18063      Branch: perl
18064            + lib/Pod/t/Select.t
18065 ____________________________________________________________________________
18066 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
18067         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
18068              twice, causing the loop to skip every other character.
18069      Branch: perl
18070            ! utf8.c
18071 ____________________________________________________________________________
18072 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
18073         Log: Better debugging info.
18074      Branch: perl
18075            ! t/uni/case.pl
18076 ____________________________________________________________________________
18077 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
18078         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
18079              From: Nicholas Clark <nick@unfortu.net>
18080              Date: Wed, 20 Feb 2002 22:13:05 +0000
18081              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
18082      Branch: perl
18083            ! ext/Encode/compile
18084 ____________________________________________________________________________
18085 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
18086         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
18087              From: Paul Eggert <eggert@twinsun.com>
18088              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
18089              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
18090      Branch: perl
18091            ! pod/perlhack.pod
18092 ____________________________________________________________________________
18093 [ 14796] By: nick                                  on 2002/02/20  18:15:00
18094         Log: Integrate mainline
18095      Branch: perlio
18096           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18097           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
18098           +> lib/Locale/Country.pod lib/Locale/Currency.pod
18099           +> lib/Locale/Language.pod lib/Locale/Script.pm
18100           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
18101           +> t/uni/title.t t/uni/upper.t
18102           !> (integrate 41 files)
18103 ____________________________________________________________________________
18104 [ 14795] By: ams                                   on 2002/02/20  17:08:38
18105         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
18106              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18107              Date: Wed, 20 Feb 2002 18:06:59 +0000
18108              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
18109      Branch: perl
18110            ! pp_ctl.c
18111 ____________________________________________________________________________
18112 [ 14794] By: ams                                   on 2002/02/20  16:41:56
18113         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
18114              From: Paul_GreenVOS@vos.stratus.com
18115              Date: Wed, 20 Feb 02 12:21 est
18116              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
18117      Branch: perl
18118            ! Makefile.SH
18119 ____________________________________________________________________________
18120 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
18121         Log: Forgot from #14790.
18122      Branch: perl
18123            ! pp_pack.c
18124 ____________________________________________________________________________
18125 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
18126         Log: Update Changes.
18127      Branch: perl
18128            ! Changes patchlevel.h
18129 ____________________________________________________________________________
18130 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
18131         Log: Integrate change #14778 from maintperl.
18132      Branch: perl
18133            ! t/lib/strict/subs
18134           !> op.c
18135 ____________________________________________________________________________
18136 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
18137         Log: Subject: Re: [ID 20020220.001] pack w with objects
18138              From: Ulrich Pfeifer <upf@de.uu.net>
18139              Date: 20 Feb 2002 11:21:15 +0100
18140              Message-ID: <p5g03wcv38.fsf@de.uu.net>
18141      Branch: perl
18142            ! t/op/pack.t
18143 ____________________________________________________________________________
18144 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
18145         Log: Subject: Re: [PATCH] go faster for Encode's compile
18146              From: Nicholas Clark <nick@unfortu.net> 
18147              Date: Tue, 19 Feb 2002 23:38:36 +0000
18148              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
18149      Branch: perl
18150            ! ext/Encode/compile
18151 ____________________________________________________________________________
18152 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
18153         Log: Regen Glossary.
18154      Branch: perl
18155            ! Porting/Glossary Porting/config.sh Porting/config_H
18156 ____________________________________________________________________________
18157 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
18158         Log: metaconfig unit change for #14786 (not visible yet,
18159              since Glossary needs regenerating)
18160      Branch: metaconfig
18161            ! U/compline/d_gconvert.U
18162 ____________________________________________________________________________
18163 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
18164         Log: Subject: d_Gconvert hints and Glossary
18165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18166              Date: Tue, 19 Feb 2002 11:55:36 -0800
18167              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
18168      Branch: perl
18169            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
18170            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
18171            ! hints/svr5.sh
18172 ____________________________________________________________________________
18173 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
18174         Log: metaconfig unit changes for #14784.
18175      Branch: metaconfig
18176            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
18177 ____________________________________________________________________________
18178 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
18179         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
18180              From: Paul Eggert <eggert@twinsun.com>              
18181              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
18182              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
18183      Branch: perl
18184            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
18185            ! pod/perlhack.pod
18186 ____________________________________________________________________________
18187 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
18188         Log: metaconfig unit change for #14782.
18189      Branch: metaconfig/U/perl
18190            ! Mksymlinks.U
18191 ____________________________________________________________________________
18192 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
18193         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
18194              From: "Gerrit P. Haase" <gp@familiehaase.de>
18195              Date: Wed, 20 Feb 2002 00:23:29 +0100
18196              Message-ID: <70348722516.20020220002329@familiehaase.de>
18197      Branch: perl
18198            ! Configure
18199 ____________________________________________________________________________
18200 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
18201         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
18202              From: Nicholas Clark <nick@unfortu.net> 
18203              Date: Tue, 19 Feb 2002 19:27:42 +0000
18204              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
18205              
18206              (with modifications)
18207      Branch: perl
18208            ! pod/perlsub.pod
18209 ____________________________________________________________________________
18210 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
18211         Log: NetWare tweak from Ananth Kesari.
18212      Branch: perl
18213            ! lib/ExtUtils/MakeMaker.pm
18214 ____________________________________________________________________________
18215 [ 14779] By: ams                                   on 2002/02/20  06:51:55
18216         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
18217      Branch: perl
18218            ! pod/perlfaq4.pod
18219 ____________________________________________________________________________
18220 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
18221         Log: constant folding on the range operator had the effect of disabling
18222              peephole optimizations in all the siblings of the range OP; the
18223              effect of this was that barewords could escape strictures when
18224              they were hiding in such places
18225      Branch: maint-5.6/perl
18226            ! op.c t/pragma/strict-subs
18227 ____________________________________________________________________________
18228 [ 14777] By: ams                                   on 2002/02/20  00:56:21
18229         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
18230              From: Graham Barr <gbarr@pobox.com>
18231              Date: Tue, 19 Feb 2002 23:08:47 +0000
18232              Message-Id: <20020219230847.G66560@pobox.com>
18233      Branch: perl
18234            ! lib/Time/Local.pm
18235 ____________________________________________________________________________
18236 [ 14776] By: ams                                   on 2002/02/19  17:20:28
18237         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
18238              From: Nicholas Clark <nick@unfortu.net>
18239              Date: Tue, 19 Feb 2002 16:23:22 +0000
18240              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
18241      Branch: perl
18242            ! lib/Tie/Hash.pm
18243 ____________________________________________________________________________
18244 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
18245         Log: Regen doc, regen toc.
18246      Branch: perl
18247            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
18248 ____________________________________________________________________________
18249 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
18250         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
18251              From: Dave Mitchell <davem@fdgroup.co.uk>
18252              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
18253              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
18254      Branch: perl
18255            ! pod/perlsub.pod
18256 ____________________________________________________________________________
18257 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
18258         Log: Detypo.
18259      Branch: perl
18260            ! lib/Tie/Memoize.pm
18261 ____________________________________________________________________________
18262 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
18263         Log: UTF-8 C API doc tweaks.
18264      Branch: perl
18265            ! pod/perlunicode.pod
18266 ____________________________________________________________________________
18267 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
18268         Log: Mention that the case-switchers know about Unicode, too.
18269      Branch: perl
18270            ! pod/perlop.pod
18271 ____________________________________________________________________________
18272 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
18273         Log: Upgrade to Locale::Codes 2.01.
18274      Branch: perl
18275            + lib/Locale/Constants.pod lib/Locale/Country.pod
18276            + lib/Locale/Currency.pod lib/Locale/Language.pod
18277            + lib/Locale/Script.pod
18278            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18279            ! lib/Locale/Constants.pm lib/Locale/Country.pm
18280            ! lib/Locale/Currency.pm lib/Locale/Language.pm
18281            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
18282 ____________________________________________________________________________
18283 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
18284         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
18285              From: Dave Mitchell <davem@fdgroup.co.uk>
18286              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
18287              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
18288      Branch: perl
18289            ! pod/perlsub.pod
18290 ____________________________________________________________________________
18291 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
18292         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
18293              From: Sam Tregar <sam@tregar.com> 
18294              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
18295              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
18296      Branch: perl
18297            ! sv.h
18298 ____________________________________________________________________________
18299 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
18300         Log: The test requires perlio.
18301      Branch: perl
18302            ! ext/Encode/t/JP.t
18303 ____________________________________________________________________________
18304 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
18305         Log: Misplaced block end.
18306      Branch: perl
18307            ! utf8.c
18308 ____________________________________________________________________________
18309 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
18310         Log: The POSIX extensions are deadly.
18311      Branch: perl
18312            ! regcomp.c
18313 ____________________________________________________________________________
18314 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
18315         Log: Let's not overdo the growth.
18316      Branch: perl
18317            ! pp.c
18318 ____________________________________________________________________________
18319 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
18320         Log: Third time makes the charm.
18321      Branch: perl
18322            ! README.os390
18323 ____________________________________________________________________________
18324 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
18325         Log: Oops.
18326      Branch: perl
18327            ! utf8.c
18328 ____________________________________________________________________________
18329 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
18330         Log: Add back the new casing tests.
18331      Branch: perl
18332            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
18333            ! MANIFEST
18334 ____________________________________________________________________________
18335 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
18336         Log: Prefer special case mappings.
18337      Branch: perl
18338            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18339            ! lib/unicore/To/Upper.pl lib/unicore/mktables
18340 ____________________________________________________________________________
18341 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
18342         Log: Try special casing first.
18343      Branch: perl
18344            ! utf8.c
18345 ____________________________________________________________________________
18346 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
18347         Log: Not extending enough.
18348      Branch: perl
18349            ! pp.c utf8.h
18350 ____________________________________________________________________________
18351 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
18352         Log: No need to store identity mappings.
18353      Branch: perl
18354            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18355            ! lib/unicore/mktables
18356 ____________________________________________________________________________
18357 [ 14756] By: ams                                   on 2002/02/18  20:21:17
18358         Log: Forward port #14704 from maint-5.6.
18359      Branch: perl
18360            ! doio.c
18361 ____________________________________________________________________________
18362 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
18363         Log: Regen Changes.
18364      Branch: perl
18365            ! Changes
18366 ____________________________________________________________________________
18367 [ 14754] By: ams                                   on 2002/02/18  19:01:09
18368         Log: Subject: [PATCH] VMS cando_by_name and current process privs
18369              From: "Craig A. Berry" <craigberry@mac.com>
18370              Date: Mon, 18 Feb 2002 14:03:30 -0600
18371              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
18372      Branch: perl
18373            ! vms/vms.c
18374 ____________________________________________________________________________
18375 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
18376         Log: Update Changes.
18377      Branch: perl
18378            ! Changes patchlevel.h
18379 ____________________________________________________________________________
18380 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
18381         Log: What do you know; these tests unearthed nasty problems.
18382              Will resolve those first.
18383      Branch: perl
18384            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
18385            ! MANIFEST
18386 ____________________________________________________________________________
18387 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
18388         Log: Update Changes.
18389      Branch: perl
18390            ! Changes patchlevel.h
18391 ____________________________________________________________________________
18392 [ 14750] By: ams                                   on 2002/02/18  17:36:05
18393         Log: Subject: Re: IO::Poll: Removing Handles
18394              From: Matthew Sachs <matthewg@zevils.com>
18395              Date: Mon, 18 Feb 2002 13:19:01 -0500
18396              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
18397      Branch: perl
18398            ! ext/IO/lib/IO/t/io_poll.t
18399 ____________________________________________________________________________
18400 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
18401         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
18402              From: "Craig A. Berry" <craigberry@mac.com>
18403              Date: Mon, 18 Feb 2002 11:52:21 -0600
18404              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
18405      Branch: perl
18406            ! t/op/alarm.t t/op/glob.t
18407 ____________________________________________________________________________
18408 [ 14748] By: ams                                   on 2002/02/18  15:53:36
18409         Log: s/load_module/Perl_load_module/
18410      Branch: perl
18411            ! gv.c
18412 ____________________________________________________________________________
18413 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
18414         Log: Unused in ASCII, used in EBCDIC.
18415      Branch: perl
18416            ! utf8.c
18417 ____________________________________________________________________________
18418 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
18419         Log: Upgrade to Locale::Codes 2.00.
18420      Branch: perl
18421            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18422            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
18423            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
18424            ! lib/Locale/Constants.pm lib/Locale/Country.pm
18425            ! lib/Locale/Currency.pm lib/Locale/Language.pm
18426 ____________________________________________________________________________
18427 [ 14745] By: ams                                   on 2002/02/18  15:20:44
18428         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
18429              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18430              Date: Sat, 16 Feb 2002 00:06:01 +0100
18431              Message-Id: <20020216000601.A17249@rafael>
18432      Branch: perl
18433            ! gv.c
18434 ____________________________________________________________________________
18435 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
18436         Log: More Unicode casing checks.
18437      Branch: perl
18438            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
18439            ! MANIFEST
18440 ____________________________________________________________________________
18441 [ 14743] By: ams                                   on 2002/02/18  14:35:38
18442         Log: Subject: IO::Poll: Removing Handles
18443              From: Matthew Sachs <matthewg@zevils.com>
18444              Date: Sun, 17 Feb 2002 04:49:46 -0500
18445              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
18446      Branch: perl
18447            ! ext/IO/lib/IO/Poll.pm
18448 ____________________________________________________________________________
18449 [ 14741] By: ams                                   on 2002/02/18  13:59:48
18450         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
18451              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18452              Date: Mon, 18 Feb 2002 15:41:26 +0100
18453              Message-Id: <20020218154126.A692@rafael>
18454      Branch: perl
18455            ! pp_ctl.c t/op/do.t
18456 ____________________________________________________________________________
18457 [ 14740] By: nick                                  on 2002/02/18  09:09:23
18458         Log: Integrate mainline
18459      Branch: perlio
18460           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18461           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18462           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
18463           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18464           +> ext/Encode/lib/Encode/JP/Constants.pm
18465           +> ext/Encode/lib/Encode/JP/H2Z.pm
18466           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
18467           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
18468           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
18469           +> os2/OS2/Process/t/os2_process.t
18470           +> os2/OS2/Process/t/os2_process_kid.t
18471           +> os2/OS2/Process/t/os2_process_text.t
18472            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
18473            - ext/Encode/t/Japanese.t
18474           !> (integrate 47 files)
18475 ____________________________________________________________________________
18476 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
18477         Log: EBCDIC: now the worst seems to be over for
18478              the "Malformed" warnings.  Still a few of them,
18479              and plenty of test failures, but getting better.
18480      Branch: perl
18481            ! regcomp.c utf8.c
18482 ____________________________________________________________________________
18483 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
18484         Log: Upgrade to Net::Ping 2.12.
18485      Branch: perl
18486            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
18487            ! lib/Net/Ping/t/110_icmp_inst.t
18488 ____________________________________________________________________________
18489 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
18490         Log: After much rewriting we are now pretty much
18491              back to where we started.
18492      Branch: perl
18493            ! utf8.c
18494 ____________________________________________________________________________
18495 [ 14736] By: ams                                   on 2002/02/18  01:23:00
18496         Log: Subject: [PATCH B::Deparse] two fixes
18497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18498              Date: Sun, 17 Feb 2002 23:58:59 +0100
18499              Message-Id: <20020217235859.A32513@rafael>
18500      Branch: perl
18501            ! ext/B/B/Deparse.pm
18502 ____________________________________________________________________________
18503 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
18504         Log: Buglet.
18505      Branch: perl
18506            ! ext/Encode/lib/Encode/JP/JIS.pm
18507 ____________________________________________________________________________
18508 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
18509         Log: Clearing up to_utf8_case() continues: this time use
18510              a single return, and EBCDICification for all paths.
18511      Branch: perl
18512            ! utf8.c
18513 ____________________________________________________________________________
18514 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
18515         Log: Small tweaks to get the test running (fix @INC and
18516              do not overwrite the table.utf8 and table.rnd).
18517      Branch: perl
18518            ! ext/Encode/t/JP.t
18519 ____________________________________________________________________________
18520 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
18521         Log: Tiny tweak.
18522      Branch: perl
18523            ! utf8.c
18524 ____________________________________________________________________________
18525 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
18526         Log: Redundant casts.
18527      Branch: perl
18528            ! utf8.c
18529 ____________________________________________________________________________
18530 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
18531         Log: More filename portability tips.
18532      Branch: perl
18533            ! pod/perlport.pod
18534 ____________________________________________________________________________
18535 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
18536         Log: FAQ sync.
18537      Branch: perl
18538            ! pod/perlfaq3.pod pod/perlfaq5.pod
18539 ____________________________________________________________________________
18540 [ 14728] By: ams                                   on 2002/02/17  16:15:09
18541         Log: Subject: podlators 1.21 released
18542              From: Russ Allbery <rra@stanford.edu>
18543              Date: Sat, 16 Feb 2002 21:42:56 -0800
18544              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
18545      Branch: perl
18546            ! lib/Pod/Text/Overstrike.pm
18547 ____________________________________________________________________________
18548 [ 14727] By: sky                                   on 2002/02/17  11:36:52
18549         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
18550              From: Autrijus Tang <autrijus@autrijus.org>
18551              Date: Sun, 17 Feb 2002 19:46:47 +0800
18552              Message-ID: <20020217194647.A1410@not.autrijus.org>
18553      Branch: perl
18554            ! pp_ctl.c t/op/tiehandle.t util.c
18555 ____________________________________________________________________________
18556 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
18557         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
18558              input in native code points, not Unicode.
18559      Branch: perl
18560            ! utf8.c
18561 ____________________________________________________________________________
18562 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
18563         Log: Regen Glossary.
18564      Branch: perl
18565            ! Porting/Glossary Porting/config.sh Porting/config_H
18566 ____________________________________________________________________________
18567 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
18568         Log: The #14715 and #14716 were okay: they just revealed
18569              a bug in the EXACTF matching.
18570      Branch: perl
18571            ! regexec.c utf8.c
18572 ____________________________________________________________________________
18573 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
18574         Log: Retreat, retreat! (retract #14715 and #14716)
18575      Branch: perl
18576            ! utf8.c
18577 ____________________________________________________________________________
18578 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
18579         Log: Encode 0.40, from Dan Kogai.
18580      Branch: perl
18581            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18582            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18583            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
18584            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18585            + ext/Encode/lib/Encode/JP/Constants.pm
18586            + ext/Encode/lib/Encode/JP/H2Z.pm
18587            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
18588            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
18589            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
18590            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18591            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
18592            - ext/Encode/t/Japanese.t
18593            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
18594            ! ext/Encode/t/Encode.t
18595 ____________________________________________________________________________
18596 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
18597         Log: metaconfig unit change for #14720.
18598      Branch: perl
18599            ! Configure
18600 ____________________________________________________________________________
18601 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
18602         Log: Regenerate Configure (small tweaks on Yitzchak's,
18603              main difference being that the preference variables are
18604              called gconvert_...).
18605      Branch: metaconfig
18606            ! U/compline/d_gconvert.U
18607 ____________________________________________________________________________
18608 [ 14719] By: ams                                   on 2002/02/16  14:11:01
18609         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
18610              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18611              Date: Thu, 14 Feb 2002 22:27:33 -0800
18612              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
18613              (Applied by hand.)
18614      Branch: perl
18615            ! Configure
18616 ____________________________________________________________________________
18617 [ 14718] By: ams                                   on 2002/02/16  13:45:28
18618         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
18619              From: Philip Newton <Philip.Newton@gmx.net>
18620              Date: Sat, 16 Feb 2002 10:05:05 +0100
18621              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
18622              (Applied by hand.)
18623      Branch: perl
18624            ! pod/perlport.pod
18625 ____________________________________________________________________________
18626 [ 14717] By: ams                                   on 2002/02/16  04:30:23
18627         Log: Remove dubious test.
18628      Branch: perl
18629            ! t/io/open.t
18630 ____________________________________________________________________________
18631 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
18632         Log: Tiny tweak.
18633      Branch: perl
18634            ! utf8.c
18635 ____________________________________________________________________________
18636 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
18637         Log: Restructure to_utf8_case() for simpler execution paths.
18638      Branch: perl
18639            ! utf8.c
18640 ____________________________________________________________________________
18641 [ 14714] By: ams                                   on 2002/02/16  02:43:59
18642         Log: Absorb #14701 by Sarathy from maint-5.6.
18643      Branch: perl
18644            ! doio.c t/io/open.t
18645 ____________________________________________________________________________
18646 [ 14713] By: ams                                   on 2002/02/16  01:51:27
18647         Log: Subject: [PATCH] VOS patches for perl 5.8
18648              From: Paul_GreenVOS@vos.stratus.com
18649              Date: Fri, 15 Feb 02 17:41 est
18650              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
18651      Branch: perl
18652            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
18653            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18654            ! vos/install_perl.cm
18655 ____________________________________________________________________________
18656 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
18657         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
18658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18659              Date: Fri, 15 Feb 2002 23:05:44 +0100
18660              Message-ID: <20020215230544.A690@rafael>
18661      Branch: perl
18662            ! ext/B/B/Deparse.pm
18663 ____________________________________________________________________________
18664 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
18665         Log: Add $VERSION.
18666      Branch: perl
18667            ! lib/Tie/Memoize.pm
18668 ____________________________________________________________________________
18669 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
18670         Log: Update Changes.
18671      Branch: perl
18672            ! Changes patchlevel.h
18673 ____________________________________________________________________________
18674 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
18675         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
18676              From: Robin Barker <rmb1@cise.npl.co.uk>
18677              Date: Thu, 14 Feb 2002 19:07:40 GMT
18678              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
18679              
18680              (the hints part only)
18681      Branch: perl
18682            ! hints/solaris_2.sh
18683 ____________________________________________________________________________
18684 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
18685         Log: metaconfig unit changes for #14707.
18686      Branch: metaconfig
18687            ! U/modified/cc.U
18688      Branch: metaconfig/U/perl
18689            ! Checkcc.U
18690 ____________________________________________________________________________
18691 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
18692         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
18693              From: Robin Barker <rmb1@cise.npl.co.uk>
18694              Date: Fri, 15 Feb 2002 12:14:39 GMT
18695              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
18696              
18697              Split checking-for-gcc and checking-for-cc.
18698      Branch: perl
18699            ! Configure
18700 ____________________________________________________________________________
18701 [ 14706] By: ams                                   on 2002/02/15  13:57:15
18702         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
18703              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
18704              Date: 15 Feb 2002 10:53:06 +0200
18705              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
18706      Branch: perl
18707            ! lib/Pod/Html.pm
18708 ____________________________________________________________________________
18709 [ 14705] By: ams                                   on 2002/02/15  08:42:55
18710         Log: Subject: [PATCH @14577] OS/2 tests and more
18711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18712              Date: Fri, 15 Feb 2002 03:56:24 -0500
18713              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
18714      Branch: perl
18715            + os2/OS2/Process/t/os2_process.t
18716            + os2/OS2/Process/t/os2_process_kid.t
18717            + os2/OS2/Process/t/os2_process_text.t
18718            ! MANIFEST configpm hints/os2.sh makedef.pl
18719            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
18720            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
18721            ! os2/os2ish.h
18722 ____________________________________________________________________________
18723 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
18724         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
18725              avoid wasteful PL_fdpid fiddling where that is not warranted;
18726              mostly whitespace fixes
18727              
18728              these were longstanding todo items from:
18729              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
18730      Branch: maint-5.6/perl
18731            ! doio.c
18732 ____________________________________________________________________________
18733 [ 14702] By: nick                                  on 2002/02/15  08:31:41
18734         Log: Integrate mainline
18735      Branch: perlio
18736           +> lib/if.pm lib/if.t
18737           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
18738           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
18739           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
18740           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
18741           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
18742           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
18743           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
18744           !> t/lib/warnings/pp_sys
18745 ____________________________________________________________________________
18746 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
18747         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
18748              (and also dies quickly on Windows); this bug crept in as
18749              change#610, a.k.a change#646
18750      Branch: maint-5.6/perl
18751            ! doio.c t/io/open.t
18752 ____________________________________________________________________________
18753 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
18754         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
18755              From: Ville "Skyttä" <ville.skytta@iki.fi>
18756              Date: Wed, 13 Feb 2002 22:29:39 +0200
18757              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
18758      Branch: perl
18759            ! lib/Pod/Html.pm
18760 ____________________________________________________________________________
18761 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
18762         Log: Document and test the C0 and C1.
18763      Branch: perl
18764            ! lib/charnames.pm lib/charnames.t
18765 ____________________________________________________________________________
18766 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
18767         Log: metaconfig unit change for #14697.
18768      Branch: metaconfig
18769            ! U/modified/Init.U
18770 ____________________________________________________________________________
18771 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
18772         Log: Also OS/2 seems to need exe set early.
18773      Branch: perl
18774            ! Configure
18775 ____________________________________________________________________________
18776 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
18777         Log: Document pack U0U.
18778      Branch: perl
18779            ! pod/perluniintro.pod
18780 ____________________________________________________________________________
18781 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
18782         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
18783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18784              Date: Thu, 14 Feb 2002 23:58:00 +0100
18785              Message-ID: <20020214235800.A12901@rafael>
18786      Branch: perl
18787            ! pp_sys.c t/lib/warnings/pp_sys
18788 ____________________________________________________________________________
18789 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
18790         Log: Subject: [PATCH @13746] conditional pragmas
18791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18792              Date: Mon, 31 Dec 2001 18:18:09 -0500
18793              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
18794      Branch: perl
18795            + lib/if.pm lib/if.t
18796            ! MANIFEST
18797 ____________________________________________________________________________
18798 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
18799         Log: Deparse bug introduced by #14615: the fix is just a workaround,
18800              I suspect there to be another deeper bug, must distill simpler
18801              test case.
18802      Branch: perl
18803            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18804 ____________________________________________________________________________
18805 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
18806         Log: Integrate perlio; 
18807              
18808              Make dependencies more precise (for nmake)
18809      Branch: perl
18810           !> ext/Encode/EUC_JP/Makefile.PL
18811 ____________________________________________________________________________
18812 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
18813         Log: Just a guess.
18814      Branch: perl
18815            ! lib/Tie/Handle.pm
18816 ____________________________________________________________________________
18817 [ 14690] By: nick                                  on 2002/02/14  16:30:56
18818         Log: Integrate mainline
18819      Branch: perlio
18820           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
18821           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
18822           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
18823           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
18824           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
18825           !> utf8.c
18826 ____________________________________________________________________________
18827 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
18828         Log: Upgrade to Net::Ping 2.11.
18829      Branch: perl
18830            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
18831            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
18832            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
18833            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
18834 ____________________________________________________________________________
18835 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
18836         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
18837              From: Robin Barker <rmb1@cise.npl.co.uk>
18838              Date: Wed, 13 Feb 2002 17:37:07 GMT
18839              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
18840              
18841              (updated version of the above)
18842      Branch: perl
18843            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
18844 ____________________________________________________________________________
18845 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
18846         Log: Excise inexact blather.
18847      Branch: perl
18848            ! utf8.c
18849 ____________________________________________________________________________
18850 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
18851         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
18852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18853              Date: Mon, 31 Dec 2001 20:28:46 -0500
18854              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
18855      Branch: perl
18856            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
18857            ! MANIFEST
18858 ____________________________________________________________________________
18859 [ 14685] By: nick                                  on 2002/02/14  14:20:20
18860         Log: Make dependencies more precise (for nmake)
18861      Branch: perlio
18862            ! ext/Encode/EUC_JP/Makefile.PL
18863 ____________________________________________________________________________
18864 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
18865         Log: Subject: [PATCH @13746] tied hashes
18866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
18867              Date: Mon, 31 Dec 2001 19:15:39 -0500
18868              Message-ID: <20011231191539.A46@math.ohio-state.edu>
18869      Branch: perl
18870            ! lib/Tie/Hash.pm pod/perltie.pod
18871 ____________________________________________________________________________
18872 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
18873         Log: Subject: Re: [PATCH] Configure followed by make minitest
18874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18875              Date: Sun, 10 Feb 2002 23:22:05 -0800
18876              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
18877      Branch: perl
18878            ! Makefile.SH
18879 ____________________________________________________________________________
18880 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
18881         Log: Subject: Re: perl@14647
18882              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18883              Date: Mon, 11 Feb 2002 19:30:36 +0100
18884              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
18885      Branch: perl
18886            ! t/op/groups.t
18887 ____________________________________________________________________________
18888 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
18889         Log: Update Changes.
18890      Branch: perl
18891            ! Changes patchlevel.h
18892 ____________________________________________________________________________
18893 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
18894         Log: Integrate perlio;
18895              
18896              Do not lc() the file names before doing dirname() or they don't match.
18897      Branch: perl
18898           !> lib/ExtUtils/t/Installed.t
18899 ____________________________________________________________________________
18900 [ 14679] By: sky                                   on 2002/02/13  12:56:13
18901         Log: rename mutex to make a bit more sense
18902      Branch: perl
18903            ! ext/threads/threads.xs
18904 ____________________________________________________________________________
18905 [ 14678] By: sky                                   on 2002/02/13  12:46:11
18906         Log: Track active threads....
18907      Branch: perl
18908            ! ext/threads/threads.pm ext/threads/threads.xs
18909 ____________________________________________________________________________
18910 [ 14677] By: nick                                  on 2002/02/13  09:30:42
18911         Log: Do not lc() the file names before doing dirname() or they don't match.
18912      Branch: perlio
18913            ! lib/ExtUtils/t/Installed.t
18914 ____________________________________________________________________________
18915 [ 14676] By: sky                                   on 2002/02/13  09:03:37
18916         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
18917              From: Michael G Schwern <schwern@pobox.com>
18918              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
18919              Message-Id: <20020213100017.GA6288@blackrider>
18920      Branch: perl
18921            ! lib/File/Spec/t/rel2abs2rel.t
18922 ____________________________________________________________________________
18923 [ 14675] By: sky                                   on 2002/02/13  09:00:24
18924         Log: Do not propagate END blocks to child threads, test.
18925      Branch: perl
18926            + ext/threads/t/end.t
18927            ! MANIFEST ext/threads/threads.xs
18928 ____________________________________________________________________________
18929 [ 14674] By: nick                                  on 2002/02/13  08:34:55
18930         Log: Integrate mainline
18931      Branch: perlio
18932           +> ext/threads/t/join.t
18933           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
18934           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
18935           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
18936 ____________________________________________________________________________
18937 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
18938         Log: metaconfig unit change for #14672.
18939      Branch: metaconfig
18940            ! U/modified/lns.U
18941 ____________________________________________________________________________
18942 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
18943         Log: $ln is supposed to be already set to $ln + executable suffix
18944              on platforms that need it, from Paul Green.
18945      Branch: perl
18946            ! Configure
18947 ____________________________________________________________________________
18948 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
18949         Log: Subject: New command syntax for 'x' command
18950              From: Mark-Jason Dominus <mjd@plover.com>
18951              Date: Tue, 12 Feb 2002 20:54:01 -0500
18952              Message-ID: <20020213015401.25685.qmail@plover.com>
18953      Branch: perl
18954            ! lib/perl5db.pl pod/perldebug.pod
18955 ____________________________________________________________________________
18956 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
18957         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
18958              From: Mark-Jason Dominus <mjd@plover.com>
18959              Date: Tue, 12 Feb 2002 20:20:42 -0500
18960              Message-ID: <20020213012042.25245.qmail@plover.com>
18961      Branch: perl
18962            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
18963 ____________________________________________________________________________
18964 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
18965         Log: Iteration continues.
18966      Branch: perl
18967            ! utf8.c
18968 ____________________________________________________________________________
18969 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
18970         Log: Duh.
18971      Branch: perl
18972            ! pp_pack.c t/op/length.t
18973 ____________________________________________________________________________
18974 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
18975         Log: Retract #14666.
18976      Branch: perl
18977            ! t/op/lc.t
18978 ____________________________________________________________________________
18979 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
18980         Log: (retracted by #14667)
18981      Branch: perl
18982            ! t/op/lc.t
18983 ____________________________________________________________________________
18984 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
18985         Log: Tiny test script tweaks.
18986      Branch: perl
18987            ! t/uni/fold.t
18988 ____________________________________________________________________________
18989 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
18990         Log: Rewrite the "special mapping" part of to_utf8_case(),
18991              this time with fewer bugs.  (See: The Law of Cybernetic
18992              Entymology.)
18993      Branch: perl
18994            ! utf8.c
18995 ____________________________________________________________________________
18996 [ 14663] By: sky                                   on 2002/02/12  18:26:16
18997         Log: Stop failures if you pass an object, sv_dup might not be the right 
18998              thing to use since I have a feeling we end up cloning far too much. 
18999              (Like the stash for example).... Maybe we need a lightweight sv_dup 
19000              that searches the target for things....
19001              Real fix is another option to perl_clone which controls if you should 
19002              save stashes.
19003      Branch: perl
19004            ! ext/threads/threads.xs
19005 ____________________________________________________________________________
19006 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
19007         Log: Retract #14661.
19008      Branch: perl
19009            ! hints/solaris_2.sh
19010 ____________________________________________________________________________
19011 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
19012         Log: (retracted by #14662)
19013      Branch: perl
19014            ! hints/solaris_2.sh
19015 ____________________________________________________________________________
19016 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
19017         Log: EBCDIC: another "can't happen".
19018      Branch: perl
19019            ! utf8.c
19020 ____________________________________________________________________________
19021 [ 14659] By: sky                                   on 2002/02/12  14:38:21
19022         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
19023      Branch: perl
19024            + ext/threads/t/join.t
19025            ! MANIFEST ext/threads/threads.xs
19026 ____________________________________________________________________________
19027 [ 14658] By: nick                                  on 2002/02/12  13:54:06
19028         Log: Integrate mainline
19029      Branch: perlio
19030           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
19031           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
19032           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
19033 ____________________________________________________________________________
19034 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
19035         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
19036              From: Jan Dubois <JanD@ActiveState.com> 
19037              Date: Tue, 12 Feb 2002 00:56:31 -0800
19038              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
19039      Branch: perl
19040            ! lib/Win32.pod win32/win32.c win32/win32.h
19041 ____________________________________________________________________________
19042 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
19043         Log: Subject: [PATCH] Re: 14654 introduced a bug 
19044              From: Michael G Schwern <schwern@pobox.com> 
19045              Date: Tue, 12 Feb 2002 05:37:36 -0500
19046              Message-ID: <20020212103736.GC14327@blackrider>
19047      Branch: perl
19048            ! lib/File/Spec/t/rel2abs2rel.t
19049 ____________________________________________________________________________
19050 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
19051         Log: More unset installman[13]dir tweaks from chromatic.
19052      Branch: perl
19053            ! lib/ExtUtils/Installed.pm
19054 ____________________________________________________________________________
19055 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
19056         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
19057              From: Michael G Schwern <schwern@pobox.com>
19058              Date: Mon, 11 Feb 2002 12:23:02 -0500
19059              Message-ID: <20020211172302.GD9556@blackrider>
19060      Branch: perl
19061            ! lib/File/Spec/t/rel2abs2rel.t
19062 ____________________________________________________________________________
19063 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
19064         Log: Use `` instead of -| to be a little bit more portable,
19065              from Michael Schwern.
19066      Branch: perl
19067            ! lib/ExtUtils/t/Embed.t
19068 ____________________________________________________________________________
19069 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
19070         Log: EBCDIC: this change for \N{} in particular is now
19071              unnecessary because of the recent more general
19072              pack U change.
19073      Branch: perl
19074            ! toke.c
19075 ____________________________________________________________________________
19076 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
19077         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
19078              From: "Craig A. Berry" <craigberry@mac.com>
19079              Date: Mon, 11 Feb 2002 17:13:47 -0600
19080              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
19081      Branch: perl
19082            ! t/test.pl
19083 ____________________________________________________________________________
19084 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
19085         Log: EBCDIC: pack U bytes change.
19086      Branch: perl
19087            ! t/op/length.t
19088 ____________________________________________________________________________
19089 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
19090         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
19091      Branch: perl
19092            ! t/op/each.t
19093 ____________________________________________________________________________
19094 [ 14648] By: nick                                  on 2002/02/11  16:14:50
19095         Log: Integrate mainline
19096      Branch: perlio
19097           !> Changes Configure Makefile.SH autodoc.pl
19098           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
19099           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
19100           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
19101 ____________________________________________________________________________
19102 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
19103         Log: Update Changes.
19104      Branch: perl
19105            ! Changes patchlevel.h
19106 ____________________________________________________________________________
19107 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
19108         Log: Regen toc.
19109      Branch: perl
19110            ! pod/perltoc.pod
19111 ____________________________________________________________________________
19112 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
19113         Log: Forgot from #14641.
19114      Branch: perl
19115            ! lib/ExtUtils/t/Embed.t
19116 ____________________________________________________________________________
19117 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
19118         Log: A forgotten metaconfig unit.
19119      Branch: metaconfig/U/perl
19120            + i_features.U
19121 ____________________________________________________________________________
19122 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
19123         Log: metaconfig unit changes for #14642.
19124      Branch: metaconfig
19125            + U/modified/lns.U
19126      Branch: metaconfig/U/perl
19127            ! issymlink.U
19128 ____________________________________________________________________________
19129 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
19130         Log: -Dmksymlinks was broken by #14628.
19131      Branch: perl
19132            ! Configure
19133 ____________________________________________________________________________
19134 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
19135         Log: Subject: [PATCH @14577] OS/2 build
19136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19137              Date: Mon, 11 Feb 2002 06:56:41 -0500
19138              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
19139              
19140              (sans the Configure, perlio.sym, and t/op/stat.t parts)
19141      Branch: perl
19142            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
19143            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
19144            ! os2/os2ish.h
19145 ____________________________________________________________________________
19146 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
19147         Log: Integrate perlio;
19148              
19149              Re-structure Japanese encodings - part 1
19150              
19151              Split Japanese encodings - part 2
19152              - build separate .c files with separate 'compile' steps
19153              - overall Japanese.xs / Japanese.pm which loads them
19154              
19155              Add test for Japanese encoding (well euc-jp anyway).
19156              Fix one bug shown by above
19157              Skip test which does not pass yet.
19158              
19159              Patch up the failing multi-byte write case, and un-skip
19160              the test.
19161      Branch: perl
19162           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
19163           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
19164            - ext/Encode/EUC_JP/EUC_JP.pm
19165           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
19166 ____________________________________________________________________________
19167 [ 14639] By: nick                                  on 2002/02/11  11:59:18
19168         Log: Patch up the failing multi-byte write case, and un-skip
19169              the test.
19170      Branch: perlio
19171            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
19172 ____________________________________________________________________________
19173 [ 14638] By: nick                                  on 2002/02/11  10:55:39
19174         Log: Add test for Japanese encoding (well euc-jp anyway).
19175              Fix one bug shown by above
19176              Skip test which does not pass yet.
19177      Branch: perlio
19178            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
19179            + ext/Encode/t/table.ref
19180            ! MANIFEST ext/Encode/Encode.xs
19181 ____________________________________________________________________________
19182 [ 14637] By: nick                                  on 2002/02/11  09:07:04
19183         Log: Split Japanese encodings - part 2
19184              - build separate .c files with separate 'compile' steps
19185              - overall Japanese.xs / Japanese.pm which loads them
19186      Branch: perlio
19187            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19188 ____________________________________________________________________________
19189 [ 14636] By: nick                                  on 2002/02/11  08:15:42
19190         Log: Re-structure Japanese encodings - part 1
19191      Branch: perlio
19192           +> ext/Encode/EUC_JP/Japanese.pm
19193            - ext/Encode/EUC_JP/EUC_JP.pm
19194            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
19195 ____________________________________________________________________________
19196 [ 14635] By: nick                                  on 2002/02/11  08:05:12
19197         Log: Integrate mainline
19198      Branch: perlio
19199           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
19200           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
19201           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
19202 ____________________________________________________________________________
19203 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
19204         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
19205              From: Mike Guy <mjtg@cam.ac.uk>
19206              Date: Mon, 11 Feb 2002 02:50:42 +0000
19207              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
19208      Branch: perl
19209            ! t/op/arith.t
19210 ____________________________________________________________________________
19211 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
19212         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
19213              Stepping backward in the string would be majorly bad.
19214      Branch: perl
19215            ! regcomp.c
19216 ____________________________________________________________________________
19217 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
19218         Log: The debugger part of
19219              
19220              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
19221              From: Michael G Schwern <schwern@pobox.com> 
19222              Date: Wed, 6 Feb 2002 17:32:12 -0500
19223              Message-ID: <20020206223212.GG1346@blackrider>
19224      Branch: perl
19225            ! lib/perl5db.pl
19226 ____________________________________________________________________________
19227 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
19228         Log: Integrate perlio;
19229              
19230              Borland/Win32 tuning
19231              
19232              Move PerlIO_perlio to layer_syms where it belongs?
19233      Branch: perl
19234           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
19235 ____________________________________________________________________________
19236 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
19237         Log: EBCDIC: the low 256 needs to be shuffled also
19238              in pack/unpack U (this breaks the equivalence
19239              of pack U and v-strings, but I think if someone
19240              has to give, v-strings are a good victim)
19241      Branch: perl
19242            ! pp_pack.c t/op/pack.t
19243 ____________________________________________________________________________
19244 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
19245         Log: metaconfig unit changes for #14628.
19246      Branch: metaconfig/U/perl
19247            ! d_u32align.U issymlink.U
19248 ____________________________________________________________________________
19249 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
19250         Log: Two Configure tweaks; the u32align test was trying
19251              to write into a string literal, the ln -s test was
19252              failing in VOS.
19253      Branch: perl
19254            ! Configure
19255 ____________________________________________________________________________
19256 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
19257         Log: DJGPP tweaks from Laszlo Molnar.
19258      Branch: perl
19259            ! djgpp/djgpp.c lib/File/Spec.pm
19260 ____________________________________________________________________________
19261 [ 14626] By: nick                                  on 2002/02/10  18:36:47
19262         Log: Move PerlIO_perlio to layer_syms where it belongs?
19263      Branch: perlio
19264            ! makedef.pl
19265 ____________________________________________________________________________
19266 [ 14625] By: nick                                  on 2002/02/10  18:02:21
19267         Log: Borland/Win32 tuning
19268      Branch: perlio
19269            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
19270 ____________________________________________________________________________
19271 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
19272         Log: Additional explanation for the [:...:] failure.
19273      Branch: perl
19274            ! pod/perldiag.pod
19275 ____________________________________________________________________________
19276 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
19277         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
19278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19279              Date: Sun, 10 Feb 2002 13:32:48 +0100
19280              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
19281      Branch: perl
19282            ! makedef.pl
19283 ____________________________________________________________________________
19284 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
19285         Log: Test tweaks from chromatic for cases where there
19286              are no installman1dir or installman3dir.
19287      Branch: perl
19288            ! lib/ExtUtils/t/Installed.t
19289 ____________________________________________________________________________
19290 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
19291         Log: Integrate perlio;
19292              
19293              Nick Clark's tweaks to Encode compile process
19294              1. Use decimal constants to unit string arrays rather than
19295              very long string litterals (latter having possible "\0"
19296              on end issues, and needing ANSI C line splicing).
19297              2. Replace tail-recursion during insert process with itteration.
19298              Nick C sees 12% speedup from these.
19299      Branch: perl
19300           !> ext/Encode/Encode.pm ext/Encode/compile
19301 ____________________________________________________________________________
19302 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
19303         Log: Portability notes: filename characters, character sets.
19304      Branch: perl
19305            ! pod/perlport.pod
19306 ____________________________________________________________________________
19307 [ 14619] By: nick                                  on 2002/02/10  11:06:05
19308         Log: Integrate mainline
19309      Branch: perlio
19310            ! ext/Encode/Encode.pm
19311           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
19312           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
19313           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
19314           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
19315           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
19316 ____________________________________________________________________________
19317 [ 14618] By: nick                                  on 2002/02/10  10:48:15
19318         Log: Nick Clark's tweaks to Encode compile process
19319              1. Use decimal constants to unit string arrays rather than
19320              very long string litterals (latter having possible "\0"
19321              on end issues, and needing ANSI C line splicing).
19322              2. Replace tail-recursion during insert process with itteration.
19323              Nick C sees 12% speedup from these.
19324      Branch: perlio
19325            ! ext/Encode/compile
19326 ____________________________________________________________________________
19327 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
19328         Log: Use the "Unicode 1.0" name field for control characters,
19329              as suggested by Mark Davis.  Note that Unicode 3.2 will
19330              require some more legwork on this because of certain
19331              alternative names.
19332      Branch: perl
19333            ! lib/unicore/Name.pl lib/unicore/mktables
19334 ____________________________________________________________________________
19335 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
19336         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
19337      Branch: perl
19338            ! hints/os390.sh
19339 ____________________________________________________________________________
19340 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
19341         Log: EBCDIC: the non-printable characters are different.
19342      Branch: perl
19343            ! ext/B/B/Deparse.pm
19344 ____________________________________________________________________________
19345 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
19346         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
19347              From: Nicholas Clark <nick@unfortu.net> 
19348              Date: Sat, 9 Feb 2002 22:31:29 +0000
19349              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
19350      Branch: perl
19351            ! t/lib/warnings/pp_hot
19352 ____________________________________________________________________________
19353 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
19354         Log: Subject: [PATCH] Re: Modulus operator inconsistency
19355              From: Nicholas Clark <nick@unfortu.net>
19356              Date: Sat, 9 Feb 2002 21:00:13 +0000
19357              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
19358      Branch: perl
19359            ! op.c t/op/arith.t
19360 ____________________________________________________________________________
19361 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
19362         Log: Use the same escaping mechanism for all the *flags.
19363      Branch: perl
19364            ! lib/ExtUtils/Embed.pm
19365 ____________________________________________________________________________
19366 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
19367         Log: Protect possible parentheses in ccflags, ccdlflags, and
19368              ldflags.  (In OS/390 there are parentheses in ccflags.)
19369      Branch: perl
19370            ! lib/ExtUtils/Embed.pm
19371 ____________________________________________________________________________
19372 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
19373         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
19374              From: Peter Scott <Peter@PSDT.com>
19375              Date: Fri, 08 Feb 2002 19:20:19 -0800
19376              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
19377      Branch: perl
19378            ! lib/perl5db.pl
19379 ____________________________________________________________________________
19380 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
19381         Log: FAQ sync.
19382      Branch: perl
19383            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
19384 ____________________________________________________________________________
19385 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
19386         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
19387              From: Chris Nandor <pudge@pobox.com>
19388              Date: Fri, 08 Feb 2002 16:31:41 -0500
19389              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
19390      Branch: perl
19391            ! cop.h deb.c pp_ctl.c toke.c util.c
19392 ____________________________________________________________________________
19393 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
19394         Log: Redo CopFILE / MacPerl_MPWFIleName patch
19395      Branch: maint-5.6/macperl
19396            ! cop.h deb.c pp_ctl.c toke.c util.c
19397 ____________________________________________________________________________
19398 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
19399         Log: The metaconfig unit change to go with #14605.
19400      Branch: metaconfig/U/perl
19401            ! libperl.U
19402 ____________________________________________________________________________
19403 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
19404         Log: The Configure change to go with #14604.
19405      Branch: perl
19406            ! Configure
19407 ____________________________________________________________________________
19408 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
19409         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
19410              From: Andy Dougherty <doughera@lafayette.edu>
19411              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
19412              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
19413      Branch: perl
19414            ! hints/bsdos.sh
19415 ____________________________________________________________________________
19416 [ 14603] By: nick                                  on 2002/02/08  18:16:09
19417         Log: Integrate mainline
19418      Branch: perlio
19419           +> ext/threads/t/libc.t
19420           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
19421           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
19422 ____________________________________________________________________________
19423 [ 14602] By: sky                                   on 2002/02/08  15:19:15
19424         Log: Start testing for safe localtime functions, TODO, test more functions.
19425      Branch: perl
19426            + ext/threads/t/libc.t
19427            ! MANIFEST
19428 ____________________________________________________________________________
19429 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
19430         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
19431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19432              Date: Fri, 8 Feb 2002 00:21:07 +0100
19433              Message-ID: <20020208002107.E763@rafael>
19434      Branch: perl
19435            ! doio.c pp_sys.c t/io/argv.t
19436 ____________________________________________________________________________
19437 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
19438         Log: Subject: [PATCH] Configure followed by make minitest
19439              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19440              Date: Wed, 06 Feb 2002 21:35:20 -0800
19441              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
19442      Branch: perl
19443            ! t/op/taint.t t/run/fresh_perl.t
19444 ____________________________________________________________________________
19445 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
19446         Log: Integrate perlio;
19447              
19448              Extract something from yesterdays effort - convert my mail on pad
19449              data structures (incoporating Sarathy's corrections/clarifications)
19450              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
19451      Branch: perl
19452           !> cv.h pod/perlapi.pod pod/perlintern.pod
19453 ____________________________________________________________________________
19454 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
19455         Log: metaconfig unit changes for #14597.
19456      Branch: metaconfig
19457            ! U/modified/Loc.U
19458      Branch: metaconfig/U/perl
19459            ! libperl.U
19460 ____________________________________________________________________________
19461 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
19462         Log: Configure DJGPP tweak from Laszlo Molnar.
19463      Branch: perl
19464            ! Configure
19465 ____________________________________________________________________________
19466 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
19467         Log: DJGPP tweaks from Laszlo Molnar.
19468      Branch: perl
19469            ! djgpp/djgppsed.sh perl.c
19470 ____________________________________________________________________________
19471 [ 14595] By: nick                                  on 2002/02/08  09:19:29
19472         Log: Extract something from yesterdays effort - convert my mail on pad
19473              data structures (incoporating Sarathy's corrections/clarifications)
19474              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
19475      Branch: perlio
19476            ! cv.h pod/perlapi.pod pod/perlintern.pod
19477 ____________________________________________________________________________
19478 [ 14594] By: nick                                  on 2002/02/08  08:34:49
19479         Log: Integrate mainline
19480      Branch: perlio
19481           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
19482           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
19483           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
19484           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
19485           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
19486           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
19487 ____________________________________________________________________________
19488 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
19489         Log: To really skip the test an exit() is needed.
19490      Branch: perl
19491            ! lib/encoding.t
19492 ____________________________________________________________________________
19493 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
19494         Log: More diagnostics from Nicholas Clark.
19495      Branch: perl
19496            ! lib/Benchmark.t
19497 ____________________________________________________________________________
19498 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
19499         Log: In case of failure be more verbose.
19500      Branch: perl
19501            ! t/base/num.t
19502 ____________________________________________________________________________
19503 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
19504         Log: Update Changes
19505      Branch: maint-5.6/macperl
19506            ! macos/Changes
19507 ____________________________________________________________________________
19508 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
19509         Log: Merge AEGizmos library into PPC binary
19510      Branch: maint-5.6/macperl
19511            ! macos/Makefile.mk
19512 ____________________________________________________________________________
19513 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
19514         Log: Add -ansifor for MrCpp options
19515      Branch: maint-5.6/macperl
19516            ! macos/BuildRules.mk
19517 ____________________________________________________________________________
19518 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
19519         Log: Check ownership of CatInfos (MacPerl Bug #494482)
19520      Branch: maint-5.6/macperl
19521            ! macos/ext/Mac/Files/Files.xs
19522 ____________________________________________________________________________
19523 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
19524         Log: Resource updates
19525      Branch: maint-5.6/macperl
19526            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
19527 ____________________________________________________________________________
19528 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
19529         Log: Empty path is ENOENT (MacPerl Bug #512351)
19530      Branch: maint-5.6/macperl
19531            ! macos/macperl/MPAppleEvents.c
19532 ____________________________________________________________________________
19533 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
19534         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
19535      Branch: maint-5.6/macperl
19536            ! macos/macperl/MPAEVTStream.cp
19537 ____________________________________________________________________________
19538 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
19539         Log: macify(ABSTRACT_FROM)
19540      Branch: maint-5.6/macperl
19541            ! macos/lib/ExtUtils/MM_MacOS.pm
19542 ____________________________________________________________________________
19543 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
19544         Log: Use correct Mac filenames in error messages, caller()
19545      Branch: maint-5.6/macperl
19546            ! deb.c pp_ctl.c toke.c util.c
19547 ____________________________________________________________________________
19548 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
19549         Log: Sanity checks to see that the IV/NV and the PV of numeric
19550              scalars stay in sync (unearthed this via the OS/390 gcvt()
19551              brokenness)
19552      Branch: perl
19553            + t/base/num.t
19554            ! MANIFEST
19555 ____________________________________________________________________________
19556 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
19557         Log: Retract the anon leak subpatch of #14418 and #14431
19558              (the latter came into bleadperl as part of #14433).
19559      Branch: perl
19560            ! op.c t/run/fresh_perl.t
19561 ____________________________________________________________________________
19562 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
19563         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
19564              mangles 0.1 to "10".  sprintf() seems more well-behaved.
19565      Branch: perl
19566            ! hints/os390.sh
19567 ____________________________________________________________________________
19568 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
19569         Log: Subject: [PATCH @14557] another Encode fix for VMS
19570              From: "Craig A. Berry" <craigberry@mac.com>
19571              Date: Wed, 06 Feb 2002 14:44:20 -0600
19572              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
19573      Branch: perl
19574            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
19575 ____________________________________________________________________________
19576 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
19577         Log: Integrate perlio;
19578              
19579              One way to avoid OS390 winge about #line directives.
19580      Branch: perl
19581           !> ext/Encode/EUC_JP/Makefile.PL
19582 ____________________________________________________________________________
19583 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
19584         Log: Update Changes.
19585      Branch: perl
19586            ! Changes patchlevel.h
19587 ____________________________________________________________________________
19588 [ 14575] By: nick                                  on 2002/02/06  15:23:24
19589         Log: One way to avoid OS390 winge about #line directives.
19590      Branch: perlio
19591            ! ext/Encode/EUC_JP/Makefile.PL
19592 ____________________________________________________________________________
19593 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
19594         Log: s/Netware/NetWare/
19595      Branch: perl
19596            ! MANIFEST
19597 ____________________________________________________________________________
19598 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
19599         Log: New Netware scripts.
19600      Branch: perl
19601            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
19602            + NetWare/t/NWScripts-Exist.pl
19603            ! MANIFEST
19604 ____________________________________________________________________________
19605 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
19606         Log: EBCDIC: the encoding pragma would need some rethinking,
19607              probably a pass of EBCDIC->Unicode mapping.  For now,
19608              disable it on EBCDIC.
19609      Branch: perl
19610            ! lib/encoding.pm lib/encoding.t
19611 ____________________________________________________________________________
19612 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
19613         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
19614              for the low 256.  Now tweaked the tests, but maybe it's
19615              the module that needs few NATIVE_TO_UNI()s somewhere?
19616      Branch: perl
19617            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
19618 ____________________________________________________________________________
19619 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
19620         Log: Subject: [PATCH utf8.c] format problem
19621              From: Robin Barker <rmb1@cise.npl.co.uk>
19622              Date: Wed, 6 Feb 2002 14:01:43 GMT
19623              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
19624      Branch: perl
19625            ! utf8.c
19626 ____________________________________________________________________________
19627 [ 14569] By: nick                                  on 2002/02/06  09:52:23
19628         Log: Integrate mainline
19629      Branch: perlio
19630           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
19631           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
19632           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
19633           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
19634           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
19635           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
19636 ____________________________________________________________________________
19637 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
19638         Log: EBCDIC: 0x41 is not cricket.
19639      Branch: perl
19640            ! ext/Encode/t/Encode.t
19641 ____________________________________________________________________________
19642 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
19643         Log: NetWare update from Ananth Kesari.
19644      Branch: perl
19645            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
19646            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
19647            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
19648            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
19649            ! NetWare/t/NWScripts.pl makedef.pl
19650 ____________________________________________________________________________
19651 [ 14566] By: sky                                   on 2002/02/05  18:39:13
19652         Log: Subject: Re: File::Spec::rel2abs2rel (?)
19653              From: Michael G Schwern <schwern@pobox.com>
19654              Date: Tue, 5 Feb 2002 13:47:39 -0500
19655              Message-ID: <20020205184739.GB17375@blackrider>
19656      Branch: perl
19657            ! lib/File/Spec/t/rel2abs2rel.t
19658 ____________________________________________________________________________
19659 [ 14565] By: nick                                  on 2002/02/05  17:31:24
19660         Log: Integrate mainline
19661      Branch: perlio
19662           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
19663           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
19664           !> utf8.h
19665 ____________________________________________________________________________
19666 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
19667         Log: Integrate perlio;
19668              
19669              More Encode tweaks:
19670              - make expensive and marginal substring search optional (-O)
19671              - enable -O for ASCII-oid encodings (search space is small)
19672              - add ASCII-oid jis0201 to basic Encode.so
19673              - add some other Japanese encodings to EUC_JP bundle (without -O)
19674      Branch: perl
19675           +> ext/Encode/Encode/jis0201.ucm
19676           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
19677           !> ext/Encode/compile
19678 ____________________________________________________________________________
19679 [ 14563] By: nick                                  on 2002/02/05  16:01:15
19680         Log: More Encode tweaks:
19681              - make expensive and marginal substring search optional (-O)
19682              - enable -O for ASCII-oid encodings (search space is small)
19683              - add ASCII-oid jis0201 to basic Encode.so
19684              - add some other Japanese encodings to EUC_JP bundle (without -O)
19685      Branch: perlio
19686            + ext/Encode/Encode/jis0201.ucm
19687            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
19688            ! ext/Encode/compile
19689 ____________________________________________________________________________
19690 [ 14562] By: sky                                   on 2002/02/05  14:50:36
19691         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
19692      Branch: perl
19693            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
19694 ____________________________________________________________________________
19695 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
19696         Log: EBCDIC: SHARP S is different.
19697      Branch: perl
19698            ! regexec.c utf8.h
19699 ____________________________________________________________________________
19700 [ 14560] By: sky                                   on 2002/02/05  13:49:40
19701         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
19702      Branch: perl
19703            ! t/op/filetest.t
19704 ____________________________________________________________________________
19705 [ 14559] By: sky                                   on 2002/02/05  11:39:24
19706         Log: Add . first to the PATH environment to test that we really
19707              get ./perl and not some other older perl.
19708      Branch: perl
19709            ! lib/File/Spec/t/rel2abs2rel.t
19710 ____________________________________________________________________________
19711 [ 14558] By: sky                                   on 2002/02/05  11:20:21
19712         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...
19713      Branch: perl
19714            ! ext/POSIX/t/posix.t
19715 ____________________________________________________________________________
19716 [ 14557] By: sky                                   on 2002/02/05  10:30:58
19717         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
19718      Branch: perl
19719            ! hints/darwin.sh perl.h
19720 ____________________________________________________________________________
19721 [ 14556] By: nick                                  on 2002/02/05  06:58:52
19722         Log: Integrate mainline
19723      Branch: perlio
19724           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
19725           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
19726           !> lib/File/Find/t/taint.t
19727 ____________________________________________________________________________
19728 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
19729         Log: Integrate change #14439 from maintperl
19730      Branch: maint-5.6/macperl
19731           !> op.c
19732 ____________________________________________________________________________
19733 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
19734         Log: Subject: [PATCH] File::Find tests not cleaning up properly
19735              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19736              Date: Mon, 4 Feb 2002 22:09:07 +0100
19737              Message-ID: <20020204220907.A8288@rafael>
19738      Branch: perl
19739            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
19740 ____________________________________________________________________________
19741 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
19742         Log: Signedness mumblings from Tru64.
19743      Branch: perl
19744            ! ext/Encode/Encode.xs
19745 ____________________________________________________________________________
19746 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
19747         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
19748              From: "Craig A. Berry" <craigberry@mac.com>
19749              Date: Mon, 04 Feb 2002 17:16:00 -0600
19750              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
19751      Branch: perl
19752            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
19753            ! ext/Encode/Encode.xs
19754 ____________________________________________________________________________
19755 [ 14551] By: nick                                  on 2002/02/04  16:00:31
19756         Log: Integrate mainline
19757      Branch: perlio
19758           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
19759           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
19760           !> regcomp.c
19761 ____________________________________________________________________________
19762 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
19763         Log: Update Changes.
19764      Branch: perl
19765            ! Changes patchlevel.h
19766 ____________________________________________________________________________
19767 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
19768         Log: Comment microtweaks.
19769      Branch: perl
19770            ! lib/locale.t
19771 ____________________________________________________________________________
19772 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
19773         Log: Subject: trivial docu patch
19774              From: andreas.koenig@anima.de (Andreas J. Koenig)
19775              Date: 04 Feb 2002 08:15:19 +0100
19776              Message-ID: <m3pu3l7m60.fsf@anima.de>
19777      Branch: perl
19778            ! pod/perluniintro.pod
19779 ____________________________________________________________________________
19780 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
19781         Log: Subject: [PATCH] (??{ }) anomaly
19782              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19783              Date: Sun, 03 Feb 2002 20:21:45 -0800
19784              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
19785      Branch: perl
19786            ! regcomp.c
19787 ____________________________________________________________________________
19788 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
19789         Log: Integrate perlio.
19790              
19791              Carry on where we left off if we have to grow destination
19792              SV during XS encode/decode
19793              
19794              Remove debugging warning, be consistent about API fails.
19795      Branch: perl
19796           !> ext/Encode/Encode.xs
19797 ____________________________________________________________________________
19798 [ 14545] By: nick                                  on 2002/02/03  20:03:38
19799         Log: Remove debugging warning, be consistent about API fails.
19800      Branch: perlio
19801            ! ext/Encode/Encode.xs
19802 ____________________________________________________________________________
19803 [ 14544] By: nick                                  on 2002/02/03  19:47:48
19804         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
19805      Branch: perlio
19806            ! ext/Encode/Encode.xs
19807 ____________________________________________________________________________
19808 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
19809         Log: Subject: PATCH CPAN.pm
19810              From: Mark-Jason Dominus <mjd@plover.com>
19811              Date: Sun, 03 Feb 2002 12:36:36 -0500
19812              Message-ID: <20020203173636.27451.qmail@plover.com>
19813      Branch: perl
19814            ! lib/CPAN.pm
19815 ____________________________________________________________________________
19816 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
19817         Log: Must search further back.
19818      Branch: perl
19819            ! lib/h2xs.t
19820 ____________________________________________________________________________
19821 [ 14541] By: nick                                  on 2002/02/03  18:52:09
19822         Log: Integrate mainline
19823      Branch: perlio
19824           !> (integrate 29 files)
19825 ____________________________________________________________________________
19826 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
19827         Log: EBCDIC: more natification.
19828      Branch: perl
19829            ! regcomp.c
19830 ____________________________________________________________________________
19831 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
19832         Log: Debug noise.
19833      Branch: perl
19834            ! ext/Encode/Encode.xs
19835 ____________________________________________________________________________
19836 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
19837         Log: Integrate perlio;
19838              
19839              Stable intermediate point in Encode cleanup.
19840              :encode(euc-jp) works on Dan's table.euc
19841              Much buffer copying and other silliness remains.
19842      Branch: perl
19843           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19844           !> ext/Encode/lib/Encode/Encoding.pm
19845 ____________________________________________________________________________
19846 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
19847         Log: Prettify.
19848      Branch: perl
19849            ! lib/unicore/mktables
19850 ____________________________________________________________________________
19851 [ 14536] By: nick                                  on 2002/02/03  17:32:03
19852         Log: Stable intermediate point in Encode cleanup.
19853              :encode(euc-jp) works on Dan's table.euc
19854              Much buffer copying and other silliness remains.
19855      Branch: perlio
19856            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19857            ! ext/Encode/lib/Encode/Encoding.pm
19858 ____________________________________________________________________________
19859 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
19860         Log: EBCDIC: it's much nicer to compare Unicode code points
19861              to Unicode code points.
19862      Branch: perl
19863            ! regexec.c
19864 ____________________________________________________________________________
19865 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
19866         Log: EBCDIC: character classes must remap the low 256.
19867      Branch: perl
19868            ! regcomp.c
19869 ____________________________________________________________________________
19870 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
19871         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
19872      Branch: perl
19873            ! lib/I18N/LangTags/List.pm
19874 ____________________________________________________________________________
19875 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
19876         Log: FAQ sync.
19877      Branch: perl
19878            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
19879            ! pod/perlfaq6.pod pod/perlfaq7.pod
19880 ____________________________________________________________________________
19881 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
19882         Log: Integrate perlio;
19883              
19884              Re-indent Encode.xs
19885              
19886              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
19887              (Mis-feature discovered by Encode.)
19888      Branch: perl
19889           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
19890 ____________________________________________________________________________
19891 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
19892         Log: Subject: [PATCH] lstat FH and -l FH warnings
19893              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19894              Date: Sat, 2 Feb 2002 22:24:54 +0100           
19895              Message-ID: <20020202222454.A11608@rafael>       
19896      Branch: perl
19897            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
19898            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
19899 ____________________________________________________________________________
19900 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
19901         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
19902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19903              Date: Sat, 2 Feb 2002 13:11:01 +0100           
19904              Message-ID: <20020202131101.A722@rafael>               
19905              
19906              Subject: [PATCH t/op/ver.t] another false positive
19907              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19908              Date: Sat, 2 Feb 2002 13:38:22 +0100           
19909              Message-ID: <20020202133822.E722@rafael>         
19910              
19911              Subject: [PATCH] t/test.pl:ok() doesn't work
19912              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
19913              Date: Sun, 03 Feb 2002 00:02:38 -0800          
19914              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
19915      Branch: perl
19916            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
19917            ! t/test.pl
19918 ____________________________________________________________________________
19919 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
19920         Log: Subject: [PATCH @13746] OS2::Process's constants
19921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19922              Date: Sat, 2 Feb 2002 01:00:55 -0500           
19923              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
19924      Branch: perl
19925            ! os2/OS2/Process/Makefile.PL
19926 ____________________________________________________________________________
19927 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
19928         Log: Subject: [PATCH @13746] h2xs   
19929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19930              Date: Sat, 2 Feb 2002 00:58:44 -0500           
19931              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
19932      Branch: perl
19933            ! utils/h2xs.PL
19934 ____________________________________________________________________________
19935 [ 14526] By: nick                                  on 2002/02/03  14:54:18
19936         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
19937              (Mis-feature discovered by Encode.)
19938      Branch: perlio
19939            ! sv.c
19940 ____________________________________________________________________________
19941 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
19942         Log: EBCDIC: since #14519 made \N{...} to remap,
19943              the test cannot expect an ASCII code point.
19944      Branch: perl
19945            ! lib/charnames.t
19946 ____________________________________________________________________________
19947 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
19948         Log: Sub-MANIFEST-tweak.
19949      Branch: perl
19950            ! ext/Encode/MANIFEST
19951 ____________________________________________________________________________
19952 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
19953         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
19954              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19955              Date: Fri, 01 Feb 2002 23:51:03 +0900
19956              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
19957      Branch: perl
19958            ! ext/Encode/lib/Encode/Tcl/Escape.pm
19959 ____________________________________________________________________________
19960 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
19961         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
19962              From: Andy Dougherty <doughera@lafayette.edu>
19963              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
19964              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
19965      Branch: perl
19966            ! README.solaris hints/solaris_2.sh
19967 ____________________________________________________________________________
19968 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
19969         Log: EBCDIC: no hope to get the low 256 right in unifolding.
19970      Branch: perl
19971            ! t/uni/fold.t
19972 ____________________________________________________________________________
19973 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
19974         Log: todo entry for missing pack formats.
19975      Branch: perl
19976            ! pod/perltodo.pod
19977 ____________________________________________________________________________
19978 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
19979         Log: EBCDIC: the low 256 \N{...} need to be remapped.
19980      Branch: perl
19981            ! toke.c
19982 ____________________________________________________________________________
19983 [ 14518] By: nick                                  on 2002/02/01  18:32:03
19984         Log: indent -kr -nce and some manual tweaks to match perl style.
19985      Branch: perlio
19986            ! ext/Encode/Encode.xs
19987 ____________________________________________________________________________
19988 [ 14517] By: nick                                  on 2002/02/01  18:20:46
19989         Log: Integrate mainline
19990      Branch: perlio
19991           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
19992           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
19993           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
19994           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
19995           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
19996           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
19997           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
19998 ____________________________________________________________________________
19999 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
20000         Log: Integrate perlio; 
20001              
20002              Minor Encode tweaks:
20003              - move Encode.pm back to top of Encode like normal XS extension
20004              - avoid .def as a file extension (Win32 builds)
20005      Branch: perl
20006            ! MANIFEST
20007           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20008           !> ext/Encode/Makefile.PL ext/Encode/compile
20009 ____________________________________________________________________________
20010 [ 14515] By: nick                                  on 2002/02/01  16:27:59
20011         Log: Minor Encode tweaks:
20012              - move Encode.pm back to top of Encode like normal XS extension
20013              - avoid .def as a file extension (Win32 builds)
20014      Branch: perlio
20015           +> ext/Encode/Encode.pm
20016            - ext/Encode/lib/Encode.pm
20017            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20018            ! ext/Encode/Makefile.PL ext/Encode/compile
20019 ____________________________________________________________________________
20020 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
20021         Log: Subject: [PATCH utf8.t] temp file not cleaned up
20022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20023              Date: Fri, 1 Feb 2002 15:47:46 +0100
20024              Message-ID: <20020201154746.A24079@rafael>
20025      Branch: perl
20026            ! t/io/utf8.t
20027 ____________________________________________________________________________
20028 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
20029         Log: Subject: [PATCH] make "lstat FH" croak
20030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20031              Date: Fri, 1 Feb 2002 15:12:50 +0100
20032              Message-ID: <20020201151250.A738@rafael>
20033      Branch: perl
20034            ! pod/perldiag.pod pp_sys.c t/op/stat.t
20035 ____________________________________________________________________________
20036 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
20037         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
20038              From: Kay Röpke <kroepke@dolphin-services.de>
20039              Date: Fri, 1 Feb 2002 01:10:43 +0100
20040              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
20041      Branch: perl
20042            ! t/op/stat.t
20043 ____________________________________________________________________________
20044 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
20045         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
20046              I got it in Tru64 + ithreads but only without -g, took
20047              some debugging by printf (which was no fun either since
20048              adding some debug printfs hid the error)
20049      Branch: perl
20050            ! regexec.c utf8.c
20051 ____________________________________________________________________________
20052 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
20053         Log: Subject: Re: [PATCH] perl -V:
20054              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
20055              Date: Thu, 31 Jan 2002 12:10:20 -0800
20056              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
20057              
20058              Subject: Re: [PATCH] perl -V:
20059              From: Michael G Schwern <schwern@pobox.com>
20060              Date: Thu, 31 Jan 2002 16:43:13 -0500
20061              Message-ID: <20020131214313.GH6498@blackrider>
20062      Branch: perl
20063            ! t/run/switches.t
20064 ____________________________________________________________________________
20065 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
20066         Log: #14505 effect.
20067      Branch: perl
20068            ! pod/perluniintro.pod
20069 ____________________________________________________________________________
20070 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
20071         Log: Daniel S. Lewart adopts the Math::Complex.
20072      Branch: perl
20073            ! lib/Math/Complex.pm
20074 ____________________________________________________________________________
20075 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
20076         Log: More Complex DWIMmery.
20077      Branch: perl
20078            ! lib/Math/Complex.pm lib/Math/Complex.t
20079 ____________________________________________________________________________
20080 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
20081         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
20082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20083              Date: Thu, 31 Jan 2002 14:37:52 +0100
20084              Message-ID: <20020131143752.A1452@rafael>
20085      Branch: perl
20086            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
20087 ____________________________________________________________________________
20088 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
20089         Log: Turn the I/O Unicode error by default on, but the
20090              character-generating Unicode error by default off,
20091              as Larry suggested.
20092      Branch: perl
20093            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
20094            ! utf8.c
20095 ____________________________________________________________________________
20096 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
20097         Log: Subject: [PATCH] open.pm minor cleanup
20098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20099              Date: Thu, 31 Jan 2002 15:03:02 +0100
20100              Message-ID: <20020131150302.C1452@rafael>
20101      Branch: perl
20102            ! lib/open.pm
20103 ____________________________________________________________________________
20104 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
20105         Log: Update Changes.
20106      Branch: perl
20107            ! Changes patchlevel.h
20108 ____________________________________________________________________________
20109 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
20110         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
20111              From: Robin Barker <rmb1@cise.npl.co.uk>
20112              Date: Wed, 30 Jan 2002 11:58:33 GMT
20113              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
20114      Branch: perl
20115            ! lib/CPAN.pm
20116 ____________________________________________________________________________
20117 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
20118         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
20119              re-sort MANIFEST.
20120      Branch: perl
20121            + ext/Encode/Encode.pm
20122            - ext/Encode/lib/Encode.pm
20123            ! MANIFEST ext/Encode/Makefile.PL
20124 ____________________________________________________________________________
20125 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
20126         Log: Integrate perlio;
20127              
20128              Collect some stats during compile process.
20129              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
20130              as one XS - inconclusive - marginal win?
20131              Add some comments to encode.h
20132      Branch: perl
20133           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
20134           !> ext/Encode/encode.h
20135 ____________________________________________________________________________
20136 [ 14499] By: nick                                  on 2002/01/30  09:57:47
20137         Log: Collect some stats during compile process.
20138              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
20139              as one XS - inconclusive - marginal win?
20140              Add some comments to encode.h
20141      Branch: perlio
20142            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
20143            ! ext/Encode/encode.h
20144 ____________________________________________________________________________
20145 [ 14498] By: nick                                  on 2002/01/30  07:27:55
20146         Log: Integrate Jarkko's path/INC tweaks
20147      Branch: perlio
20148           !> ext/Encode/compile
20149 ____________________________________________________________________________
20150 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
20151         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
20152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20153              Date: Tue, 29 Jan 2002 01:13:09 -0800
20154              Message-ID: <lemV8gzkgu/K092yn@efn.org>
20155      Branch: perl
20156            ! configpm
20157 ____________________________________________________________________________
20158 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
20159         Log: Subject: [PATCH t/op/inccode.t] new test
20160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20161              Date: Tue, 29 Jan 2002 22:03:45 +0100
20162              Message-ID: <20020129220345.A704@rafael>
20163      Branch: perl
20164            ! t/op/inccode.t
20165 ____________________________________________________________________________
20166 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
20167         Log: EBCDIC: t/op/lc.t now passes.
20168      Branch: perl
20169            ! t/op/lc.t
20170 ____________________________________________________________________________
20171 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
20172         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
20173      Branch: perl
20174            ! utf8.c
20175 ____________________________________________________________________________
20176 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
20177         Log: Must find stuff during build.
20178      Branch: perl
20179            ! ext/Encode/compile
20180 ____________________________________________________________________________
20181 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
20182         Log: Integrate with perlio;
20183              
20184              Basics of a compiled Encode XS extension
20185      Branch: perl
20186           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
20187           +> ext/Encode/Encode/euc-jp.ucm
20188           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
20189           !> ext/Encode/encode.h
20190 ____________________________________________________________________________
20191 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
20192         Log: EBCDIC tweaks-- no new test passes, but getting closer.
20193      Branch: perl
20194            ! utf8.c
20195 ____________________________________________________________________________
20196 [ 14490] By: nick                                  on 2002/01/29  21:20:57
20197         Log: Basics of a compiled Encode XS extension
20198      Branch: perlio
20199            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
20200            + ext/Encode/Encode/euc-jp.ucm
20201            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
20202            ! ext/Encode/encode.h
20203 ____________________________________________________________________________
20204 [ 14489] By: nick                                  on 2002/01/29  18:40:54
20205         Log: Integrate mainline
20206      Branch: perlio
20207           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
20208           +> ext/Encode/lib/Encode/Encoding.pm
20209           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
20210           +> ext/Encode/lib/Encode/Tcl/Escape.pm
20211           +> ext/Encode/lib/Encode/Tcl/Extended.pm
20212           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
20213           +> ext/Encode/lib/Encode/Tcl/Table.pm
20214           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
20215           +> ext/Encode/lib/Encode/iso10646_1.pm
20216           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
20217           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
20218           +> ext/Encode/t/Tcl.t
20219            - ext/Encode.t ext/Encode/Encode.pm
20220            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
20221            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
20222           !> (integrate 33 files)
20223 ____________________________________________________________________________
20224 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
20225         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
20226              From: Richard Clamp <richardc@unixbeard.net>
20227              Date: Mon, 28 Jan 2002 02:17:55 +0000
20228              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
20229      Branch: perl
20230            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
20231 ____________________________________________________________________________
20232 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
20233         Log: OS/390 seems to do length 0 udp reads, Nicholas says
20234              skippage is for now the best cause of action.
20235      Branch: perl
20236            ! ext/Socket/socketpair.t
20237 ____________________________________________________________________________
20238 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
20239         Log: Encode cleanup from Dan Kogai; reworked even further.
20240      Branch: perl
20241            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
20242            + ext/Encode/lib/Encode/Encoding.pm
20243            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
20244            + ext/Encode/lib/Encode/Tcl/Escape.pm
20245            + ext/Encode/lib/Encode/Tcl/Extended.pm
20246            + ext/Encode/lib/Encode/Tcl/HanZi.pm
20247            + ext/Encode/lib/Encode/Tcl/Table.pm
20248            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
20249            + ext/Encode/lib/Encode/iso10646_1.pm
20250            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
20251            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
20252            + ext/Encode/t/Tcl.t
20253            - ext/Encode.t ext/Encode/Encode.pm
20254            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
20255            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
20256            ! MANIFEST ext/Encode/Encode/8859-1.ucm
20257            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
20258            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
20259            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
20260            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
20261            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
20262            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
20263            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
20264            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
20265            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
20266            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
20267            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
20268            ! ext/Encode/compile
20269 ____________________________________________________________________________
20270 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
20271         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
20272      Branch: perl
20273            ! djgpp/djgpp.c perlio.c
20274 ____________________________________________________________________________
20275 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
20276         Log: Prettier printing from Michael Schwern.
20277      Branch: perl
20278            ! t/test.pl
20279 ____________________________________________________________________________
20280 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
20281         Log: Show also the debug and debugcolor as known pragmas.
20282      Branch: perl
20283            ! ext/re/re.pm
20284 ____________________________________________________________________________
20285 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
20286         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
20287              From: "Craig A. Berry" <craigberry@mac.com>
20288              Date: Mon, 28 Jan 2002 16:30:30 -0600
20289              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
20290      Branch: perl
20291            ! ext/B/t/assembler.t
20292 ____________________________________________________________________________
20293 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
20294         Log: metaconfig unit change for #14480.
20295      Branch: metaconfig
20296            ! U/modified/Init.U
20297 ____________________________________________________________________________
20298 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
20299         Log: DJGPP needs to know its exe soon, too.
20300      Branch: perl
20301            ! Configure
20302 ____________________________________________________________________________
20303 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
20304         Log: Round #2 on EBCDICation.
20305      Branch: perl
20306            ! t/op/append.t
20307 ____________________________________________________________________________
20308 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
20309         Log: Integrate perlio;
20310              
20311              Set makefile.mk CCHOME etc. for default locations of MinGW and free
20312              Borland compilers. (Borland builds one or two oddities.)
20313      Branch: perl
20314           !> win32/config.bc win32/makefile.mk
20315 ____________________________________________________________________________
20316 [ 14477] By: nick                                  on 2002/01/28  20:12:31
20317         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
20318              Borland compilers. (Borland builds one or two oddities.)
20319      Branch: perlio
20320            ! win32/config.bc win32/makefile.mk
20321 ____________________________________________________________________________
20322 [ 14476] By: nick                                  on 2002/01/28  18:43:47
20323         Log: Integrate mainline
20324      Branch: perlio
20325           !> Configure hints/hpux.sh
20326 ____________________________________________________________________________
20327 [ 14475] By: nick                                  on 2002/01/28  17:15:12
20328         Log: Integrate mainline
20329      Branch: perlio
20330           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
20331           !> patchlevel.h pp_sys.c t/lib/warnings/perl
20332 ____________________________________________________________________________
20333 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
20334         Log: metaconfig unit change for #14472.
20335      Branch: metaconfig/U/perl
20336            ! d_u32align.U
20337 ____________________________________________________________________________
20338 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
20339         Log: Misunderstood Merijn's patch.
20340      Branch: perl
20341            ! hints/hpux.sh
20342 ____________________________________________________________________________
20343 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
20344         Log: Misapplied Merijn's patch.
20345      Branch: perl
20346            ! Configure
20347 ____________________________________________________________________________
20348 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
20349         Log: Update Changes.
20350      Branch: perl
20351            ! Changes patchlevel.h
20352 ____________________________________________________________________________
20353 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
20354         Log: BeOS has sockets but not true ones.
20355      Branch: perl
20356            ! pp_sys.c
20357 ____________________________________________________________________________
20358 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
20359         Log: metaconfig unit change for #14467.
20360      Branch: metaconfig/U/perl
20361            ! d_u32align.U
20362 ____________________________________________________________________________
20363 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
20364         Log: For some strange reason under the smoke harness the alignment
20365              test hangs in HP-UX 10.20.  So hint it to avoid the test.
20366      Branch: perl
20367            ! hints/hpux.sh
20368 ____________________________________________________________________________
20369 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
20370         Log: Allow d_u32align to be hinted.
20371      Branch: perl
20372            ! Configure
20373 ____________________________________________________________________________
20374 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
20375         Log: The shift key is important.
20376      Branch: perl
20377            ! ext/B/B.xs
20378 ____________________________________________________________________________
20379 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
20380         Log: The "used only once" warnings (from gv_check) come
20381              in pseudorandom hash order-- in EBCDIC the order
20382              is different.  Add a new option that allow the warnings
20383              to come in any order (Paul Marquess).
20384      Branch: perl
20385            ! lib/warnings.t t/lib/warnings/perl
20386 ____________________________________________________________________________
20387 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
20388         Log: Integrate perlio; the 0nothread test failure without threads.
20389      Branch: perl
20390           !> ext/threads/shared/t/0nothread.t
20391 ____________________________________________________________________________
20392 [ 14463] By: nick                                  on 2002/01/28  08:22:36
20393         Log: Integrate mainline
20394      Branch: perlio
20395           !> (integrate 37 files)
20396 ____________________________________________________________________________
20397 [ 14462] By: nick                                  on 2002/01/28  08:09:53
20398         Log: 1st attempt at skipping broke threads case.
20399      Branch: perlio
20400            ! ext/threads/shared/t/0nothread.t
20401 ____________________________________________________________________________
20402 [ 14461] By: nick                                  on 2002/01/28  07:25:58
20403         Log: Skip new threads::shared test unless -Duseithreads
20404      Branch: perlio
20405            ! ext/threads/shared/t/0nothread.t
20406 ____________________________________________________________________________
20407 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
20408         Log: FAQ sync.
20409      Branch: perl
20410            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20411            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20412            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20413            ! pod/perlfaq9.pod
20414 ____________________________________________________________________________
20415 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
20416         Log: Upgrade to podlators 1.20.
20417      Branch: perl
20418            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
20419 ____________________________________________________________________________
20420 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
20421         Log: Retract #14448, a better patch coming up.
20422      Branch: perl
20423            ! lib/Pod/t/basic.t
20424 ____________________________________________________________________________
20425 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
20426         Log: EBCDIC portability.
20427      Branch: perl
20428            ! t/op/append.t
20429 ____________________________________________________________________________
20430 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
20431         Log: Further cygwin installperl tweak from Gerrit P. Haase.
20432      Branch: perl
20433            ! installperl
20434 ____________________________________________________________________________
20435 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
20436         Log: A bug in Bulgarian EBCDIC locale (this sounds like
20437              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
20438              locales failed, too.  The patch works around the bug by
20439              skipping the test, but the real problem may be deeper
20440              (affecting probably only EBCDIC platforms, though):
20441              see the comment in locale.t for more details.
20442      Branch: perl
20443            ! lib/locale.t
20444 ____________________________________________________________________________
20445 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
20446         Log: metaconfig unit change for #14453.
20447      Branch: metaconfig/U/perl
20448            ! libperl.U
20449 ____________________________________________________________________________
20450 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
20451         Log: Subject: Bleadperl on Cygwin today
20452              From: "Gerrit P. Haase" <gp@familiehaase.de>              
20453              Date: Sun, 27 Jan 2002 22:30:41 +0100
20454              Message-ID: <462007239437.20020127223041@familiehaase.de>
20455      Branch: perl
20456            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
20457            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
20458            ! lib/ExtUtils/t/MM_Cygwin.t
20459 ____________________________________________________________________________
20460 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
20461         Log: Unfinished EBCDIC branch.
20462      Branch: perl
20463            ! t/op/ver.t
20464 ____________________________________________________________________________
20465 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
20466         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
20467      Branch: perl
20468            ! ext/B/B.xs ext/B/B/Deparse.pm
20469 ____________________________________________________________________________
20470 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
20471         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
20472              platforms.
20473      Branch: perl
20474            ! ext/B/t/stash.t
20475 ____________________________________________________________________________
20476 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
20477         Log: Apparently no need for EBCDIC exception any more.
20478      Branch: perl
20479            ! ext/B/t/showlex.t
20480 ____________________________________________________________________________
20481 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
20482         Log: (retracted by #14458)
20483              (Russ Allbery) OS/390 is using a high-bit character for ESC,
20484              skip the test for now.  A better fix would be to override
20485              the notion of the platform's escape sequence in the test
20486              of Pod::Text::Termcap.  We may have to apply a filter to
20487              the output to substitute back in the ESC character that
20488              the test expects, but only on OS/390.
20489      Branch: perl
20490            ! lib/Pod/t/basic.t
20491 ____________________________________________________________________________
20492 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
20493         Log: Detypo.
20494      Branch: perl
20495            ! ext/Devel/Peek/Peek.t
20496 ____________________________________________________________________________
20497 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
20498         Log: OS/390 USS has a different idea of the pw* functions.
20499              Also, test the name with eq, not with ==.
20500      Branch: perl
20501            ! lib/User/pwent.t
20502 ____________________________________________________________________________
20503 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
20504         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
20505      Branch: perl
20506            ! doio.c
20507 ____________________________________________________________________________
20508 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
20509         Log: ASCIIisms.
20510      Branch: perl
20511            ! ext/PerlIO/t/encoding.t
20512 ____________________________________________________________________________
20513 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
20514         Log: chr(42) ne '*'  if one is in EBCDIC.
20515      Branch: perl
20516            ! t/op/pack.t
20517 ____________________________________________________________________________
20518 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
20519         Log: Subject: [PATCH] Fix up recent op/stat.t failures
20520              From: Andy Dougherty <doughera@lafayette.edu>
20521              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
20522              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
20523      Branch: perl
20524            ! t/op/stat.t
20525 ____________________________________________________________________________
20526 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
20527         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
20528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20529              Date: Sun, 27 Jan 2002 15:03:18 +0100
20530              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
20531      Branch: perl
20532            ! lib/ExtUtils/t/Command.t
20533 ____________________________________________________________________________
20534 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
20535         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
20536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20537              Date: Sun, 27 Jan 2002 14:51:10 +0100
20538              Message-ID: <20020127145110.A16332@rafael>
20539      Branch: perl
20540            ! ext/B/B/Deparse.pm
20541 ____________________________________________________________________________
20542 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
20543         Log: integrate change#14431 from perlio branch (Nick's fix for
20544              change#13474 to be more defensive about looking at pad entries
20545              that may not exist yet)
20546      Branch: maint-5.6/perl
20547            ! op.c
20548 ____________________________________________________________________________
20549 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
20550         Log: Comment to avoid later "cleanups."
20551      Branch: perl
20552            ! lib/ExtUtils/MakeMaker.pm
20553 ____________________________________________________________________________
20554 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
20555         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
20556              instead of just FOO=... cmd ...
20557      Branch: perl
20558            ! Makefile.SH
20559 ____________________________________________________________________________
20560 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
20561         Log: Overquoting bad (in UNIX one would get
20562              Can't open perl script "'-I../lib'": No such file or directory)
20563      Branch: perl
20564            ! lib/Pod/t/Usage.t
20565 ____________________________________________________________________________
20566 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
20567         Log: Integrate perlio;
20568              
20569              "All tests successful" VC6.0 Win32
20570              (Update config.vc to need cppstdin so those tests are skipped...)
20571      Branch: perl
20572           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20573           !> win32/config_H.vc
20574 ____________________________________________________________________________
20575 [ 14434] By: nick                                  on 2002/01/26  22:27:08
20576         Log: "All tests successful" VC6.0 Win32
20577              (Update config.vc to need cppstdin so those tests are skipped...)
20578      Branch: perlio
20579            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20580            ! win32/config_H.vc
20581 ____________________________________________________________________________
20582 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
20583         Log: Integrate perlio;
20584              
20585              1st two tests of File/Find/t/find.t and taint.t were run after 
20586              calling cleanup(). If previous fail had left for_find directory,
20587              but no content in it then cleanup() returned cd'ed to that directory.
20588              So tests failed. Fixed cleanup()-s.
20589              
20590              If we get to sighandler by mistake (no perl handler set) then
20591              warn() and exit() rather than die() - should never happen
20592              but if it does context needed to die is likely to be trashed
20593              as well.
20594              
20595              Win32 signal emulation cleanup.
20596              
20597              Tinkering with thread cleanup mutex-ing - not the problem 
20598              (op.c is) but could have been...
20599              
20600              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
20601              Should really be looked at by someone that knows about pads.
20602              
20603              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
20604              for CRLF line endings.
20605      Branch: perl
20606           !> ext/threads/threads.xs lib/File/Find/t/find.t
20607           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
20608           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
20609 ____________________________________________________________________________
20610 [ 14432] By: nick                                  on 2002/01/26  21:10:38
20611         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
20612              for CRLF line endings.
20613      Branch: perlio
20614            ! lib/Filter/Simple.pm
20615 ____________________________________________________________________________
20616 [ 14431] By: nick                                  on 2002/01/26  21:08:35
20617         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
20618              Should really be looked at by someone that knows about pads.
20619      Branch: perlio
20620            ! op.c
20621 ____________________________________________________________________________
20622 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
20623         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
20624              From: "Craig A. Berry" <craigberry@mac.com>       
20625              Date: Sat, 26 Jan 2002 11:19:44 -0600
20626              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
20627      Branch: perl
20628            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
20629 ____________________________________________________________________________
20630 [ 14429] By: nick                                  on 2002/01/26  18:04:22
20631         Log: Tinkering with thread cleanup mutex-ing - not the problem 
20632              (op.c is) but could have been...
20633      Branch: perlio
20634            ! ext/threads/threads.xs
20635 ____________________________________________________________________________
20636 [ 14428] By: nick                                  on 2002/01/26  18:03:13
20637         Log: Win32 signal emulation cleanup.
20638      Branch: perlio
20639            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
20640 ____________________________________________________________________________
20641 [ 14427] By: nick                                  on 2002/01/26  13:59:33
20642         Log: If we get to sighandler by mistake (no perl handler set) then
20643              warn() and exit() rather than die() - should never happen
20644              but if it does context needed to die is likely to be trashed
20645              as well.
20646      Branch: perlio
20647            ! mg.c
20648 ____________________________________________________________________________
20649 [ 14426] By: nick                                  on 2002/01/26  13:56:23
20650         Log: Integrate mainline
20651      Branch: perlio
20652           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
20653           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
20654           !> t/run/fresh_perl.t
20655 ____________________________________________________________________________
20656 [ 14425] By: nick                                  on 2002/01/26  08:11:33
20657         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
20658              calling cleanup(). If previous fail had left for_find directory,
20659              but no content in it then cleanup() returned cd'ed to that directory.
20660              So tests failed. Fixed cleanup()-s.
20661      Branch: perlio
20662            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
20663 ____________________________________________________________________________
20664 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
20665         Log: Integrate perlio;
20666              
20667              Fix winsystem.t's attempt to build showav.exe to work
20668              with gcc (which writes a.exe unless told with -o ).
20669              Also put in a few more fail-safes to check .exe got
20670              built somehow.
20671              
20672              More Win32 tuning
20673              
20674              Save $! so that other syscalls don't disturb it before
20675              we test it.
20676      Branch: perl
20677           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
20678           !> t/op/winsystem.t
20679 ____________________________________________________________________________
20680 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
20681         Log: Subject: [PATCH] new test in op/universal.t
20682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20683              Date: Fri, 25 Jan 2002 23:17:33 +0100
20684              Message-ID: <20020125231733.A11733@rafael>
20685      Branch: perl
20686            ! t/op/universal.t
20687 ____________________________________________________________________________
20688 [ 14422] By: nick                                  on 2002/01/25  21:37:03
20689         Log: Save $! so that other syscalls don't disturb it before 
20690              we test it.
20691      Branch: perlio
20692            ! ext/Socket/socketpair.t
20693 ____________________________________________________________________________
20694 [ 14421] By: nick                                  on 2002/01/25  19:05:57
20695         Log: More Win32 tuning
20696      Branch: perlio
20697            ! t/op/stat.t t/op/taint.t
20698 ____________________________________________________________________________
20699 [ 14420] By: nick                                  on 2002/01/25  18:21:42
20700         Log: Fix winsystem.t's attempt to build showav.exe to work 
20701              with gcc (which writes a.exe unless told with -o ).
20702              Also put in a few more fail-safes to check .exe got 
20703              built somehow.
20704      Branch: perlio
20705            ! t/op/winsystem.t
20706 ____________________________________________________________________________
20707 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
20708         Log: Subject: [Patch Encode.xs] calculation of need overflows
20709              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20710              Date: Sat, 26 Jan 2002 00:58:50 +0900
20711              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
20712      Branch: perl
20713            ! ext/Encode/Encode.xs
20714 ____________________________________________________________________________
20715 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
20716         Log: Integrate changes 13474+13478+13584 from maintperl;
20717              anon sub leakage.
20718      Branch: perl
20719            ! op.c t/run/fresh_perl.t
20720 ____________________________________________________________________________
20721 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
20722         Log: Update Changes.
20723      Branch: perl
20724            ! Changes patchlevel.h
20725 ____________________________________________________________________________
20726 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
20727         Log: Integrate perlio; extensive threads and threads::shared work
20728              (note that the below is a chronological list of perlio
20729              check-in entries since the last integrate)
20730              
20731              Nearly-working threads re-structuring. Do not integrate,
20732              submit-ing to get to Win32, and as "off site" backup.
20733              
20734              threads work again on Win32. (Not threads::shared yet)
20735              Submit to see if they do on Linux.
20736              
20737              Add new threads/typemap to MANIFEST
20738              
20739              XS side of new threads::shared designed, coded and compiles,
20740              and mostly commented but is totaly untested.
20741              submit in case anyone wants a preview.
20742              
20743              Miss mg_len == 0 meaning don't Safefree
20744              
20745              Shared scalars working, some shared array ops working.
20746              
20747              Implement recursive lock and use of scope for PL_sharedsv_space,
20748              so now croak() from asserts does not leave locks.
20749              Make hv_simple compile (new prototype for debugging probe).
20750              
20751              thread::shared nearly working again - remaining issue
20752              is references withing shared space.
20753              Added bulk test with no threads involved (for debugging)
20754              Tuned tests to skip those needing _thrcnt
20755              
20756              SvTEMP_off to stop private PV's being stolen and stored in shared space
20757              
20758              Except Win32 from echo tests. (Alarm does not break into connect)
20759              
20760              Expand command line test globs on Win32.
20761              
20762              threads::shared tidy up:
20763              - Add _id() function to shared.xs so we can test refs point at same thing.
20764              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
20765              - Allow no_share to pass if sharing to works despite mis-ordering.
20766              - Change docs of threads to document ->create() (as used in tests),
20767              and not mention "new".
20768              
20769              Linux/NFS hackery was not faking right number of passes.
20770      Branch: perl
20771           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
20772           +> ext/threads/typemap
20773            - ext/threads/threads.h sharedsv.c sharedsv.h
20774            ! NetWare/config_H.wc
20775           !> (integrate 38 files)
20776 ____________________________________________________________________________
20777 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
20778         Log: Subject: Re: perldebguts minor tweaks
20779              From: Joe McMahon <mcmahon@metalab.unc.edu>
20780              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
20781              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
20782      Branch: perl
20783            ! pod/perldebguts.pod
20784 ____________________________________________________________________________
20785 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
20786         Log: metaconfig unit change for #14413.
20787      Branch: metaconfig
20788            ! U/modified/prototype.U
20789 ____________________________________________________________________________
20790 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
20791         Log: Okay, you can come home now, _().
20792      Branch: perl
20793            ! config_h.SH
20794 ____________________________________________________________________________
20795 [ 14412] By: nick                                  on 2002/01/25  11:01:49
20796         Log: Integrate mainline
20797              All but ../lib/Unicode/UCD.t pass.
20798      Branch: perlio
20799           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
20800           +> lib/unicore/CaseFolding.txt
20801           +> lib/unicore/CompositionExclusions.txt
20802           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
20803           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
20804           +> vos/vos.c
20805            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
20806            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
20807            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
20808            - lib/unicore/NamesList.html lib/unicore/PropList.html
20809            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
20810            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
20811            - lib/unicore/rename
20812           !> (integrate 424 files)
20813 ____________________________________________________________________________
20814 [ 14411] By: nick                                  on 2002/01/25  09:45:13
20815         Log: Linux/NFS hackery was not faking right number of passes.
20816      Branch: perlio
20817            ! t/io/fs.t
20818 ____________________________________________________________________________
20819 [ 14410] By: nick                                  on 2002/01/25  09:35:07
20820         Log: threads::shared tidy up:
20821              - Add _id() function to shared.xs so we can test refs point at same thing.
20822              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
20823              - Allow no_share to pass if sharing to works despite mis-ordering.
20824              - Change docs of threads to document ->create() (as used in tests),
20825              and not mention "new".
20826      Branch: perlio
20827            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20828            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
20829            ! ext/threads/threads.pm
20830 ____________________________________________________________________________
20831 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
20832         Log: Subject: perldebguts minor tweaks
20833              From: Joe McMahon <mcmahon@metalab.unc.edu>
20834              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
20835              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
20836      Branch: perl
20837            ! pod/perldebguts.pod
20838 ____________________________________________________________________________
20839 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
20840         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
20841              From: Peter Scott <Peter@PSDT.com>
20842              Date: Thu, 24 Jan 2002 08:51:34 -0800
20843              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
20844      Branch: perl
20845            ! pod/perldebguts.pod
20846 ____________________________________________________________________________
20847 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
20848         Log: Few more paranoia checks for Unicode hash keys.
20849      Branch: perl
20850            ! t/op/each.t
20851 ____________________________________________________________________________
20852 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
20853         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
20854              From: Andy Dougherty <doughera@lafayette.edu>
20855              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
20856              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
20857      Branch: perl
20858            ! t/op/stat.t
20859 ____________________________________________________________________________
20860 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
20861         Log: The
20862              
20863              Subject: Very old debugger UTF-8 bug
20864              From: andreas.koenig@anima.de (Andreas J. Koenig)
20865              Date: 24 Jan 2002 12:45:44 +0100
20866              Message-ID: <m3y9iot1jr.fsf@anima.de>
20867              
20868              still broken, but this should work as a stopgap
20869              measure to stop pp_match accessing naughty data.
20870      Branch: perl
20871            ! pod/perldiag.pod pp_hot.c
20872 ____________________________________________________________________________
20873 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
20874         Log: metaconfig unit change for #14403.
20875      Branch: metaconfig/U/perl
20876            ! d_u32align.U
20877 ____________________________________________________________________________
20878 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
20879         Log: Pacify picky compilers (this time Sun Workshop).
20880      Branch: perl
20881            ! Configure
20882 ____________________________________________________________________________
20883 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
20884         Log: Subject: Very old debugger UTF-8 bug
20885              From: andreas.koenig@anima.de (Andreas J. Koenig)
20886              Date: 24 Jan 2002 12:45:44 +0100
20887              Message-ID: <m3y9iot1jr.fsf@anima.de>
20888      Branch: perl
20889            ! lib/dumpvar.pl
20890 ____________________________________________________________________________
20891 [ 14401] By: nick                                  on 2002/01/24  07:50:38
20892         Log: Expand command line test globs on Win32.
20893      Branch: perlio
20894            ! t/harness
20895 ____________________________________________________________________________
20896 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
20897         Log: Sprinkle some copyrights (use the oldest timestamp to
20898              be found in the repository, which is most often not right,
20899              but at least consistent)
20900      Branch: perl
20901            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
20902            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
20903            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
20904            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
20905            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
20906            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
20907            ! unixish.h xsutils.c
20908 ____________________________________________________________________________
20909 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
20910         Log: Don't crash on Help for long text (bug #506672)
20911      Branch: maint-5.6/macperl
20912            ! macos/macperl/MPHelp.c
20913 ____________________________________________________________________________
20914 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
20915         Log: Fix minor path problem
20916      Branch: maint-5.6/macperl
20917            ! macos/macperl/Droplets/tarzipme.plx
20918 ____________________________________________________________________________
20919 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
20920         Log: Minor text changes
20921      Branch: maint-5.6/macperl
20922            ! macos/Perl.r
20923 ____________________________________________________________________________
20924 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
20925         Log: Bump versions, dates, etc.
20926      Branch: maint-5.6/macperl
20927            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
20928 ____________________________________________________________________________
20929 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
20930         Log: coderefs in @INC and absolute paths
20931      Branch: maint-5.6/macperl
20932            ! embed.h pp_ctl.c proto.h
20933 ____________________________________________________________________________
20934 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
20935         Log: Minor module thingys
20936      Branch: maint-5.6/macperl
20937            ! macos/ext/Mac/Controls/Controls.xs
20938            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
20939            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
20940            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
20941            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
20942            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
20943            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
20944            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
20945            ! macos/ext/Mac/Movies/Movies.xs
20946            ! macos/ext/Mac/Navigation/Navigation.pm
20947            ! macos/ext/Mac/Navigation/Navigation.xs
20948            ! macos/ext/Mac/Notification/Notification.xs
20949            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
20950            ! macos/ext/Mac/Processes/Processes.xs
20951            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
20952            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
20953            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
20954            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
20955            ! macos/ext/Mac/Resources/Resources.pm
20956            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
20957            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
20958            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
20959            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
20960            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
20961 ____________________________________________________________________________
20962 [ 14393] By: nick                                  on 2002/01/23  19:52:19
20963         Log: Except Win32 from echo tests. (Alarm does not break into connect)
20964      Branch: perlio
20965            ! ext/Socket/Socket.t
20966 ____________________________________________________________________________
20967 [ 14392] By: nick                                  on 2002/01/23  19:31:57
20968         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
20969      Branch: perlio
20970            ! ext/threads/shared/shared.xs
20971 ____________________________________________________________________________
20972 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
20973         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
20974      Branch: perl
20975            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20976            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
20977            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
20978            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
20979            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
20980            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
20981            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
20982            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
20983            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
20984            ! x2p/util.c x2p/util.h x2p/walk.c
20985 ____________________________________________________________________________
20986 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
20987         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
20988              therefore quite probably also obsolete code.
20989      Branch: perl
20990            ! sv.c
20991 ____________________________________________________________________________
20992 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
20993         Log: Update Changes.
20994      Branch: perl
20995            ! Changes patchlevel.h
20996 ____________________________________________________________________________
20997 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
20998         Log: Small update on todo.  Could use a lot more.
20999      Branch: perl
21000            ! pod/perltodo.pod
21001 ____________________________________________________________________________
21002 [ 14387] By: nick                                  on 2002/01/23  14:19:30
21003         Log: thread::shared nearly working again - remaining issue
21004              is references withing shared space.
21005              Added bulk test with no threads involved (for debugging)
21006              Tuned tests to skip those needing _thrcnt
21007      Branch: perlio
21008            + ext/threads/shared/t/0nothread.t
21009            ! MANIFEST ext/threads/shared/shared.pm
21010            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
21011            ! ext/threads/shared/t/hv_refs.t
21012            ! ext/threads/shared/t/hv_simple.t
21013            ! ext/threads/shared/t/sv_simple.t
21014 ____________________________________________________________________________
21015 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
21016         Log: Subject: [ID 20020121.003] perldata doco bug
21017              From: John Stumbles <jstumbles@bluearc.com>
21018              Date: Mon, 21 Jan 2002 14:19:56 -0000
21019              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
21020      Branch: perl
21021            ! pod/perldata.pod
21022 ____________________________________________________________________________
21023 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
21024         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
21025              From: Michael G Schwern <schwern@pobox.com>
21026              Date: Mon, 21 Jan 2002 15:16:42 -0500
21027              Message-ID: <20020121201642.GA6659@blackrider>
21028      Branch: perl
21029            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
21030 ____________________________________________________________________________
21031 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
21032         Log: Subject: [PATCH] Re: eval not catching warnings?
21033              From: abigail@foad.org
21034              Date: Wed, 23 Jan 2002 15:35:47 +0100
21035              Message-ID: <20020123143547.24798.qmail@foad.org>
21036      Branch: perl
21037            ! pod/perlfunc.pod
21038 ____________________________________________________________________________
21039 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
21040         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
21041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21042              Date: Tue, 22 Jan 2002 17:00:54 -0800            
21043              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
21044      Branch: perl
21045            ! t/run/fresh_perl.t
21046 ____________________________________________________________________________
21047 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
21048         Log: metaconfig unit change for #14381.
21049      Branch: metaconfig/U/perl
21050            ! d_u32align.U
21051 ____________________________________________________________________________
21052 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
21053         Log: HP-UX 10.20 cc pacifying from Merijn.
21054      Branch: perl
21055            ! Configure
21056 ____________________________________________________________________________
21057 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
21058         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
21059              From: "Craig A. Berry" <craigberry@mac.com> 
21060              Date: Tue, 22 Jan 2002 22:14:26 -0600
21061              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
21062      Branch: perl
21063            ! vms/test.com
21064 ____________________________________________________________________________
21065 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
21066         Log: AIX cpp bug: having macro arguments and character constants
21067              "the same" means trouble (here s and 's')
21068              What broke now was 841 and 842 of t/op/pat.t, because of the
21069              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
21070              (note that breakage happened only under cc_r and usethreads+
21071              useithreads)
21072      Branch: perl
21073            ! utf8.h
21074 ____________________________________________________________________________
21075 [ 14378] By: nick                                  on 2002/01/22  20:33:15
21076         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
21077              so now croak() from asserts does not leave locks.
21078              Make hv_simple compile (new prototype for debugging probe).
21079      Branch: perlio
21080            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21081            ! ext/threads/shared/t/hv_simple.t
21082 ____________________________________________________________________________
21083 [ 14377] By: nick                                  on 2002/01/22  17:32:21
21084         Log: Shared scalars working, some shared array ops working.
21085      Branch: perlio
21086            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21087            ! ext/threads/shared/t/sv_refs.t
21088            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
21089 ____________________________________________________________________________
21090 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
21091         Log: Subject: [PATCH] Support truncate() in VOS port
21092              From: Paul_GreenVOS@vos.stratus.com
21093              Date: Mon, 21 Jan 02 23:27 est
21094              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
21095      Branch: perl
21096            + vos/vos.c
21097            ! MANIFEST hints/vos.sh vos/vosish.h
21098 ____________________________________________________________________________
21099 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
21100         Log: metaconfig unit changes for #14374.  Couldn't figure
21101              how to get completely rid of _() (some weird dependency
21102              pulling it in?) so renamed it as PROTO_().
21103      Branch: metaconfig
21104            + U/modified/d_shmat.U U/modified/prototype.U
21105            ! U/protos/d_drand48proto.U
21106      Branch: metaconfig/U/perl
21107            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
21108 ____________________________________________________________________________
21109 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
21110         Log: Get rid of the _() macro since (1) we require ANSI anyway
21111              (2) Other software (GNU) seems to use it and we don't need it,
21112              so let's give it up.
21113      Branch: perl
21114            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21115            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
21116            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
21117            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
21118            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
21119            ! wince/config.h wince/config_H.ce
21120 ____________________________________________________________________________
21121 [ 14373] By: nick                                  on 2002/01/22  10:10:48
21122         Log: Miss mg_len == 0 meaning don't Safefree
21123      Branch: perlio
21124            ! mg.c
21125 ____________________________________________________________________________
21126 [ 14372] By: nick                                  on 2002/01/21  22:34:06
21127         Log: XS side of new threads::shared designed, coded and compiles,
21128              and mostly commented but is totaly untested.
21129              submit in case anyone wants a preview.
21130      Branch: perlio
21131            + ext/threads/shared/typemap
21132            ! MANIFEST ext/threads/shared/shared.pm
21133            ! ext/threads/shared/shared.xs
21134 ____________________________________________________________________________
21135 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
21136         Log: Subject: [BUG] /\_/ an unrecognized escape?
21137              From: Michael G Schwern <schwern@pobox.com>
21138              Date: Mon, 21 Jan 2002 15:22:54 -0500
21139              Message-ID: <20020121202254.GA6731@blackrider>
21140      Branch: perl
21141            ! t/lib/warnings/toke toke.c
21142 ____________________________________________________________________________
21143 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
21144         Log: Undo the renaming of the Unicode data files; the simple
21145              solution being not including the *.html files.  This means
21146              that in the future there is no need for any renamings
21147              (well, assuming that the Consortium doesn't cause any),
21148              and the files are named like they are in the Consortium
21149              website, thus alleviating confusion.
21150      Branch: perl
21151            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
21152            + lib/unicore/CaseFolding.txt
21153            + lib/unicore/CompositionExclusions.txt
21154            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
21155            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
21156            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
21157            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
21158            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
21159            - lib/unicore/NamesList.html lib/unicore/PropList.html
21160            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
21161            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
21162            - lib/unicore/rename
21163            ! (edit 285 files)
21164 ____________________________________________________________________________
21165 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
21166         Log: Update Changes.
21167      Branch: perl
21168            ! Changes patchlevel.h
21169 ____________________________________________________________________________
21170 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
21171         Log: Subject: RE: BCC for Win32 is unhappy @14331
21172              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
21173              Date: Mon, 21 Jan 2002 09:48:40 +0300
21174              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
21175              
21176              (using IV instead of int)
21177      Branch: perl
21178            ! hv.h
21179 ____________________________________________________________________________
21180 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
21181         Log: path_is_absolute() needs a prototype (and maybe
21182              a better name, but that's another story).
21183      Branch: perl
21184            ! embed.fnc embed.h pp_ctl.c proto.h
21185 ____________________________________________________________________________
21186 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
21187         Log: Subject: Re: coderefs in @INC
21188              From: Chris Nandor <pudge@pobox.com>
21189              Date: Thu, 17 Jan 2002 11:26:02 -0500
21190              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
21191      Branch: perl
21192            ! pp_ctl.c
21193 ____________________________________________________________________________
21194 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
21195         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
21196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21197              Date: Sun, 20 Jan 2002 22:53:56 +0100
21198              Message-ID: <20020120225356.A12093@rafael>
21199      Branch: perl
21200            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
21201            ! t/lib/warnings/9enabled warnings.h warnings.pl
21202 ____________________________________________________________________________
21203 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
21204         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
21205              From: "Craig A. Berry" <craigberry@mac.com>
21206              Date: Sun, 20 Jan 2002 22:49:42 -0600
21207              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
21208      Branch: perl
21209            ! lib/ExtUtils/MakeMaker.pm
21210 ____________________________________________________________________________
21211 [ 14363] By: nick                                  on 2002/01/20  20:38:23
21212         Log: Add new threads/typemap to MANIFEST
21213      Branch: perlio
21214            ! MANIFEST
21215 ____________________________________________________________________________
21216 [ 14362] By: nick                                  on 2002/01/20  20:34:36
21217         Log: Integrate mainline
21218      Branch: perlio
21219           +> lib/Pod/t/Usage.t
21220           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
21221           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
21222           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
21223           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
21224           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
21225           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
21226           !> util.c
21227 ____________________________________________________________________________
21228 [ 14361] By: nick                                  on 2002/01/20  18:51:47
21229         Log: Integrate MANIFEST
21230      Branch: perlio
21231           !> MANIFEST
21232 ____________________________________________________________________________
21233 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
21234         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
21235              From: Paul_GreenVOS@vos.stratus.com
21236              Date: Sat, 19 Jan 02 17:17 est
21237              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
21238              
21239              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
21240              From: Paul_GreenVOS@vos.stratus.com
21241              Date: Sat, 19 Jan 02 17:19 est
21242              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
21243      Branch: perl
21244            ! lib/ExtUtils/t/Command.t
21245 ____________________________________________________________________________
21246 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
21247         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
21248              From: Paul_GreenVOS@vos.stratus.com
21249              Date: Sat, 19 Jan 02 14:30 est
21250              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
21251      Branch: perl
21252            ! lib/AnyDBM_File.t
21253 ____________________________________________________________________________
21254 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
21255         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
21256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21257              Date: Sun, 20 Jan 2002 13:51:36 +0100
21258              Message-ID: <20020120135136.A710@rafael>
21259      Branch: perl
21260            ! ext/File/Glob/t/basic.t
21261 ____________________________________________________________________________
21262 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
21263         Log: #14352 deleted ext/threads/threads.h
21264      Branch: perlio
21265            ! MANIFEST
21266 ____________________________________________________________________________
21267 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
21268         Log: Eradicate sharedsv.*
21269      Branch: perlio
21270            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
21271 ____________________________________________________________________________
21272 [ 14355] By: nick                                  on 2002/01/20  11:50:22
21273         Log: threads work again on Win32. (Not threads::shared yet)
21274              Submit to see if they do on Linux.
21275      Branch: perlio
21276            ! ext/threads/shared/shared.xs ext/threads/threads.xs
21277            ! win32/makefile.mk
21278 ____________________________________________________________________________
21279 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
21280         Log: Make also hex() and oct() to croak if their arguments
21281              cannot be downgraded (that is, if they contain wide
21282              characters), just like crypt() does (and use the croak
21283              feature of sv_utf8_downgrade()).
21284      Branch: perl
21285            ! pp.c t/op/oct.t
21286 ____________________________________________________________________________
21287 [ 14353] By: nick                                  on 2002/01/19  22:20:09
21288         Log: Integrate Time/Local and its test
21289      Branch: perlio
21290           !> lib/Time/Local.pm lib/Time/Local.t
21291 ____________________________________________________________________________
21292 [ 14352] By: nick                                  on 2002/01/19  22:17:07
21293         Log: Nearly-working threads re-structuring. Do not integrate,
21294              submit-ing to get to Win32, and as "off site" backup.
21295      Branch: perlio
21296            + ext/threads/typemap
21297            - ext/threads/threads.h sharedsv.c sharedsv.h
21298            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
21299            ! embedvar.h ext/threads/shared/shared.pm
21300            ! ext/threads/shared/shared.xs ext/threads/threads.pm
21301            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
21302            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
21303            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
21304 ____________________________________________________________________________
21305 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
21306         Log: Regen toc.
21307      Branch: perl
21308            ! pod/perltoc.pod
21309 ____________________________________________________________________________
21310 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
21311         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
21312              From: David Dyck <dcd@tc.fluke.com>
21313              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
21314              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
21315      Branch: perl
21316            ! pod/perl5004delta.pod pod/perl5005delta.pod
21317            ! pod/perl561delta.pod pod/perl56delta.pod
21318 ____________________________________________________________________________
21319 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
21320         Log: FAQ sync.
21321      Branch: perl
21322            ! pod/perlfaq1.pod pod/perlfaq2.pod
21323 ____________________________________________________________________________
21324 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
21325         Log: Subject: [PATCH lib/Pod/t/Usage.t]
21326              From: Abe Timmerman <abe@ztreet.demon.nl>
21327              Date: Sat, 19 Jan 2002 19:57:57 +0100
21328              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
21329      Branch: perl
21330            + lib/Pod/t/Usage.t
21331            ! MANIFEST
21332 ____________________________________________________________________________
21333 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
21334         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
21335              From: Paul_GreenVOS@vos.stratus.com
21336              Date: Sat, 19 Jan 02 13:15 est
21337              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
21338      Branch: perl
21339            ! ext/SDBM_File/sdbm.t
21340 ____________________________________________________________________________
21341 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
21342         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
21343      Branch: perl
21344           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
21345           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
21346 ____________________________________________________________________________
21347 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
21348         Log: Alternative Time::Local algorithm that uses matemathical formula
21349              for timegm instead of progressive guessing
21350      Branch: perl
21351            ! lib/Time/Local.pm
21352 ____________________________________________________________________________
21353 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
21354         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
21355              From: Paul_GreenVOS@vos.stratus.com
21356              Date: Sat, 19 Jan 02 11:20 est
21357              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
21358      Branch: perl
21359            ! ext/File/Glob/t/basic.t
21360 ____________________________________________________________________________
21361 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
21362         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
21363              From: Paul_GreenVOS@vos.stratus.com
21364              Date: Fri, 18 Jan 02 22:56 est
21365              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
21366      Branch: perl
21367            ! ext/Cwd/t/cwd.t
21368 ____________________________________________________________________________
21369 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
21370         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
21371              From: Paul_GreenVOS@vos.stratus.com
21372              Date: Fri, 18 Jan 02 22:48 est
21373              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
21374      Branch: perl
21375            ! lib/Time/Local.t
21376 ____________________________________________________________________________
21377 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
21378         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
21379              From: Paul_GreenVOS@vos.stratus.com
21380              Date: Fri, 18 Jan 02 16:22 est
21381              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
21382      Branch: perl
21383            ! ext/Devel/DProf/DProf.t
21384 ____________________________________________________________________________
21385 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
21386         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
21387              From: Tels <perl_dummy@bloodgate.com>
21388              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
21389              Message-Id: <200201182106.XAA19133@taku.hut.fi>
21390      Branch: perl
21391            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
21392 ____________________________________________________________________________
21393 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
21394         Log: Don't do socketpair udp unless you've got all what it takes.
21395      Branch: perl
21396            ! util.c
21397 ____________________________________________________________________________
21398 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
21399         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
21400              From: Tels <perl_dummy@bloodgate.com>
21401              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
21402              Message-Id: <200201182206.AAA15310@taku.hut.fi>
21403      Branch: perl
21404            ! lib/ExtUtils/MM_BeOS.pm
21405 ____________________________________________________________________________
21406 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
21407         Log: metaconfig unit change for #14336.
21408      Branch: metaconfig
21409            ! U/modified/myhostname.U
21410 ____________________________________________________________________________
21411 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
21412         Log: Avoid bare "set", and kiss .uucp goodbye.
21413      Branch: perl
21414            ! Configure
21415 ____________________________________________________________________________
21416 [ 14335] By: nick                                  on 2002/01/18  22:11:42
21417         Log: Split out core of sv_magic() into sv_magicext().
21418              sv_magic provides the extra restictions (no READONLY, only
21419              one of each type, canned set of vtables), and sv_magicext()
21420              does the actual data twiddling.
21421              Also enhances semantics of ->mg_ptr setting via name/namlen
21422              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
21423              scratch area (namlen > 0 && name == NULL).
21424              sv_magicext also returns the MAGIC * it added.
21425              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
21426              
21427              To come sv_unmagicext() - which will remove just one magic
21428              of particular type, and additionaly match against ->mg_ptr,
21429              or the MAGIC * (need to experiment as to which is more natural).
21430      Branch: perlio
21431            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
21432            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
21433 ____________________________________________________________________________
21434 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
21435         Log: Retract #14327 for now, going to the limit seems
21436              to be too much for many platforms.
21437      Branch: perl
21438            ! lib/Time/Local.t
21439 ____________________________________________________________________________
21440 [ 14333] By: nick                                  on 2002/01/18  18:58:33
21441         Log: Integrate mainline
21442      Branch: perlio
21443           !> Changes patchlevel.h
21444 ____________________________________________________________________________
21445 [ 14332] By: nick                                  on 2002/01/18  16:19:06
21446         Log: Integrate mainline
21447      Branch: perlio
21448           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
21449           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
21450            - lib/ExtUtils/inst
21451           !> (integrate 32 files)
21452 ____________________________________________________________________________
21453 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
21454         Log: Update Changes.
21455      Branch: perl
21456            ! Changes patchlevel.h
21457 ____________________________________________________________________________
21458 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
21459         Log: Try to make the connect/read/write timeouting.
21460      Branch: perl
21461            ! ext/Socket/Socket.t
21462 ____________________________________________________________________________
21463 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
21464         Log: Netware Makefile tweak from Ananth Kesari.
21465      Branch: perl
21466            ! NetWare/Makefile
21467 ____________________________________________________________________________
21468 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
21469         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
21470              From: Michael G Schwern <schwern@pobox.com>
21471              Date: Fri, 18 Jan 2002 03:10:27 -0500
21472              Message-ID: <20020118081027.GE7226@blackrider>
21473      Branch: perl
21474            ! lib/File/Find.pm
21475 ____________________________________________________________________________
21476 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
21477         Log: (retracted by #14334)
21478              
21479              Subject: [PATCH] Improving lib/Time/Local.t
21480              From: Paul_GreenVOS@vos.stratus.com        
21481              Date: Thu, 17 Jan 02 22:36 est
21482              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
21483      Branch: perl
21484            ! lib/Time/Local.t
21485 ____________________________________________________________________________
21486 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
21487         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
21488              From: Abe Timmerman <abe@ztreet.demon.nl>  
21489              Date: Fri, 18 Jan 2002 13:18:47 +0100
21490              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
21491      Branch: perl
21492            ! lib/ExtUtils/t/MM_Win32.t
21493 ____________________________________________________________________________
21494 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
21495         Log: Subject: [PATCH] Syncing with bleadperl 
21496              From: Michael G Schwern <schwern@pobox.com> 
21497              Date: Fri, 18 Jan 2002 03:04:33 -0500
21498              Message-ID: <20020118080432.GC7226@blackrider>
21499      Branch: perl
21500            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
21501            - lib/ExtUtils/inst
21502            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
21503            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
21504            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
21505            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
21506            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
21507            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
21508            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
21509            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
21510            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
21511            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
21512            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
21513            ! lib/ExtUtils/testlib.pm
21514 ____________________________________________________________________________
21515 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
21516         Log: Detypo.
21517      Branch: perl
21518            ! AUTHORS
21519 ____________________________________________________________________________
21520 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
21521         Log: Subject: [PATCH] MM check_hints test
21522              From: Michael G Schwern <schwern@pobox.com>
21523              Date: Thu, 17 Jan 2002 20:25:57 -0500
21524              Message-ID: <20020118012557.GE32762@blackrider>
21525      Branch: perl
21526            + lib/ExtUtils/t/hints.t
21527            ! MANIFEST
21528 ____________________________________________________________________________
21529 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
21530         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
21531              From: Michael G Schwern <schwern@pobox.com> 
21532              Date: Thu, 17 Jan 2002 20:12:20 -0500
21533              Message-ID: <20020118011220.GC32762@blackrider>
21534              
21535              (#14317 replaced with this)
21536      Branch: perl
21537            ! lib/ExtUtils/MakeMaker.pm
21538 ____________________________________________________________________________
21539 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
21540         Log: Subject: [PATCH perldiag] overload.pm warnings
21541              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21542              Date: Thu, 17 Jan 2002 23:53:49 +0100
21543              Message-ID: <20020117235349.A14530@rafael>
21544      Branch: perl
21545            ! pod/perldiag.pod
21546 ____________________________________________________________________________
21547 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
21548         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
21549              From: Michael G Schwern <schwern@pobox.com>
21550              Date: Thu, 17 Jan 2002 16:35:47 -0500
21551              Message-ID: <20020117213546.GD23830@blackrider>
21552      Branch: perl
21553            ! lib/File/Find.pm
21554 ____________________________________________________________________________
21555 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
21556         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
21557              From: chromatic <chromatic@rmci.net>
21558              Date: Thu, 17 Jan 2002 13:04:22 -0700
21559              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
21560      Branch: perl
21561            ! pod/perltodo.pod
21562 ____________________________________________________________________________
21563 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
21564         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
21565              From: chromatic <chromatic@rmci.net>
21566              Date: Thu, 17 Jan 2002 12:59:04 -0700
21567              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
21568      Branch: perl
21569            ! lib/ExtUtils/t/Mkbootstrap.t
21570 ____________________________________________________________________________
21571 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
21572         Log: (replaced by #14322)
21573              The #14300 broke hints file handling.
21574      Branch: perl
21575            ! lib/ExtUtils/MakeMaker.pm
21576 ____________________________________________________________________________
21577 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
21578         Log: metaconfig unit change for #14315.
21579      Branch: metaconfig/U/perl
21580            ! uselongdbl.U
21581 ____________________________________________________________________________
21582 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
21583         Log: Subject: [PATCH] long doubles
21584              From: Nicholas Clark <nick@unfortu.net>
21585              Date: Thu, 17 Jan 2002 17:06:28 +0000
21586              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
21587      Branch: perl
21588            ! Configure
21589 ____________________________________________________________________________
21590 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
21591         Log: metaconfig unit change for #14313.
21592      Branch: metaconfig
21593            ! U/modified/i_ndbm.U
21594 ____________________________________________________________________________
21595 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
21596         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
21597              From: Andy Dougherty <doughera@lafayette.edu>
21598              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
21599              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
21600      Branch: perl
21601            ! Configure
21602 ____________________________________________________________________________
21603 [ 14312] By: nick                                  on 2002/01/17  21:38:38
21604         Log: Integrate mainline (for ndbm fixes etc.)
21605      Branch: perlio
21606           +> t/run/fresh_perl.t
21607            - t/run/kill_perl.t
21608           !> Changes MANIFEST ext/Opcode/Opcode.xs
21609           !> ext/SDBM_File/sdbm/Makefile.PL
21610           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
21611           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
21612           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
21613           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
21614           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
21615 ____________________________________________________________________________
21616 [ 14311] By: sky                                   on 2002/01/17  21:01:00
21617         Log: Simplify the code that duplicates the threads 
21618              init function and the parameters to the thread by using sv_dup. 
21619              Note,what happens if you pass a shared variable as a parameter?
21620      Branch: perl
21621            ! ext/threads/threads.xs
21622 ____________________________________________________________________________
21623 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
21624         Log: Update Changes.
21625      Branch: perl
21626            ! Changes patchlevel.h
21627 ____________________________________________________________________________
21628 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
21629         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
21630              with fresh_perl_is() and fresh_perl_like().
21631      Branch: perl
21632            + t/run/fresh_perl.t
21633            - t/run/kill_perl.t
21634            ! MANIFEST t/test.pl
21635 ____________________________________________________________________________
21636 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
21637         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
21638              From: Benjamin Goldberg <goldbb2@earthlink.net>
21639              Date: Wed, 09 Jan 2002 21:03:16 -0500
21640              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
21641      Branch: perl
21642            ! ext/Unicode/Normalize/Normalize.pm
21643 ____________________________________________________________________________
21644 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
21645         Log: Retract #14144 as Hugo isn't happy with it.
21646      Branch: perl
21647            ! scope.c t/run/kill_perl.t
21648 ____________________________________________________________________________
21649 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
21650         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
21651              From: Richard Clamp <richardc@unixbeard.net>
21652              Date: Wed, 16 Jan 2002 17:34:31 +0000
21653              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
21654      Branch: perl
21655            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
21656 ____________________________________________________________________________
21657 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
21658         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
21659              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21660              Date: Tue, 15 Jan 2002 21:23:30 +0100
21661              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
21662      Branch: perl
21663            ! ext/Opcode/Opcode.xs
21664 ____________________________________________________________________________
21665 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
21666         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
21667              From: Paul_GreenVOS@vos.stratus.com
21668              Date: Wed, 16 Jan 02 6:42 est
21669              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
21670      Branch: perl
21671            ! t/io/fs.t t/op/crypt.t
21672 ____________________________________________________________________________
21673 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
21674         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
21675              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21676              Date: Wed, 16 Jan 2002 13:43:39 +0100
21677              Message-ID: <20020116134339.A704@rafael>
21678              
21679              (replaces #14302)
21680      Branch: perl
21681            ! mg.c t/lib/warnings/mg
21682 ____________________________________________________________________________
21683 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
21684         Log: (replaced by #14303)
21685              Subject: [PATCH] length of undefined $(digit) should warn
21686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21687              Date: Tue, 15 Jan 2002 23:02:44 +0100            
21688              Message-ID: <20020115230244.A31786@rafael>     
21689      Branch: perl
21690            ! mg.c t/lib/warnings/mg
21691 ____________________________________________________________________________
21692 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
21693         Log: The non-MakeMaker.pm parts of
21694              
21695              Subject: [PATCH] Re: MM_Beos.pm?
21696              From: Tels <perl_dummy@bloodgate.com>
21697              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
21698              Message-Id: <200201142006.WAA29544@taas.iki.fi>
21699      Branch: perl
21700            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
21701            ! lib/ExtUtils/t/MM_Unix.t
21702 ____________________________________________________________________________
21703 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
21704         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
21705              From: Michael G Schwern <schwern@pobox.com>    
21706              Date: Tue, 15 Jan 2002 20:07:50 -0500            
21707              Message-ID: <20020116010750.GH625@blackrider>  
21708      Branch: perl
21709            ! lib/ExtUtils/MakeMaker.pm
21710 ____________________________________________________________________________
21711 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
21712         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
21713              From: Jeffrey Friedl <jfriedl@yahoo.com>       
21714              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
21715              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
21716      Branch: perl
21717            ! lib/Text/Tabs.pm
21718 ____________________________________________________________________________
21719 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
21720         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
21721              From: "Green, Paul" <Paul.Green@stratus.com>
21722              Date: Tue, 15 Jan 2002 22:28:10 -0500
21723              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
21724      Branch: perl
21725            ! lib/ExtUtils/MM_Unix.pm
21726 ____________________________________________________________________________
21727 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
21728         Log: Integrate perlio; offsetof() is in <stddef.h>
21729      Branch: perl
21730           !> ext/Socket/Socket.xs
21731 ____________________________________________________________________________
21732 [ 14296] By: nick                                  on 2002/01/16  13:02:29
21733         Log: offsetof() is in <stddef.h>
21734      Branch: perlio
21735            ! ext/Socket/Socket.xs
21736 ____________________________________________________________________________
21737 [ 14295] By: nick                                  on 2002/01/16  07:25:29
21738         Log: Integrate mainline
21739      Branch: perlio
21740           +> (branch 262 files)
21741            - (delete 285 files)
21742           !> (integrate 34 files)
21743 ____________________________________________________________________________
21744 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
21745         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
21746              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
21747              Canonical.pl and Exact.pl.
21748      Branch: perl
21749            + (add 259 files)
21750            - (delete 288 files)
21751            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
21752            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
21753            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21754            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
21755 ____________________________________________________________________________
21756 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
21757         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
21758      Branch: perl
21759            ! ext/Socket/Socket.xs
21760 ____________________________________________________________________________
21761 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
21762         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
21763              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21764              Date: Tue, 15 Jan 2002 21:59:19 +0100
21765              Message-ID: <3C44A637.16602.25EB208@localhost>
21766      Branch: perl
21767            ! embed.fnc embed.h proto.h
21768 ____________________________________________________________________________
21769 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
21770         Log: Duh.  The updated In/*.pl weren't checked in.
21771      Branch: perl
21772            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
21773            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
21774            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
21775            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
21776            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
21777            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
21778            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
21779            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
21780            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
21781            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
21782            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
21783            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
21784            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
21785            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
21786            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
21787            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
21788            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
21789            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
21790            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
21791            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
21792            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
21793            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
21794            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
21795            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
21796            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
21797            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
21798            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
21799            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
21800            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
21801            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
21802            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
21803            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
21804            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
21805            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
21806            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
21807            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
21808            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
21809            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
21810            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
21811            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
21812            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
21813            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
21814            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
21815            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
21816            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
21817            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
21818            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
21819            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
21820 ____________________________________________________________________________
21821 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
21822         Log: Update Changes.
21823      Branch: perl
21824            ! Changes patchlevel.h
21825 ____________________________________________________________________________
21826 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
21827         Log: Jeffrey is trying very hard to avoid working on his
21828              book, it would seem :-) (better naming, better comments
21829              in the files)
21830      Branch: perl
21831            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
21832            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
21833            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
21834            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
21835            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
21836            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
21837            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
21838            - lib/unicore/Is/IDStart.pl
21839            ! (edit 200 files)
21840 ____________________________________________________________________________
21841 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
21842         Log: metaconfig unit changes for #14287.
21843      Branch: metaconfig
21844            + U/modified/Chk_MANI.U
21845            ! U/modified/Extract.U U/modified/Finish.U
21846      Branch: metaconfig/U/perl
21847            ! Extensions.U dlsrc.U
21848 ____________________________________________________________________________
21849 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
21850         Log: Some protection against spaces in directory names.
21851              (Tru64 still has some makedepend problems in such
21852              cases but that looks like Tru64's problem.)
21853      Branch: perl
21854            ! Configure Makefile.SH
21855 ____________________________________________________________________________
21856 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
21857         Log: Should have been in #14285 but I have sausages for fingers.
21858      Branch: perl
21859            + lib/ExtUtils/MM_BeOS.pm
21860 ____________________________________________________________________________
21861 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
21862         Log: MM_BeOS from Tels.
21863      Branch: perl
21864            + lib/ExtUtils/t/MM_BeOS.t
21865            ! MANIFEST
21866 ____________________________________________________________________________
21867 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
21868         Log: Integrate perlio;
21869              
21870              (reintroduce #14251) Slab allocator for ops
21871              - moved the statics to intrpvar.h
21872              - implemented Slab_Free()
21873              - uses PerlMemShared (for now) if distinction exists.
21874              
21875              Slab allocator submit after resolve -ay to keep it!
21876              
21877              Hand merge of non slab allocator stuff
21878              
21879              const-ness fix in savepv's passing of NULL
21880              
21881              Typo in #else branch of PL_SLAB_ALLOC
21882              
21883              Integrate rest of mainline
21884              
21885              Regen embed enable slab for PERL_IMPLICIT_SYS
21886              
21887              Correct name of PL_OP_SLAB_ALLOC
21888              
21889              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
21890              e.g. -Duse64bitint on a 32-bit platform.
21891              Now uses I32 for use-count and is more careful with its casts.
21892      Branch: perl
21893           !> (integrate 28 files)
21894 ____________________________________________________________________________
21895 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
21896         Log: Add Shuck URL
21897      Branch: maint-5.6/macperl
21898            ! macos/macperl/MacPerl.podhelp
21899 ____________________________________________________________________________
21900 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
21901         Log: Remove obsolete docs
21902      Branch: maint-5.6/macperl
21903            ! ext/File/Glob/Glob.pm
21904 ____________________________________________________________________________
21905 [ 14281] By: nick                                  on 2002/01/15  15:08:43
21906         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
21907              e.g. -Duse64bitint on a 32-bit platform.
21908              Now uses I32 for use-count and is more careful with its casts.
21909      Branch: perlio
21910            ! intrpvar.h op.c
21911 ____________________________________________________________________________
21912 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
21913         Log: Update bundled modules.  Yow!
21914      Branch: maint-5.6/macperl
21915            + macos/bundled_ext/Compress/Zlib/constants.h
21916            + macos/bundled_ext/Compress/Zlib/constants.xs
21917            + macos/bundled_ext/Filter/Util/Call/ppport.h
21918            + macos/bundled_ext/Storable/t/compat-0.6.t
21919            + macos/bundled_ext/Storable/t/dump.pl
21920            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
21921            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
21922            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
21923            + macos/bundled_lib/blib/lib/URI/ssh.pm
21924            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
21925            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
21926            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
21927            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
21928            + macos/bundled_lib/t/Filter/Simple/data.t
21929            + macos/bundled_lib/t/Filter/Simple/export.t
21930            + macos/bundled_lib/t/Filter/Simple/filter_only.t
21931            + macos/bundled_lib/t/Filter/Simple/import.t
21932            + macos/bundled_lib/t/NEXT/actual.t
21933            + macos/bundled_lib/t/NEXT/actuns.t
21934            + macos/bundled_lib/t/NEXT/next.t
21935            + macos/bundled_lib/t/NEXT/unseen.t
21936            + macos/bundled_lib/t/libnet/netrc.t
21937            + macos/bundled_lib/t/libwww-perl/base/http.t
21938            + macos/bundled_lib/t/libwww-perl/live/activestate.t
21939            - macos/bundled_ext/Filter/t/FilterTest.pm
21940            - macos/bundled_ext/Storable/t/compat06.t
21941            - macos/bundled_ext/Storable/t/st-dump.pl
21942            - macos/bundled_lib/t/NEXT/test.pl
21943            - macos/bundled_lib/t/libwww-perl/live/google.t
21944            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
21945            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
21946            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
21947            ! macos/bundled_ext/Compress/Zlib/README
21948            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
21949            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
21950            ! macos/bundled_ext/Compress/Zlib/t/examples.t
21951            ! macos/bundled_ext/Filter/Util/Call/Call.pm
21952            ! macos/bundled_ext/Filter/Util/Call/Call.xs
21953            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
21954            ! macos/bundled_ext/Filter/t/call.t
21955            ! macos/bundled_ext/Filter/t/filter-util.pl
21956            ! macos/bundled_ext/Storable/ChangeLog
21957            ! macos/bundled_ext/Storable/README
21958            ! macos/bundled_ext/Storable/Storable.pm
21959            ! macos/bundled_ext/Storable/t/blessed.t
21960            ! macos/bundled_ext/Storable/t/canonical.t
21961            ! macos/bundled_ext/Storable/t/dclone.t
21962            ! macos/bundled_ext/Storable/t/forgive.t
21963            ! macos/bundled_ext/Storable/t/freeze.t
21964            ! macos/bundled_ext/Storable/t/lock.t
21965            ! macos/bundled_ext/Storable/t/overload.t
21966            ! macos/bundled_ext/Storable/t/recurse.t
21967            ! macos/bundled_ext/Storable/t/retrieve.t
21968            ! macos/bundled_ext/Storable/t/store.t
21969            ! macos/bundled_ext/Storable/t/tied.t
21970            ! macos/bundled_ext/Storable/t/tied_hook.t
21971            ! macos/bundled_ext/Storable/t/tied_items.t
21972            ! macos/bundled_ext/Storable/t/utf8.t
21973            ! macos/bundled_lib/blib/lib/File/Sort.pm
21974            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
21975            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
21976            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
21977            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
21978            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
21979            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
21980            ! macos/bundled_lib/blib/lib/LWP.pm
21981            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
21982            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
21983            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
21984            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
21985            ! macos/bundled_lib/blib/lib/Mail/Address.pm
21986            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
21987            ! macos/bundled_lib/blib/lib/Mail/Field.pm
21988            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
21989            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
21990            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
21991            ! macos/bundled_lib/blib/lib/Mail/Header.pm
21992            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
21993            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
21994            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
21995            ! macos/bundled_lib/blib/lib/Mail/Send.pm
21996            ! macos/bundled_lib/blib/lib/Mail/Util.pm
21997            ! macos/bundled_lib/blib/lib/NEXT.pm
21998            ! macos/bundled_lib/blib/lib/Net/Config.pm
21999            ! macos/bundled_lib/blib/lib/Net/Domain.pm
22000            ! macos/bundled_lib/blib/lib/Net/FTP.pm
22001            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
22002            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
22003            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
22004            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
22005            ! macos/bundled_lib/blib/lib/Net/POP3.pm
22006            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
22007            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
22008            ! macos/bundled_lib/blib/lib/Switch.pm
22009            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
22010            ! macos/bundled_lib/blib/lib/URI/Escape.pm
22011            ! macos/bundled_lib/blib/lib/URI/ftp.pm
22012            ! macos/bundled_lib/blib/lib/lwpcook.pod
22013            ! macos/bundled_lib/t/Filter/Simple/filter.t
22014            ! macos/bundled_lib/t/Switch/t/nested.t
22015            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
22016            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
22017            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
22018            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
22019            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
22020            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
22021            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
22022            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
22023            ! macos/bundled_lib/t/libnet/config.t
22024            ! macos/bundled_lib/t/libnet/ftp.t
22025            ! macos/bundled_lib/t/libnet/hostname.t
22026            ! macos/bundled_lib/t/libnet/nntp.t
22027            ! macos/bundled_lib/t/libnet/require.t
22028            ! macos/bundled_lib/t/libnet/smtp.t
22029            ! macos/bundled_lib/t/libwww-perl/base/headers.t
22030            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
22031            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
22032            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
22033            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
22034            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
22035            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
22036            ! macos/bundled_lib/t/libwww-perl/live/validator.t
22037            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
22038 ____________________________________________________________________________
22039 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
22040         Log: Subject: [PATCH] Socket::sockaddr_family
22041              From: Gisle Aas <gisle@ActiveState.com> 
22042              Date: 15 Jan 2002 06:35:28 -0800
22043              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
22044      Branch: perl
22045            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
22046 ____________________________________________________________________________
22047 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
22048         Log: Subject: [PATCH perldiag] Style issue
22049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22050              Date: Tue, 15 Jan 2002 15:36:30 +0100                
22051              Message-ID: <20020115153630.A11568@rafael>
22052      Branch: perl
22053            ! pod/perldiag.pod
22054 ____________________________________________________________________________
22055 [ 14277] By: nick                                  on 2002/01/15  14:30:51
22056         Log: Correct name of PL_OP_SLAB_ALLOC
22057      Branch: perlio
22058            ! perl.h
22059 ____________________________________________________________________________
22060 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
22061         Log: NetWare tweak from Ananth Kesari.
22062      Branch: perl
22063            ! lib/ExtUtils/MakeMaker.pm
22064 ____________________________________________________________________________
22065 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
22066         Log: Throwback.
22067      Branch: perl
22068            ! MANIFEST
22069 ____________________________________________________________________________
22070 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
22071         Log: A couple of additional character classes from Jeffrey,
22072              hopefully useful in future for internal use for implementing
22073              some special cases of casing.
22074              
22075              Also regenerate once more all the character classes,
22076              now without the timestamp.  A timestamp would be kind of
22077              nice but it's not: having a timestamp in a file means that
22078              even if the effective contents of file really didn't
22079              change, the file looks as if it changed.
22080      Branch: perl
22081            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
22082            + lib/unicore/Is/CombAbov.pl
22083            ! (edit 304 files)
22084 ____________________________________________________________________________
22085 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
22086         Log: Make the test harder.
22087      Branch: perl
22088            ! t/op/pat.t
22089 ____________________________________________________________________________
22090 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
22091         Log: Additional utf8_heavy.pl tweak from Jeffrey.
22092      Branch: perl
22093            ! lib/utf8_heavy.pl
22094 ____________________________________________________________________________
22095 [ 14271] By: nick                                  on 2002/01/15  11:29:47
22096         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
22097      Branch: perlio
22098            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
22099            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
22100 ____________________________________________________________________________
22101 [ 14270] By: nick                                  on 2002/01/15  08:19:08
22102         Log: Integrate rest of mainline
22103      Branch: perlio
22104           !> (integrate 28 files)
22105 ____________________________________________________________________________
22106 [ 14269] By: nick                                  on 2002/01/15  08:02:44
22107         Log: Typo in #else branch of PL_SLAB_ALLOC
22108      Branch: perlio
22109            ! op.c
22110 ____________________________________________________________________________
22111 [ 14268] By: nick                                  on 2002/01/15  07:57:47
22112         Log: const-ness fix in savepv's passing of NULL
22113      Branch: perlio
22114            ! util.c
22115 ____________________________________________________________________________
22116 [ 14267] By: nick                                  on 2002/01/15  07:42:17
22117         Log: Hand merge of non slab allocator stuff
22118      Branch: perlio
22119            ! op.c
22120 ____________________________________________________________________________
22121 [ 14266] By: nick                                  on 2002/01/15  07:39:33
22122         Log: Slab allocator submit after resolve -ay to keep it!
22123      Branch: perlio
22124           !> op.c
22125 ____________________________________________________________________________
22126 [ 14265] By: nick                                  on 2002/01/15  07:05:06
22127         Log: Blind integrate of bulk of mainline.
22128      Branch: perlio
22129           +> (branch 173 files)
22130            - (delete 184 files)
22131           !> (integrate 146 files)
22132 ____________________________________________________________________________
22133 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
22134         Log: Pod nits.
22135      Branch: perl
22136            ! lib/Unicode/UCD.pm pod/perlunicode.pod
22137 ____________________________________________________________________________
22138 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
22139         Log: The Unicode categories doc patch to go with #14254,
22140              from Jeffrey.
22141      Branch: perl
22142            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
22143 ____________________________________________________________________________
22144 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
22145         Log: There isn't going to be perl.third.exe.
22146      Branch: perl
22147            ! Makefile.SH
22148 ____________________________________________________________________________
22149 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
22150         Log: Subject: [PATCH] small coredump correction
22151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22152              Date: Tue, 15 Jan 2002 00:22:52 +0100
22153              Message-ID: <20020115002252.I691@rafael>
22154      Branch: perl
22155            ! op.c
22156 ____________________________________________________________________________
22157 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
22158         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
22159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22160              Date: Mon, 14 Jan 2002 23:03:04 +0100
22161              Message-ID: <20020114230304.A691@rafael>   
22162              
22163              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
22164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22165              Date: Mon, 14 Jan 2002 23:18:43 +0100
22166              Message-ID: <20020114231843.E691@rafael>   
22167      Branch: perl
22168            ! pod/perlsub.pod t/op/override.t toke.c
22169 ____________________________________________________________________________
22170 [ 14259] By: nick                                  on 2002/01/14  22:02:49
22171         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
22172              Need to use CopXXXXX macros everywhere and add CopSTASH_free
22173              Add new scope type and add support for it to scope.c and scope stack
22174              dup-er in sv.c. Add savesharedpv().
22175              Also zealous version of Win32's vmem.h to catch all the abuses.
22176              With this t/op/fork.t passes even with zealous checking and 
22177              checker is point a finger at various threads/shared issues.
22178              
22179              PL_curcop->cop_io is still an issue.
22180      Branch: perlio
22181            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
22182            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
22183            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
22184            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
22185            ! win32/vmem.h win32/win32.c win32/win32.h
22186 ____________________________________________________________________________
22187 [ 14258] By: nick                                  on 2002/01/14  20:24:28
22188         Log: Integrate build parts of mainline
22189      Branch: perlio
22190           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
22191           !> lib/ExtUtils/t/MM_Win32.t
22192 ____________________________________________________________________________
22193 [ 14257] By: nick                                  on 2002/01/14  16:10:54
22194         Log: Inverted sense of special-ness of specialCopIO - supposed to 
22195              be true if value is "special" i.e. NOT an SV.
22196      Branch: perlio
22197            ! perlio.h
22198 ____________________________________________________________________________
22199 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
22200         Log: Update Changes.
22201      Branch: perl
22202            ! Changes patchlevel.h
22203 ____________________________________________________________________________
22204 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
22205         Log: Retract #14251 (the op slab allocator from perlio)
22206              until we figure out why 2.2.19 x86 debian gets
22207              a circular sibling chain and therefore hangs in
22208              the Perl_ck_subr() sibling for-loop.
22209      Branch: perl
22210            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22211            ! perlapi.c perlapi.h proto.h
22212 ____________________________________________________________________________
22213 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
22214         Log: Big mktables rewrite from Jeffrey;
22215              documentation not yet updated.
22216      Branch: perl
22217            + (add 171 files)
22218            - (delete 182 files)
22219            ! (edit 135 files)
22220 ____________________________________________________________________________
22221 [ 14253] By: ams                                   on 2002/01/14  03:15:05
22222         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
22223              From: Michael G Schwern <schwern@pobox.com>
22224              Date: Sun, 13 Jan 2002 21:00:07 -0500
22225              Message-Id: <20020114020007.GB2877@blackrider>
22226      Branch: perl
22227            ! lib/Cwd.pm
22228 ____________________________________________________________________________
22229 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
22230         Log: Subject: Re: Win32 status - progress !
22231              From: Abe Timmerman <abe@ztreet.demon.nl>       
22232              Date: Mon, 14 Jan 2002 02:29:51 +0100
22233              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
22234      Branch: perl
22235            ! lib/ExtUtils/t/MM_Win32.t
22236 ____________________________________________________________________________
22237 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
22238         Log: Integrate perlio.
22239              
22240              Slab allocator for ops
22241              - moved the statics to intrpvar.h
22242              - implemented Slab_Free()
22243              - uses PerlMemShared (for now) if distinction exists.
22244      Branch: perl
22245           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22246           !> perlapi.c perlapi.h proto.h
22247 ____________________________________________________________________________
22248 [ 14250] By: nick                                  on 2002/01/13  23:22:34
22249         Log: Slab allocator for ops
22250              - moved the statics to intrpvar.h
22251              - implemented Slab_Free()
22252              - uses PerlMemShared (for now) if distinction exists.
22253      Branch: perlio
22254            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22255            ! perlapi.c perlapi.h proto.h
22256 ____________________________________________________________________________
22257 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
22258         Log: Start a new test category: uni.  Much of t/op/pat
22259              should probably be moved here, but holding on that
22260              until Jeffrey finishes his big mktables rewrite.
22261              Bits and pieces of op/split, op/pack, op/append,
22262              op/join, could probably be moved to respective uni
22263              tests, too.
22264      Branch: perl
22265            + t/uni/fold.t t/uni/sprintf.t
22266            - t/op/unifold.t t/op/unisprintf.t
22267            ! MANIFEST t/TEST t/harness
22268 ____________________________________________________________________________
22269 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
22270         Log: Subject: [PATCH] enable Win32 to build again
22271              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22272              Date: Sun, 13 Jan 2002 21:49:24 +0100
22273              Message-ID: <3C4200E4.15926.23F6131@localhost>
22274              
22275              miniperl.exe.exe does not exe that well.
22276      Branch: perl
22277            ! lib/ExtUtils/MM_Unix.pm
22278 ____________________________________________________________________________
22279 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
22280         Log: Mention some of the load-affected tests.
22281      Branch: perl
22282            ! INSTALL
22283 ____________________________________________________________________________
22284 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
22285         Log: Move the UTF-8 conversion code earlier so that
22286              op/ver is happy.
22287      Branch: perl
22288            ! sv.c t/op/ver.t
22289 ____________________________________________________________________________
22290 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
22291         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
22292              have diverged quite a bit so no updates there.
22293      Branch: perl
22294            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
22295            ! ext/List/Util/lib/List/Util.pm
22296            ! ext/List/Util/lib/Scalar/Util.pm
22297 ____________________________________________________________________________
22298 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
22299         Log: Make the crypt() pickier: if downgrading doesn't work,
22300              croak.
22301      Branch: perl
22302            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
22303 ____________________________________________________________________________
22304 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
22305         Log: Grow the buffer in case Unicode caused size changes
22306              (and it very probably did).
22307      Branch: perl
22308            ! sv.c
22309 ____________________________________________________________________________
22310 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
22311         Log: Future-proofing from Jeffrey Friedl (for conflicting
22312              In* and Is* names).
22313      Branch: perl
22314            ! lib/utf8_heavy.pl
22315 ____________________________________________________________________________
22316 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
22317         Log: Subject: [PATCH] Re: Warning in B.xs
22318              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22319              Date: Sun, 13 Jan 2002 19:39:52 +0100
22320              Message-ID: <3C41E288.20562.1C8C895@localhost>
22321      Branch: perl
22322            ! ext/B/B.xs
22323 ____________________________________________________________________________
22324 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
22325         Log: Subject: Re: lookbehind broken with latest bleedperl
22326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22327              Date: Sun, 13 Jan 2002 18:06:22 +0000
22328              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
22329      Branch: perl
22330            ! regexec.c t/op/re_tests
22331 ____________________________________________________________________________
22332 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
22333         Log: Subject: [PATCH] more MM_Unix.t tests
22334              From: Tels <perl_dummy@bloodgate.com>
22335              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
22336              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
22337              
22338              Subject: [PATCH] 14220 misunderstood, I bet          
22339              From: andreas.koenig@anima.de (Andreas J. Koenig)
22340              Date: 12 Jan 2002 21:31:58 +0100
22341              Message-ID: <m3k7un8g5d.fsf@anima.de>
22342      Branch: perl
22343            ! lib/ExtUtils/t/MM_Unix.t
22344 ____________________________________________________________________________
22345 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
22346         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
22347              From: Tels <perl_dummy@bloodgate.com>
22348              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
22349              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
22350              
22351              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
22352              From: Tels <perl_dummy@bloodgate.com>
22353              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
22354              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
22355      Branch: perl
22356            ! lib/ExtUtils/MM_Unix.pm
22357 ____________________________________________________________________________
22358 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
22359         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
22360              From: Nicholas Clark <nick@unfortu.net> 
22361              Date: Sun, 13 Jan 2002 15:58:34 +0000
22362              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
22363      Branch: perl
22364            ! lib/Benchmark.t
22365 ____________________________________________________________________________
22366 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
22367         Log: Anton Berezin did more reading and the uid setting story
22368              gets more complex.
22369      Branch: perl
22370            ! pod/perltodo.pod utils/perldoc.PL
22371 ____________________________________________________________________________
22372 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
22373         Log: Integrate perlio;
22374              
22375              Win32 fixes:
22376              - vmem.h hack to handle free-by-wrong-thread after eval "".
22377              - Initialize timerid 
22378      Branch: perl
22379           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
22380 ____________________________________________________________________________
22381 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
22382         Log: Subject: Re: HiRes
22383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22384              Date: Sun, 13 Jan 2002 10:18:46 +0100
22385              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
22386              
22387              Give up on socketpair in HP-UX.
22388      Branch: perl
22389            ! ext/Socket/socketpair.t
22390 ____________________________________________________________________________
22391 [ 14233] By: nick                                  on 2002/01/13  16:29:30
22392         Log: Integrate mainline
22393      Branch: perlio
22394           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
22395           !> (integrate 46 files)
22396 ____________________________________________________________________________
22397 [ 14232] By: nick                                  on 2002/01/13  15:37:48
22398         Log: Win32 fixes:
22399              - vmem.h hack to handle free-by-wrong-thread after eval "".
22400              - Initialize timerid 
22401      Branch: perlio
22402            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
22403 ____________________________________________________________________________
22404 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
22405         Log: *groan*
22406      Branch: perl
22407            ! t/op/pat.t
22408 ____________________________________________________________________________
22409 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
22410         Log: One more sharp s case found by Jeffrey.
22411      Branch: perl
22412            ! regexec.c t/op/pat.t
22413 ____________________________________________________________________________
22414 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
22415         Log: Comment tweak.
22416      Branch: perl
22417            ! regexec.c
22418 ____________________________________________________________________________
22419 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
22420         Log: Don't bother checking for the Greek special
22421              cases if the node is too short.
22422      Branch: perl
22423            ! regcomp.c
22424 ____________________________________________________________________________
22425 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
22426         Log: Update Changes.
22427      Branch: perl
22428            ! Changes patchlevel.h
22429 ____________________________________________________________________________
22430 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
22431         Log: metaconfig unit change for #14225.
22432      Branch: metaconfig
22433            + U/modified/i_ndbm.U
22434 ____________________________________________________________________________
22435 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
22436         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
22437              From: Jonathan Stowe <gellyfish@gellyfish.com>
22438              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
22439              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
22440      Branch: perl
22441            ! Configure config_h.SH
22442 ____________________________________________________________________________
22443 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
22444         Log: Quick reformat using indent -kr -nce, as requested
22445              by Dan Kogai and suggest by NI-S.
22446      Branch: perl
22447            ! ext/Encode/encengine.c
22448 ____________________________________________________________________________
22449 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
22450         Log: Couple more Unicode lookbehind tests.
22451      Branch: perl
22452            ! t/op/pat.t
22453 ____________________________________________________________________________
22454 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
22455         Log: Sharp S as a special treat for our German UTF-8 testers :-)
22456      Branch: perl
22457            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
22458 ____________________________________________________________________________
22459 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
22460         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
22461              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22462              Date: Sat, 12 Jan 2002 20:37:32 +0100
22463              Message-ID: <3C409E8C.16203.196C2D3@localhost>
22464      Branch: perl
22465            ! ext/B/B/Deparse.pm
22466 ____________________________________________________________________________
22467 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
22468         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
22469              really worth the bits it's printed on?
22470      Branch: perl
22471            ! lib/ExtUtils/t/MM_Unix.t
22472 ____________________________________________________________________________
22473 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
22474         Log: Special treatment for U+03B0 and U+0390 in //i,
22475              this means that we can remove the minlen pessimisations
22476              introduced by the #14096.
22477      Branch: perl
22478            ! pp_hot.c regcomp.c regexec.c
22479 ____________________________________________________________________________
22480 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
22481         Log: Integrate perlio;
22482              
22483              Abstract out the cloning of SvPVX and handle shared pv in a 
22484              safe (if suboptimal) manner. Does not fix op/fork.t :-(
22485              
22486              Win32-ize socketpair test
22487              - Win32 can fork even though $Config{d_fork} is undef
22488              - SOCK_DGRAM does not work - skip those tests.
22489      Branch: perl
22490           !> ext/Socket/socketpair.t sv.c
22491 ____________________________________________________________________________
22492 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
22493         Log: One should first drop the real uid, not the effective uid.
22494              [ID 20020110.003]
22495      Branch: perl
22496            ! utils/perldoc.PL
22497 ____________________________________________________________________________
22498 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
22499         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
22500              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22501              Date: Fri, 11 Jan 2002 23:29:48 +0100
22502              Message-ID: <3C3F756C.4581.2E2A938@localhost>
22503      Branch: perl
22504            + ext/B/C/C.xs ext/B/C/Makefile.PL
22505            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
22506            ! utils/perlcc.PL
22507 ____________________________________________________________________________
22508 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
22509         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
22510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
22511              Date: Fri, 11 Jan 2002 14:29:30 -0800
22512              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
22513      Branch: perl
22514            ! ext/B/t/concise.t
22515 ____________________________________________________________________________
22516 [ 14214] By: nick                                  on 2002/01/12  12:31:12
22517         Log: Win32-ize socketpair test
22518              - Win32 can fork even though $Config{d_fork} is undef
22519              - SOCK_DGRAM does not work - skip those tests.
22520      Branch: perlio
22521            ! ext/Socket/socketpair.t
22522 ____________________________________________________________________________
22523 [ 14213] By: nick                                  on 2002/01/12  11:46:28
22524         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
22525              safe (if suboptimal) manner. Does not fix op/fork.t :-(
22526      Branch: perlio
22527            ! sv.c
22528 ____________________________________________________________________________
22529 [ 14212] By: ams                                   on 2002/01/12  06:10:52
22530         Log: Subject: [PATCH] More fixes for Stratus VOS
22531              From: "Green, Paul" <Paul.Green@stratus.com>
22532              Date: Fri, 11 Jan 2002 17:30:37 -0500
22533              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
22534      Branch: perl
22535            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
22536 ____________________________________________________________________________
22537 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
22538         Log: Upgrade to CGI.pm 2.80.
22539      Branch: perl
22540            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
22541 ____________________________________________________________________________
22542 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
22543         Log: FAQ sync.
22544      Branch: perl
22545            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22546            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22547            ! pod/perlfaq8.pod
22548 ____________________________________________________________________________
22549 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
22550         Log: This is getting embarrassing.
22551      Branch: perl
22552            ! t/op/pat.t
22553 ____________________________________________________________________________
22554 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
22555         Log: Doc tweaks.
22556      Branch: perl
22557            ! pod/perlunicode.pod
22558 ____________________________________________________________________________
22559 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
22560         Log: Updating the test count is good; also rephrasing
22561              so that there is no ok output containing "not".
22562      Branch: perl
22563            ! t/op/pat.t
22564 ____________________________________________________________________________
22565 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
22566         Log: Andreas is busy :-)
22567      Branch: perl
22568            ! doop.c t/op/unisprintf.t
22569 ____________________________________________________________________________
22570 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
22571         Log: Unicode lookbehind looked bad.
22572      Branch: perl
22573            ! regexec.c t/op/pat.t
22574 ____________________________________________________________________________
22575 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
22576         Log: Garbage collection.
22577      Branch: perl
22578            ! t/run/kill_perl.t
22579 ____________________________________________________________________________
22580 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
22581         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
22582              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22583              Date: Fri, 11 Jan 2002 23:29:48 +0100
22584              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
22585      Branch: perl
22586            ! embed.fnc global.sym makedef.pl
22587 ____________________________________________________________________________
22588 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
22589         Log: Subject: [PATCH] perldelta nit?
22590              From: Robert Spier <rspier@pobox.com>
22591              Date: Fri, 11 Jan 2002 15:19:16 -0800
22592              Message-ID: <15423.29428.164185.251700@rls.cx>
22593      Branch: perl
22594            ! pod/perldelta.pod
22595 ____________________________________________________________________________
22596 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
22597         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
22598              From: Michael G Schwern <schwern@pobox.com>
22599              Date: Fri, 11 Jan 2002 17:08:17 -0500
22600              Message-ID: <20020111220817.GG2838@blackrider>
22601      Branch: perl
22602            ! t/run/kill_perl.t t/test.pl
22603 ____________________________________________________________________________
22604 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
22605         Log: Subject: [PATCH] Correct misleading error message
22606              From: Mike Guy <mjtg@cam.ac.uk>
22607              Date: Fri, 11 Jan 2002 18:36:33 +0000
22608              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
22609              
22610              hash assignment -> anonymous hash
22611      Branch: perl
22612            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
22613 ____________________________________________________________________________
22614 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
22615         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
22616              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22617              Date: Fri, 11 Jan 2002 16:58:14 +0100
22618              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
22619      Branch: perl
22620            ! ext/Unicode/Normalize/mkheader
22621 ____________________________________________________________________________
22622 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
22623         Log: Add a new test for is-sprintf-preserving Unicodeness:
22624              #14194 and an old one from kill_perl.t (I could have used
22625              sprintf.t, but it's format was quite fixed, and I didn't
22626              feel like breaking the format)
22627      Branch: perl
22628            + t/op/unisprintf.t
22629            ! MANIFEST t/run/kill_perl.t
22630 ____________________________________________________________________________
22631 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
22632         Log: Integrate perlio;
22633              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
22634      Branch: perl
22635           !> win32/win32.c
22636 ____________________________________________________________________________
22637 [ 14196] By: nick                                  on 2002/01/11  20:58:20
22638         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
22639              as C runtime seems to get its hands on them even though we said
22640              they were handled.
22641              Still an issue with "die" out of signal handler - get panic: pp_iter
22642      Branch: perlio
22643            ! win32/win32.c
22644 ____________________________________________________________________________
22645 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
22646         Log: Integrate perlio;
22647              A mostly-stable version of "new" Win32 signal/kill support.
22648      Branch: perl
22649           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
22650           !> win32/config.gc win32/config.vc win32/config_H.bc
22651           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
22652           !> win32/makefile.mk win32/win32.c win32/win32.h
22653 ____________________________________________________________________________
22654 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
22655         Log: Fix for
22656              
22657              Subject: UTF-8 sprintf bug in bleadperl
22658              From: andreas.koenig@anima.de (Andreas J. Koenig)
22659              Date: 11 Jan 2002 15:47:15 +0100
22660              Message-ID: <m3vge99c7g.fsf@anima.de>
22661              
22662              I have tests, have just to figure out where to put them
22663              since op/sprintf looks a bit unfriendly for tests of
22664              somewhat freer form.
22665      Branch: perl
22666            ! doop.c sv.c
22667 ____________________________________________________________________________
22668 [ 14193] By: nick                                  on 2002/01/11  18:25:34
22669         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
22670              Builds and passes a few tests.
22671      Branch: perlio
22672           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
22673           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
22674           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
22675           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
22676           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
22677           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
22678           +> t/lib/sample-tests/lone_not_bug
22679           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
22680           +> t/lib/sample-tests/vms_nit
22681           !> (integrate 63 files)
22682 ____________________________________________________________________________
22683 [ 14192] By: nick                                  on 2002/01/11  17:49:39
22684         Log: A mostly-stable version of "new" Win32 signal/kill support.
22685      Branch: perlio
22686            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
22687            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22688            ! win32/config_h.PL win32/makefile.mk win32/win32.c
22689            ! win32/win32.h
22690 ____________________________________________________________________________
22691 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
22692         Log: Update Changes.
22693      Branch: perl
22694            ! Changes patchlevel.h
22695 ____________________________________________________________________________
22696 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
22697         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
22698              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22699              Date: Thu, 10 Jan 2002 18:21:34 -0800
22700              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
22701      Branch: perl
22702            + ext/B/t/concise.t
22703            ! MANIFEST
22704 ____________________________________________________________________________
22705 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
22706         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
22707              necessary in form.t and html.t @INC setups.
22708      Branch: perl
22709            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
22710 ____________________________________________________________________________
22711 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
22712         Log: Yet another twist.
22713      Branch: perl
22714            ! t/test.pl
22715 ____________________________________________________________________________
22716 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
22717         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
22718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22719              Date: Fri, 11 Jan 2002 13:04:15 +0100      
22720              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
22721      Branch: perl
22722            ! hints/aix.sh
22723 ____________________________________________________________________________
22724 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
22725         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
22726              From: Jonathan Stowe <gellyfish@gellyfish.com> 
22727              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
22728              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
22729      Branch: perl
22730            ! lib/AnyDBM_File.t
22731 ____________________________________________________________________________
22732 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
22733         Log: Arguments were being mangled.
22734      Branch: perl
22735            ! t/test.pl
22736 ____________________________________________________________________________
22737 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
22738         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
22739              From: Jonathan Stowe <gellyfish@gellyfish.com>
22740              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
22741              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
22742      Branch: perl
22743            ! lib/AnyDBM_File.t
22744 ____________________________________________________________________________
22745 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
22746         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
22747              From: Michael G Schwern <schwern@pobox.com> 
22748              Date: Fri, 11 Jan 2002 04:26:27 -0500
22749              Message-ID: <20020111092626.GA16544@blackrider>
22750      Branch: perl
22751            ! t/run/kill_perl.t t/test.pl
22752 ____________________________________________________________________________
22753 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
22754         Log: Subject: [PATCH] Test::Harness 2.01
22755              From: Michael G Schwern <schwern@pobox.com> 
22756              Date: Thu, 10 Jan 2002 21:11:24 -0500
22757              Message-ID: <20020111021123.GA30666@blackrider>
22758      Branch: perl
22759            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
22760            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
22761            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
22762            + lib/Test/Harness/t/nonumbers.t
22763            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
22764            + t/lib/sample-tests/lone_not_bug
22765            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
22766            + t/lib/sample-tests/vms_nit
22767            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
22768            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
22769 ____________________________________________________________________________
22770 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
22771         Log: patch is silly when creating new files: don't run
22772              patch more than once.
22773      Branch: perl
22774            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
22775 ____________________________________________________________________________
22776 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
22777         Log: Forgot from #14179.
22778      Branch: perl
22779            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
22780 ____________________________________________________________________________
22781 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
22782         Log: Subject: [PATCH] is() undef/'' behavior change
22783              From: Michael G Schwern <schwern@pobox.com> 
22784              Date: Fri, 11 Jan 2002 03:35:51 -0500
22785              Message-ID: <20020111083551.GC30666@blackrider>
22786              
22787              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
22788              From: Michael G Schwern <schwern@pobox.com> 
22789              Date: Fri, 11 Jan 2002 03:37:44 -0500
22790              Message-ID: <20020111083744.GD30666@blackrider>
22791      Branch: perl
22792            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
22793            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
22794            ! lib/Pod/t/InputObjects.t lib/blib.t
22795 ____________________________________________________________________________
22796 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
22797         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
22798              From: Michael G Schwern <schwern@pobox.com> 
22799              Date: Thu, 10 Jan 2002 19:56:23 -0500
22800              Message-ID: <20020111005623.GA13192@blackrider>
22801      Branch: perl
22802            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
22803            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
22804            ! lib/Test/Simple.pm lib/Test/Simple/Changes
22805            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
22806            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22807            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
22808            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
22809            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
22810            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
22811            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
22812            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
22813            ! lib/Test/Simple/t/plan_is_noplan.t
22814            ! lib/Test/Simple/t/plan_no_plan.t
22815            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
22816            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
22817            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
22818            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
22819            ! lib/Test/Tutorial.pod
22820 ____________________________________________________________________________
22821 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
22822         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
22823              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
22824              
22825              turns out even the malloc() was never really needed to begin with,
22826              so get rid of it
22827      Branch: perl
22828            ! sv.c
22829 ____________________________________________________________________________
22830 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
22831         Log: Small doc tweaks.
22832      Branch: perl
22833            ! pod/perluniintro.pod
22834 ____________________________________________________________________________
22835 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
22836         Log: support using the CRT's malloc() family of functions instead of
22837              the internal one when ithreads is enabled; allocate large blocks
22838              using VirtualAlloc() since the Heap*() functions may only be tuned
22839              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
22840              
22841              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
22842              also see comments at the top of win32/vmem.h for other options that
22843              can be set
22844      Branch: perl
22845            ! win32/vmem.h
22846 ____________________________________________________________________________
22847 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
22848         Log: Subject: micropatch
22849              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22850              Date: Thu, 10 Jan 2002 18:20:58 +0000
22851              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
22852      Branch: perl
22853            ! regcomp.c
22854 ____________________________________________________________________________
22855 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
22856         Log: Subject: [PATCH] Embed.t on Win32
22857              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22858              Date: Thu, 10 Jan 2002 18:56:21 +0100
22859              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
22860      Branch: perl
22861            ! lib/ExtUtils/t/Embed.t
22862 ____________________________________________________________________________
22863 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
22864         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
22865              From: Gisle Aas <gisle@ActiveState.com>
22866              Date: 10 Jan 2002 08:56:05 -0800
22867              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
22868      Branch: perl
22869            ! toke.c
22870 ____________________________________________________________________________
22871 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
22872         Log: Subject: [PATCH] doc fixes
22873              From: "Brendan O'Dea" <bod@debian.org>
22874              Date: Fri, 11 Jan 2002 03:49:54 +1100
22875              Message-ID: <20020110164954.GA21891@compusol.com.au>
22876      Branch: perl
22877            ! lib/I18N/Collate.pm pod/perlfunc.pod
22878 ____________________________________________________________________________
22879 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
22880         Log: Integrate perlio; More signal hackery.
22881      Branch: perl
22882           !> win32/win32.c
22883 ____________________________________________________________________________
22884 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
22885         Log: No need to show internal encodings, or return them
22886              in random order.
22887      Branch: perl
22888            ! ext/Encode/Encode.pm
22889 ____________________________________________________________________________
22890 [ 14168] By: nick                                  on 2002/01/10  17:33:31
22891         Log: Integrate mainline
22892      Branch: perlio
22893            - ext/Unicode/Normalize/Normalize.pod
22894           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22895           !> ext/Unicode/Normalize/Makefile.PL
22896           !> ext/Unicode/Normalize/Normalize.pm
22897           !> ext/Unicode/Normalize/Normalize.xs
22898           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
22899           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
22900           !> t/run/kill_perl.t toke.c
22901 ____________________________________________________________________________
22902 [ 14167] By: nick                                  on 2002/01/10  17:08:35
22903         Log: More signal hackery
22904      Branch: perlio
22905            ! win32/win32.c
22906 ____________________________________________________________________________
22907 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
22908         Log: I think we can claim to be supporting Unicode
22909              "loose matching" now.
22910      Branch: perl
22911            ! pod/perlunicode.pod
22912 ____________________________________________________________________________
22913 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
22914         Log: Subject: doc patch
22915              From: mjd@plover.com
22916              Date: 10 Jan 2002 15:12:27 -0000
22917              Message-ID: <20020110151227.14850.qmail@plover.com>
22918      Branch: perl
22919            ! pod/perlrun.pod
22920 ____________________________________________________________________________
22921 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
22922         Log: Subject: Re: [ID 20011223.001] accept leaks memory
22923              From: Andy Dougherty <doughera@lafayette.edu>
22924              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
22925              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
22926      Branch: perl
22927            ! hints/linux.sh
22928 ____________________________________________________________________________
22929 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
22930         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
22931      Branch: perl
22932           !> win32/win32.c
22933 ____________________________________________________________________________
22934 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
22935         Log: Subject: [PATCH] Magic numbers in B::Concise
22936              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
22937              Date: Wed, 9 Jan 2002 23:04:01 -0800
22938              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
22939      Branch: perl
22940            ! ext/B/B/Concise.pm ext/B/O.pm
22941 ____________________________________________________________________________
22942 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
22943         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
22944              From: Gisle Aas <gisle@ActiveState.com>
22945              Date: 09 Jan 2002 21:52:40 -0800
22946              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
22947      Branch: perl
22948            ! t/lib/strict/vars toke.c
22949 ____________________________________________________________________________
22950 [ 14160] By: nick                                  on 2002/01/09  21:29:39
22951         Log: Skeleton coding of more kill() support on Win32.
22952      Branch: perlio
22953            ! win32/win32.c
22954 ____________________________________________________________________________
22955 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
22956         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
22957              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22958              Date: Wed, 9 Jan 2002 23:24:32 +0100
22959              Message-ID: <20020109232432.A692@rafael>
22960      Branch: perl
22961            ! ext/B/B/Deparse.pm
22962 ____________________________________________________________________________
22963 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
22964         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
22965              From: Jonathan Stowe <gellyfish@gellyfish.com>
22966              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
22967              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
22968      Branch: perl
22969            ! t/run/kill_perl.t
22970 ____________________________________________________________________________
22971 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
22972         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
22973              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22974              Date: Wed, 09 Jan 2002 20:16:54 +0000
22975              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
22976      Branch: perl
22977            ! regexec.c
22978 ____________________________________________________________________________
22979 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
22980         Log: Subject: [Patch @14129] fixes Unicode::Normalize
22981              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22982              Date: Thu, 10 Jan 2002 01:08:56 +0900
22983              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
22984      Branch: perl
22985            - ext/Unicode/Normalize/Normalize.pod
22986            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
22987            ! ext/Unicode/Normalize/Normalize.pm
22988            ! ext/Unicode/Normalize/Normalize.xs
22989            ! ext/Unicode/Normalize/mkheader
22990 ____________________________________________________________________________
22991 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
22992         Log: Integrate perlio; (Re-)implement alarm() for Win32.
22993      Branch: perl
22994           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
22995           !> win32/win32iop.h
22996 ____________________________________________________________________________
22997 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
22998         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
22999              From: Nicholas Clark <nick@unfortu.net>
23000              Date: Wed, 9 Jan 2002 17:56:04 +0000
23001              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
23002      Branch: perl
23003            ! t/op/readdir.t
23004 ____________________________________________________________________________
23005 [ 14153] By: nick                                  on 2002/01/09  16:18:57
23006         Log: Integrate mainline
23007      Branch: perlio
23008           +> ext/threads/t/stress_re.t t/op/unifold.t
23009            - lib/unifold.t
23010           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
23011           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
23012           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
23013 ____________________________________________________________________________
23014 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
23015         Log: Update Changes.
23016      Branch: perl
23017            ! Changes patchlevel.h
23018 ____________________________________________________________________________
23019 [ 14151] By: nick                                  on 2002/01/09  14:27:36
23020         Log: (Re-)implement alarm() for Win32.
23021      Branch: perlio
23022            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
23023            ! win32/win32iop.h
23024 ____________________________________________________________________________
23025 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
23026         Log: Thinko.
23027      Branch: perl
23028            ! ext/threads/t/stress_re.t
23029 ____________________________________________________________________________
23030 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
23031         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
23032              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
23033              Date: Wed, 09 Jan 2002 13:37:17 +0000                
23034              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
23035      Branch: perl
23036            ! regexec.c t/op/re_tests
23037 ____________________________________________________________________________
23038 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
23039         Log: Subject: Re: Weird Malformed warning in bleadperl    
23040              From: andreas.koenig@anima.de (Andreas J. Koenig)    
23041              Date: 09 Jan 2002 11:12:37 +0100
23042              Message-ID: <m3itabbzoq.fsf@anima.de>
23043      Branch: perl
23044            ! regexec.c t/op/pat.t
23045 ____________________________________________________________________________
23046 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
23047         Log: Forgot stress_re.t from MANIFEST.
23048      Branch: perl
23049            ! MANIFEST
23050 ____________________________________________________________________________
23051 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
23052         Log: In dumping use isPRINT() instead of isprint() so that locale
23053              does not come into play.
23054      Branch: perl
23055            ! utf8.c
23056 ____________________________________________________________________________
23057 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
23058         Log: Add a threads stress test for regular expressions
23059              (mostly just a modified stress_string.t) and doesn't
23060              test that much of regular expressions, just that $1
23061              doesn't get stomped by competing threads (as it does
23062              in the 5005threads of old).
23063      Branch: perl
23064            + ext/threads/t/stress_re.t
23065            ! MANIFEST
23066 ____________________________________________________________________________
23067 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
23068         Log: (retracted by #14307)
23069              Subject: Re: [ID 20010912.007] substr reference core dump
23070              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23071              Date: Tue, 08 Jan 2002 19:17:50 +0000
23072              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
23073      Branch: perl
23074            ! scope.c t/run/kill_perl.t
23075 ____________________________________________________________________________
23076 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
23077         Log: SANY (. with /s) wasn't happy on Unicode.
23078      Branch: perl
23079            ! regexec.c t/op/pat.t
23080 ____________________________________________________________________________
23081 [ 14142] By: ams                                   on 2002/01/08  22:42:10
23082         Log: Subject: [PATCH] perldebug nit
23083              From: Tels <tels@bloodgate.com>
23084              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
23085      Branch: perl
23086            ! pod/perldebug.pod
23087 ____________________________________________________________________________
23088 [ 14141] By: ams                                   on 2002/01/08  21:32:59
23089         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
23090              From: "Green, Paul" <Paul.Green@stratus.com>
23091              Date: Tue, 8 Jan 2002 17:31:35 -0500
23092              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
23093      Branch: perl
23094            ! Makefile.SH
23095 ____________________________________________________________________________
23096 [ 14140] By: ams                                   on 2002/01/08  21:27:57
23097         Log: Subject: [PATCH] Re: Slight chokage from Deparse
23098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23099              Date: Tue, 8 Jan 2002 23:04:45 +0100
23100              Message-Id: <20020108230445.A4798@rafael>
23101      Branch: perl
23102            ! ext/B/B/Deparse.pm
23103 ____________________________________________________________________________
23104 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
23105         Log: Subject: [patch] peep() is rude
23106              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
23107              Date: Tue, 08 Jan 2002 19:17:50 +0000            
23108              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
23109      Branch: perl
23110            ! op.c t/run/kill_perl.t
23111 ____________________________________________________________________________
23112 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
23113         Log: unifold is really an op test since it requires
23114              no external modules for its actual testing:
23115              only the unicore CaseFold.txt file, and File::Spec
23116              to portably access that file.
23117      Branch: perl
23118            + t/op/unifold.t
23119            - lib/unifold.t
23120            ! MANIFEST
23121 ____________________________________________________________________________
23122 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
23123         Log: Subject: [patch] save a test 
23124              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23125              Date: Tue, 08 Jan 2002 16:18:47 +0000
23126              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
23127      Branch: perl
23128            ! regcomp.c
23129 ____________________________________________________________________________
23130 [ 14136] By: nick                                  on 2002/01/08  16:11:55
23131         Log: Integrate mainline
23132      Branch: perlio
23133           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
23134           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
23135           !> (integrate 37 files)
23136 ____________________________________________________________________________
23137 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
23138         Log: Subject: Not OK 13843 
23139              From: andreas.koenig@anima.de (Andreas J. Koenig)
23140              Date: 08 Jan 2002 14:12:29 +0100
23141              Message-ID: <m38zb9c7gi.fsf@anima.de>
23142      Branch: perl
23143            ! op.c t/op/subst.t
23144 ____________________________________________________________________________
23145 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
23146         Log: Missed one variant of the fold testing, noticed bu Hugo.
23147      Branch: perl
23148            ! lib/unifold.t
23149 ____________________________________________________________________________
23150 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
23151         Log: Enchance the Storable magic description.
23152      Branch: perl
23153            ! ext/Storable/Storable.pm
23154 ____________________________________________________________________________
23155 [ 14132] By: ams                                   on 2002/01/08  09:16:12
23156         Log: Subject: [PATCH] don't installperl pods
23157              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23158              Date: Tue, 08 Jan 2002 10:36:01 +0100
23159              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
23160      Branch: perl
23161            ! installperl
23162 ____________________________________________________________________________
23163 [ 14131] By: ams                                   on 2002/01/08  03:38:40
23164         Log: Subject: Math-BigInt v1.49 released
23165              From: Tels <perl_dummy@bloodgate.com>
23166              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
23167      Branch: perl
23168            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
23169            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
23170            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23171            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
23172            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
23173            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
23174            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
23175            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23176            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
23177            ! t/lib/Math/BigInt/Subclass.pm
23178 ____________________________________________________________________________
23179 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
23180         Log: A little better comments.
23181      Branch: perl
23182            ! regexec.c
23183 ____________________________________________________________________________
23184 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
23185         Log: No normalization form DNF.
23186      Branch: perl
23187            ! ext/Unicode/Normalize/Normalize.pm
23188 ____________________________________________________________________________
23189 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
23190         Log: Extension nits found by -Wall (several from threads
23191              and threads::shared, but leaving them to Arthur).
23192      Branch: perl
23193            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
23194            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
23195            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
23196            ! ext/Unicode/Normalize/mkheader x2p/str.c
23197 ____________________________________________________________________________
23198 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
23199         Log: Sync up Changes etc.
23200      Branch: maint-5.6/macperl
23201            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
23202 ____________________________________________________________________________
23203 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
23204         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
23205      Branch: maint-5.6/macperl
23206            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
23207 ____________________________________________________________________________
23208 [ 14125] By: ams                                   on 2002/01/07  22:03:22
23209         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
23210              From: Nicholas Clark (sans From field in mail header)
23211              Date: Mon, 7 Jan 2002 16:18:23 +0000
23212              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
23213      Branch: perl
23214            ! lib/Exporter.pm
23215 ____________________________________________________________________________
23216 [ 14124] By: ams                                   on 2002/01/07  21:46:11
23217         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
23218              From: "Green, Paul" <Paul.Green@stratus.com>
23219              Date: Mon, 7 Jan 2002 16:59:38 -0500
23220              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
23221      Branch: perl
23222            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
23223 ____________________________________________________________________________
23224 [ 14123] By: nick                                  on 2002/01/07  18:49:55
23225         Log: Integrate mainline
23226      Branch: perlio
23227           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
23228           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
23229           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
23230           !> regexec.c t/op/re_tests utf8.c utf8.h
23231 ____________________________________________________________________________
23232 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
23233         Log: Update Changes.
23234      Branch: perl
23235            ! Changes patchlevel.h
23236 ____________________________________________________________________________
23237 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
23238         Log: Subject: [PATCH] Correct module name in perldelta*
23239              From: Mike Guy <mjtg@cam.ac.uk>
23240              Date: Mon, 07 Jan 2002 17:02:43 +0000
23241              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
23242      Branch: perl
23243            ! pod/perl561delta.pod pod/perl56delta.pod
23244 ____________________________________________________________________________
23245 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
23246         Log: AUTHORS update.
23247      Branch: perl
23248            ! AUTHORS
23249 ____________________________________________________________________________
23250 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
23251         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
23252      Branch: perl
23253            ! ext/Storable/Storable.pm
23254 ____________________________________________________________________________
23255 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
23256         Log: perldelta updates.
23257      Branch: perl
23258            ! pod/perldelta.pod
23259 ____________________________________________________________________________
23260 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
23261         Log: Document the flags of pv_uni_display().
23262      Branch: perl
23263            ! pod/perlapi.pod utf8.c
23264 ____________________________________________________________________________
23265 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
23266         Log: Forgot from #14115.
23267      Branch: perl
23268            ! t/op/re_tests
23269 ____________________________________________________________________________
23270 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
23271         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
23272              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23273              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
23274              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
23275      Branch: perl
23276            ! regcomp.c
23277 ____________________________________________________________________________
23278 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
23279         Log: More regex and utf8 debug dumping.
23280      Branch: perl
23281            ! dump.c regcomp.c regexec.c utf8.c utf8.h
23282 ____________________________________________________________________________
23283 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
23284         Log: Unused variable.
23285      Branch: perl
23286            ! regcomp.c
23287 ____________________________________________________________________________
23288 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
23289         Log: Regen toc.
23290      Branch: perl
23291            ! pod/perltoc.pod
23292 ____________________________________________________________________________
23293 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
23294         Log: capitalize correctly, noticed by David Dyck.
23295      Branch: perl
23296            ! lib/sort.pm
23297 ____________________________________________________________________________
23298 [ 14110] By: nick                                  on 2002/01/06  22:05:19
23299         Log: Integrate mainline - threads mended, DB_File sick?
23300      Branch: perlio
23301           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
23302           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23303           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23304           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
23305           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
23306 ____________________________________________________________________________
23307 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
23308         Log: No need to overqualify.
23309      Branch: perl
23310            ! lib/sort.pm
23311 ____________________________________________________________________________
23312 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
23313         Log: PL_debug_pad wasn't initialized to zeroes which broke
23314              ithreads + DEBUGGING.
23315      Branch: perl
23316            ! sv.c
23317 ____________________________________________________________________________
23318 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
23319         Log: Update Changes.
23320      Branch: perl
23321            ! Changes patchlevel.h
23322 ____________________________________________________________________________
23323 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
23324         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
23325              From: Jonathan Stowe <gellyfish@gellyfish.com>
23326              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
23327              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
23328      Branch: perl
23329            ! pp_sys.c
23330 ____________________________________________________________________________
23331 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
23332         Log: DB_File sync from Paul Marquess.
23333      Branch: perl
23334            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23335            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23336            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
23337 ____________________________________________________________________________
23338 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
23339         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
23340              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
23341              Date: Sun, 6 Jan 2002 11:44:30 +0100
23342              Message-ID: <3C38389E.7831.493570@localhost>
23343      Branch: perl
23344            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
23345            ! utils/perlcc.PL
23346 ____________________________________________________________________________
23347 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
23348         Log: Tests for #14098.
23349      Branch: perl
23350            ! t/op/lc.t
23351 ____________________________________________________________________________
23352 [ 14102] By: nick                                  on 2002/01/06  11:33:55
23353         Log: Integrate mainline (PPPort still multi-building).
23354      Branch: perlio
23355           +> lib/unifold.t
23356           !> (integrate 30 files)
23357 ____________________________________________________________________________
23358 [ 14101] By: ams                                   on 2002/01/06  04:52:50
23359         Log: Subject: [PATCH] Bad prototype detection now an optional warning
23360              From: Sam Tregar <sam@tregar.com>
23361              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
23362              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
23363      Branch: perl
23364            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
23365            ! t/comp/proto.t toke.c
23366 ____________________________________________________________________________
23367 [ 14100] By: ams                                   on 2002/01/06  01:56:59
23368         Log: Subject: [PATCH] Correct several Stratus VOS build issues
23369              From: "Green, Paul" <Paul.Green@stratus.com>
23370              Date: Sat, 5 Jan 2002 21:30:56 -0500
23371              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
23372      Branch: perl
23373            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
23374 ____________________________________________________________________________
23375 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
23376         Log: Further perl.org URL elaboration from Ask.
23377      Branch: perl
23378            ! pod/perlfaq1.pod pod/perlfaq2.pod
23379 ____________________________________________________________________________
23380 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
23381         Log: The same problem with To{Lower,Title,Upper}
23382              as earlier with ToFold.
23383      Branch: perl
23384            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
23385            ! lib/unicore/To/Upper.pl lib/unicore/mktables
23386 ____________________________________________________________________________
23387 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
23388         Log: Retract #14057 for now; the alarm/setitimer timers
23389              seen to be the same in many systems, which leads into
23390              hangups.
23391      Branch: perl
23392            ! ext/Time/HiRes/HiRes.t
23393 ____________________________________________________________________________
23394 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
23395         Log: Finish up (ha!) the Unicode case folding;
23396              enhance regex dumping code.
23397      Branch: perl
23398            + lib/unifold.t
23399            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
23400            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
23401 ____________________________________________________________________________
23402 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
23403         Log: Use the perl.org news gw instead of the perl.com one
23404              (from Ask).
23405      Branch: perl
23406            ! pod/perlfaq1.pod pod/perlfaq2.pod
23407 ____________________________________________________________________________
23408 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
23409         Log: Zero() wasn't documented.
23410      Branch: perl
23411            ! pod/perlclib.pod
23412 ____________________________________________________________________________
23413 [ 14093] By: ams                                   on 2002/01/05  17:58:35
23414         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
23415              From: Nicholas Clark <nick@unfortu.net>
23416              Date: Sat, 5 Jan 2002 18:55:39 +0000
23417              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
23418      Branch: perl
23419            ! lib/Memoize/t/tie_ndbm.t
23420 ____________________________________________________________________________
23421 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
23422         Log: Also UNICOS/mk has deviant socketpair().
23423      Branch: perl
23424            ! ext/Socket/socketpair.t
23425 ____________________________________________________________________________
23426 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
23427         Log: Ooops.  Retract the regex parts of #14090.
23428      Branch: perl
23429            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
23430 ____________________________________________________________________________
23431 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
23432         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
23433              From: Nicholas Clark <nick@unfortu.net> 
23434              Date: Sat, 5 Jan 2002 18:10:13 +0000
23435              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
23436      Branch: perl
23437            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
23438            ! regcomp.h regexec.c
23439 ____________________________________________________________________________
23440 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
23441         Log: Integrate perlio; a missing aTHX.
23442      Branch: perl
23443           !> op.c
23444 ____________________________________________________________________________
23445 [ 14088] By: nick                                  on 2002/01/05  12:35:01
23446         Log: One missing aTHX_
23447      Branch: perlio
23448            ! op.c
23449 ____________________________________________________________________________
23450 [ 14087] By: nick                                  on 2002/01/05  12:00:48
23451         Log: Raw integrate of mainline - op.c looks dodgy.
23452      Branch: perlio
23453           +> lib/Pod/t/Functions.t t/op/winsystem.t
23454            - lib/File/Spec/NW5.pm t/op/system.t
23455           !> (integrate 77 files)
23456 ____________________________________________________________________________
23457 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
23458         Log: integrate changes from maint-5.6/macperl branch
23459      Branch: maint-5.6/perl
23460           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
23461           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
23462 ____________________________________________________________________________
23463 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
23464         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
23465              found by Marc Lehmann.
23466      Branch: perl
23467            ! pp.c
23468 ____________________________________________________________________________
23469 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
23470         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
23471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23472              Date: Sat, 5 Jan 2002 00:31:12 +0100
23473              Message-ID: <20020105003112.E1850@rafael>              
23474      Branch: perl
23475            ! t/comp/proto.t
23476 ____________________________________________________________________________
23477 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
23478         Log: A bit of "perl.com" cleanup.
23479      Branch: perl
23480            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
23481            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
23482            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
23483            ! pod/perlmodlib.PL pod/perlmodlib.pod
23484 ____________________________________________________________________________
23485 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
23486         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
23487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23488              Date: Fri, 4 Jan 2002 23:35:19 +0100
23489              Message-ID: <20020104233519.A1850@rafael>
23490      Branch: perl
23491            ! op.c
23492 ____________________________________________________________________________
23493 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
23494         Log: Integrate change #14062 from macperl;
23495              Define setbuf, setvbuf for Mac OS
23496      Branch: perl
23497           !> ext/IO/IO.xs
23498 ____________________________________________________________________________
23499 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
23500         Log: Bump version, update Changes
23501      Branch: maint-5.6/macperl
23502            ! macos/Changes macos/MPVersion.r
23503 ____________________________________________________________________________
23504 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
23505         Log: Add more droplets
23506      Branch: maint-5.6/macperl
23507            + macos/macperl/Droplets/gluedialect.plx
23508            + macos/macperl/Droplets/glueedit.plx
23509            + macos/macperl/Droplets/gluemac.plx
23510            + macos/macperl/Droplets/gluescriptadds.plx
23511            + macos/macperl/Droplets/installme.plx
23512            + macos/macperl/Droplets/show_glue_pods.plx
23513            + macos/macperl/Droplets/tarzipme.plx
23514            + macos/macperl/Droplets/untarzipme.plx
23515 ____________________________________________________________________________
23516 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
23517         Log: Display the native pwd command.
23518      Branch: perl
23519            ! ext/Cwd/t/cwd.t
23520 ____________________________________________________________________________
23521 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
23522         Log: Under Mac OS X /dev/stdout is normally a symlink,
23523              but when running the test it seems to become a socket.
23524              So let's extend our censorship.
23525      Branch: perl
23526            ! t/op/stat.t
23527 ____________________________________________________________________________
23528 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
23529         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
23530      Branch: maint-5.6/macperl
23531            + macos/HandleSocket.cp
23532            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
23533            ! macos/macperl.sym
23534 ____________________________________________________________________________
23535 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
23536         Log: Doc updates
23537      Branch: maint-5.6/macperl
23538            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
23539 ____________________________________________________________________________
23540 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
23541         Log: Update libraries
23542      Branch: maint-5.6/macperl
23543            ! macos/macperl/Makefile.mk
23544 ____________________________________________________________________________
23545 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
23546         Log: Update tests to Mac::StandardFile from StandardFile.pl,
23547              plus other fixes
23548      Branch: maint-5.6/macperl
23549            ! macos/ext/Mac/Menus/t/MenuBar.t
23550            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
23551            ! macos/ext/Mac/Movies/t/PlayMovie.t
23552            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
23553            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
23554            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
23555            ! macos/ext/Mac/Resources/t/Resources.t
23556 ____________________________________________________________________________
23557 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
23558         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
23559      Branch: maint-5.6/macperl
23560            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
23561            ! macos/ext/Mac/Movies/Movies.xs
23562            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23563            ! macos/ext/Mac/StandardFile/StandardFile.xs
23564            ! macos/ext/Mac/Windows/Windows.xs
23565 ____________________________________________________________________________
23566 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
23567         Log: Updates for Universal Headers 3.4 (forgot one)
23568      Branch: maint-5.6/macperl
23569            ! macos/macperl/MPConsole.cp
23570 ____________________________________________________________________________
23571 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
23572         Log: Updates for Universal Headers 3.4
23573      Branch: maint-5.6/macperl
23574            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
23575            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
23576            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
23577            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
23578            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
23579            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
23580            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
23581            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
23582            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
23583 ____________________________________________________________________________
23584 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
23585         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
23586              from <200112112327.JAA25434@gpo.metropolis.net.au>;
23587              don't crash on quit for 68K (MacPerl Bug #490013)
23588      Branch: maint-5.6/macperl
23589            ! macos/macish.c macos/macperl/MPConsole.cp
23590 ____________________________________________________________________________
23591 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
23592         Log: If we do have socketpair(), make my_socketpair()
23593              just call the real socketpair().  This way we always
23594              have real code behind my_socketpair() and a symbol
23595              corresponding to the my_socketpair in global.sym.
23596      Branch: perl
23597            ! embed.fnc embed.h makedef.pl proto.h util.c
23598 ____________________________________________________________________________
23599 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
23600         Log: Disable sigaction (MacPerl Bug #470321)
23601      Branch: maint-5.6/macperl
23602            ! macos/config.h macos/config.sh
23603 ____________________________________________________________________________
23604 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
23605         Log: Make GUSI resource work (MacPerl Bug #464638)
23606      Branch: maint-5.6/macperl
23607            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
23608            ! macos/macperl/MacPerl.rsrc
23609 ____________________________________________________________________________
23610 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
23611         Log: Make AutoSplit go a little deeper
23612      Branch: maint-5.6/macperl
23613            ! macos/Makefile.mk
23614 ____________________________________________________________________________
23615 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
23616         Log: A few doc updates from bleadperl
23617      Branch: maint-5.6/macperl
23618            ! pod/perlmodinstall.pod pod/perlport.pod
23619 ____________________________________________________________________________
23620 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
23621         Log: Sync up to latest changes from bleadperl
23622      Branch: maint-5.6/macperl
23623            ! lib/File/Find.pm
23624 ____________________________________________________________________________
23625 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
23626         Log: Define setbuf, setvbuf for Mac OS
23627      Branch: maint-5.6/macperl
23628            ! ext/IO/IO.xs
23629 ____________________________________________________________________________
23630 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
23631         Log: Delete by request of Mark-Jason Dominus (change #13676)
23632      Branch: maint-5.6/macperl
23633            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
23634 ____________________________________________________________________________
23635 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
23636         Log: Spread the good word of "env".
23637      Branch: perl
23638            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
23639 ____________________________________________________________________________
23640 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
23641         Log: Till the system tests do something non-Win*, better rename
23642              the test so that people on other platforms don't get confused.
23643              (Not win32system, because assumedly there's win64, too.)
23644      Branch: perl
23645            + t/op/winsystem.t
23646            - t/op/system.t
23647            ! MANIFEST
23648 ____________________________________________________________________________
23649 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
23650         Log: Some tweaks.
23651      Branch: perl
23652            ! lib/Pod/t/Functions.t
23653 ____________________________________________________________________________
23654 [ 14057] By: ams                                   on 2002/01/04  17:40:31
23655         Log: (retracted by #14057)
23656              
23657              Subject: [PATCH] Time/HiRes/HiRes.t
23658              From: Nicholas Clark <nick@unfortu.net>
23659              Date: Fri, 4 Jan 2002 17:28:46 +0000
23660              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
23661      Branch: perl
23662            ! ext/Time/HiRes/HiRes.t
23663 ____________________________________________________________________________
23664 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
23665         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
23666              From: Abe Timmerman <abe@ztreet.demon.nl>
23667              Date: Fri, 04 Jan 2002 18:42:33 +0100
23668              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
23669      Branch: perl
23670            + lib/Pod/t/Functions.t
23671            ! MANIFEST lib/Pod/Functions.pm
23672 ____________________________________________________________________________
23673 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
23674         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
23675              From: "Craig A. Berry" <craigberry@mac.com>
23676              Date: Thu, 3 Jan 2002 17:32:20 -0600
23677              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
23678      Branch: perl
23679            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
23680 ____________________________________________________________________________
23681 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
23682         Log: Document the U+0085, U+2028, and U+2029.
23683      Branch: perl
23684            ! pod/perlre.pod pod/perlretut.pod
23685 ____________________________________________________________________________
23686 [ 14053] By: ams                                   on 2002/01/04  03:27:44
23687         Log: Subject: [PATCH] warn if not CORE::dump
23688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23689              Date: Thu, 3 Jan 2002 22:04:00 +0100
23690              Message-Id: <20020103220400.A13958@rafael>
23691      Branch: perl
23692            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
23693 ____________________________________________________________________________
23694 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
23695         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
23696      Branch: perl
23697            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
23698 ____________________________________________________________________________
23699 [ 14051] By: ams                                   on 2002/01/04  03:00:12
23700         Log: Subject: [PATCH] File::Compare::VERSION
23701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23702              Date: Thu, 3 Jan 2002 23:42:52 +0100
23703              Message-Id: <20020103234252.G13958@rafael>
23704      Branch: perl
23705            ! lib/File/Compare.pm
23706 ____________________________________________________________________________
23707 [ 14050] By: ams                                   on 2002/01/04  02:58:05
23708         Log: Subject: [PATCH @14042] threads::shared doc
23709              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
23710              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
23711              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
23712      Branch: perl
23713            ! ext/threads/shared/shared.pm
23714 ____________________________________________________________________________
23715 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
23716         Log: #14048 exposed few false positives, to be fixed soonish.
23717      Branch: perl
23718            ! t/op/pat.t
23719 ____________________________________________________________________________
23720 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
23721         Log: Do not add the first characters of multicharacter foldings
23722              into character classes.
23723      Branch: perl
23724            ! regcomp.c
23725 ____________________________________________________________________________
23726 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
23727         Log: A bit of testing for #14046.
23728      Branch: perl
23729            ! t/op/pat.t
23730 ____________________________________________________________________________
23731 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
23732         Log: Allow emitting the foldcased version of "\x{df}", "ss"
23733              (among others, another example would be \x{fb00} -> "ff")
23734      Branch: perl
23735            ! regcomp.c
23736 ____________________________________________________________________________
23737 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
23738         Log: Subject: [PATCH] File::Spec & NetWare
23739              From: Dave Rolsky <autarch@urth.org>
23740              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
23741              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
23742      Branch: perl
23743            - lib/File/Spec/NW5.pm
23744            ! MANIFEST lib/File/Spec.pm
23745 ____________________________________________________________________________
23746 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
23747         Log: FAQ sync (RCS Ids only?)
23748      Branch: perl
23749            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
23750 ____________________________________________________________________________
23751 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
23752         Log: AUTHORs updates.
23753      Branch: perl
23754            ! AUTHORS
23755 ____________________________________________________________________________
23756 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
23757         Log: Update Changes.
23758      Branch: perl
23759            ! Changes patchlevel.h
23760 ____________________________________________________________________________
23761 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
23762         Log: Missed the =head1 additions.
23763      Branch: perl
23764            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
23765            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
23766            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
23767            ! util.c
23768 ____________________________________________________________________________
23769 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
23770         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
23771              From: Robin Barker <rmb1@cise.npl.co.uk>
23772              Date: Thu, 3 Jan 2002 15:26:20 GMT
23773              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
23774      Branch: perl
23775            ! lib/Carp.t lib/Carp/Heavy.pm
23776 ____________________________________________________________________________
23777 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
23778         Log: Subject: [PATCH hv.c] 
23779              From: Robin Barker <rmb1@cise.npl.co.uk>
23780              Date: Thu, 3 Jan 2002 14:49:06 GMT
23781              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
23782              
23783              -Wformat check.
23784      Branch: perl
23785            ! hv.c
23786 ____________________________________________________________________________
23787 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
23788         Log: NetWare tweaks from Ananth Kesari.
23789      Branch: perl
23790            ! NetWare/t/NWScripts.pl lib/File/Find.pm
23791 ____________________________________________________________________________
23792 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
23793         Log: Cast.
23794      Branch: perl
23795            ! regexec.c
23796 ____________________________________________________________________________
23797 [ 14036] By: ams                                   on 2002/01/03  12:12:31
23798         Log: Grammar fix suggested by Gwyn Judd.
23799      Branch: perl
23800            ! pod/perldiag.pod
23801 ____________________________________________________________________________
23802 [ 14035] By: nick                                  on 2002/01/03  09:22:42
23803         Log: More strange perlio != mainline differences where
23804              I have not been.
23805      Branch: perlio
23806           !> hints/unicos.sh hints/unicosmk.sh
23807 ____________________________________________________________________________
23808 [ 14034] By: nick                                  on 2002/01/03  09:19:37
23809         Log: Integrate mainline (including force integrate of
23810              lib/charnames.pm which had got out-of-step)
23811      Branch: perlio
23812           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
23813 ____________________________________________________________________________
23814 [ 14033] By: ams                                   on 2002/01/03  08:24:24
23815         Log: Subject: Not ok 14031: PPPort Makefile.PL
23816              From: andreas.koenig@anima.de (Andreas J. Koenig)
23817              Date: 03 Jan 2002 10:17:46 +0100
23818              Message-Id: <m3sn9n94jp.fsf@anima.de>
23819      Branch: perl
23820            ! ext/Devel/PPPort/Makefile.PL
23821 ____________________________________________________________________________
23822 [ 14032] By: nick                                  on 2002/01/03  08:24:00
23823         Log: Integrate mainline.
23824      Branch: perlio
23825           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
23826           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
23827           !> (integrate 31 files)
23828 ____________________________________________________________________________
23829 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
23830         Log: Off-by-one is my middle name.
23831      Branch: perl
23832            ! regexec.c
23833 ____________________________________________________________________________
23834 [ 14030] By: ams                                   on 2002/01/02  23:56:37
23835         Log: Subject: [PATCH @14015] threads::shared disabling
23836              From: Andy Bussey <andybussey@yahoo.co.uk>
23837              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
23838              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
23839      Branch: perl
23840            + ext/threads/shared/t/no_share.t
23841            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
23842 ____________________________________________________________________________
23843 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
23844         Log: Simon's new perlapi scheme, I hope I got all the pieces.
23845      Branch: perl
23846            + autodoc.pl embed.fnc
23847            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
23848 ____________________________________________________________________________
23849 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
23850         Log: Integrate perlio; more PPPort Makefile source dependence removal
23851      Branch: perl
23852           !> ext/Devel/PPPort/Makefile.PL perl.h
23853 ____________________________________________________________________________
23854 [ 14027] By: ams                                   on 2002/01/02  21:42:50
23855         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
23856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23857              Date: Wed, 2 Jan 2002 23:09:13 +0100
23858              Message-Id: <20020102230913.A17373@rafael>
23859      Branch: perl
23860            ! pod/perldiag.pod
23861 ____________________________________________________________________________
23862 [ 14026] By: ams                                   on 2002/01/02  21:38:34
23863         Log: Subject: Re: PATCH: lib/Term/Cap.pm
23864              From: Jonathan Stowe <gellyfish@gellyfish.com>
23865              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
23866              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
23867      Branch: perl
23868            ! lib/Term/Cap.pm
23869 ____________________________________________________________________________
23870 [ 14025] By: ams                                   on 2002/01/02  18:34:26
23871         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
23872              From: Sam Tregar <sam@tregar.com>
23873              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
23874              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
23875      Branch: perl
23876            ! pod/perldiag.pod t/comp/proto.t toke.c
23877 ____________________________________________________________________________
23878 [ 14024] By: ams                                   on 2002/01/02  18:16:12
23879         Log: Subject: PATCH: lib/Term/Cap.pm
23880              From: Norton Allen <allen@huarp.harvard.edu>
23881              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
23882              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
23883      Branch: perl
23884            ! lib/Term/Cap.pm
23885 ____________________________________________________________________________
23886 [ 14023] By: ams                                   on 2002/01/02  18:12:31
23887         Log: Subject: PATCH: lib/Cwd.pm for QNX4
23888              From: Norton Allen <allen@huarp.harvard.edu>
23889              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
23890              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
23891      Branch: perl
23892            ! lib/Cwd.pm
23893 ____________________________________________________________________________
23894 [ 14022] By: nick                                  on 2002/01/02  18:01:21
23895         Log: More PPPort Makefile source dependence removal
23896      Branch: perlio
23897            ! ext/Devel/PPPort/Makefile.PL
23898 ____________________________________________________________________________
23899 [ 14021] By: nick                                  on 2002/01/02  17:44:36
23900         Log: Sort out muddle of editing on three machines ...
23901      Branch: perlio
23902           !> Changes MANIFEST cygwin/Makefile.SHs
23903           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
23904           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
23905           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
23906 ____________________________________________________________________________
23907 [ 14020] By: ams                                   on 2002/01/02  17:06:27
23908         Log: Fix misplaced application of #14016.
23909      Branch: perl
23910            ! op.c
23911 ____________________________________________________________________________
23912 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
23913         Log: Integrate perlio; avoid uninit debug_pad.
23914      Branch: perl
23915           !> sv.c
23916 ____________________________________________________________________________
23917 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
23918         Log: makedepend VOS fix from Paul Green.
23919      Branch: perl
23920            ! makedepend.SH
23921 ____________________________________________________________________________
23922 [ 14017] By: nick                                  on 2002/01/02  16:09:43
23923         Log: Avoid un-init perl_debug_pad in clones
23924      Branch: perlio
23925            ! sv.c
23926 ____________________________________________________________________________
23927 [ 14016] By: ams                                   on 2002/01/02  15:58:11
23928         Log: Subject: [PATCH] random crash in B::LISTOP::last
23929              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23930              Date: Wed, 2 Jan 2002 17:37:28 +0100
23931              Message-Id: <3C334558.3906.19CB98D@localhost>
23932      Branch: perl
23933            ! op.c
23934 ____________________________________________________________________________
23935 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
23936         Log: Update Changes.
23937      Branch: perl
23938            ! Changes patchlevel.h
23939 ____________________________________________________________________________
23940 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
23941         Log: One more iteration of the ibcmp_utf8() interface,
23942              hopefully this is a convergent iteration...
23943      Branch: perl
23944            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
23945 ____________________________________________________________________________
23946 [ 14013] By: ams                                   on 2002/01/02  13:43:58
23947         Log: Upgrade to podlators-1.19.
23948      Branch: perl
23949            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
23950            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
23951            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
23952            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
23953            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
23954 ____________________________________________________________________________
23955 [ 14012] By: ams                                   on 2002/01/02  09:48:51
23956         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
23957              From: martyn@inpharmatica.co.uk
23958              Date: Wed, 19 Dec 2001 19:05:00 +0000
23959              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
23960      Branch: perl
23961            ! lib/Pod/Usage.pm
23962 ____________________________________________________________________________
23963 [ 14011] By: nick                                  on 2002/01/02  08:38:18
23964         Log: Integrate mainline
23965      Branch: perlio
23966           !> (integrate 28 files)
23967 ____________________________________________________________________________
23968 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
23969         Log: Make ibcmp_utf8() optionally progress in either string for
23970              as long as it takes and optionally record how far it got.
23971      Branch: perl
23972            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
23973 ____________________________________________________________________________
23974 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
23975         Log: Once more try to get the PPPort Makefile right.
23976      Branch: perl
23977            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
23978 ____________________________________________________________________________
23979 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
23980         Log: -Wall silencing.
23981      Branch: perl
23982            ! utf8.c
23983 ____________________________________________________________________________
23984 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
23985         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
23986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23987              Date: Tue, 1 Jan 2002 22:45:21 +0100       
23988              Message-ID: <20020101224521.A691@rafael>
23989      Branch: perl
23990            ! ext/B/B/Deparse.pm
23991 ____________________________________________________________________________
23992 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
23993         Log: VOS tweak from Paul Green: VOS has different O_BINARY
23994              and O_TEXT, but VOS always uses LF, never CRLF.
23995      Branch: perl
23996            ! perl.h
23997 ____________________________________________________________________________
23998 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
23999         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
24000      Branch: perl
24001            ! regexec.c utf8.c
24002 ____________________________________________________________________________
24003 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
24004         Log: Now that to_utf8_fold() was fixed.
24005      Branch: perl
24006            ! regcomp.c regexec.c
24007 ____________________________________________________________________________
24008 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
24009         Log: Integrate perlio; experimental binmode() re-coding.
24010      Branch: perl
24011           !> perlio.c
24012 ____________________________________________________________________________
24013 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
24014         Log: Document the to_utf8_*() functions.
24015      Branch: perl
24016            ! embed.pl pod/perlapi.pod utf8.c
24017 ____________________________________________________________________________
24018 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
24019         Log: Better support for multicharacter foldings.
24020              Now all but two of the CaseFold.txt cases work-- but
24021              only when the target string is single-character, more
24022              debugging needed.
24023      Branch: perl
24024            ! regexec.c
24025 ____________________________________________________________________________
24026 [ 14000] By: ams                                   on 2002/01/01  15:59:43
24027         Log: Subject: [PATCH] don't installperl pods
24028              From: Nicholas Clark <nick@unfortu.net>
24029              Date: Tue, 1 Jan 2002 16:44:12 +0000
24030              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
24031      Branch: perl
24032            ! installperl
24033 ____________________________________________________________________________
24034 [ 13999] By: ams                                   on 2002/01/01  14:34:04
24035         Log: Subject: [PATCH] perldiag.pod transposition
24036              From: Nicholas Clark <nick@unfortu.net>
24037              Date: Tue, 1 Jan 2002 15:03:52 +0000
24038              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
24039      Branch: perl
24040            ! pod/perldiag.pod
24041 ____________________________________________________________________________
24042 [ 13998] By: ams                                   on 2002/01/01  13:36:49
24043         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
24044              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24045              Date: Tue, 1 Jan 2002 15:12:36 +0100
24046              Message-Id: <20020101151236.A951@rafael>
24047      Branch: perl
24048            ! pod/perldiag.pod
24049 ____________________________________________________________________________
24050 [ 13997] By: ams                                   on 2002/01/01  13:33:06
24051         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
24052              From: Nicholas Clark <nick@unfortu.net>
24053              Date: Tue, 1 Jan 2002 13:13:17 +0000
24054              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
24055      Branch: perl
24056            ! ext/Socket/socketpair.t
24057 ____________________________________________________________________________
24058 [ 13996] By: ams                                   on 2002/01/01  04:44:28
24059         Log: Subject: [PATCH @13746] Leaner exporter
24060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24061              Date: Mon, 31 Dec 2001 18:16:08 -0500
24062              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
24063      Branch: perl
24064            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
24065 ____________________________________________________________________________
24066 [ 13995] By: ams                                   on 2002/01/01  04:29:44
24067         Log: Subject: [PATCH @13746] h2xs broken
24068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24069              Date: Mon, 31 Dec 2001 17:48:55 -0500
24070              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
24071      Branch: perl
24072            ! utils/h2xs.PL
24073 ____________________________________________________________________________
24074 [ 13994] By: ams                                   on 2002/01/01  04:25:46
24075         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
24076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24077              Date: Mon, 31 Dec 2001 17:42:25 -0500
24078              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
24079      Branch: perl
24080            ! lib/ExtUtils/MM_Unix.pm
24081 ____________________________________________________________________________
24082 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
24083         Log: Rename the variables to be a bit more consistent.
24084      Branch: perl
24085            ! utf8.c
24086 ____________________________________________________________________________
24087 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
24088         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
24089              (found by Jeffrey Friedl)
24090      Branch: perl
24091            ! regexec.c t/op/pat.t utf8.c
24092 ____________________________________________________________________________
24093 [ 13991] By: nick                                  on 2001/12/31  18:08:55
24094         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
24095      Branch: perlio
24096            ! perlio.c
24097 ____________________________________________________________________________
24098 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
24099         Log: Update Changes.
24100      Branch: perl
24101            ! Changes patchlevel.h
24102 ____________________________________________________________________________
24103 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
24104         Log: Less unused ones.
24105      Branch: perl
24106            ! regexec.c
24107 ____________________________________________________________________________
24108 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
24109         Log: Unused variable.
24110      Branch: perl
24111            ! regcomp.c
24112 ____________________________________________________________________________
24113 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
24114         Log: Forgotten file.
24115      Branch: perl
24116            ! MANIFEST
24117 ____________________________________________________________________________
24118 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
24119         Log: Subject: Re: Cygwin: one down one to go 
24120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24121              Date: Mon, 31 Dec 2001 18:34:36 +0100
24122              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
24123      Branch: perl
24124            ! cygwin/Makefile.SHs
24125 ____________________________________________________________________________
24126 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
24127         Log: Add some comments to the recent Unicode case-folding saga.
24128      Branch: perl
24129            ! regcomp.c regexec.c
24130 ____________________________________________________________________________
24131 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
24132         Log: Slight comment tweakage.
24133      Branch: perl
24134            ! ext/I18N/Langinfo/Langinfo.t
24135 ____________________________________________________________________________
24136 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
24137         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
24138      Branch: perl
24139            ! perl.h
24140 ____________________________________________________________________________
24141 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
24142         Log: Subject: [ PATCH] Cygwin: one down one to go
24143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24144              Date: Mon, 31 Dec 2001 17:03:40 +0100
24145              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
24146      Branch: perl
24147            ! lib/Pod/t/basic.t
24148 ____________________________________________________________________________
24149 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
24150         Log: Tweak the dependencies not to recompile everytime,
24151              as suggested by NI-S.
24152      Branch: perl
24153            ! ext/Devel/PPPort/Makefile.PL
24154 ____________________________________________________________________________
24155 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
24156         Log: Planning still not right.
24157      Branch: perl
24158            ! lib/User/grent.t
24159 ____________________________________________________________________________
24160 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
24161         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
24162              From: Michael G Schwern <schwern@pobox.com>
24163              Date: Sun, 30 Dec 2001 18:07:55 -0500
24164              Message-ID: <20011230230755.GG12840@blackrider>
24165              
24166              (lib/User/grent, really)
24167      Branch: perl
24168            ! lib/User/grent.t
24169 ____________________________________________________________________________
24170 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
24171         Log: Integrate perlio; cleanup, in particular avoid accidental
24172              PerlIO_flush(NULL) if PerlIONext is NULL.
24173      Branch: perl
24174           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
24175 ____________________________________________________________________________
24176 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
24177         Log: Subject: typo in IO::Socket::INET.pm
24178              From: mjd@plover.com
24179              Date: 31 Dec 2001 14:31:10 -0000
24180              Message-ID: <20011231143110.4989.qmail@plover.com>
24181      Branch: perl
24182            ! ext/IO/lib/IO/Socket/INET.pm
24183 ____________________________________________________________________________
24184 [ 13976] By: nick                                  on 2001/12/31  13:56:11
24185         Log: Integrate mainline
24186      Branch: perlio
24187           !> (integrate 29 files)
24188 ____________________________________________________________________________
24189 [ 13975] By: nick                                  on 2001/12/31  12:40:50
24190         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
24191              if PerlIONext is NULL.
24192      Branch: perlio
24193            ! perlio.c perliol.h
24194 ____________________________________________________________________________
24195 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
24196         Log: Subject: Re: [PATCH] Basic bad prototype detection
24197              From: Sam Tregar <sam@tregar.com>
24198              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
24199              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
24200      Branch: perl
24201            ! t/comp/proto.t toke.c
24202 ____________________________________________________________________________
24203 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
24204         Log: Subject: [PATCH] configure.com / scriptdirexp
24205              From: "Craig A. Berry" <craigberry@mac.com>
24206              Date: Sun, 30 Dec 2001 15:47:28 -0600
24207              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
24208      Branch: perl
24209            ! configure.com
24210 ____________________________________________________________________________
24211 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
24212         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
24213              From: Abe Timmerman <abe@ztreet.demon.nl>
24214              Date: Mon, 31 Dec 2001 03:55:27 +0100
24215              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
24216      Branch: perl
24217            ! lib/ExtUtils/t/MM_Win32.t
24218 ____________________________________________________________________________
24219 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
24220         Log: Subject: [PATCH] Basic bad prototype detection
24221              From: Sam Tregar <sam@tregar.com> 
24222              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
24223              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
24224      Branch: perl
24225            ! pod/perldiag.pod t/comp/proto.t toke.c
24226 ____________________________________________________________________________
24227 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
24228         Log: Makefiles are sloppy about the exe suffix
24229              (from Paul Green)
24230      Branch: perl
24231            ! Makefile.SH x2p/Makefile.SH
24232 ____________________________________________________________________________
24233 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
24234         Log: Delay folding until necessary; start of handling
24235              folding into several characters.
24236      Branch: perl
24237            ! regcomp.c regexec.c
24238 ____________________________________________________________________________
24239 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
24240         Log: gcc -Wall dewhine.
24241      Branch: perl
24242            ! regexec.c
24243 ____________________________________________________________________________
24244 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
24245         Log: More Unicode folding tweaks, avoid potential false matches.
24246      Branch: perl
24247            ! regexec.c
24248 ____________________________________________________________________________
24249 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
24250         Log: Make that six wrongs.
24251      Branch: perl
24252            ! regexec.c utf8.c
24253 ____________________________________________________________________________
24254 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
24255         Log: Four wrongs can make a right.
24256      Branch: perl
24257            ! regexec.c utf8.c
24258 ____________________________________________________________________________
24259 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
24260         Log: Fix all the I case foldings as per CaseFold.txt.
24261      Branch: perl
24262            ! regcomp.c regexec.c
24263 ____________________________________________________________________________
24264 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
24265         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
24266      Branch: perl
24267            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
24268            ! regexec.c utf8.c
24269 ____________________________________________________________________________
24270 [ 13962] By: nick                                  on 2001/12/30  18:33:41
24271         Log: Integrate 8.3 fix for PPPort fix
24272      Branch: perlio
24273           +> ext/Devel/PPPort/ppport_h.PL
24274            - ext/Devel/PPPort/ppport.h.PL
24275            ! ext/Devel/PPPort/MANIFEST
24276           !> ext/Devel/PPPort/Makefile.PL
24277 ____________________________________________________________________________
24278 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
24279         Log: Integrate perlio; more win32 stuff:
24280              
24281              A. Use Perl_my_socketpair()
24282              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
24283              load winsock.
24284              C. (In passing) work round fact that $$ is now SvREADONLY
24285              so we need to take special measures to set it during
24286              pseudo-fork.
24287      Branch: perl
24288           !> util.c win32/perlhost.h
24289 ____________________________________________________________________________
24290 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
24291         Log: Fix ppport.h for Unix.
24292      Branch: perl
24293            + ext/Devel/PPPort/ppport_h.PL
24294            - ext/Devel/PPPort/ppport.h.PL
24295            ! MANIFEST ext/Devel/PPPort/Makefile.PL
24296 ____________________________________________________________________________
24297 [ 13959] By: nick                                  on 2001/12/30  16:53:42
24298         Log: Win32 stuff:
24299              A. Use Perl_my_socketpair()
24300              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
24301              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
24302              take special measures to set it during pseudo-fork.
24303      Branch: perlio
24304            ! util.c win32/perlhost.h
24305 ____________________________________________________________________________
24306 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
24307         Log: Integrate perlio; win32 kicking.
24308      Branch: perl
24309           +> ext/Devel/PPPort/ppport.h.PL
24310           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
24311           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
24312           !> proto.h
24313 ____________________________________________________________________________
24314 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
24315         Log: metaconfig unit change for #13956.
24316      Branch: metaconfig
24317            ! U/modified/spitshell.U
24318 ____________________________________________________________________________
24319 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
24320         Log: Must look for cat also in $PATH (noticed by Philip Newton).
24321      Branch: perl
24322            ! Configure
24323 ____________________________________________________________________________
24324 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
24325         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
24326              From: Blair Zajac <blair@orcaware.com>
24327              Date: Sat, 29 Dec 2001 22:37:03 -0800
24328              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
24329      Branch: perl
24330            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
24331 ____________________________________________________________________________
24332 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
24333         Log: Regen files.
24334      Branch: perl
24335            ! embed.h global.sym pod/perlapi.pod uconfig.h
24336 ____________________________________________________________________________
24337 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
24338         Log: Subject: [PATCH] -t without -w 
24339              From: Michael G Schwern <schwern@pobox.com>
24340              Date: Sat, 29 Dec 2001 23:46:25 -0500
24341              Message-ID: <20011230044625.GA14386@blackrider>
24342      Branch: perl
24343            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
24344            ! warnings.pl
24345 ____________________________________________________________________________
24346 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
24347         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
24348              From: Dave Rolsky <autarch@urth.org>               
24349              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
24350              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
24351              
24352              $^O is NetWare, not Netware.
24353      Branch: perl
24354            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
24355 ____________________________________________________________________________
24356 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
24357         Log: Sarathy thinks undoing C++ comments from C++ files
24358              is a bit too zealous.
24359      Branch: perl
24360            ! win32/perlhost.h win32/vmem.h
24361 ____________________________________________________________________________
24362 [ 13950] By: nick                                  on 2001/12/30  14:30:02
24363         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
24364              This gets them into Errno.pm - yet to prove they end up in $!.
24365      Branch: perlio
24366            ! ext/Errno/Errno_pm.PL
24367 ____________________________________________________________________________
24368 [ 13949] By: nick                                  on 2001/12/30  12:02:21
24369         Log: Integrate Cwd muddle
24370      Branch: perlio
24371           !> MANIFEST installperl lib/Cwd.pm
24372 ____________________________________________________________________________
24373 [ 13948] By: nick                                  on 2001/12/30  11:51:40
24374         Log: remove embed.pl duplicates
24375      Branch: perlio
24376            ! embed.h embed.pl global.sym proto.h
24377 ____________________________________________________________________________
24378 [ 13947] By: nick                                  on 2001/12/30  11:35:51
24379         Log: More Cwd tidy up
24380      Branch: perl
24381            ! MANIFEST installperl
24382 ____________________________________________________________________________
24383 [ 13946] By: nick                                  on 2001/12/30  11:12:42
24384         Log: Undo a mess trying Cwd.pm in its ext directory
24385      Branch: perl
24386            + lib/Cwd.pm
24387            - ext/Cwd/Cwd.pm
24388 ____________________________________________________________________________
24389 [ 13945] By: nick                                  on 2001/12/30  10:03:43
24390         Log: Integrate mainline
24391      Branch: perl
24392           +> ext/Cwd/Cwd.pm
24393            - lib/Cwd.pm
24394            ! MANIFEST
24395      Branch: perlio
24396           !> (integrate 45 files)
24397 ____________________________________________________________________________
24398 [ 13944] By: nick                                  on 2001/12/30  09:27:16
24399         Log: "Port" Devel::PPPort to Win32:
24400              - need to set @INC before use in the test
24401              - {} are special to dmake, so use ppport.h.PL
24402              rather than commandline 
24403      Branch: perlio
24404            + ext/Devel/PPPort/ppport.h.PL
24405            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
24406 ____________________________________________________________________________
24407 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
24408         Log: Update Changes.
24409      Branch: perl
24410            ! Changes patchlevel.h
24411 ____________________________________________________________________________
24412 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
24413         Log: Subject: [PATCH] cleaner close on tests, take 2
24414              From: andreas.koenig@anima.de (Andreas J. Koenig)
24415              Date: 29 Dec 2001 21:42:37 +0100
24416              Message-ID: <m33d1tvjuq.fsf@anima.de>
24417              
24418              (the DB_File patches)
24419      Branch: perl
24420            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
24421            ! ext/DB_File/t/db-recno.t
24422 ____________________________________________________________________________
24423 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
24424         Log: Integrate perlio; regen'ed config_H.?c
24425      Branch: perl
24426           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24427 ____________________________________________________________________________
24428 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
24429         Log: Subject: [PATCH] cleaner close on tests, take 2             
24430              From: andreas.koenig@anima.de (Andreas J. Koenig)
24431              Date: 29 Dec 2001 21:42:37 +0100
24432              Message-ID: <m33d1tvjuq.fsf@anima.de>
24433              
24434              (except for the three DB_File patch fragments)
24435      Branch: perl
24436            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
24437            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
24438            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
24439            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
24440            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
24441            ! t/op/runlevel.t t/op/write.t t/run/switches.t
24442 ____________________________________________________________________________
24443 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
24444         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
24445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24446              Date: Sat, 29 Dec 2001 20:38:59 +0100
24447              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
24448              
24449              (NetWare tree not touched because it's very //)
24450      Branch: perl
24451            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
24452            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
24453            ! wince/include/errno.h wince/include/netdb.h
24454            ! wince/include/sys/socket.h wince/include/sys/stat.h
24455            ! wince/perllib.c wince/perlmain.c wince/win32.h
24456            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
24457            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
24458 ____________________________________________________________________________
24459 [ 13938] By: nick                                  on 2001/12/29  19:23:32
24460         Log: Integrate mainline (ok linux)
24461      Branch: perlio
24462           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
24463           !> (integrate 33 files)
24464 ____________________________________________________________________________
24465 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
24466         Log: Give up on serious testing of langinfo().  Leave the old
24467              code in place, though.
24468      Branch: perl
24469            ! ext/I18N/Langinfo/Langinfo.t
24470 ____________________________________________________________________________
24471 [ 13936] By: nick                                  on 2001/12/29  18:20:33
24472         Log: Routine regen_config_h - no real differences other than order of crypt 
24473      Branch: perlio
24474            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24475 ____________________________________________________________________________
24476 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
24477         Log: Integrate perlio;
24478              
24479              Define the two socket error numbers in terms of WSAEXXXXX equivalents
24480              
24481              Fudge Config.pm so File::Spec does not croak.
24482      Branch: perl
24483           !> win32/FindExt.pm win32/win32.h
24484 ____________________________________________________________________________
24485 [ 13934] By: nick                                  on 2001/12/29  17:27:50
24486         Log: Fudge Config.pm so File::Spec does not croak.
24487      Branch: perlio
24488            ! win32/FindExt.pm
24489 ____________________________________________________________________________
24490 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
24491         Log: metaconfig unit changes for #13932.
24492      Branch: metaconfig
24493            + U/modified/Init.U
24494            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
24495 ____________________________________________________________________________
24496 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
24497         Log: VOS tweaks from Paul Green.
24498              
24499              The Configure tweaks: the _exe needs to be
24500              set after the init; VOS has fd 3 hardwired to /dev/tty;
24501              the grep/ln/make substitutions really need to stick.
24502      Branch: perl
24503            ! Configure hints/vos.sh perl.h util.c vos/build.cm
24504            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24505            ! vos/config.ga.h vos/vosish.h
24506 ____________________________________________________________________________
24507 [ 13931] By: nick                                  on 2001/12/29  17:00:38
24508         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
24509              (just to get util.c to compile)
24510      Branch: perlio
24511            ! win32/win32.h
24512 ____________________________________________________________________________
24513 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
24514         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
24515              From: coral@eekeek.org
24516              Date: Fri, 28 Dec 2001 19:58:22 -0500      
24517              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
24518      Branch: perl
24519            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
24520            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
24521            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
24522            ! pod/perlunicode.pod pod/perlxs.pod util.c
24523 ____________________________________________________________________________
24524 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
24525         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
24526      Branch: perl
24527            ! t/op/exec.t
24528 ____________________________________________________________________________
24529 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
24530         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
24531              From: Abe Timmerman <abe@ztreet.demon.nl>
24532              Date: Sat, 29 Dec 2001 13:10:06 +0100
24533              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
24534      Branch: perl
24535            + lib/Pod/t/InputObjects.t
24536 ____________________________________________________________________________
24537 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
24538         Log: Integrate perlio;
24539              
24540              Quick fix (after couple of clever fixes failed) for
24541              "accept leaks memory" fail [ID 20011223.001]
24542              
24543              Nick Clark's embed.pl fix for my_socketpair
24544      Branch: perl
24545           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
24546 ____________________________________________________________________________
24547 [ 13926] By: nick                                  on 2001/12/29  15:23:21
24548         Log: Nick Clark's embed.pl fix for my_socketpair
24549      Branch: perlio
24550            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
24551 ____________________________________________________________________________
24552 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
24553         Log: Slight tweaks on the MM_Win32.t.
24554      Branch: perl
24555            ! lib/ExtUtils/t/MM_Win32.t
24556 ____________________________________________________________________________
24557 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
24558         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
24559              From: Abe Timmerman <abe@ztreet.demon.nl>
24560              Date: Sat, 29 Dec 2001 12:51:36 +0100
24561              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
24562      Branch: perl
24563            + lib/ExtUtils/t/MM_Win32.t
24564            ! MANIFEST
24565 ____________________________________________________________________________
24566 [ 13923] By: nick                                  on 2001/12/29  15:12:07
24567         Log: Quick fix (after couple of clever fixes failed) for
24568              "accept leaks memory" fail [ID 20011223.001]
24569      Branch: perlio
24570            ! pp_sys.c
24571 ____________________________________________________________________________
24572 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
24573         Log: Subject: [PATCH] Module names and other nits
24574              From: Autrijus Tang <autrijus@autrijus.org>                 
24575              Date: Sat, 29 Dec 2001 01:59:28 +0800
24576              Message-ID: <20011229015928.A29712@geb.elixus.org>              
24577      Branch: perl
24578            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
24579            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
24580            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
24581            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
24582            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
24583 ____________________________________________________________________________
24584 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
24585         Log: socketpair tweaks from Nicholas Clark.
24586      Branch: perl
24587            ! ext/Socket/socketpair.t util.c
24588 ____________________________________________________________________________
24589 [ 13920] By: nick                                  on 2001/12/29  12:36:21
24590         Log: Integrate mainline
24591      Branch: perlio
24592           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
24593           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
24594           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24595           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
24596           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
24597           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
24598           !> t/op/sysio.t
24599 ____________________________________________________________________________
24600 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
24601         Log: Retract #13917.
24602      Branch: perl
24603            ! doop.c
24604 ____________________________________________________________________________
24605 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
24606         Log: Subject: provisional MakeMaker patch for VMS
24607              From: "Craig A. Berry" <craigberry@mac.com> 
24608              Date: Thu, 27 Dec 2001 22:29:37 -0600
24609              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
24610      Branch: perl
24611            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24612 ____________________________________________________________________________
24613 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
24614         Log: (retracted by #13919)
24615      Branch: perl
24616            ! doop.c
24617 ____________________________________________________________________________
24618 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
24619         Log: metaconfig unit change for #13915.
24620      Branch: metaconfig/U/perl
24621            ! d_u32align.U
24622 ____________________________________________________________________________
24623 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
24624         Log: Remove debris in any case.
24625      Branch: perl
24626            ! Configure
24627 ____________________________________________________________________________
24628 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
24629         Log: Subject: [PATCH] Re: B::walksymtable oddness
24630              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24631              Date: Thu, 27 Dec 2001 19:14:24 +0100
24632              Message-ID: <3C2B7310.861.18820D0@localhost>
24633      Branch: perl
24634            ! ext/B/B.pm
24635 ____________________________________________________________________________
24636 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
24637         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
24638              From: Nicholas Clark <nick@unfortu.net> 
24639              Date: Fri, 28 Dec 2001 00:43:02 +0000
24640              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
24641      Branch: perl
24642            ! ext/Socket/socketpair.t
24643 ____________________________________________________________________________
24644 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
24645         Log: Fast Latin1<->UTF-8 conversion for older Perls.
24646      Branch: perl
24647            ! pod/perluniintro.pod
24648 ____________________________________________________________________________
24649 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
24650         Log: Update Changes.
24651      Branch: perl
24652            ! Changes patchlevel.h
24653 ____________________________________________________________________________
24654 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
24655         Log: More wait status trickery for BeOS.
24656      Branch: perl
24657            ! ext/POSIX/POSIX.xs
24658 ____________________________________________________________________________
24659 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
24660         Log: metaconfig unit change for #13908.
24661      Branch: metaconfig/U/perl
24662            ! d_u32align.U
24663 ____________________________________________________________________________
24664 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
24665         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
24666      Branch: perl
24667            ! Configure
24668 ____________________________________________________________________________
24669 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
24670         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
24671              From: gbarr@monty.mutatus.co.uk
24672              Date: 27 Dec 2001 14:41:36 -0000
24673              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
24674      Branch: perl
24675            ! lib/ExtUtils/t/Embed.t
24676 ____________________________________________________________________________
24677 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
24678         Log: Subject: [PATCH] Re: socketpair emulation
24679              From: Nicholas Clark <nick@unfortu.net> 
24680              Date: Wed, 26 Dec 2001 20:08:14 +0000
24681              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
24682      Branch: perl
24683            ! ext/Socket/socketpair.t
24684 ____________________________________________________________________________
24685 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
24686         Log: Subject: [DOC PATCH] left is right and right is left
24687              From: Philip Newton <Philip.Newton@gmx.net>
24688              Date: Thu, 27 Dec 2001 10:04:17 +0100
24689              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
24690      Branch: perl
24691            ! pod/perlfunc.pod pod/perlport.pod
24692 ____________________________________________________________________________
24693 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
24694         Log: Subject: [PATCH] check return of close
24695              From: andreas.koenig@anima.de (Andreas J. Koenig)            
24696              Date: 27 Dec 2001 09:47:30 +0100
24697              Message-ID: <m3ellhgicd.fsf@anima.de> 
24698              
24699              Subject: [PATCH] improve error reporting
24700              From: andreas.koenig@anima.de (Andreas J. Koenig)            
24701              Date: 27 Dec 2001 09:54:55 +0100
24702              Message-ID: <m3adw5gi00.fsf@anima.de> 
24703              
24704              Subject: [PATCH] check return value of close
24705              From: andreas.koenig@anima.de (Andreas J. Koenig)            
24706              Date: 27 Dec 2001 10:03:55 +0100
24707              Message-ID: <m3666tghl0.fsf@anima.de> 
24708              
24709              Subject: [PATCH] return of close
24710              From: andreas.koenig@anima.de (Andreas J. Koenig)            
24711              Date: 27 Dec 2001 10:22:15 +0100
24712              Message-ID: <m31yhhggqg.fsf@anima.de> 
24713      Branch: perl
24714            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
24715            ! t/io/fflush.t
24716 ____________________________________________________________________________
24717 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
24718         Log: Subject: [PATCH] check return of close
24719              From: andreas.koenig@anima.de (Andreas J. Koenig)            
24720              Date: 27 Dec 2001 09:47:30 +0100
24721              Message-ID: <m3ellhgicd.fsf@anima.de> 
24722      Branch: perl
24723            ! t/base/rs.t
24724 ____________________________________________________________________________
24725 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
24726         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
24727              From: andreas.koenig@anima.de (Andreas J. Koenig)
24728              Date: 27 Dec 2001 09:21:16 +0100
24729              Message-ID: <m3n105gjk3.fsf@anima.de>
24730      Branch: perl
24731            ! t/op/sysio.t
24732 ____________________________________________________________________________
24733 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
24734         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
24735              From: "Gerrit P. Haase" <gp@familiehaase.de>
24736              Date: Thu, 27 Dec 2001 09:23:55 +0100 
24737              Message-ID: <98211521662.20011227092355@familiehaase.de>
24738      Branch: perl
24739            ! lib/ExtUtils/t/MM_Cygwin.t
24740 ____________________________________________________________________________
24741 [ 13900] By: nick                                  on 2001/12/27  11:11:51
24742         Log: Integrate mainline
24743      Branch: perlio
24744           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
24745           +> lib/File/Spec/NW5.pm
24746           !> (integrate 52 files)
24747 ____________________________________________________________________________
24748 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
24749         Log: Replace the awful (most likely generated and not very persistent)
24750              URL with something tangible.
24751      Branch: perl
24752            ! README.hpux
24753 ____________________________________________________________________________
24754 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
24755         Log: Naughty /dev/printer (ls -l, really) of IRIX.
24756      Branch: perl
24757            ! t/op/stat.t
24758 ____________________________________________________________________________
24759 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
24760         Log: Upgrade to Net::Ping 2.10.
24761      Branch: perl
24762            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
24763            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
24764            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
24765            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
24766 ____________________________________________________________________________
24767 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
24768         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
24769              (this showed up in Benchmark.t)
24770      Branch: perl
24771            ! pp_sys.c
24772 ____________________________________________________________________________
24773 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
24774         Log: BeOS updates.
24775      Branch: perl
24776            ! README.beos beos/beos.c
24777 ____________________________________________________________________________
24778 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
24779         Log: Subject: Re: bleadperl doesn't compile
24780              From: "Gerrit P. Haase" <gp@familiehaase.de>
24781              Date: Wed, 26 Dec 2001 21:29:08 +0100
24782              Message-ID: <22168634623.20011226212908@familiehaase.de>
24783              
24784              Cygwin with multiplicity.
24785      Branch: perl
24786            ! perlio.c
24787 ____________________________________________________________________________
24788 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
24789         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
24790              From: Nicholas Clark <nick@ccl4.org>
24791              Date: Wed, 26 Dec 2001 19:07:33 +0000
24792              Message-ID: <20011226190732.J48842@plum.flirble.org>            
24793              
24794              socketpair() (un)signedness nit.
24795      Branch: perl
24796            ! util.c
24797 ____________________________________________________________________________
24798 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
24799         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
24800              From: Nicholas Clark <nick@ccl4.org>
24801              Date: Wed, 26 Dec 2001 19:19:47 +0000
24802              Message-ID: <20011226191946.K48842@plum.flirble.org>
24803              
24804              Use report_evil_fh().
24805      Branch: perl
24806            ! doio.c
24807 ____________________________________________________________________________
24808 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
24809         Log: Bad $? assumptions.
24810      Branch: perl
24811            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
24812 ____________________________________________________________________________
24813 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
24814         Log: Net::Ping isn't going to work much without
24815              the Socket extension; fail more gracefully.
24816      Branch: perl
24817            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
24818            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
24819            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
24820            ! lib/Net/Ping/t/300_ping_stream.t
24821 ____________________________________________________________________________
24822 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
24823         Log: metaconfig unit change for #13888.
24824      Branch: metaconfig
24825            ! U/modified/Oldconfig.U
24826 ____________________________________________________________________________
24827 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
24828         Log: test -d /system is a bit too generic test for VOS
24829              (false hit in BeOS)
24830      Branch: perl
24831            ! Configure
24832 ____________________________________________________________________________
24833 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
24834         Log: No AF_UNIX in BeOS.
24835      Branch: perl
24836            ! util.c
24837 ____________________________________________________________________________
24838 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
24839         Log: FAQ sync.
24840      Branch: perl
24841            ! pod/perlfaq5.pod
24842 ____________________________________________________________________________
24843 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
24844         Log: Update Changes.
24845      Branch: perl
24846            ! Changes patchlevel.h
24847 ____________________________________________________________________________
24848 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
24849         Log: Make -t equal -tw.
24850      Branch: perl
24851            ! perl.c pod/perlrun.pod
24852 ____________________________________________________________________________
24853 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
24854         Log: Subject: Re: Not OK 13881
24855              From: John Peacock <jpeacock@rowman.com>
24856              Date: Tue, 25 Dec 2001 06:02:12 -0500
24857              Message-ID: <3C285CB4.8040006@rowman.com>
24858      Branch: perl
24859            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
24860 ____________________________________________________________________________
24861 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
24862         Log: Subject: Re: Not OK 13881
24863              From: andreas.koenig@anima.de (Andreas J. Koenig)
24864              Date: 25 Dec 2001 07:33:23 +0100
24865              Message-ID: <m3bsgnajws.fsf@anima.de>
24866      Branch: perl
24867            ! op.c
24868 ____________________________________________________________________________
24869 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
24870         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
24871              From: Mark-Jason Dominus <mjd@plover.com>    
24872              Date: Mon, 24 Dec 2001 18:14:48 -0500
24873              Message-ID: <20011224231448.25826.qmail@plover.com>
24874      Branch: perl
24875            ! op.c t/op/eval.t
24876 ____________________________________________________________________________
24877 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
24878         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
24879              From: Dave Rolsky <autarch@urth.org>
24880              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
24881              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
24882      Branch: perl
24883            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
24884            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
24885            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24886            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24887            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
24888 ____________________________________________________________________________
24889 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
24890         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
24891              From: Jeffrey Friedl <jfriedl@yahoo.com>
24892              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
24893              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
24894              
24895              The rest of the tests for plus few extras.
24896      Branch: perl
24897            ! t/op/pat.t
24898 ____________________________________________________________________________
24899 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
24900         Log: metaconfig unit change for #13877.
24901      Branch: metaconfig
24902            ! U/modified/Unix.U
24903 ____________________________________________________________________________
24904 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
24905         Log: No-op.
24906      Branch: perl
24907            ! Configure
24908 ____________________________________________________________________________
24909 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
24910         Log: More constant casting.
24911      Branch: perl
24912            ! regexec.c
24913 ____________________________________________________________________________
24914 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
24915         Log: Subject: perlhack.pod 
24916              From: "John P. Linderman" <jpl@research.att.com>
24917              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
24918              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
24919      Branch: perl
24920            ! pod/perlhack.pod
24921 ____________________________________________________________________________
24922 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
24923         Log: File::Find patch patches from Thomas Wegner.
24924      Branch: perl
24925            ! lib/File/Find.pm
24926 ____________________________________________________________________________
24927 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
24928         Log: Subject: Re: socketpair emulation 
24929              From: Nicholas Clark <nick@unfortu.net>                 
24930              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
24931              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
24932      Branch: perl
24933            ! ext/Socket/socketpair.t
24934 ____________________________________________________________________________
24935 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
24936         Log: Must cast constants if they can be quads.
24937      Branch: perl
24938            ! regcomp.c
24939 ____________________________________________________________________________
24940 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
24941         Log: Promote the e/uid to wide enough un/signed integers
24942              and printf them as such.
24943      Branch: perl
24944            ! taint.c
24945 ____________________________________________________________________________
24946 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
24947         Log: metaconfig unit change for #13869.
24948      Branch: metaconfig/U/perl
24949            ! d_u32align.U
24950 ____________________________________________________________________________
24951 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
24952         Log: The U32 alignment test wasn't really working, noticed
24953              by Paul Green.  Now the test works, but this means that
24954              we may see coredumps from the test.   I sure hope MMUless
24955              places don't crash on the test.
24956      Branch: perl
24957            ! Configure
24958 ____________________________________________________________________________
24959 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
24960         Log: metaconfig unit changes for #13867.
24961      Branch: metaconfig
24962            ! U/compline/nblock_io.U U/modified/Unix.U
24963            ! U/modified/spitshell.U
24964 ____________________________________________________________________________
24965 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
24966         Log: More VOS tweaks.
24967      Branch: perl
24968            ! Configure
24969 ____________________________________________________________________________
24970 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
24971         Log: The funky final sigma casefolding.
24972      Branch: perl
24973            ! regcomp.c regexec.c t/op/pat.t utf8.h
24974 ____________________________________________________________________________
24975 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
24976         Log: Update Changes.
24977      Branch: perl
24978            ! Changes patchlevel.h
24979 ____________________________________________________________________________
24980 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
24981         Log: Move the \C and \X to pat.t.
24982      Branch: perl
24983            ! t/op/pat.t t/op/re_tests
24984 ____________________________________________________________________________
24985 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
24986         Log: More logical test ordering.
24987      Branch: perl
24988            ! perl.h
24989 ____________________________________________________________________________
24990 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
24991         Log: Integrate perlio;
24992              
24993              Add at least the "important" PerlIO_xxxx functions to embed.pl
24994              so that they get implicit pTHX_ and we can avoid slow dTHX.
24995              
24996              Put PerlIO stuff inside EXTERN C
24997              
24998              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
24999      Branch: perl
25000           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
25001           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
25002           !> win32/win32.c
25003 ____________________________________________________________________________
25004 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
25005         Log: Even more \X fixing.
25006      Branch: perl
25007            ! regexec.c t/op/pat.t
25008 ____________________________________________________________________________
25009 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
25010         Log: More \X fixing.
25011      Branch: perl
25012            ! regexec.c t/op/pat.t
25013 ____________________________________________________________________________
25014 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
25015         Log: Fix encoding pragma.
25016      Branch: perl
25017            ! regcomp.c
25018 ____________________________________________________________________________
25019 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
25020         Log: Subject: socketpair emulation
25021              From: Nicholas Clark <nick@unfortu.net>
25022              Date: Sat, 22 Dec 2001 18:38:18 +0000
25023              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
25024      Branch: perl
25025            + ext/Socket/socketpair.t
25026            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
25027            ! pp_sys.c proto.h util.c
25028 ____________________________________________________________________________
25029 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
25030         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
25031              From: Jeffrey Friedl <jfriedl@yahoo.com>
25032              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
25033              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
25034              
25035              (partially applied, most of the new tests need to be rethought)
25036      Branch: perl
25037            ! regcomp.c t/op/re_tests
25038 ____________________________________________________________________________
25039 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
25040         Log: Small tweaks.
25041      Branch: perl
25042            ! handy.h regexec.c
25043 ____________________________________________________________________________
25044 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
25045         Log: Unicode casefolding continues.
25046              (lib/encoding.t still failing.)
25047      Branch: perl
25048            ! regexec.c t/op/pat.t
25049 ____________________________________________________________________________
25050 [ 13854] By: nick                                  on 2001/12/22  20:01:27
25051         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
25052      Branch: perlio
25053            ! makedef.pl perlio.h perlio.sym win32/win32.c
25054 ____________________________________________________________________________
25055 [ 13853] By: nick                                  on 2001/12/22  19:58:53
25056         Log: Put PerlIO stuff inside EXTERN C
25057      Branch: perlio
25058            ! embed.pl proto.h
25059 ____________________________________________________________________________
25060 [ 13852] By: nick                                  on 2001/12/22  18:04:34
25061         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
25062              so that they get implicit pTHX_ and we can avoid slow dTHX.
25063      Branch: perlio
25064            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
25065            ! perlio.h pod/perlapi.pod proto.h
25066 ____________________________________________________________________________
25067 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
25068         Log: metaconfig unit change for #13850.
25069      Branch: metaconfig
25070            ! U/modified/Loc.U
25071 ____________________________________________________________________________
25072 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
25073         Log: Rework the make logic (again).
25074      Branch: perl
25075            ! Configure
25076 ____________________________________________________________________________
25077 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
25078         Log: Integrate perlio;
25079              Fix mis-parse of autoloaded usage code by declaring the sub
25080              Correct checking code which Ilya spotted was tripped by CR at EOF.
25081              The CR at EOF fix earlier broke CR at end-of-buffer.
25082      Branch: perl
25083            ! regexec.c
25084           !> ext/POSIX/POSIX.pm perlio.c sv.c
25085 ____________________________________________________________________________
25086 [ 13848] By: nick                                  on 2001/12/22  15:11:17
25087         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
25088              This should be okay for both?
25089      Branch: perlio
25090            ! perlio.c
25091 ____________________________________________________________________________
25092 [ 13847] By: nick                                  on 2001/12/22  12:26:32
25093         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
25094              Also tone down perl -DP tracing of sv_gets.
25095      Branch: perlio
25096            ! perlio.c sv.c
25097 ____________________________________________________________________________
25098 [ 13846] By: nick                                  on 2001/12/22  10:49:27
25099         Log: Fix mis-parse of autoloaded usage code by declaring the sub
25100      Branch: perlio
25101            ! ext/POSIX/POSIX.pm
25102 ____________________________________________________________________________
25103 [ 13845] By: nick                                  on 2001/12/22  10:44:11
25104         Log: Integrate mainline - some fails:
25105              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
25106              -------------------------------------------------------------------------------
25107              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
25108              ../lib/encoding.t                    19    2  10.53%  17-18
25109              op/pat.t                            770    3   0.39%  754-755 757
25110      Branch: perlio
25111           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
25112           !> (integrate 36 files)
25113 ____________________________________________________________________________
25114 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
25115         Log: More Unicode casing fixes.
25116      Branch: perl
25117            ! regexec.c t/op/pat.t
25118 ____________________________________________________________________________
25119 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
25120         Log: Unicode casefolding fixes.
25121      Branch: perl
25122            ! op.c regcomp.c regexec.c t/op/pat.t
25123 ____________________________________________________________________________
25124 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
25125         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
25126              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
25127              Date: Sat, 22 Dec 2001 00:01:29 +0100
25128              Message-ID: <20011222000129.A713@rafael>
25129      Branch: perl
25130            ! ext/B/B/Deparse.pm
25131 ____________________________________________________________________________
25132 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
25133         Log: VOS config from Paul Green.
25134      Branch: perl
25135            ! hints/vos.sh
25136 ____________________________________________________________________________
25137 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
25138         Log: Subject: [PATCH @13746] CreateTTY on OS/2
25139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25140              Date: Fri, 21 Dec 2001 15:59:45 -0500
25141              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
25142      Branch: perl
25143            ! lib/perl5db.pl
25144 ____________________________________________________________________________
25145 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
25146         Log: Subject: [PATCH @13746] uninstalled build of modules broken
25147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25148              Date: Fri, 21 Dec 2001 15:49:09 -0500
25149              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
25150      Branch: perl
25151            ! lib/ExtUtils/MM_Unix.pm
25152 ____________________________________________________________________________
25153 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
25154         Log: Subject: [PATCH @13746] OS/2 File::* modules
25155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25156              Date: Fri, 21 Dec 2001 15:43:24 -0500
25157              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
25158      Branch: perl
25159            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
25160 ____________________________________________________________________________
25161 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
25162         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
25163              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25164              Date: Fri, 21 Dec 2001 17:29:07 +0100
25165              Message-ID: <3C236353.6625C4C0@alcatel.at>
25166      Branch: perl
25167            ! pod/perltie.pod
25168 ____________________________________________________________________________
25169 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
25170         Log: metaconfig unit changes for #13835
25171      Branch: metaconfig
25172            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
25173            ! U/modified/sh.U
25174 ____________________________________________________________________________
25175 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
25176         Log: Further VOS tweaks: the _exe needs to be introduced
25177              in the very beginning, and the make/gmake needs special
25178              VOS logic.
25179      Branch: perl
25180            ! Configure Makefile.SH
25181 ____________________________________________________________________________
25182 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
25183         Log: Update Changes.
25184      Branch: perl
25185            ! Changes patchlevel.h
25186 ____________________________________________________________________________
25187 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
25188         Log: metaconfig unit change for #13832.
25189      Branch: metaconfig
25190            ! U/modified/spitshell.U
25191 ____________________________________________________________________________
25192 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
25193         Log: Also the search for cat needs to be _exe-aware.
25194      Branch: perl
25195            ! Configure
25196 ____________________________________________________________________________
25197 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
25198         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
25199              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25200              Date: Fri, 21 Dec 2001 14:02:01 +0100
25201              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
25202      Branch: perl
25203            ! ext/B/B/Xref.pm
25204 ____________________________________________________________________________
25205 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
25206         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
25207      Branch: perl
25208            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
25209            ! ext/B/t/assembler.t
25210 ____________________________________________________________________________
25211 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
25212         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
25213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25214              Date: Fri, 21 Dec 2001 11:15:38 +0100
25215              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
25216      Branch: perl
25217            ! hv.c
25218 ____________________________________________________________________________
25219 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
25220         Log: A plan is good.
25221      Branch: perl
25222            ! ext/re/re.t
25223 ____________________________________________________________________________
25224 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
25225         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
25226              From: chromatic <chromatic@rmci.net>
25227              Date: Thu, 20 Dec 2001 16:16:48 -0700
25228              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
25229      Branch: perl
25230            + ext/re/re.t
25231            ! MANIFEST
25232 ____________________________________________________________________________
25233 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
25234         Log: Synchronize the skippage message.
25235      Branch: perl
25236            ! lib/ExtUtils/t/MM_OS2.t
25237 ____________________________________________________________________________
25238 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
25239         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
25240              From: chromatic <chromatic@rmci.net>
25241              Date: Thu, 20 Dec 2001 16:09:10 -0700
25242              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
25243      Branch: perl
25244            + lib/ExtUtils/t/MM_OS2.t
25245            ! MANIFEST
25246 ____________________________________________________________________________
25247 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
25248         Log: Subject: perlfunc.pod patch re flock via fcntl
25249              From: "Tye McQueen" <tye@metronet.com>
25250              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
25251              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
25252      Branch: perl
25253            ! pod/perlfunc.pod
25254 ____________________________________________________________________________
25255 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
25256         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
25257              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
25258              (the Unicode maximum code point) warnable offenses.
25259      Branch: perl
25260            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
25261            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
25262 ____________________________________________________________________________
25263 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
25264         Log: Sterner admonishment on -t.
25265      Branch: perl
25266            ! pod/perlrun.pod
25267 ____________________________________________________________________________
25268 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
25269         Log: Subject: [PATCH B::Dpparse] minor qr// fix
25270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25271              Date: Thu, 20 Dec 2001 22:53:34 +0100
25272              Message-ID: <20011220225334.A735@rafael>
25273      Branch: perl
25274            ! ext/B/B/Deparse.pm
25275 ____________________________________________________________________________
25276 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
25277         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
25278              From: Robert Spier <rspier@pobox.com>
25279              Date: Thu, 20 Dec 2001 08:10:00 -0800
25280              Message-ID: <15394.3416.693353.107334@rls.cx>
25281      Branch: perl
25282            ! lib/Carp/Heavy.pm
25283 ____________________________________________________________________________
25284 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
25285         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
25286      Branch: perl
25287           !> win32/win32io.c
25288 ____________________________________________________________________________
25289 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
25290         Log: Subject: Re: [PATCH pod/perliol.pod] resend
25291              From: Stas Bekman <stas@stason.org>
25292              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
25293              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
25294      Branch: perl
25295            ! pod/perliol.pod
25296 ____________________________________________________________________________
25297 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
25298         Log: Fix up the APIs noone hopefully uses.
25299      Branch: perl
25300            ! utf8.c
25301 ____________________________________________________________________________
25302 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
25303         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
25304              Date: Wed, 19 Dec 2001 14:13:38 -0800
25305              From: Robert Spier <rspier@pobox.com>
25306              Message-ID: <15393.4370.605214.548582@rls.cx>
25307      Branch: perl
25308            ! lib/Carp.t lib/Carp/Heavy.pm
25309 ____________________________________________________________________________
25310 [ 13815] By: nick                                  on 2001/12/20  10:23:42
25311         Log: pTHX_ fixes for :win32 layer
25312      Branch: perlio
25313            ! win32/win32io.c
25314 ____________________________________________________________________________
25315 [ 13814] By: nick                                  on 2001/12/20  08:20:11
25316         Log: Integrate mainline (mostly) utf8.c does not compile.
25317      Branch: perlio
25318           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
25319           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25320           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25321           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
25322           +> lib/Net/Ping/t/300_ping_stream.t
25323           !> Changes MANIFEST embed.h embed.pl embedvar.h
25324           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
25325           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
25326           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
25327           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
25328           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
25329 ____________________________________________________________________________
25330 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
25331         Log: Some bincompat clawbacks.
25332      Branch: perl
25333            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
25334            ! wince/perldll.def
25335 ____________________________________________________________________________
25336 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
25337         Log: gcc pacifying (RH 7.1/ia64).
25338      Branch: perl
25339            ! pp.c
25340 ____________________________________________________________________________
25341 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
25342         Log: Update Changes.
25343      Branch: perl
25344            ! Changes patchlevel.h
25345 ____________________________________________________________________________
25346 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
25347         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
25348              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25349              Date: Wed, 19 Dec 2001 12:35:07 +0100
25350              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
25351              
25352              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
25353              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25354              Date: Wed, 19 Dec 2001 17:34:51 +0000
25355              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
25356      Branch: perl
25357            ! pod/perlre.pod
25358 ____________________________________________________________________________
25359 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
25360         Log: Integrate perlio.
25361      Branch: perl
25362           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25363           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
25364 ____________________________________________________________________________
25365 [ 13808] By: nick                                  on 2001/12/19  16:08:27
25366         Log: Add pTHX to all vtable functions for future-proofing and
25367              consistency of PerlIO layers.
25368      Branch: perlio
25369            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25370            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
25371 ____________________________________________________________________________
25372 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
25373         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
25374      Branch: perl
25375            ! ext/B/B/Assembler.pm
25376 ____________________________________________________________________________
25377 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
25378         Log: Reword the alarm explanation.
25379      Branch: perl
25380            ! pod/perlfunc.pod
25381 ____________________________________________________________________________
25382 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
25383         Log: Subject: [PATCH @13746] OS/2 build
25384              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
25385              Date: Wed, 19 Dec 2001 02:45:41 -0500
25386              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
25387              
25388              (skipped the t/TEST change)
25389      Branch: perl
25390            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
25391            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
25392            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
25393 ____________________________________________________________________________
25394 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
25395         Log: Upgrade to Net::Ping 2.09.
25396      Branch: perl
25397            + lib/Net/Ping/CHANGES lib/Net/Ping/README
25398            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25399            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25400            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
25401            + lib/Net/Ping/t/300_ping_stream.t
25402            ! MANIFEST lib/Net/Ping.pm
25403 ____________________________________________________________________________
25404 [ 13803] By: nick                                  on 2001/12/19  14:43:24
25405         Log: Integrate mainline
25406      Branch: perlio
25407           +> ext/B/t/assembler.t lib/lib.t
25408           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
25409           !> lib/lib_pm.PL t/op/glob.t utf8.c
25410 ____________________________________________________________________________
25411 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
25412         Log: B::Assembler/B::Disassembler patches and test;
25413              from Wolfgang Laun.
25414              
25415              TODO: getting perlcc working.
25416      Branch: perl
25417            + ext/B/t/assembler.t
25418            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
25419 ____________________________________________________________________________
25420 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
25421         Log: Can't printf U8s as UVs.
25422      Branch: perl
25423            ! utf8.c
25424 ____________________________________________________________________________
25425 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
25426         Log: Subject: Re: [PATCH] ...while $var = glob(...)
25427              From: Robin Houston <robin@kitsite.com> 
25428              Date: Wed, 19 Dec 2001 13:48:55 +0000
25429              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
25430              
25431              Not exactly a glob test but internal-logically correct.
25432      Branch: perl
25433            ! t/op/glob.t
25434 ____________________________________________________________________________
25435 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
25436         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
25437              From: Michael G Schwern <schwern@pobox.com> 
25438              Date: Wed, 19 Dec 2001 07:42:54 -0500
25439              Message-ID: <20011219124254.GF8630@blackrider>
25440      Branch: perl
25441            + lib/lib.t
25442            ! MANIFEST lib/lib_pm.PL
25443 ____________________________________________________________________________
25444 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
25445         Log: Integrate with perlio.
25446      Branch: perl
25447           !> hv.c hv.h scope.c util.c
25448 ____________________________________________________________________________
25449 [ 13797] By: nick                                  on 2001/12/19  12:03:21
25450         Log: Remove the sometimes-lvalue cast
25451      Branch: perlio
25452            ! hv.h
25453 ____________________________________________________________________________
25454 [ 13796] By: nick                                  on 2001/12/19  11:02:27
25455         Log: alarm.t with -Uuseperlio fix
25456              - SA_RESTART should only be function of PERL_OLD_SIGNALS
25457              not USE_PERLIO
25458      Branch: perlio
25459            ! util.c
25460 ____________________________________________________________________________
25461 [ 13795] By: nick                                  on 2001/12/19  10:19:40
25462         Log: Fix READONLY hashes:
25463              1. Discovered need for disabled scope.c part of Jeff's patch.
25464              2. Corrected hv_delete* - entry was being de-linked from
25465              chain (patch program not smart enough?)
25466      Branch: perlio
25467            ! hv.c scope.c
25468 ____________________________________________________________________________
25469 [ 13794] By: nick                                  on 2001/12/19  09:35:13
25470         Log: Integrate mainline
25471      Branch: perlio
25472           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
25473           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
25474           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
25475           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
25476           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
25477 ____________________________________________________________________________
25478 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
25479         Log: Regen toc.
25480      Branch: perl
25481            ! pod/perltoc.pod
25482 ____________________________________________________________________________
25483 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
25484         Log: FAQ sync.
25485      Branch: perl
25486            ! pod/perlfaq5.pod
25487 ____________________________________________________________________________
25488 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
25489         Log: Reformat round.
25490      Branch: perl
25491            ! pod/perlunicode.pod
25492 ____________________________________________________________________________
25493 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
25494         Log: Subject: [PATCH] pod/perlunicode.pod
25495              From: Jeffrey Friedl <jfriedl@yahoo.com>
25496              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
25497              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
25498      Branch: perl
25499            ! pod/perlunicode.pod
25500 ____________________________________________________________________________
25501 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
25502         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
25503              From: Jeffrey Friedl <jfriedl@yahoo.com>
25504              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
25505              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
25506      Branch: perl
25507            ! pod/perluniintro.pod
25508 ____________________________________________________________________________
25509 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
25510         Log: Slight pod reformatting.
25511      Branch: perl
25512            ! pod/perluniintro.pod
25513 ____________________________________________________________________________
25514 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
25515         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
25516              From: Jeffrey Friedl <jfriedl@yahoo.com>    
25517              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
25518              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
25519      Branch: perl
25520            ! pod/perluniintro.pod
25521 ____________________________________________________________________________
25522 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
25523         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
25524              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25525              Date: Wed, 19 Dec 2001 01:45:23 +0000
25526              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
25527      Branch: perl
25528            ! sv.c
25529 ____________________________________________________________________________
25530 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
25531         Log: Subject: Porting/checkURL.pl
25532              From: abigail@foad.org
25533              Date: Tue, 18 Dec 2001 19:03:22 +0100          
25534              Message-ID: <20011218180322.8278.qmail@foad.org> 
25535      Branch: perl
25536            ! Porting/checkURL.pl
25537 ____________________________________________________________________________
25538 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
25539         Log: metaconfig unit change for #13783.
25540      Branch: metaconfig
25541            ! U/modified/Loc.U
25542 ____________________________________________________________________________
25543 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
25544         Log: A bit too oversweeping matching in #13778.
25545      Branch: perl
25546            ! Configure
25547 ____________________________________________________________________________
25548 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
25549         Log: Re-gen Configure based on #13778..13781.
25550      Branch: perl
25551            ! Configure config_h.SH
25552 ____________________________________________________________________________
25553 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
25554         Log: First assume that crypt() can live happy normal life in
25555              the libc or the moral equivalent; only then try magic.
25556      Branch: metaconfig
25557            + U/modified/d_crypt.U
25558 ____________________________________________________________________________
25559 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
25560         Log: In VOS ACLs confuse the testing.
25561      Branch: metaconfig
25562            ! U/modified/Findhdr.U
25563 ____________________________________________________________________________
25564 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
25565         Log: Either make or gmake.
25566      Branch: metaconfig
25567            ! U/modified/Loc.U
25568 ____________________________________________________________________________
25569 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
25570         Log: If your _exe is different from .exe and your test -f $foo
25571              doesn't do magic to recognize $foo$_exe, you will need to
25572              specify -D_exe=... on command line-- and this patch.
25573      Branch: metaconfig
25574            + U/modified/sh.U
25575            ! U/modified/Loc.U
25576 ____________________________________________________________________________
25577 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
25578         Log: Fix the bugs in #13768..13776, and regen Configure.
25579      Branch: metaconfig
25580            ! U/compline/nblock_io.U U/modified/Findhdr.U
25581            ! U/modified/spitshell.U
25582      Branch: metaconfig/U/perl
25583            ! issymlink.U perlpath.U
25584      Branch: perl
25585            ! Configure config_h.SH
25586 ____________________________________________________________________________
25587 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
25588         Log: Must test with $_exe. (There are plenty of similar
25589              spots earlier but they are a tad more complex to fix
25590              since they come before the hints are run.)
25591      Branch: metaconfig
25592            + U/modified/yacc.U
25593 ____________________________________________________________________________
25594 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
25595         Log: F_SETFL might require <fcntl.h>
25596      Branch: metaconfig
25597            ! U/compline/nblock_io.U
25598 ____________________________________________________________________________
25599 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
25600         Log: Don't require make; have both make and gmake optional.
25601              (Maybe have a check that at least one of them is available?)
25602      Branch: metaconfig
25603            ! U/modified/Loc.U
25604 ____________________________________________________________________________
25605 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
25606         Log: cat might be farther than /bin or /usr/bin.
25607      Branch: metaconfig
25608            ! U/modified/spitshell.U
25609 ____________________________________________________________________________
25610 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
25611         Log: In VOS the path component separator is >, not /.
25612      Branch: metaconfig
25613            ! U/modified/Findhdr.U
25614 ____________________________________________________________________________
25615 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
25616         Log: The VOS shell doesn't implement the ? wildcard
25617              (? is used for other purposes, I assume); but
25618              it does implement the * wildcard, and that works
25619              in the general case just fine.
25620      Branch: metaconfig/U/perl
25621            ! d_dlsymun.U
25622 ____________________________________________________________________________
25623 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
25624         Log: VOS detection.
25625      Branch: metaconfig
25626            ! U/modified/Oldconfig.U
25627 ____________________________________________________________________________
25628 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
25629         Log: Proper path for VOS.
25630      Branch: metaconfig
25631            ! U/modified/Head.U
25632 ____________________________________________________________________________
25633 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
25634         Log: Change s/>& 4/>&4/g for consistency.
25635      Branch: metaconfig
25636            + U/modified/d_dosuid.U
25637            ! U/modified/d_socket.U
25638      Branch: metaconfig/U/perl
25639            ! issymlink.U perlxvf.U
25640 ____________________________________________________________________________
25641 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
25642         Log: Subject: Re: Benchmark.t failure on Linux
25643              From: Nicholas Clark <nick@ccl4.org>
25644              Date: Tue, 18 Dec 2001 22:51:25 +0000
25645              Message-ID: <20011218225124.N21702@plum.flirble.org>
25646      Branch: perl
25647            ! lib/Benchmark.t
25648 ____________________________________________________________________________
25649 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
25650         Log: Re-applying #13752 until a better solution can be found.
25651      Branch: perl
25652            ! lib/ExtUtils/t/MM_Unix.t
25653 ____________________________________________________________________________
25654 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
25655         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
25656              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
25657              Date: Tue, 18 Dec 2001 12:05:40 -0500
25658              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
25659      Branch: perl
25660            ! lib/Exporter.pm
25661 ____________________________________________________________________________
25662 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
25663         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
25664              findings -- some of the warnings I can't explain except
25665              by NVgf being detected wrong, though.
25666      Branch: perl
25667            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
25668 ____________________________________________________________________________
25669 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
25670         Log: Subject: [PATCH] pod/perluniintro.pod
25671              From: Jeffrey Friedl <jfriedl@yahoo.com>
25672              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
25673              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
25674      Branch: perl
25675            ! pod/perluniintro.pod
25676 ____________________________________________________________________________
25677 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
25678         Log: ".pm" is the native executable suffix in VOS.
25679      Branch: perl
25680            ! hints/vos.sh
25681 ____________________________________________________________________________
25682 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
25683         Log: Integrate perlio;
25684              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
25685      Branch: perl
25686           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
25687 ____________________________________________________________________________
25688 [ 13760] By: nick                                  on 2001/12/18  15:55:22
25689         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
25690              - added delete of READONLY value inhibit & test for same
25691              - re-tabbed
25692      Branch: perlio
25693            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
25694 ____________________________________________________________________________
25695 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
25696         Log: (Undone by #13766.)
25697              Retract #13752.
25698      Branch: perl
25699            ! lib/ExtUtils/t/MM_Unix.t
25700 ____________________________________________________________________________
25701 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
25702         Log: Echoes of #13757.
25703      Branch: perl
25704            ! t/lib/warnings/utf8
25705 ____________________________________________________________________________
25706 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
25707         Log: Make the utf8 malformedness messages more verbose.
25708      Branch: perl
25709            ! lib/utf8.t utf8.c
25710 ____________________________________________________________________________
25711 [ 13756] By: nick                                  on 2001/12/18  14:43:58
25712         Log: Integrate mainline
25713      Branch: perlio
25714           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
25715           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
25716           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
25717           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
25718           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
25719           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
25720            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
25721            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
25722            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
25723            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
25724            - lib/ExtUtils/testlib.t
25725           !> (integrate 28 files)
25726 ____________________________________________________________________________
25727 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
25728         Log: README.aix updates from Jens-Uwe Mager.
25729      Branch: perl
25730            ! README.aix
25731 ____________________________________________________________________________
25732 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
25733         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
25734              From: Michael G Schwern <schwern@pobox.com>
25735              Date: Tue, 18 Dec 2001 00:58:18 -0500
25736              Message-ID: <20011218055818.GC4362@blackrider>
25737      Branch: perl
25738            ! lib/Benchmark.t
25739 ____________________________________________________________________________
25740 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
25741         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
25742              From: Michael G Schwern <schwern@pobox.com>
25743              Date: Tue, 18 Dec 2001 00:40:38 -0500
25744              Message-ID: <20011218054038.GB4362@blackrider>
25745      Branch: perl
25746            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
25747 ____________________________________________________________________________
25748 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
25749         Log: (reintroduced by #13766)
25750              (retracted by #13759)
25751              
25752              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
25753              From: Michael G Schwern <schwern@pobox.com>  
25754              Date: Tue, 18 Dec 2001 00:00:23 -0500
25755              Message-ID: <20011218050023.GA27893@blackrider>
25756      Branch: perl
25757            ! lib/ExtUtils/t/MM_Unix.t
25758 ____________________________________________________________________________
25759 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
25760         Log: Re-patch #13749.
25761      Branch: perl
25762            ! t/op/glob.t
25763 ____________________________________________________________________________
25764 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
25765         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
25766              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25767              Date: Tue, 18 Dec 2001 12:55:43 +0000
25768              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
25769      Branch: perl
25770            ! ext/Devel/Peek/Peek.pm
25771 ____________________________________________________________________________
25772 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
25773         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
25774              From: Robin Houston <robin@kitsite.com> 
25775              Date: Tue, 18 Dec 2001 14:54:33 +0000
25776              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
25777      Branch: perl
25778            ! t/op/glob.t
25779 ____________________________________________________________________________
25780 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
25781         Log: Subject: [PATCH] slightly more for Exporter.pm
25782              From: Nicholas Clark <nick@ccl4.org>
25783              Date: Tue, 18 Dec 2001 00:22:03 +0000
25784              Message-ID: <20011218002203.M21702@plum.flirble.org>
25785      Branch: perl
25786            ! lib/Exporter.pm
25787 ____________________________________________________________________________
25788 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
25789         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
25790              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25791              Date: Mon, 17 Dec 2001 16:37:18 +0100
25792              Message-ID: <20011217163718.A2292@rafael>
25793              
25794              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
25795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25796              Date: Mon, 17 Dec 2001 23:17:06 +0100
25797              Message-ID: <20011217231706.A730@rafael>
25798      Branch: perl
25799            ! pod/perlsub.pod pp.c toke.c
25800 ____________________________________________________________________________
25801 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
25802         Log: Update Changes.
25803      Branch: perl
25804            ! Changes patchlevel.h
25805 ____________________________________________________________________________
25806 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
25807         Log: New test warrants a MANIFEST entry.
25808      Branch: perl
25809            ! MANIFEST
25810 ____________________________________________________________________________
25811 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
25812         Log: Subject: Re: [PATCH] ...while $var = glob(...)
25813              From: Robin Houston <robin@kitsite.com>
25814              Date: Mon, 17 Dec 2001 20:27:30 +0000
25815              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
25816              
25817              Can't portably unlink open files.
25818      Branch: perl
25819            ! t/op/glob.t
25820 ____________________________________________________________________________
25821 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
25822         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
25823      Branch: perl
25824            ! pod/perluniintro.pod
25825 ____________________________________________________________________________
25826 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
25827         Log: Move typeglob test from glob.t to gv.t.
25828      Branch: perl
25829            ! t/op/glob.t t/op/gv.t
25830 ____________________________________________________________________________
25831 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
25832         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
25833              From: Robin Houston <robin@kitsite.com> 
25834              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
25835              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
25836      Branch: perl
25837            ! t/op/glob.t
25838 ____________________________________________________________________________
25839 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
25840         Log: Demote the surrogate and non-character errors to warnings.
25841      Branch: perl
25842            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
25843 ____________________________________________________________________________
25844 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
25845         Log: Subject: [PATCH] more POSIX tests, and more autoloading
25846              From: Nicholas Clark <nick@ccl4.org>
25847              Date: Mon, 17 Dec 2001 18:27:47 +0000
25848              Message-ID: <20011217182747.D21702@plum.flirble.org>
25849      Branch: perl
25850            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
25851 ____________________________________________________________________________
25852 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
25853         Log: Subject: [PATCH] ...while $var = glob(...)
25854              From: Robin Houston <robin@kitsite.com> 
25855              Date: Mon, 17 Dec 2001 15:51:54 +0000
25856              Message-ID: <20011217155153.A311@robin.kitsite.com>
25857      Branch: perl
25858            ! op.c
25859 ____________________________________________________________________________
25860 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
25861         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
25862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25863              Date: Mon, 17 Dec 2001 15:23:01 +0100
25864              Message-ID: <20011217152301.A704@rafael>
25865      Branch: perl
25866            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
25867 ____________________________________________________________________________
25868 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
25869         Log: The system() vs $SIG{ARLM} is no more a todo.
25870      Branch: perl
25871            ! t/op/alarm.t
25872 ____________________________________________________________________________
25873 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
25874         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
25875              From: Michael G Schwern <schwern@pobox.com>
25876              Date: Sun, 16 Dec 2001 23:59:01 -0500
25877              Message-ID: <20011217045901.GL17232@blackrider>
25878      Branch: perl
25879            + t/op/alarm.t
25880            ! MANIFEST
25881 ____________________________________________________________________________
25882 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
25883         Log: s/UNIX/Unix/
25884      Branch: perl
25885            ! MANIFEST
25886 ____________________________________________________________________________
25887 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
25888         Log: Move ExtUtils tests to lib/ExtUtils/t.
25889      Branch: perl
25890            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
25891            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
25892            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
25893            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
25894            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
25895            + lib/ExtUtils/t/testlib.t
25896            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
25897            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
25898            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
25899            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
25900            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
25901            ! MANIFEST
25902 ____________________________________________________________________________
25903 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
25904         Log: Subject: [PATCH] MM_Unix tests, and some questions
25905              From: Tels <perl_dummy@bloodgate.com>
25906              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
25907              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
25908              
25909              Subject: Re: [PATCH] MM_Unix tests, and some questions
25910              From: Tels <perl_dummy@bloodgate.com>
25911              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
25912              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
25913      Branch: perl
25914            + lib/ExtUtils/MM_Unix.t
25915            ! MANIFEST lib/ExtUtils/MM_Unix.pm
25916 ____________________________________________________________________________
25917 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
25918         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
25919              From: Michael G Schwern <schwern@pobox.com>
25920              Date: Sun, 16 Dec 2001 17:53:55 -0500
25921              Message-ID: <20011216225354.GE8900@blackrider>
25922      Branch: perl
25923            ! lib/ExtUtils/MM_Unix.pm
25924 ____________________________________________________________________________
25925 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
25926         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
25927              From: Michael G Schwern <schwern@pobox.com>                
25928              Date: Sun, 16 Dec 2001 16:12:55 -0500
25929              Message-ID: <20011216211255.GV8900@blackrider>
25930      Branch: perl
25931            ! ext/B/B/Deparse.pm
25932 ____________________________________________________________________________
25933 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
25934         Log: Subject: [PATCH] Exporter.pm
25935              From: Nicholas Clark <nick@ccl4.org>
25936              Date: Sun, 16 Dec 2001 19:24:25 +0000
25937              Message-ID: <20011216192425.R21702@plum.flirble.org>
25938      Branch: perl
25939            ! lib/Exporter.pm
25940 ____________________________________________________________________________
25941 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
25942         Log: Subject: [PATCH] Exporter.t (and question)
25943              From: Nicholas Clark <nick@ccl4.org>
25944              Date: Sun, 16 Dec 2001 17:24:55 +0000
25945              Message-ID: <20011216172455.P21702@plum.flirble.org>
25946      Branch: perl
25947            ! lib/Exporter.t
25948 ____________________________________________________________________________
25949 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
25950         Log: Subject: Re: perl@13661
25951              From: "John P. Linderman" <jpl@research.att.com>              
25952              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
25953              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
25954      Branch: perl
25955            ! pp_sort.c
25956 ____________________________________________________________________________
25957 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
25958         Log: Subject: Will the real Unicode encoding please stand up?
25959              From: Jeffrey Friedl <jfriedl@yahoo.com>
25960              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
25961              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
25962      Branch: perl
25963            ! pod/perluniintro.pod
25964 ____________________________________________________________________________
25965 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
25966         Log: Integrate perlio; interruptable system().
25967      Branch: perl
25968           !> util.c
25969 ____________________________________________________________________________
25970 [ 13724] By: nick                                  on 2001/12/17  09:16:50
25971         Log: Fix for alarm() breaking into wait*().
25972              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
25973              signal handler before caller re-does the system call.
25974      Branch: perlio
25975            ! util.c
25976 ____________________________________________________________________________
25977 [ 13723] By: nick                                  on 2001/12/17  07:45:13
25978         Log: Integrate mainline
25979      Branch: perlio
25980           +> (branch 26 files)
25981           !> (integrate 47 files)
25982 ____________________________________________________________________________
25983 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
25984         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
25985              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
25986              and characters beyond 0x10FFF should be disallowed, too,
25987              but some tests would need changing, but more importantly some
25988              APIs would need remodeling since one can easily generate such
25989              characters either by bitwise complements, tr complements, or
25990              v-strings.
25991      Branch: perl
25992            ! pod/perldiag.pod utf8.c
25993 ____________________________________________________________________________
25994 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
25995         Log: Make surrogates illegal also on EBCDIC.
25996      Branch: perl
25997            ! utf8.c
25998 ____________________________________________________________________________
25999 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
26000         Log: Subject: [patch @13687] Unicode::Collate 0.10
26001              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
26002              Date: Sun, 16 Dec 2001 21:22:12 +0900
26003              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
26004      Branch: perl
26005            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26006            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
26007 ____________________________________________________________________________
26008 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
26009         Log: More documentation for the encoding pragma.
26010      Branch: perl
26011            ! lib/encoding.pm
26012 ____________________________________________________________________________
26013 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
26014         Log: Subject: [PATCH] lib/open.pm 
26015              From: Jeffrey Friedl <jfriedl@yahoo.com>
26016              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
26017              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
26018      Branch: perl
26019            ! lib/open.pm
26020 ____________________________________________________________________________
26021 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
26022         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
26023              From: chromatic <chromatic@rmci.net>
26024              Date: Sat, 15 Dec 2001 23:24:40 -0700
26025              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
26026      Branch: perl
26027            + lib/ExtUtils/Installed.t
26028            ! MANIFEST
26029 ____________________________________________________________________________
26030 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
26031         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
26032              From: Michael G Schwern <schwern@pobox.com>
26033              Date: Sun, 16 Dec 2001 01:14:00 -0500
26034              Message-ID: <20011216061400.GC8900@blackrider>
26035      Branch: perl
26036            ! lib/diagnostics.pm
26037 ____________________________________________________________________________
26038 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
26039         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
26040              From: Michael G Schwern <schwern@pobox.com>
26041              Date: Sun, 16 Dec 2001 01:12:42 -0500
26042              Message-ID: <20011216061242.GB8900@blackrider>
26043      Branch: perl
26044            ! t/test.pl
26045 ____________________________________________________________________________
26046 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
26047         Log: I sometimes outsmart myself.
26048      Branch: perl
26049            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
26050 ____________________________________________________________________________
26051 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
26052         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
26053              From: Michael G Schwern <schwern@pobox.com>
26054              Date: Sat, 15 Dec 2001 15:08:29 -0500
26055              Message-ID: <20011215200829.GK1548@blackrider>
26056      Branch: perl
26057            ! lib/AutoSplit.pm
26058 ____________________________________________________________________________
26059 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
26060         Log: perlunicode enchancements suggested by Jeffrey Friedl.
26061      Branch: perl
26062            ! pod/perlunicode.pod
26063 ____________________________________________________________________________
26064 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
26065         Log: Subject: [PATCH] perlunicode.pod
26066              From: Jeffrey Friedl <jfriedl@yahoo.com>
26067              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
26068              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
26069      Branch: perl
26070            ! pod/perlunicode.pod
26071 ____________________________________________________________________________
26072 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
26073         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
26074              From: Jeffrey Friedl <jfriedl@yahoo.com>
26075              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
26076              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
26077      Branch: perl
26078            ! lib/utf8_heavy.pl
26079 ____________________________________________________________________________
26080 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
26081         Log: Can't create surrogates; so can't match them, either.
26082      Branch: perl
26083            ! pod/perlunicode.pod
26084 ____________________________________________________________________________
26085 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
26086         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
26087              From: Michael G Schwern <schwern@pobox.com>
26088              Date: Sat, 15 Dec 2001 21:20:35 -0500
26089              Message-ID: <20011216022035.GE5672@blackrider>
26090      Branch: perl
26091            ! t/test.pl
26092 ____________________________________________________________________________
26093 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
26094         Log: Make creating UTF-8 surrogates a punishable act.
26095      Branch: perl
26096            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
26097 ____________________________________________________________________________
26098 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
26099         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
26100      Branch: perl
26101            + lib/unicore/In/172.pl lib/unicore/In/173.pl
26102            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
26103            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
26104            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
26105            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
26106            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
26107 ____________________________________________________________________________
26108 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
26109         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
26110              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26111              Date: Sat, 15 Dec 2001 23:21:43 +0100
26112              Message-ID: <20011215232143.A11790@rafael>
26113      Branch: perl
26114            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
26115 ____________________________________________________________________________
26116 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
26117         Log: Make charnames more robust.
26118      Branch: perl
26119            ! lib/charnames.pm
26120 ____________________________________________________________________________
26121 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
26122         Log: The hoops one has to jump through.
26123      Branch: perl
26124            ! ext/I18N/Langinfo/Langinfo.pm
26125 ____________________________________________________________________________
26126 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
26127         Log: Subject: [PATCH] perlstyle.pod nit on warnings
26128              From: Autrijus Tang <autrijus@egb.elixus.org>
26129              Date: Sat, 15 Dec 2001 04:24:34 -0800
26130              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
26131      Branch: perl
26132            ! pod/perlstyle.pod
26133 ____________________________________________________________________________
26134 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
26135         Log: I don't think we are in FooOS, Toto.
26136      Branch: perl
26137            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
26138 ____________________________________________________________________________
26139 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
26140         Log: Subject: Re: Untested modules update:  There's more than we thought
26141              From: chromatic <chromatic@rmci.net>
26142              Date: Fri, 14 Dec 2001 17:20:24 -0700
26143              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
26144      Branch: perl
26145            + lib/ExtUtils/MM_Cygwin.t
26146            ! MANIFEST
26147 ____________________________________________________________________________
26148 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
26149         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
26150              From: Michael G Schwern <schwern@pobox.com> 
26151              Date: Fri, 14 Dec 2001 20:59:42 -0500
26152              Message-ID: <20011215015942.GF28596@blackrider>
26153      Branch: perl
26154            ! t/TEST
26155 ____________________________________________________________________________
26156 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
26157         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
26158              From: Michael G Schwern <schwern@pobox.com> 
26159              Date: Fri, 14 Dec 2001 20:03:46 -0500
26160              Message-ID: <20011215010346.GD28596@blackrider>
26161      Branch: perl
26162            + ext/B/t/bblock.t
26163            ! MANIFEST
26164 ____________________________________________________________________________
26165 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
26166         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
26167              From: Michael G Schwern <schwern@pobox.com> 
26168              Date: Fri, 14 Dec 2001 19:59:13 -0500
26169              Message-ID: <20011215005913.GC28596@blackrider>
26170      Branch: perl
26171            ! ext/B/B/Bblock.pm
26172 ____________________________________________________________________________
26173 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
26174         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
26175              From: Michael G Schwern <schwern@pobox.com> 
26176              Date: Fri, 14 Dec 2001 19:36:12 -0500
26177              Message-ID: <20011215003611.GA28596@blackrider>
26178      Branch: perl
26179            + ext/B/t/asmdata.t
26180            ! MANIFEST
26181 ____________________________________________________________________________
26182 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
26183         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
26184              From: Michael G Schwern <schwern@pobox.com> 
26185              Date: Fri, 14 Dec 2001 19:14:14 -0500
26186              Message-ID: <20011215001414.GA25077@blackrider>
26187      Branch: perl
26188            ! bytecode.pl ext/B/B/Asmdata.pm
26189 ____________________________________________________________________________
26190 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
26191         Log: Permissions.
26192      Branch: perl
26193            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
26194            ! ext/Devel/PPPort/module3.c
26195 ____________________________________________________________________________
26196 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
26197         Log: Benchmark test from Nicholas Clark.
26198      Branch: perl
26199            + lib/Benchmark.t
26200            ! MANIFEST lib/Benchmark.pm
26201 ____________________________________________________________________________
26202 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
26203         Log: Mithing.
26204      Branch: perl
26205            + lib/Attribute/Handlers/demo/demo2.pl
26206            + lib/Attribute/Handlers/demo/demo3.pl
26207            + lib/Attribute/Handlers/demo/demo4.pl
26208 ____________________________________________________________________________
26209 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
26210         Log: Silence compiler worries found by Schwern/Digital cc.
26211      Branch: perl
26212            ! perlio.c sv.c x2p/str.c
26213 ____________________________________________________________________________
26214 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
26215         Log: User may not have a valid home directory even if
26216              getpwuid() succedds.
26217      Branch: perl
26218            ! ext/File/Glob/t/basic.t
26219 ____________________________________________________________________________
26220 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
26221         Log: Integrate with perlio.  (No changes, but that's okay.)
26222      Branch: perl
26223           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
26224 ____________________________________________________________________________
26225 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
26226         Log: Add a Configure hints file for VOS: the POSIX support
26227              of VOS is getting close to the point where it can run
26228              Configure (some Configure tweaks will be required).
26229      Branch: perl
26230            + hints/vos.sh
26231            ! MANIFEST
26232 ____________________________________________________________________________
26233 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
26234         Log: Update Changes.
26235      Branch: perl
26236            ! Changes patchlevel.h
26237 ____________________________________________________________________________
26238 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
26239         Log: Reintroduce Attribute::Handlers with Spider's fixes.
26240      Branch: perl
26241            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
26242            + lib/Attribute/Handlers/README
26243            + lib/Attribute/Handlers/demo/Demo.pm
26244            + lib/Attribute/Handlers/demo/Descriptions.pm
26245            + lib/Attribute/Handlers/demo/MyClass.pm
26246            + lib/Attribute/Handlers/demo/demo.pl
26247            + lib/Attribute/Handlers/demo/demo_call.pl
26248            + lib/Attribute/Handlers/demo/demo_chain.pl
26249            + lib/Attribute/Handlers/demo/demo_cycle.pl
26250            + lib/Attribute/Handlers/demo/demo_hashdir.pl
26251            + lib/Attribute/Handlers/demo/demo_phases.pl
26252            + lib/Attribute/Handlers/demo/demo_range.pl
26253            + lib/Attribute/Handlers/demo/demo_rawdata.pl
26254            + lib/Attribute/Handlers/t/multi.t
26255            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
26256 ____________________________________________________________________________
26257 [ 13685] By: nick                                  on 2001/12/14  15:57:00
26258         Log: Integrate mainline
26259      Branch: perlio
26260           +> t/run/switcht.t
26261           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
26262           !> perlapi.h pod/perlrun.pod t/TEST taint.c
26263 ____________________________________________________________________________
26264 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
26265         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
26266              From: Michael G Schwern <schwern@pobox.com> 
26267              Date: Thu, 13 Dec 2001 19:27:08 -0500
26268              Message-ID: <20011214002707.GA10532@blackrider>
26269              
26270              (reword the perlrun -t description a bit,
26271              and move the Itaint_warn to the bottom of
26272              the intrpvar.h for binary compatibility)
26273      Branch: perl
26274            + t/run/switcht.t
26275            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
26276            ! perlapi.h pod/perlrun.pod t/TEST taint.c
26277 ____________________________________________________________________________
26278 [ 13683] By: nick                                  on 2001/12/14  12:29:41
26279         Log: Integrate mainline
26280      Branch: perlio
26281           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
26282           +> lib/Term/ReadLine.t t/op/hashassign.t
26283            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
26284            - lib/Attribute/Handlers/README
26285            - lib/Attribute/Handlers/demo/Demo.pm
26286            - lib/Attribute/Handlers/demo/Descriptions.pm
26287            - lib/Attribute/Handlers/demo/MyClass.pm
26288            - lib/Attribute/Handlers/demo/demo.pl
26289            - lib/Attribute/Handlers/demo/demo2.pl
26290            - lib/Attribute/Handlers/demo/demo3.pl
26291            - lib/Attribute/Handlers/demo/demo4.pl
26292            - lib/Attribute/Handlers/demo/demo_call.pl
26293            - lib/Attribute/Handlers/demo/demo_chain.pl
26294            - lib/Attribute/Handlers/demo/demo_cycle.pl
26295            - lib/Attribute/Handlers/demo/demo_hashdir.pl
26296            - lib/Attribute/Handlers/demo/demo_phases.pl
26297            - lib/Attribute/Handlers/demo/demo_range.pl
26298            - lib/Attribute/Handlers/demo/demo_rawdata.pl
26299            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
26300           !> (integrate 101 files)
26301 ____________________________________________________________________________
26302 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
26303         Log: Detypo.
26304      Branch: perl
26305            ! utf8.c
26306 ____________________________________________________________________________
26307 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
26308         Log: Buffer overflow checks.
26309      Branch: perl
26310            ! utf8.c
26311 ____________________________________________________________________________
26312 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
26313         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
26314              From: Spider Boardman <spider@leggy.zk3.dec.com>
26315              Date: Thu, 13 Dec 2001 15:32:51 -0500
26316              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
26317      Branch: perl
26318            ! lib/ExtUtils/Embed.t
26319 ____________________________________________________________________________
26320 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
26321         Log: More on the Unicode "line" definition.
26322      Branch: perl
26323            ! pod/perlunicode.pod
26324 ____________________________________________________________________________
26325 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
26326         Log: Open-ended VERSION?
26327      Branch: perl
26328            ! lib/ExtUtils/Install.pm
26329 ____________________________________________________________________________
26330 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
26331         Log: Subject: [PATCH] Better make distclean
26332              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26333              Date: Thu, 13 Dec 2001 21:10:18 +0100
26334              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
26335      Branch: perl
26336            ! Makefile.SH
26337 ____________________________________________________________________________
26338 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
26339         Log: Remove Memoize::Saves as requested by mjd.
26340      Branch: perl
26341            - lib/Memoize/Saves.pm
26342            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
26343 ____________________________________________________________________________
26344 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
26345         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
26346              From: Michael G Schwern <schwern@pobox.com>
26347              Date: Tue, 11 Dec 2001 23:17:32 -0500
26348              Message-ID: <20011212041732.GS17250@blackrider>
26349      Branch: perl
26350            ! lib/ExtUtils/Install.pm
26351 ____________________________________________________________________________
26352 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
26353         Log: Subject: [PATCH] Re: use utf8; with bad utf8
26354              From: Nicholas Clark <nick@ccl4.org>
26355              Date: Thu, 13 Dec 2001 17:09:39 +0000
26356              Message-ID: <20011213170939.L21702@plum.flirble.org>
26357      Branch: perl
26358            ! t/lib/1_compile.t
26359 ____________________________________________________________________________
26360 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
26361         Log: Subject: (LONG!) Sort benchmarks and patch
26362              From: "John P. Linderman" <jpl@research.att.com>
26363              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
26364              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
26365      Branch: perl
26366            ! pp_sort.c
26367 ____________________________________________________________________________
26368 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
26369         Log: Unadorned numbers evil.
26370      Branch: perl
26371            ! pp.c regcomp.c regexec.c utf8.c utf8.h
26372 ____________________________________________________________________________
26373 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
26374         Log: "preprocessing directive not recognized within macro arg"
26375      Branch: perl
26376            ! ext/Data/Dumper/Dumper.xs
26377 ____________________________________________________________________________
26378 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
26379         Log: Subject: Clarifying the documentation of goto            
26380              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
26381              Date: Thu, 13 Dec 2001 08:57:38 -0500
26382              Message-ID: <3C18BD8B@operamail.com>
26383      Branch: perl
26384            ! pod/perlfunc.pod
26385 ____________________________________________________________________________
26386 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
26387         Log: It could be possible for the case-insensitive
26388              Unicode-aware string comparison to wander off
26389              to the la-la land.
26390      Branch: perl
26391            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
26392            ! regexec.c utf8.c
26393 ____________________________________________________________________________
26394 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
26395         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
26396              From: Michael G Schwern <schwern@pobox.com> 
26397              Date: Wed, 12 Dec 2001 21:53:46 -0500
26398              Message-ID: <20011213025346.GH25129@blackrider>
26399      Branch: perl
26400            ! lib/Net/hostent.t t/op/stat.t t/test.pl
26401 ____________________________________________________________________________
26402 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
26403         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
26404              From: Michael G Schwern <schwern@pobox.com> 
26405              Date: Wed, 12 Dec 2001 20:33:42 -0500
26406              Message-ID: <20011213013342.GX25129@blackrider>
26407      Branch: perl
26408            ! t/io/fs.t
26409 ____________________________________________________________________________
26410 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
26411         Log: Subject: Re: [PATCH] use utf8; tests
26412              From: Nicholas Clark <nick@ccl4.org>
26413              Date: Thu, 13 Dec 2001 00:16:58 +0000
26414              Message-ID: <20011213001658.I21702@plum.flirble.org>
26415      Branch: perl
26416            ! lib/utf8.t
26417 ____________________________________________________________________________
26418 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
26419         Log: EPOC fixes from Olaf Flebbe.
26420      Branch: perl
26421            ! README.epoc epoc/config.sh epoc/createpkg.pl
26422            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
26423 ____________________________________________________________________________
26424 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
26425         Log: Subject: [PATCH perl@13661] VMS test fix-ups
26426              From: "Craig A. Berry" <craigberry@mac.com>
26427              Date: Wed, 12 Dec 2001 16:27:48 -0600
26428              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
26429      Branch: perl
26430            ! lib/Net/hostent.t t/io/fs.t
26431 ____________________________________________________________________________
26432 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
26433         Log: Subject: Re: Next cygwin round.
26434              From: "Gerrit P. Haase" <gp@familiehaase.de>
26435              Date: Wed, 12 Dec 2001 21:59:00 +0100
26436              Message-ID: <122343874595.20011212215900@familiehaase.de>
26437      Branch: perl
26438            ! t/io/fs.t
26439 ____________________________________________________________________________
26440 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
26441         Log: Subject: [PATCH] use utf8; tests
26442              From: Nicholas Clark <nick@ccl4.org>
26443              Date: Wed, 12 Dec 2001 20:07:04 +0000
26444              Message-ID: <20011212200704.E21702@plum.flirble.org>
26445      Branch: perl
26446            ! lib/utf8.t t/test.pl
26447 ____________________________________________________________________________
26448 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
26449         Log: Update Changes.
26450      Branch: perl
26451            ! Changes patchlevel.h
26452 ____________________________________________________________________________
26453 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
26454         Log: Subject: [PATCH] Passing in env to perl_parse did not work
26455              From: Gisle Aas <gisle@ActiveState.com>
26456              Date: 11 Dec 2001 20:52:57 -0800
26457              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
26458      Branch: perl
26459            ! perl.c perl.h
26460 ____________________________________________________________________________
26461 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
26462         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
26463              mostly gcc -Wall complaining about the argument of %p not
26464              being a void *.
26465      Branch: perl
26466            ! perlio.c regcomp.c taint.c toke.c
26467 ____________________________________________________________________________
26468 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
26469         Log: metaconfig unit change for #13657.
26470      Branch: metaconfig
26471            ! U/modified/nis.U
26472 ____________________________________________________________________________
26473 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
26474         Log: Try YP/NIS also from /usr/lib/yp.
26475      Branch: perl
26476            ! Configure
26477 ____________________________________________________________________________
26478 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
26479         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
26480              From: Michael G Schwern <schwern@pobox.com>                
26481              Date: Wed, 12 Dec 2001 05:27:02 -0500      
26482              Message-ID: <20011212102702.GW17250@blackrider>
26483              
26484              (the op/grent part)
26485      Branch: perl
26486            ! t/op/grent.t
26487 ____________________________________________________________________________
26488 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
26489         Log: Weed out .files from ls and readdir() results.
26490      Branch: perl
26491            ! t/op/stat.t
26492 ____________________________________________________________________________
26493 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
26494         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
26495              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
26496              Date: Wed, 12 Dec 2001 10:52:21 +0100
26497              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
26498      Branch: perl
26499            ! lib/File/Find.pm
26500 ____________________________________________________________________________
26501 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
26502         Log: Subject: [PATCH] doio fatal on cygwin for 13651
26503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
26504              Date: Wed, 12 Dec 2001 11:28:13 +0100      
26505              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
26506      Branch: perl
26507            ! doio.c
26508 ____________________________________________________________________________
26509 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
26510         Log: Get the whole line of ls, makes debugging easier
26511              (from Schwern)
26512      Branch: perl
26513            ! t/op/stat.t
26514 ____________________________________________________________________________
26515 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
26516         Log: rename() must be tested even without link()
26517              or the utime() and rename-directory tests fail.
26518              (Also got the BeOS utime atime/time the wrong way round.)
26519      Branch: perl
26520            ! t/io/fs.t
26521 ____________________________________________________________________________
26522 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
26523         Log: Now that the beos.c is compiled at the main level
26524              the header is in the beos/
26525      Branch: perl
26526            ! beos/beos.c
26527 ____________________________________________________________________________
26528 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
26529         Log: Must remember to require Socket.
26530      Branch: perl
26531            ! ext/Sys/Syslog/syslog.t
26532 ____________________________________________________________________________
26533 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
26534         Log: In BeOS Errno must resort to actual compilation
26535              and execution for some of the error constants.
26536      Branch: perl
26537            ! ext/Errno/Errno_pm.PL
26538 ____________________________________________________________________________
26539 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
26540         Log: BeOS still has no good sockets.
26541      Branch: perl
26542            ! ext/IO/lib/IO/t/io_sel.t
26543 ____________________________________________________________________________
26544 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
26545         Log: BeOS sockets are not true sockets.
26546      Branch: perl
26547            ! ext/IO/lib/IO/t/io_poll.t
26548 ____________________________________________________________________________
26549 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
26550         Log: No Socket, no Syslog.
26551      Branch: perl
26552            ! ext/Sys/Syslog/syslog.t
26553 ____________________________________________________________________________
26554 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
26555         Log: (On some platforms) missing truncate FH.
26556      Branch: perl
26557            ! pod/perltodo.pod
26558 ____________________________________________________________________________
26559 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
26560         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
26561              and vms would be muchly appreciated.
26562      Branch: perl
26563            ! t/io/fs.t
26564 ____________________________________________________________________________
26565 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
26566         Log: utime() updates only the mtime in BeOS. 
26567      Branch: perl
26568            ! pod/perlport.pod
26569 ____________________________________________________________________________
26570 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
26571         Log: No link(), no need to dSP.
26572      Branch: perl
26573            ! pp_sys.c
26574 ____________________________________________________________________________
26575 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
26576         Log: Missing argument.
26577      Branch: perl
26578            ! utf8.c
26579 ____________________________________________________________________________
26580 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
26581         Log: (1) To assume any setuid programs is silly.
26582              (2) Chaining tests with booleans means that some
26583              of them may not get run which means getting out
26584              of test count sync.
26585      Branch: perl
26586            ! t/op/stat.t
26587 ____________________________________________________________________________
26588 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
26589         Log: The beos.c needs to be in the main directory.
26590      Branch: perl
26591            ! hints/beos.sh
26592 ____________________________________________________________________________
26593 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
26594         Log: Detypo and rename.
26595      Branch: perl
26596            ! doio.c perl.h perlio.c perliol.h
26597 ____________________________________________________________________________
26598 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
26599         Log: This time I test compiled.  Honest.
26600      Branch: perl
26601            ! beos/beos.c
26602 ____________________________________________________________________________
26603 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
26604         Log: Subject: [PATCH] slightly more pack tests
26605              From: Nicholas Clark <nick@ccl4.org>
26606              Date: Tue, 11 Dec 2001 23:41:23 +0000
26607              Message-ID: <20011211234123.Y21702@plum.flirble.org>
26608      Branch: perl
26609            ! t/op/pack.t
26610 ____________________________________________________________________________
26611 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
26612         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
26613              From: "Craig A. Berry" <craigberry@mac.com>
26614              Date: Tue, 11 Dec 2001 16:39:13 -0600
26615              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
26616      Branch: perl
26617            ! configure.com
26618 ____________________________________________________________________________
26619 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
26620         Log: metaconfig unit change for #13632.
26621      Branch: metaconfig/U/perl
26622            ! perlpath.U
26623 ____________________________________________________________________________
26624 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
26625         Log: Subject: $Config{perlpath} and -Dversiononly
26626              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26627              Date: Tue, 11 Dec 2001 23:32:33 +0100
26628              Message-ID: <20011211233233.A11587@rafael>
26629      Branch: perl
26630            ! Configure
26631 ____________________________________________________________________________
26632 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
26633         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
26634              From: Nicholas Clark <nick@ccl4.org>
26635              Date: Tue, 11 Dec 2001 21:59:36 +0000
26636              Message-ID: <20011211215935.W21702@plum.flirble.org>
26637      Branch: perl
26638            ! t/op/pack.t
26639 ____________________________________________________________________________
26640 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
26641         Log: More UTF-8 API docs.
26642      Branch: perl
26643            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
26644 ____________________________________________________________________________
26645 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
26646         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
26647              From: Nicholas Clark <nick@ccl4.org>
26648              Date: Tue, 11 Dec 2001 20:08:59 +0000
26649              Message-ID: <20011211200859.S21702@plum.flirble.org>
26650      Branch: perl
26651            ! t/op/pack.t
26652 ____________________________________________________________________________
26653 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
26654         Log: Subject: Re: use utf8; with bad utf8
26655              From: Nicholas Clark <nick@ccl4.org>
26656              Date: Tue, 11 Dec 2001 19:49:21 +0000
26657              Message-ID: <20011211194921.R21702@plum.flirble.org>
26658      Branch: perl
26659            ! lib/utf8.t
26660 ____________________________________________________________________________
26661 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
26662         Log: Can't spell worth a dam.  (Try Three Gorges.)
26663      Branch: perl
26664            ! beos/beos.c
26665 ____________________________________________________________________________
26666 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
26667         Log: We need DWIM cpps.
26668      Branch: perl
26669            ! perlio.c
26670 ____________________________________________________________________________
26671 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
26672         Log: The unixish.h needs to be found and the waitpid wrapper
26673              could use a proto.
26674      Branch: perl
26675            ! beos/beosish.h
26676 ____________________________________________________________________________
26677 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
26678         Log: The BeOS waitpid() seems to be broken,
26679              have a wrapper for it.
26680      Branch: perl
26681            + beos/beos.c beos/beosish.h
26682            ! MANIFEST hints/beos.sh perl.h
26683 ____________________________________________________________________________
26684 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
26685         Log: Unlean the leaning tower of Babel.
26686      Branch: perl
26687            ! perl.h
26688 ____________________________________________________________________________
26689 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
26690         Log: Retract #13607 until we figure out what to do with autouse.
26691      Branch: perl
26692            ! lib/Carp.pm
26693 ____________________________________________________________________________
26694 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
26695         Log: Try to handle platforms that have O_TEXT != O_BINARY but
26696              which are not DOSish, BeOS being one of such platforms.
26697              Ideally this should be a Configure test, not a hardwired
26698              cpp symbol test... 
26699      Branch: perl
26700            ! doio.c perl.h perlio.c perliol.h
26701 ____________________________________________________________________________
26702 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
26703         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
26704              From: Jonathan Stowe <gellyfish@gellyfish.com>
26705              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
26706              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
26707      Branch: perl
26708            ! lib/Term/Cap.pm lib/Term/Cap.t
26709 ____________________________________________________________________________
26710 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
26711         Log: Subject: [patch perlio.c] test for NULL before derefencing
26712              From: Stas Bekman <stas@stason.org>
26713              Date: Tue, 11 Dec 2001 16:17:55 +0800
26714              Message-ID: <3C15C133.8@stason.org>
26715      Branch: perl
26716            ! perlio.c
26717 ____________________________________________________________________________
26718 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
26719         Log: metaconfig unit change for #13617.
26720      Branch: metaconfig/U/perl
26721            ! Extensions.U
26722 ____________________________________________________________________________
26723 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
26724         Log: BeOS has socket() but not enough to build a working Socket.
26725              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
26726              new networking implementation, which is rumored to fix the
26727              non-standardness of sockets, but it's apparently not publicly
26728              available, and anything to do with BeOS has become quite
26729              complicated with the sale of the Be assets to Palm.)
26730      Branch: perl
26731            ! Configure
26732 ____________________________________________________________________________
26733 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
26734         Log: Update changes
26735      Branch: maint-5.6/macperl
26736            ! macos/Changes
26737 ____________________________________________________________________________
26738 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
26739         Log: Add extra pod to help
26740      Branch: maint-5.6/macperl
26741            ! macos/macperl/MacPerl.podhelp
26742 ____________________________________________________________________________
26743 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
26744         Log: Return DoAppleScript errors in $@
26745      Branch: maint-5.6/macperl
26746            ! macos/ext/MacPerl/OSA.xs
26747 ____________________________________________________________________________
26748 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
26749         Log: Clear out $^E before each script run
26750      Branch: maint-5.6/macperl
26751            ! macos/macperl/MPScript.c
26752 ____________________________________________________________________________
26753 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
26754         Log: Integrate various changes from maint-5.6/perl/.
26755      Branch: maint-5.6/macperl
26756           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
26757           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
26758 ____________________________________________________________________________
26759 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
26760         Log: Subject: Exporter's documentation shouldn't lie               
26761              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
26762              Date: Mon, 10 Dec 2001 21:30:20 -0500
26763              Message-ID: <3C4AA201@operamail.com>
26764      Branch: perl
26765            ! lib/Exporter.pm
26766 ____________________________________________________________________________
26767 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
26768         Log: Make Errno better in BeOS (the second hunk is
26769              good on any platform).  Still not working in BeOS
26770              are the E constants that refer BeOS native error
26771              constants (B_...) which are enums (*groan*).
26772      Branch: perl
26773            ! ext/Errno/Errno_pm.PL
26774 ____________________________________________________________________________
26775 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
26776         Log: The BeOS linker seems to link the last seen symbol,
26777              not the first (so the symbols of op.o from libperl.so
26778              would get linked to miniperl instead of the symbols of
26779              opmini.o)-- use the same trick as for NeXT4 for linking
26780              miniperl.
26781      Branch: perl
26782            ! Makefile.SH
26783 ____________________________________________________________________________
26784 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
26785         Log: Subject: Re: [PATCH] tests for hash assignment
26786              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26787              Date: Tue, 11 Dec 2001 01:48:55 +0000
26788              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
26789      Branch: perl
26790            ! utf8.c
26791 ____________________________________________________________________________
26792 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
26793         Log: (retracted by #13622)
26794              
26795              Subject: RE: More verbose POD for Carp
26796              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
26797              Date: Mon, 10 Dec 2001 20:23:20 -0500
26798              Message-ID: <3C4A3566@operamail.com>
26799      Branch: perl
26800            ! lib/Carp.pm
26801 ____________________________________________________________________________
26802 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
26803         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
26804              From: "Craig A. Berry" <craigberry@mac.com>
26805              Date: Mon, 10 Dec 2001 18:25:37 -0600
26806              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
26807      Branch: perl
26808            ! t/op/write.t t/test.pl
26809 ____________________________________________________________________________
26810 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
26811         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
26812              From: Michael G Schwern <schwern@pobox.com>
26813              Date: Mon, 10 Dec 2001 08:00:01 -0500
26814              Message-ID: <20011210130000.GK1770@blackrider>
26815      Branch: perl
26816            ! t/comp/multiline.t
26817 ____________________________________________________________________________
26818 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
26819         Log: Subject: Re: [PATCH] tests for hash assignment
26820              From: Nicholas Clark <nick@ccl4.org>
26821              Date: Mon, 10 Dec 2001 23:22:28 +0000
26822              Message-ID: <20011210232228.M21702@plum.flirble.org>
26823      Branch: perl
26824            + t/op/hashassign.t
26825            ! MANIFEST t/op/each.t t/test.pl
26826 ____________________________________________________________________________
26827 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
26828         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
26829              From: "Craig A. Berry" <craigberry@mac.com>
26830              Date: Mon, 10 Dec 2001 16:38:14 -0600
26831              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
26832      Branch: perl
26833            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
26834 ____________________________________________________________________________
26835 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
26836         Log: Subject: [PATCH perl@13600] configure.com fixes
26837              From: "Craig A. Berry" <craigberry@mac.com>
26838              Date: Mon, 10 Dec 2001 14:40:20 -0600
26839              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
26840      Branch: perl
26841            ! configure.com
26842 ____________________________________________________________________________
26843 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
26844         Log: Silence BeOS compilation moaning.
26845      Branch: perl
26846            ! perl.h
26847 ____________________________________________________________________________
26848 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
26849         Log: Update Changes.
26850      Branch: perl
26851            ! Changes patchlevel.h
26852 ____________________________________________________________________________
26853 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
26854         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
26855              From: Michael G Schwern <schwern@pobox.com>
26856              Date: Mon, 10 Dec 2001 01:21:03 -0500
26857              Message-ID: <20011210062103.GC1770@blackrider>
26858      Branch: perl
26859            ! lib/ExtUtils/Command.t
26860 ____________________________________________________________________________
26861 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
26862         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
26863              From: Michael G Schwern <schwern@pobox.com>
26864              Date: Mon, 10 Dec 2001 01:10:57 -0500
26865              Message-ID: <20011210061057.GB1770@blackrider>
26866      Branch: perl
26867            ! t/op/groups.t
26868 ____________________________________________________________________________
26869 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
26870         Log: Retract #13596, #13593 should do the trick.
26871      Branch: perl
26872            ! t/op/stat.t
26873 ____________________________________________________________________________
26874 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
26875         Log: (retracted by #13597, #13593 does the job better)
26876              
26877              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
26878              From: Michael G Schwern <schwern@pobox.com>
26879              Date: Mon, 10 Dec 2001 00:53:16 -0500
26880              Message-ID: <20011210055316.GA1770@blackrider>
26881      Branch: perl
26882            ! t/op/stat.t
26883 ____________________________________________________________________________
26884 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
26885         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
26886              From: Michael G Schwern <schwern@pobox.com> 
26887              Date: Mon, 10 Dec 2001 02:19:14 -0500
26888              Message-ID: <20011210071914.GF1770@blackrider>
26889      Branch: perl
26890            ! lib/AutoSplit.t
26891 ____________________________________________________________________________
26892 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
26893         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
26894              From: Michael G Schwern <schwern@pobox.com>
26895              Date: Mon, 10 Dec 2001 02:47:40 -0500
26896              Message-ID: <20011210074739.GH1770@blackrider>
26897      Branch: perl
26898            ! t/op/pack.t
26899 ____________________________________________________________________________
26900 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
26901         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
26902              From: Michael G Schwern <schwern@pobox.com>
26903              Date: Mon, 10 Dec 2001 02:54:22 -0500
26904              Message-ID: <20011210075422.GI1770@blackrider>
26905      Branch: perl
26906            ! t/test.pl
26907 ____________________________________________________________________________
26908 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
26909         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
26910              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26911              Date: Mon, 10 Dec 2001 08:45:20 +0100
26912              Message-ID: <3C146810.60B5B7C0@alcatel.at>
26913      Branch: perl
26914            ! pp_pack.c
26915 ____________________________________________________________________________
26916 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
26917         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
26918              From: Michael G Schwern <schwern@pobox.com>
26919              Date: Mon, 10 Dec 2001 03:27:02 -0500
26920              Message-ID: <20011210082702.GN1770@blackrider>
26921      Branch: perl
26922            ! t/io/openpid.t
26923 ____________________________________________________________________________
26924 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
26925         Log: More chmod +w.
26926      Branch: perl
26927            ! Porting/makerel
26928 ____________________________________________________________________________
26929 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
26930         Log: Just skip the readability test if running as root.
26931      Branch: perl
26932            ! lib/Net/t/netrc.t
26933 ____________________________________________________________________________
26934 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
26935         Log: Tell about the downside of safe signals.
26936      Branch: perl
26937            ! pod/perldelta.pod
26938 ____________________________________________________________________________
26939 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
26940         Log: Make the whole -lperl thing NetBSD only until we
26941              find some other platform that needs the same.
26942      Branch: perl
26943            ! lib/ExtUtils/MM_Unix.pm
26944 ____________________________________________________________________________
26945 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
26946         Log: Subject: [PATCH t/op/pack.t] Cleanup
26947              From: Michael G Schwern <schwern@pobox.com> 
26948              Date: Sun, 9 Dec 2001 23:08:26 -0500
26949              Message-ID: <20011210040826.GD660@blackrider>
26950      Branch: perl
26951            ! t/op/pack.t
26952 ____________________________________________________________________________
26953 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
26954         Log: Add threads support for NetBSD.
26955              
26956              This is also the first (I think) Perl threads build with
26957              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
26958              NetBSD does not as of yet have true kernel POSIX threads,
26959              but the user-level pth seems to be doing pretty well--
26960              the only failure is that threads/t/basic okays 6 and 7
26961              consistently seem be arriving in the reverse order.
26962              Well, gdbm.t is also failing: 'Undefined PLT symbol
26963              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
26964              guessing that GDBM would need a threaded rebuild.
26965      Branch: perl
26966            ! hints/netbsd.sh
26967 ____________________________________________________________________________
26968 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
26969         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
26970              potential performance hit and change in semantics of closure
26971              lookups after C<undef &foo>)
26972      Branch: maint-5.6/perl
26973            ! op.c
26974 ____________________________________________________________________________
26975 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
26976         Log: metaconfig unit change for #13582.
26977      Branch: metaconfig
26978            ! U/threads/usethreads.U
26979 ____________________________________________________________________________
26980 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
26981         Log: Update the ithreads selection info in Configure,
26982              as suggested by Michael Schwern.
26983      Branch: perl
26984            ! Configure
26985 ____________________________________________________________________________
26986 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
26987         Log: Clearing locale environment simply doesn't seem to
26988              guarantee that (nl_)langinfo(CODESET) would return nil.
26989              (I for example get "ISO8859-1", so <guess>maybe there can
26990              be per-system default settings at work</guess>.)
26991      Branch: perl
26992            ! lib/open.t
26993 ____________________________________________________________________________
26994 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
26995         Log: Subject: RE: Exporter fixes reversed in 13540?
26996              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
26997              Date: Sun, 9 Dec 2001 12:55:15 -0500
26998              Message-ID: <3C13F455@operamail.com>
26999      Branch: perl
27000            ! lib/open.pm
27001 ____________________________________________________________________________
27002 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
27003         Log: Root is the lizard king.
27004      Branch: perl
27005            ! lib/Net/t/netrc.t
27006 ____________________________________________________________________________
27007 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
27008         Log: Telling how many tests we are expecting helps.
27009      Branch: perl
27010            ! ext/POSIX/t/waitpid.t
27011 ____________________________________________________________________________
27012 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
27013         Log: Add a test case for waitpid(): from Rocco Caputo.
27014      Branch: perl
27015            + ext/POSIX/t/waitpid.t
27016            ! MANIFEST
27017 ____________________________________________________________________________
27018 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
27019         Log: Subject: [PATCH] Term::ReadLine tweaks and test
27020              From: Richard Clamp <richardc@unixbeard.net>
27021              Date: Mon, 10 Dec 2001 00:51:47 +0000
27022              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
27023      Branch: perl
27024            + lib/Term/ReadLine.t
27025            ! MANIFEST lib/Term/ReadLine.pm
27026 ____________________________________________________________________________
27027 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
27028         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
27029              From: Rocco Caputo <troc@netrus.net>
27030              Date: Sun, 9 Dec 2001 18:12:38 -0500
27031              Message-ID: <20011209181238.A803@eyrie.homenet>
27032      Branch: perl
27033            ! win32/win32.c
27034 ____________________________________________________________________________
27035 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
27036         Log: make sure that va_start() has matching va_end();
27037              from OpenBSD 3.0.
27038      Branch: perl
27039            ! x2p/util.c
27040 ____________________________________________________________________________
27041 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
27042         Log: h2ph updates from OpenBSD 3.0.
27043      Branch: perl
27044            ! utils/h2ph.PL
27045 ____________________________________________________________________________
27046 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
27047         Log: OpenBSD hints update from OpenBSD 3.0.
27048      Branch: perl
27049            ! hints/openbsd.sh
27050 ____________________________________________________________________________
27051 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
27052         Log: DJGPP tweaks from Laszlo Molnar.
27053      Branch: perl
27054            ! djgpp/config.over lib/File/Find/t/find.t
27055            ! lib/File/Find/t/taint.t t/pod/find.t
27056 ____________________________________________________________________________
27057 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
27058         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
27059              From: Michael G Schwern <schwern@pobox.com> 
27060              Date: Sun, 9 Dec 2001 19:28:12 -0500
27061              Message-ID: <20011210002812.GF13586@blackrider>
27062      Branch: perl
27063            ! README.cygwin
27064 ____________________________________________________________________________
27065 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
27066         Log: README.cygwin update from Gerrit P. Haase.
27067      Branch: perl
27068            ! README.cygwin
27069 ____________________________________________________________________________
27070 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
27071         Log: Apply NetBSD patch-ag: shared/static linking,
27072              but make the change less intrusive on non-NetBSD.
27073      Branch: perl
27074            ! lib/ExtUtils/MM_Unix.pm
27075 ____________________________________________________________________________
27076 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
27077         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
27078      Branch: perl
27079            ! lib/ExtUtils/Liblist.pm
27080 ____________________________________________________________________________
27081 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
27082         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
27083      Branch: perl
27084            ! regcomp.c
27085 ____________________________________________________________________________
27086 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
27087         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
27088      Branch: perl
27089            ! pp.c
27090 ____________________________________________________________________________
27091 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
27092         Log: Apply NetBSD patch-ac.
27093              (the fix has already been done: change #9706, fully qualified
27094              pathnames in packlists)
27095      Branch: perl
27096            ! lib/ExtUtils/Install.pm
27097 ____________________________________________________________________________
27098 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
27099         Log: Apply NetBSD patch-ab: NetBSD hints update.
27100      Branch: perl
27101            ! hints/netbsd.sh
27102 ____________________________________________________________________________
27103 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
27104         Log: metaconfig unit changes for #13560.
27105      Branch: metaconfig/U/perl
27106            ! dlsrc.U i_ieeefp.U libperl.U
27107 ____________________________________________________________________________
27108 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
27109         Log: NetBSD has <ieeefp.h> but hidden.
27110      Branch: perl
27111            ! hints/netbsd.sh
27112 ____________________________________________________________________________
27113 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
27114         Log: Implement NetBSD patch-aa.
27115      Branch: perl
27116            ! Configure
27117 ____________________________________________________________________________
27118 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
27119         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
27120              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
27121              Date: Sun, 09 Dec 2001 13:40:58 +0100
27122              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
27123              
27124              (The lstat()s were there in 5.6.1: what happened to them?)
27125      Branch: perl
27126            ! lib/File/Find.pm
27127 ____________________________________________________________________________
27128 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
27129         Log: Quickie documentation of the C UTF-8 API.
27130      Branch: perl
27131            ! pod/perlunicode.pod
27132 ____________________________________________________________________________
27133 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
27134         Log: Subject: bleadperl on cygwin weirdness...
27135              From: "Gerrit P. Haase" <gp@familiehaase.de>
27136              Date: Sun, 9 Dec 2001 20:31:28 +0100
27137              Message-ID: <13779422183.20011209203128@familiehaase.de>          
27138              
27139              (plus libperl*.dll version portability tweaks)
27140      Branch: perl
27141            ! lib/ExtUtils/Embed.t
27142 ____________________________________________________________________________
27143 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
27144         Log: Instead of muting symbol export error if under eval,
27145              delay the errors until the croak().
27146              
27147              (replaces #13408)
27148      Branch: perl
27149            ! lib/Exporter/Heavy.pm
27150 ____________________________________________________________________________
27151 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
27152         Log: Basegroup 0 is a cygwin_nt thing.
27153      Branch: perl
27154            ! t/op/groups.t
27155 ____________________________________________________________________________
27156 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
27157         Log: Also WinME is LoseLink.
27158      Branch: perl
27159            ! t/op/stat.t
27160 ____________________________________________________________________________
27161 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
27162         Log: Forgotten checkin.
27163      Branch: perl
27164            ! lib/User/grent.t
27165 ____________________________________________________________________________
27166 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
27167         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
27168              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
27169              Date: Sun, 09 Dec 2001 13:45:06 +0100
27170              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
27171      Branch: perl
27172            ! lib/File/Find.pm
27173 ____________________________________________________________________________
27174 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
27175         Log: Tweakback.
27176      Branch: perl
27177            ! lib/Net/hostent.t
27178 ____________________________________________________________________________
27179 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
27180         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
27181              From: Michael G Schwern <schwern@pobox.com>
27182              Date: Sat, 8 Dec 2001 14:48:38 -0500
27183              Message-ID: <20011208194838.GA8650@blackrider>
27184      Branch: perl
27185            ! t/op/grent.t
27186 ____________________________________________________________________________
27187 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
27188         Log: Subject: [README.cygwin] Removing old expected test failures
27189              From: Michael G Schwern <schwern@pobox.com>
27190              Date: Sat, 8 Dec 2001 15:38:28 -0500
27191              Message-ID: <20011208203828.GB9017@blackrider>
27192      Branch: perl
27193            ! README.cygwin
27194 ____________________________________________________________________________
27195 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
27196         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
27197              From: Michael G Schwern <schwern@pobox.com>                
27198              Date: Sat, 8 Dec 2001 15:26:59 -0500
27199              Message-ID: <20011208202659.GA9017@blackrider> 
27200      Branch: perl
27201            ! lib/Net/hostent.t
27202 ____________________________________________________________________________
27203 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
27204         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
27205              From: Michael G Schwern <schwern@pobox.com> 
27206              Date: Sat, 8 Dec 2001 15:06:16 -0500
27207              Message-ID: <20011208200616.GA8915@blackrider>
27208      Branch: perl
27209            ! t/op/stat.t
27210 ____________________________________________________________________________
27211 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
27212         Log: Developer deprecations and an incompatibility.
27213      Branch: perl
27214            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
27215 ____________________________________________________________________________
27216 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
27217         Log: Shoo.
27218      Branch: perl
27219            - lib/Attribute/Handlers.pm
27220 ____________________________________________________________________________
27221 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
27222         Log: Remove Attribute::Handlers, as per Damian's request.
27223              (Because of fixing the my variables to be now handled
27224              in run-time, the whole internals of the A::H needs to
27225              be rewritten and Damian will not have time for that
27226              for months.)
27227      Branch: perl
27228            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
27229            - lib/Attribute/Handlers/demo/Demo.pm
27230            - lib/Attribute/Handlers/demo/Descriptions.pm
27231            - lib/Attribute/Handlers/demo/MyClass.pm
27232            - lib/Attribute/Handlers/demo/demo.pl
27233            - lib/Attribute/Handlers/demo/demo2.pl
27234            - lib/Attribute/Handlers/demo/demo3.pl
27235            - lib/Attribute/Handlers/demo/demo4.pl
27236            - lib/Attribute/Handlers/demo/demo_call.pl
27237            - lib/Attribute/Handlers/demo/demo_chain.pl
27238            - lib/Attribute/Handlers/demo/demo_cycle.pl
27239            - lib/Attribute/Handlers/demo/demo_hashdir.pl
27240            - lib/Attribute/Handlers/demo/demo_phases.pl
27241            - lib/Attribute/Handlers/demo/demo_range.pl
27242            - lib/Attribute/Handlers/demo/demo_rawdata.pl
27243            - lib/Attribute/Handlers/t/multi.t
27244            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
27245            ! pod/perlmodlib.pod pod/perltoc.pod
27246 ____________________________________________________________________________
27247 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
27248         Log: Subject: Re: attributes are broken
27249              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27250              Date: Sun, 09 Dec 2001 00:09:23 -0500
27251              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
27252      Branch: perl
27253            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
27254            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
27255            ! xsutils.c
27256 ____________________________________________________________________________
27257 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
27258         Log: Forgotten checkin.
27259      Branch: perl
27260            ! lib/Pod/Text.pm
27261 ____________________________________________________________________________
27262 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
27263         Log: uconfig.h update.
27264      Branch: perl
27265            ! uconfig.h
27266 ____________________________________________________________________________
27267 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
27268         Log: Update Changes.
27269      Branch: perl
27270            ! Changes patchlevel.h
27271 ____________________________________________________________________________
27272 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
27273         Log: Note that some of the Unicode features are
27274              dependent on perlio.
27275      Branch: perl
27276            ! pod/perluniintro.pod
27277 ____________________________________________________________________________
27278 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
27279         Log: Regen perlapi, regen toc.
27280      Branch: perl
27281            ! pod/perlapi.pod pod/perltoc.pod
27282 ____________________________________________________________________________
27283 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
27284         Log: FAQ sync.
27285      Branch: perl
27286            ! pod/perlfaq4.pod pod/perlfaq6.pod
27287 ____________________________________________________________________________
27288 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
27289         Log: Subject: [PATCH] Fix odd language in an sv.c comment
27290              From: coral@eekeek.org
27291              Date: Sat, 8 Dec 2001 12:19:39 -0500
27292              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
27293      Branch: perl
27294            ! sv.c
27295 ____________________________________________________________________________
27296 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
27297         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
27298              From: Michael G Schwern <schwern@pobox.com>
27299              Date: Fri, 7 Dec 2001 20:03:45 -0500
27300              Message-ID: <20011208010345.GD642@blackrider>
27301              
27302              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
27303              From: Michael G Schwern <schwern@pobox.com>
27304              Date: Fri, 7 Dec 2001 20:13:54 -0500
27305              Message-ID: <20011208011354.GE642@blackrider>
27306              
27307              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
27308              From: Michael G Schwern <schwern@pobox.com>
27309              Date: Fri, 7 Dec 2001 21:47:36 -0500
27310              Message-ID: <20011208024736.GH642@blackrider>
27311              
27312              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
27313              From: Michael G Schwern <schwern@pobox.com>
27314              Date: Fri, 7 Dec 2001 23:09:43 -0500
27315              Message-ID: <20011208040943.GK642@blackrider>
27316              
27317              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
27318              Message-Id: <a05101004b83754903506@[172.16.52.1]>
27319              Date: Fri, 7 Dec 2001 23:28:15 -0600
27320              From: "Craig A. Berry" <craigberry@mac.com>
27321      Branch: perl
27322            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
27323 ____________________________________________________________________________
27324 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
27325         Log: Integrate perlio.
27326      Branch: perl
27327           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
27328           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
27329 ____________________________________________________________________________
27330 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
27331         Log: Retract #11156 since Sarathy has found that it breaks code:
27332              http://bugs.ActiveState.com/show_bug.cgi?id=18457
27333              http://bugs.ActiveState.com/show_bug.cgi?id=18858
27334      Branch: perl
27335            ! op.c sv.c t/op/pos.t
27336 ____________________________________________________________________________
27337 [ 13532] By: nick                                  on 2001/12/08  14:11:12
27338         Log: Integrate mainline
27339      Branch: perlio
27340           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
27341           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
27342 ____________________________________________________________________________
27343 [ 13531] By: nick                                  on 2001/12/08  13:48:21
27344         Log: Tweak multi-arg open error messages
27345      Branch: perlio
27346            ! perlio.c
27347 ____________________________________________________________________________
27348 [ 13530] By: nick                                  on 2001/12/08  10:20:06
27349         Log: Allow multi-arg open() if opening layer declares this legal.
27350      Branch: perlio
27351            ! doio.c perlio.c perliol.h
27352 ____________________________________________________________________________
27353 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
27354         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
27355              From: Michael G Schwern <schwern@pobox.com>       
27356              Date: Fri, 7 Dec 2001 19:41:31 -0500
27357              Message-ID: <20011208004131.GC642@blackrider>
27358      Branch: perl
27359            ! t/run/switches.t t/test.pl
27360 ____________________________________________________________________________
27361 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
27362         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
27363              From: Michael G Schwern <schwern@pobox.com>       
27364              Date: Fri, 7 Dec 2001 19:12:44 -0500
27365              Message-ID: <20011208001244.GB642@blackrider>
27366      Branch: perl
27367            ! t/op/stat.t
27368 ____________________________________________________________________________
27369 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
27370         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
27371              From: Michael G Schwern <schwern@pobox.com>
27372              Date: Fri, 7 Dec 2001 17:28:57 -0500
27373              Message-ID: <20011207222857.GI23210@blackrider>
27374      Branch: perl
27375            ! t/op/magic.t
27376 ____________________________________________________________________________
27377 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
27378         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
27379      Branch: perl
27380            ! t/test.pl
27381 ____________________________________________________________________________
27382 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
27383         Log: which_perl: delay as much a possible till runtime.
27384      Branch: perl
27385            ! t/test.pl
27386 ____________________________________________________________________________
27387 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
27388         Log: Further tweakage to which_perl().
27389      Branch: perl
27390            ! t/test.pl
27391 ____________________________________________________________________________
27392 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
27393         Log: perluniintro tweaks.
27394      Branch: perl
27395            ! pod/perluniintro.pod
27396 ____________________________________________________________________________
27397 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
27398         Log: Tweak the $Perl computation.
27399      Branch: perl
27400            ! t/test.pl
27401 ____________________________________________________________________________
27402 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
27403         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
27404              From: Nicholas Clark <nick@ccl4.org>
27405              Date: Fri, 7 Dec 2001 17:06:56 +0000
27406              Message-ID: <20011207170656.G21702@plum.flirble.org>
27407      Branch: perl
27408            ! doop.c t/op/chop.t
27409 ____________________________________________________________________________
27410 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
27411         Log: Update Changes.
27412      Branch: perl
27413            ! Changes patchlevel.h
27414 ____________________________________________________________________________
27415 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
27416         Log: Missing ).
27417      Branch: perl
27418            ! t/test.pl
27419 ____________________________________________________________________________
27420 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
27421         Log: Allow several arguments to display().
27422      Branch: perl
27423            ! t/test.pl
27424 ____________________________________________________________________________
27425 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
27426         Log: /dev/stdout could be either a character special file
27427              or a named pipe, so let's pretend it doesn't exist.
27428      Branch: perl
27429            ! t/op/stat.t
27430 ____________________________________________________________________________
27431 [ 13516] By: nick                                  on 2001/12/07  15:09:23
27432         Log: Integrate again - can I catch up ?
27433      Branch: perlio
27434           !> t/test.pl
27435 ____________________________________________________________________________
27436 [ 13515] By: nick                                  on 2001/12/07  15:08:17
27437         Log: Integrate mainline some more
27438      Branch: perlio
27439           !> README.hpux hints/linux.sh pod/perlfunc.pod
27440 ____________________________________________________________________________
27441 [ 13514] By: nick                                  on 2001/12/07  15:07:15
27442         Log: Integrate mainline
27443      Branch: perlio
27444           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
27445           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
27446           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
27447           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
27448           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
27449           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
27450           +> t/lib/Math/BigInt/BareCalc.pm
27451            - ext/Devel/PPPort/harness/Harness.pm
27452            - ext/Devel/PPPort/harness/Harness.xs
27453            - ext/Devel/PPPort/harness/Makefile.PL
27454            - ext/Devel/PPPort/harness/module2.c
27455            - ext/Devel/PPPort/harness/module3.c
27456            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
27457            - lib/File/Spec/Functions.t
27458           !> (integrate 103 files)
27459 ____________________________________________________________________________
27460 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
27461         Log: Add display() for displaying icky scalars.
27462      Branch: perl
27463            ! t/test.pl
27464 ____________________________________________________________________________
27465 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
27466         Log: Subject: [ID 20011207.001] documentation bug for waitpid
27467              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
27468              Date: Fri, 7 Dec 2001 12:44:56 +0100
27469              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
27470      Branch: perl
27471            ! pod/perlfunc.pod
27472 ____________________________________________________________________________
27473 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
27474         Log: gcc version matching didn't.
27475      Branch: perl
27476            ! hints/linux.sh
27477 ____________________________________________________________________________
27478 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
27479         Log: Subject: HP renamed their servers              
27480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27481              Date: Fri, 07 Dec 2001 12:07:22 +0100
27482              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
27483      Branch: perl
27484            ! README.hpux
27485 ____________________________________________________________________________
27486 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
27487         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
27488              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27489              Date: Fri, 7 Dec 2001 00:24:55 -0500
27490              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
27491      Branch: perl
27492            ! pod/perlport.pod
27493 ____________________________________________________________________________
27494 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
27495         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
27496              From: Michael G Schwern <schwern@pobox.com> 
27497              Date: Thu, 6 Dec 2001 22:56:34 -0500
27498              Message-ID: <20011207035634.GO22648@blackrider>
27499      Branch: perl
27500            ! t/base/lex.t t/op/exec.t
27501 ____________________________________________________________________________
27502 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
27503         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
27504              From: Michael G Schwern <schwern@pobox.com>
27505              Date: Thu, 6 Dec 2001 22:45:44 -0500
27506              Message-ID: <20011207034544.GN22648@blackrider>
27507              
27508              (plus op/ref tweak)
27509      Branch: perl
27510            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
27511            ! t/run/kill_perl.t t/test.pl
27512 ____________________________________________________________________________
27513 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
27514         Log: Upgrade to Math::BigInt 1.48.
27515      Branch: perl
27516            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
27517            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27518            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27519            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27520            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27521            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27522            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
27523 ____________________________________________________________________________
27524 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
27525         Log: Mention also perl56delta in case someone is upgrading from
27526              Perl 5.005_03.
27527      Branch: perl
27528            ! pod/perldelta.pod
27529 ____________________________________________________________________________
27530 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
27531         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
27532              From: Michael G Schwern <schwern@pobox.com>
27533              Date: Thu, 6 Dec 2001 15:15:28 -0500
27534              Message-ID: <20011206201528.GF16414@blackrider>
27535              
27536              (just the term.t, not the lex.t)
27537              
27538              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
27539              From: Michael G Schwern <schwern@pobox.com>
27540              Date: Thu, 6 Dec 2001 15:22:22 -0500
27541              Message-ID: <20011206202222.GG16414@blackrider>
27542              
27543              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
27544              From: Michael G Schwern <schwern@pobox.com>
27545              Date: Thu, 6 Dec 2001 15:31:58 -0500
27546              Message-ID: <20011206203158.GI16414@blackrider>
27547              
27548              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
27549              From: Michael G Schwern <schwern@pobox.com>
27550              Date: Thu, 6 Dec 2001 17:38:55 -0500
27551              Message-ID: <20011206223855.GC22648@blackrider>
27552      Branch: perl
27553            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
27554            ! t/test.pl
27555 ____________________________________________________________________________
27556 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
27557         Log: Update the thr5005 situation.
27558      Branch: perl
27559            ! pod/perldelta.pod
27560 ____________________________________________________________________________
27561 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
27562         Log: perldelta borrowings from perl561delta.
27563      Branch: perl
27564            ! pod/perldelta.pod
27565 ____________________________________________________________________________
27566 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
27567         Log: Add the 5.6.1 perldelta as perl561delta.
27568              (Makes it easier to steal stuff for perldelta :-)
27569      Branch: perl
27570            + pod/perl561delta.pod
27571            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27572 ____________________________________________________________________________
27573 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
27574         Log: Retract #13496 for now.
27575      Branch: perl
27576            ! t/base/lex.t t/base/term.t
27577 ____________________________________________________________________________
27578 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
27579         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
27580              From: "Craig A. Berry" <craigberry@mac.com>
27581              Date: Thu, 6 Dec 2001 14:54:36 -0600
27582              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
27583      Branch: perl
27584            ! vms/ext/filespec.t
27585 ____________________________________________________________________________
27586 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
27587         Log: (retracted by #13499)
27588              
27589              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
27590              From: Michael G Schwern <schwern@pobox.com>
27591              Date: Thu, 6 Dec 2001 15:15:28 -0500
27592              Message-ID: <20011206201528.GF16414@blackrider>
27593      Branch: perl
27594            ! t/base/lex.t t/base/term.t
27595 ____________________________________________________________________________
27596 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
27597         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
27598              From: Michael G Schwern <schwern@pobox.com>
27599              Date: Thu, 6 Dec 2001 13:54:48 -0500
27600              Message-ID: <20011206185448.GC16414@blackrider>
27601      Branch: perl
27602            ! t/op/stat.t
27603 ____________________________________________________________________________
27604 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
27605         Log: The #4 has nothing to do with Unicode.
27606      Branch: perl
27607            ! t/op/tr.t
27608 ____________________________________________________________________________
27609 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
27610         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
27611              From: Michael G Schwern <schwern@pobox.com>
27612              Date: Thu, 6 Dec 2001 13:45:48 -0500
27613              Message-ID: <20011206184548.GB16414@blackrider>
27614      Branch: perl
27615            ! t/op/tr.t
27616 ____________________________________________________________________________
27617 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
27618         Log: Update Changes.
27619      Branch: perl
27620            ! Changes patchlevel.h
27621 ____________________________________________________________________________
27622 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
27623         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
27624              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27625              Date: Thu, 6 Dec 2001 11:41:25 EST
27626              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
27627      Branch: perl
27628            ! vms/vms.c vms/vmsish.h
27629 ____________________________________________________________________________
27630 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
27631         Log: Subject: [PATCH] Re: weirdness in regexps
27632              From: Robin Houston <robin@kitsite.com> 
27633              Date: Thu, 6 Dec 2001 14:44:01 +0000
27634              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
27635      Branch: perl
27636            ! op.c t/lib/strict/subs
27637 ____________________________________________________________________________
27638 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
27639         Log: Make the -b -c -S tests count all of the /dev, not just
27640              check the first one, as suggested by Benjamin Goldberg.
27641      Branch: perl
27642            ! t/op/stat.t
27643 ____________________________________________________________________________
27644 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
27645         Log: Subject: Re: [PATCH: bleadperl] casefold backref
27646              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27647              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
27648              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
27649      Branch: perl
27650            ! regexec.c
27651 ____________________________________________________________________________
27652 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
27653         Log: Nits noticed by Philip Newton, and de-tab DB.t.
27654      Branch: perl
27655            ! lib/DB.t
27656 ____________________________________________________________________________
27657 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
27658         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
27659              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27660              Date: 6 Dec 2001 11:06:01 -0000
27661              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
27662      Branch: perl
27663            ! op.c t/op/tr.t
27664 ____________________________________________________________________________
27665 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
27666         Log: Subject: [PATCH: bleadperl] casefold backref
27667              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
27668              Date: Wed, 05 Dec 2001 17:27:05 +0000
27669              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
27670      Branch: perl
27671            ! regexec.c t/op/re_tests
27672 ____________________________________________________________________________
27673 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
27674         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
27675              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27676              Date: Wed, 5 Dec 2001 22:34:53 EST
27677              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
27678      Branch: perl
27679            ! mg.c vms/vms.c vms/vmsish.h
27680 ____________________________________________________________________________
27681 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
27682         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
27683              From: Michael G Schwern <schwern@pobox.com>
27684              Date: Wed, 5 Dec 2001 19:52:58 -0500
27685              Message-ID: <20011205195257.A903@blackrider>
27686      Branch: perl
27687            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
27688            + lib/File/Spec/t/rel2abs2rel.t
27689            - lib/File/Spec.t lib/File/Spec/Functions.t
27690            ! MANIFEST
27691 ____________________________________________________________________________
27692 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
27693         Log: Subject: Re: Silly stat() portability questions                
27694              From: Benjamin Goldberg <goldbb2@earthlink.net>
27695              Date: Wed, 05 Dec 2001 22:52:35 -0500
27696              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
27697      Branch: perl
27698            ! pod/perlport.pod
27699 ____________________________________________________________________________
27700 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
27701         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
27702              From: "Craig A. Berry" <craigberry@mac.com>
27703              Date: Wed, 05 Dec 2001 16:41:59 -0600
27704              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
27705      Branch: perl
27706            ! README.vms configure.com lib/File/Spec/VMS.pm
27707            ! vms/ext/filespec.t
27708 ____________________________________________________________________________
27709 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
27710         Log: $apply->('club', $glibc_maintainers);
27711              
27712              (Nick Clark just reported that <langinfo.h> YESSTR
27713              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
27714      Branch: perl
27715            ! ext/I18N/Langinfo/Langinfo.t
27716 ____________________________________________________________________________
27717 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
27718         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
27719      Branch: perl
27720            ! pod/perlport.pod
27721 ____________________________________________________________________________
27722 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
27723         Log: tweak change#13474 (pad entries can apparently be null in some
27724              situations)
27725      Branch: maint-5.6/perl
27726            ! op.c
27727 ____________________________________________________________________________
27728 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
27729         Log: Restore the /dev -b -c -S part of the test.
27730      Branch: perl
27731            ! t/op/stat.t
27732 ____________________________________________________________________________
27733 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
27734         Log: Retract #13475 until Arthur gets back to the mine.
27735      Branch: perl
27736            ! op.c t/run/kill_perl.t
27737 ____________________________________________________________________________
27738 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
27739         Log: (retracted by #13476)
27740              
27741              Manually apply #13474; fixes stale reference to dead
27742              CvOUTSIDE(); this can happen when anonymous subroutines
27743              that aren't closures are returned from an eval""
27744              
27745              (threads/shared/sv_refs.t is coredump-unhappy about this change)
27746      Branch: perl
27747            ! op.c t/run/kill_perl.t
27748 ____________________________________________________________________________
27749 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
27750         Log: replacement for change#10451
27751              
27752              fixes stale reference to dead CvOUTSIDE(); this can happen when
27753              anonymous subroutines that aren't closures are returned from an
27754              eval""
27755      Branch: maint-5.6/perl
27756            ! op.c t/op/misc.t
27757 ____________________________________________________________________________
27758 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
27759         Log: revert change#10451,10472; it was a naive fix that simply
27760              reintroduced the memory leak!
27761      Branch: maint-5.6/perl
27762            ! op.c t/op/misc.t
27763 ____________________________________________________________________________
27764 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
27765         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
27766              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27767              Date: Wed, 05 Dec 2001 10:49:20 +0100
27768              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
27769      Branch: perl
27770            ! lib/File/Basename.pm lib/File/Basename.t
27771 ____________________________________________________________________________
27772 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
27773         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
27774              From: Michael G Schwern <schwern@pobox.com> 
27775              Date: Wed, 5 Dec 2001 02:47:59 -0500
27776              Message-ID: <20011205024759.H14333@blackrider>
27777      Branch: perl
27778            ! t/op/magic.t
27779 ____________________________________________________________________________
27780 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
27781         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
27782              From: Michael G Schwern <schwern@pobox.com>              
27783              Date: Wed, 5 Dec 2001 02:22:05 -0500
27784              Message-ID: <20011205022205.F14333@blackrider>
27785      Branch: perl
27786            ! t/op/stat.t vms/test.com
27787 ____________________________________________________________________________
27788 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
27789         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
27790              From: Michael G Schwern <schwern@pobox.com> 
27791              Date: Tue, 4 Dec 2001 23:40:10 -0500
27792              Message-ID: <20011204234010.B14333@blackrider>
27793      Branch: perl
27794            ! t/op/stat.t
27795 ____________________________________________________________________________
27796 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
27797         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
27798              From: Michael G Schwern <schwern@pobox.com> 
27799              Date: Tue, 4 Dec 2001 21:09:18 -0500           
27800              Message-ID: <20011204210918.D13279@blackrider>
27801              
27802              t/test.
27803      Branch: perl
27804            ! t/test.pl
27805 ____________________________________________________________________________
27806 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
27807         Log: (accidentally empty check-in)
27808      Branch: perl
27809            ! t/op/stat.t
27810 ____________________________________________________________________________
27811 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
27812         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
27813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27814              Date: Tue, 04 Dec 2001 23:40:27 +0100
27815              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
27816      Branch: perl
27817            ! mg.c
27818 ____________________________________________________________________________
27819 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
27820         Log: Subject: [PATCH] minor pod fix in Safe.pm
27821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27822              Date: Tue, 4 Dec 2001 22:02:34 +0100
27823              Message-ID: <20011204220234.A17293@rafael>
27824      Branch: perl
27825            ! ext/Opcode/Safe.pm
27826 ____________________________________________________________________________
27827 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
27828         Log: CRLF GRRR.
27829      Branch: perl
27830            ! djgpp/configure.bat
27831 ____________________________________________________________________________
27832 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
27833         Log: DJGPP fixes from Laszlo Molnar.
27834      Branch: perl
27835            ! djgpp/configure.bat djgpp/djgpp.h
27836 ____________________________________________________________________________
27837 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
27838         Log: Update Changes.
27839      Branch: perl
27840            ! Changes patchlevel.h
27841 ____________________________________________________________________________
27842 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
27843         Log: Must wipe out the memory of real Socket before starting
27844              to use the new fake one.
27845      Branch: perl
27846            ! lib/Net/t/config.t
27847 ____________________________________________________________________________
27848 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
27849         Log: LC_ALL might trump LANG.
27850      Branch: perl
27851            ! lib/open.t
27852 ____________________________________________________________________________
27853 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
27854         Log: Make the eval runtime.
27855      Branch: perl
27856            ! lib/open.pm
27857 ____________________________________________________________________________
27858 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
27859         Log: Make the Langinfo test both more lenient (allow
27860              for any symbol not to exists) and stricter (add
27861              more symbols).
27862      Branch: perl
27863            ! ext/I18N/Langinfo/Langinfo.t
27864 ____________________________________________________________________________
27865 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
27866         Log: integrate change#13453 from maint-5.6
27867              
27868              tweak change#11399 to use an explicit flag rather than
27869              ass_u_ming w32_pseudo_id will only be zero for the real
27870              toplevel interpreter; avoids multiple hosts from diddling
27871              the environment at the same time
27872      Branch: perl
27873           !> win32/perlhost.h
27874 ____________________________________________________________________________
27875 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
27876         Log: Subject: [PATCH] VMS update for perldelta.pod
27877              From: "Craig A. Berry" <craigberry@mac.com> 
27878              Date: Tue, 4 Dec 2001 00:23:12 -0600
27879              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
27880      Branch: perl
27881            ! pod/perldelta.pod
27882 ____________________________________________________________________________
27883 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
27884         Log: NetWare tweak from Ananth Kesari.
27885      Branch: perl
27886            ! NetWare/Makefile
27887 ____________________________________________________________________________
27888 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
27889         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
27890              Not adding the test suite because of its many assumptions.
27891      Branch: perl
27892            ! lib/Net/Ping.pm
27893 ____________________________________________________________________________
27894 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
27895         Log: tweak change#11399 to use an explicit flag rather than
27896              ass_u_ming w32_pseudo_id will only be zero for the real
27897              toplevel interpreter; avoids multiple hosts from diddling
27898              the environment at the same time
27899      Branch: maint-5.6/perl
27900            ! win32/perlhost.h
27901 ____________________________________________________________________________
27902 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
27903         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
27904              from Len Makin.
27905      Branch: perl
27906            + hints/super-ux.sh
27907            ! MANIFEST
27908 ____________________________________________________________________________
27909 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
27910         Log: Add Mac OS X known failures to perldelta.
27911      Branch: perl
27912            ! pod/perldelta.pod
27913 ____________________________________________________________________________
27914 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
27915         Log: I think it's time to call the utf8 code non-test.
27916      Branch: perl
27917            ! utf8.c
27918 ____________________________________________________________________________
27919 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
27920         Log: Retract #13303, need rethink.
27921      Branch: perl
27922            ! utf8.c
27923 ____________________________________________________________________________
27924 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
27925         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
27926              From: "Craig A. Berry" <craigberry@mac.com>
27927              Date: Mon, 03 Dec 2001 16:28:06 -0600
27928              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
27929      Branch: perl
27930            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
27931 ____________________________________________________________________________
27932 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
27933         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
27934              From: Andy Dougherty <doughera@lafayette.edu>
27935              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
27936              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
27937      Branch: perl
27938            ! hints/solaris_2.sh
27939 ____________________________________________________________________________
27940 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
27941         Log: This test is not very robust on 8.3-constrained systems:
27942              all the "with truncated name" lines between "Autosplitting ..."
27943              and "some names are not unique" lines are unexpected,
27944              and the truncation message becomes:
27945              testtest.al, testtest.al truncate to testtest 
27946      Branch: perl
27947            ! lib/AutoSplit.t
27948 ____________________________________________________________________________
27949 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
27950         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
27951      Branch: perl
27952            ! ext/I18N/Langinfo/Langinfo.t
27953 ____________________________________________________________________________
27954 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
27955         Log: Test::Morify UCD.t
27956      Branch: perl
27957            ! lib/Unicode/UCD.t
27958 ____________________________________________________________________________
27959 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
27960         Log: If Socket has not been built (e.g. DJGPP) the libnet
27961              tests fall over with (too) much noise.
27962      Branch: perl
27963            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
27964            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
27965            ! lib/Net/t/smtp.t lib/Net/t/time.t
27966 ____________________________________________________________________________
27967 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
27968         Log: Subject: [PATCH] shared hash keys and ++/--
27969              From: Nicholas Clark <nick@ccl4.org>
27970              Date: Mon, 3 Dec 2001 16:37:16 +0000
27971              Message-ID: <20011203163716.C21702@plum.flirble.org>
27972      Branch: perl
27973            ! pp.c pp_hot.c sv.c t/op/inc.t
27974 ____________________________________________________________________________
27975 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
27976         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
27977              From: Jonathan Stowe <jns@gellyfish.com>
27978              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
27979              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
27980      Branch: perl
27981            ! lib/Term/Cap.pm
27982 ____________________________________________________________________________
27983 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
27984         Log: Update Changes.
27985      Branch: perl
27986            ! Changes patchlevel.h
27987 ____________________________________________________________________________
27988 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
27989         Log: perldelta tweaks.
27990      Branch: perl
27991            ! pod/perldelta.pod
27992 ____________________________________________________________________________
27993 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
27994         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
27995              From: Sam Tregar <sam@tregar.com> 
27996              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
27997              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
27998      Branch: perl
27999            ! pod/perlnewmod.pod
28000 ____________________________________________________________________________
28001 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
28002         Log: microperl casting nit.
28003      Branch: perl
28004            ! utf8.c
28005 ____________________________________________________________________________
28006 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
28007         Log: Make sharepvn a macro since all it does is a deref.
28008      Branch: perl
28009            ! embed.h embed.pl global.sym hv.c hv.h proto.h
28010 ____________________________________________________________________________
28011 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
28012         Log: perldelta updates.
28013      Branch: perl
28014            ! pod/perldelta.pod
28015 ____________________________________________________________________________
28016 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
28017         Log: PPPort update from Paul Marquess.
28018      Branch: perl
28019            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
28020            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
28021            + ext/Devel/PPPort/t/test.t
28022            - ext/Devel/PPPort/harness/Harness.pm
28023            - ext/Devel/PPPort/harness/Harness.xs
28024            - ext/Devel/PPPort/harness/Makefile.PL
28025            - ext/Devel/PPPort/harness/module2.c
28026            - ext/Devel/PPPort/harness/module3.c
28027            - ext/Devel/PPPort/harness/t/test.t
28028            ! MANIFEST ext/Devel/PPPort/MANIFEST
28029            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
28030            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
28031            ! ext/Devel/PPPort/soak
28032 ____________________________________________________________________________
28033 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
28034         Log: No use talking about dynamic library search patch
28035              unless we are having a dynamic build.
28036      Branch: perl
28037            ! t/TEST
28038 ____________________________________________________________________________
28039 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
28040         Log: Be more explicit on the List::Util build trick,
28041              should also stop unneeded rebuilds on static builds.
28042      Branch: perl
28043            ! ext/List/Util/Makefile.PL
28044 ____________________________________________________________________________
28045 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
28046         Log: We need to replace the optimize (-O1) with
28047              the -h scalar0 -h vector0, not append them
28048              to the ccflags.
28049      Branch: perl
28050            ! hints/unicos.sh hints/unicosmk.sh
28051 ____________________________________________________________________________
28052 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
28053         Log: Subject: [PATCH] Shared hash keys 
28054              From: Nicholas Clark <nick@ccl4.org>
28055              Date: Sun, 2 Dec 2001 20:52:32 +0000
28056              Message-ID: <20011202205232.U21702@plum.flirble.org>
28057      Branch: perl
28058            ! doop.c t/op/tr.t
28059 ____________________________________________________________________________
28060 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
28061         Log: Better add new files to MANIFEST, too.
28062      Branch: perl
28063            ! MANIFEST
28064 ____________________________________________________________________________
28065 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
28066         Log: Subject: {PATCH] perlpacktut.pod
28067              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
28068              Date: Sun, 02 Dec 2001 19:55:06 +0100
28069              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
28070      Branch: perl
28071            ! pod/perlpacktut.pod
28072 ____________________________________________________________________________
28073 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
28074         Log: Various small nits found by DJGPP build.
28075      Branch: perl
28076            ! doio.c mg.c pp.c util.c
28077 ____________________________________________________________________________
28078 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
28079         Log: Subject: RE: More verbose POD for Carp
28080              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28081              Date: Sun, 2 Dec 2001 11:32:51 -0500
28082              Message-ID: <3C0A9748@operamail.com>
28083      Branch: perl
28084            ! lib/Carp.pm
28085 ____________________________________________________________________________
28086 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
28087         Log: Add a header for DJGPP with the function prototypes.
28088      Branch: perl
28089            + djgpp/djgpp.h
28090            ! MANIFEST djgpp/djgpp.c
28091 ____________________________________________________________________________
28092 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
28093         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
28094              From: Abe Timmerman <abe@ztreet.demon.nl>
28095              Date: Sun, 02 Dec 2001 02:41:25 +0100
28096              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
28097      Branch: perl
28098            ! pp_sys.c
28099 ____________________________________________________________________________
28100 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
28101         Log: There isn't PTR2INT(), there's PTR2IV().
28102      Branch: perl
28103            ! ext/Time/HiRes/HiRes.xs
28104 ____________________________________________________________________________
28105 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
28106         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
28107              From: Marc Lehmann <root@schmorp.de>
28108              Date: Sun, 02 Dec 2001 02:44:53 +0100
28109              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
28110      Branch: perl
28111            ! ext/Time/HiRes/HiRes.xs
28112 ____________________________________________________________________________
28113 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
28114         Log: encode()/decode() examples.
28115      Branch: perl
28116            ! ext/Encode/Encode.pm
28117 ____________________________________________________________________________
28118 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
28119         Log: DJGPP tweaks from Laszlo Molnar.
28120      Branch: perl
28121            ! djgpp/config.over djgpp/djgppsed.sh
28122 ____________________________________________________________________________
28123 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
28124         Log: Update Changes.
28125      Branch: perl
28126            ! Changes patchlevel.h
28127 ____________________________________________________________________________
28128 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
28129         Log: Integrate perlio;
28130              
28131              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
28132              which do not have file descriptors. Noticed a possibly
28133              worse problem in the process ...
28134      Branch: perl
28135           !> doio.c
28136 ____________________________________________________________________________
28137 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
28138         Log: Non-VMS-fixed and Win32-skipped version of
28139              
28140              Subject: [PATCH t/op/exec.t] Portabilty fix 
28141              From: Michael G Schwern <schwern@pobox.com> 
28142              Date: Fri, 30 Nov 2001 16:09:27 -0500
28143              Message-ID: <20011130160927.A10406@blackrider>
28144      Branch: perl
28145            ! t/op/exec.t
28146 ____________________________________________________________________________
28147 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
28148         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
28149              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28150              Date: Sat, 1 Dec 2001 07:01:09 -0500
28151              Message-ID: <3C0D2E39@operamail.com>
28152              
28153              Subject: More verbose POD for Carp
28154              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28155              Date: Sat, 1 Dec 2001 08:04:16 -0500
28156              Message-ID: <3C285C2B@operamail.com>
28157      Branch: perl
28158            ! lib/Carp.pm lib/Carp/Heavy.pm
28159 ____________________________________________________________________________
28160 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
28161         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
28162              From: chromatic <chromatic@rmci.net>
28163              Date: Sat, 01 Dec 2001 12:41:58 -0700
28164              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
28165      Branch: perl
28166            ! lib/DB.t
28167 ____________________________________________________________________________
28168 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
28169         Log: Try to make a missing RADIXCHAR a softer kinder error.
28170      Branch: perl
28171            ! ext/I18N/Langinfo/Langinfo.t
28172 ____________________________________________________________________________
28173 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
28174         Log: Have a little faith on nl_langinfo() itself.
28175      Branch: perl
28176            ! ext/I18N/Langinfo/Langinfo.xs
28177 ____________________________________________________________________________
28178 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
28179         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
28180              the max, not max plus one)
28181      Branch: perl
28182            ! ext/I18N/Langinfo/Langinfo.xs
28183 ____________________________________________________________________________
28184 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
28185         Log: Make reality agree with the comment.
28186      Branch: perl
28187            ! ext/I18N/Langinfo/Langinfo.xs
28188 ____________________________________________________________________________
28189 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
28190         Log: Try to protect against wild langinfo() arguments.
28191      Branch: perl
28192            ! ext/I18N/Langinfo/Langinfo.xs
28193 ____________________________________________________________________________
28194 [ 13409] By: nick                                  on 2001/12/01  18:19:59
28195         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
28196              have file descriptors. Noticed a possibly worse problem in the process ...
28197      Branch: perlio
28198            ! doio.c
28199 ____________________________________________________________________________
28200 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
28201         Log: (replaced by #13556)
28202              
28203              If we are inside an eval, let's be silent about
28204              separate symbols and just croak() in the end.
28205      Branch: perl
28206            ! lib/Exporter/Heavy.pm
28207 ____________________________________________________________________________
28208 [ 13407] By: nick                                  on 2001/12/01  17:14:05
28209         Log: Integrate mainline
28210      Branch: perlio
28211           !> (integrate 26 files)
28212 ____________________________________________________________________________
28213 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
28214         Log: Subject: Fix for Exporter error reporting behaviour
28215              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28216              Date: Sat, 1 Dec 2001 06:34:48 -0500
28217              Message-ID: <3C0D1B9A@operamail.com>
28218      Branch: perl
28219            ! lib/Exporter.pm lib/Exporter/Heavy.pm
28220 ____________________________________________________________________________
28221 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
28222         Log: Need to hide behind an eval to avoid a warning
28223              about :utf8 on non-perlio configs.
28224      Branch: perl
28225            ! lib/open.t
28226 ____________________________________________________________________________
28227 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
28228         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
28229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28230              Date: Fri, 30 Nov 2001 23:46:58 +0100
28231              Message-ID: <20011130234658.A717@rafael>
28232      Branch: perl
28233            ! op.c t/op/method.t
28234 ____________________________________________________________________________
28235 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
28236         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
28237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28238              Date: Thu, 29 Nov 2001 22:46:12 +0100
28239              Message-ID: <20011129224612.A699@rafael>
28240      Branch: perl
28241            ! ext/B/B/Xref.pm
28242 ____________________________________________________________________________
28243 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
28244         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
28245              From: Tels <perl_dummy@bloodgate.com>
28246              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
28247              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
28248      Branch: perl
28249            ! pod/perlfunc.pod
28250 ____________________________________________________________________________
28251 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
28252         Log: Subject: [REPATCH] reference pointer comparison
28253              From: Nicholas Clark <nick@ccl4.org>
28254              Date: Sat, 1 Dec 2001 13:00:17 +0000
28255              Message-ID: <20011201130017.I21702@plum.flirble.org>
28256      Branch: perl
28257            ! pp.c
28258 ____________________________________________________________________________
28259 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
28260         Log: Upgrade to Storable 1.0.14.
28261      Branch: perl
28262            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28263 ____________________________________________________________________________
28264 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
28265         Log: Add simple caches for ::viacode() and ::vianame().
28266      Branch: perl
28267            ! lib/charnames.pm lib/charnames.t
28268 ____________________________________________________________________________
28269 [ 13398] By: nick                                  on 2001/12/01  10:36:24
28270         Log: Integrate mainline.
28271      Branch: perlio
28272           +> (branch 44 files)
28273            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28274            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28275            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
28276           !> (integrate 250 files)
28277 ____________________________________________________________________________
28278 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
28279         Log: Regen toc and modlib.
28280      Branch: perl
28281            ! pod/perlmodlib.pod pod/perltoc.pod
28282 ____________________________________________________________________________
28283 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
28284         Log: Upgrade to podlators-1.18.
28285      Branch: perl
28286            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
28287 ____________________________________________________________________________
28288 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
28289         Log: -h scalar0 -h vector0 seems to help for both
28290              UNICOS and UNICOS/mk on the unpack %65c problems.
28291              
28292              (replaces #13393)
28293      Branch: perl
28294            ! hints/unicos.sh hints/unicosmk.sh
28295 ____________________________________________________________________________
28296 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
28297         Log: More Socket constants.
28298      Branch: perl
28299            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
28300 ____________________________________________________________________________
28301 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
28302         Log: (replaced by #13395)
28303      Branch: perl
28304            ! hints/unicosmk.sh
28305 ____________________________________________________________________________
28306 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
28307         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
28308              From: Andy Dougherty <doughera@lafayette.edu>
28309              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
28310              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
28311              
28312              Simplify the test skippage criterion now that we are
28313              no more dependent on sed.
28314      Branch: perl
28315            ! t/comp/cpp.t t/run/switchPx.t
28316 ____________________________________________________________________________
28317 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
28318         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
28319              From: Michael G Schwern <schwern@pobox.com>
28320              Date: Fri, 30 Nov 2001 11:48:44 -0500
28321              Message-ID: <20011130114844.C1303@blackrider>
28322              
28323              (replaces #13381)
28324      Branch: perl
28325            ! t/op/stat.t
28326 ____________________________________________________________________________
28327 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
28328         Log: Let's not assume how much memory has been allocated
28329              to PVs.
28330      Branch: perl
28331            ! ext/Devel/Peek/Peek.t
28332 ____________________________________________________________________________
28333 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
28334         Log: VOS needs to know the modules, including pp_sort.
28335      Branch: perl
28336            ! vos/perl.bind
28337 ____________________________________________________________________________
28338 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
28339         Log: Unused variables.
28340      Branch: perl
28341            ! ext/Unicode/Normalize/Normalize.xs
28342 ____________________________________________________________________________
28343 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
28344         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
28345              From: John Peacock <jpeacock@rowman.com>     
28346              Date: Fri, 30 Nov 2001 10:24:00 -0500        
28347              Message-ID: <3C07A490.A22A76B0@rowman.com>   
28348      Branch: perl
28349            ! lib/ExtUtils/Embed.t
28350 ____________________________________________________________________________
28351 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
28352         Log: Tweak for the VOS building script from Paul Green.
28353      Branch: perl
28354            ! vos/configure_perl.cm
28355 ____________________________________________________________________________
28356 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
28357         Log: Update Changes.
28358      Branch: perl
28359            ! Changes patchlevel.h
28360 ____________________________________________________________________________
28361 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
28362         Log: Cannot test if cppstdin has not yet been installed.
28363      Branch: perl
28364            ! t/run/switchPx.t
28365 ____________________________________________________________________________
28366 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
28367         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
28368              From: Michael G Schwern <schwern@pobox.com> 
28369              Date: Thu, 29 Nov 2001 22:05:11 -0500
28370              Message-ID: <20011129220510.A18869@blackrider>
28371              
28372              TODO 1: if cppstdin is used and not yet installed,
28373              the Px.t will fail (must do the same as in cpp.t)
28374              
28375              TODO 2: does this work if no Perl whatsoever has
28376              yet been installed?  That is, we should be using
28377              the Perl we are building to execute the one-liner.
28378      Branch: perl
28379            + t/run/switchPx.aux t/run/switchPx.t
28380            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
28381            ! vms/test.com
28382 ____________________________________________________________________________
28383 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
28384         Log: Upgrade to Unicode::Normalize 0.12.
28385      Branch: perl
28386            ! ext/Unicode/Normalize/Changes
28387            ! ext/Unicode/Normalize/Normalize.pm
28388            ! ext/Unicode/Normalize/Normalize.xs
28389            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
28390            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
28391            ! ext/Unicode/Normalize/t/test.t
28392 ____________________________________________________________________________
28393 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
28394         Log: (replaced by #13391)
28395              
28396              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
28397              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
28398              Date: 30 Nov 2001 11:41:53 -0000             
28399              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
28400              
28401              No need to die if we have high-paranoia (non-chdirable)
28402              system directories.
28403      Branch: perl
28404            ! t/op/stat.t
28405 ____________________________________________________________________________
28406 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
28407         Log: Paragraph rewrapping.
28408      Branch: perl
28409            ! pod/perliol.pod
28410 ____________________________________________________________________________
28411 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
28412         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
28413              From: Stas Bekman <stas@stason.org>
28414              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
28415              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
28416      Branch: perl
28417            ! pod/perliol.pod
28418 ____________________________________________________________________________
28419 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
28420         Log: Whether select() gets restarted on signals is
28421              implementation dependent.
28422      Branch: perl
28423            ! ext/Time/HiRes/HiRes.t
28424 ____________________________________________________________________________
28425 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
28426         Log: More forgotten checkins.
28427      Branch: perl
28428            ! embed.h embed.pl proto.h
28429 ____________________________________________________________________________
28430 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
28431         Log: Add a note about folding vs lowercase.
28432      Branch: perl
28433            ! regexec.c
28434 ____________________________________________________________________________
28435 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
28436         Log: Use to_uni_fold (and add changed global.sym)
28437      Branch: perl
28438            ! global.sym utf8.c
28439 ____________________________________________________________________________
28440 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
28441         Log: Make to Unicode character functions to use UVs
28442              instead of U32s and add to_uni_fold().
28443      Branch: perl
28444            ! embed.pl proto.h utf8.c
28445 ____________________________________________________________________________
28446 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
28447         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
28448              From: Nicholas Clark <nick@ccl4.org>
28449              Date: Thu, 29 Nov 2001 22:47:32 +0000
28450              Message-ID: <20011129224732.W37621@plum.flirble.org>
28451      Branch: perl
28452            ! pod/perlpacktut.pod
28453 ____________________________________________________________________________
28454 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
28455         Log: README.vos updates from Paul Green.
28456      Branch: perl
28457            ! README.vos
28458 ____________________________________________________________________________
28459 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
28460         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
28461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28462              Date: Thu, 29 Nov 2001 14:18:51 EST
28463              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
28464      Branch: perl
28465            ! mg.c vms/vms.c vms/vmsish.h
28466 ____________________________________________________________________________
28467 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
28468         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
28469              From: Michael G Schwern <schwern@pobox.com>
28470              Date: Thu, 29 Nov 2001 13:12:31 -0500
28471              Message-ID: <20011129131231.E11300@blackrider>
28472      Branch: perl
28473            ! README.vms
28474 ____________________________________________________________________________
28475 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
28476         Log: BGET_IV was missing.
28477      Branch: perl
28478            ! ext/ByteLoader/bytecode.h
28479 ____________________________________________________________________________
28480 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
28481         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
28482              From: Jonathan Stowe <gellyfish@gellyfish.com>
28483              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
28484              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
28485      Branch: perl
28486            ! lib/Term/Cap.pm
28487 ____________________________________________________________________________
28488 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
28489         Log: Porting/checkURL.pl was missing.
28490      Branch: perl
28491            ! MANIFEST
28492 ____________________________________________________________________________
28493 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
28494         Log: Subject: INSTALL and READMEs should be reviewed
28495              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28496              Date: Thu, 29 Nov 2001 16:49:36 +0100
28497              Message-ID: <20011129164936.A17492@rafael>         
28498      Branch: perl
28499            ! README.cygwin
28500 ____________________________________________________________________________
28501 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
28502         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
28503              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
28504              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
28505              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
28506      Branch: perl
28507            ! README.os390
28508 ____________________________________________________________________________
28509 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
28510         Log: Update Changes.
28511      Branch: perl
28512            ! Changes patchlevel.h
28513 ____________________________________________________________________________
28514 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
28515         Log: The changes to the curliffed files didn't stick in #13348.
28516      Branch: perl
28517            ! README.dos README.win32
28518 ____________________________________________________________________________
28519 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
28520         Log: Subject: Re: Found the rev where File::Glob broke
28521              From: Andy Dougherty <doughera@lafayette.edu>
28522              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
28523              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
28524      Branch: perl
28525            ! lib/ExtUtils/MM_Unix.pm
28526 ____________________________________________________________________________
28527 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
28528         Log: Use __DATA__ instead of __END__.
28529      Branch: perl
28530            ! lib/Term/Cap.pm
28531 ____________________________________________________________________________
28532 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
28533         Log: Subject: [PATCH toke.c] autosplit into @F fix
28534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28535              Date: Thu, 29 Nov 2001 14:52:23 +0100
28536              Message-ID: <20011129145223.A25817@rafael>         
28537      Branch: perl
28538            ! toke.c
28539 ____________________________________________________________________________
28540 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
28541         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
28542              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28543              Date: Thu, 29 Nov 2001 15:48:15 +0100
28544              Message-ID: <20011129154815.C25817@rafael>         
28545      Branch: perl
28546            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
28547 ____________________________________________________________________________
28548 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
28549         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
28550              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28551              Date: Wed, 28 Nov 2001 20:35:29 +0100
28552              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
28553      Branch: perl
28554            ! pod/perlpacktut.pod
28555 ____________________________________________________________________________
28556 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
28557         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
28558              From: Stas Bekman <stas@stason.org>
28559              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
28560              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
28561              
28562              (with tweaks)
28563      Branch: perl
28564            ! pod/perlapio.pod
28565 ____________________________________________________________________________
28566 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
28567         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
28568              From: Tels <perl_dummy@bloodgate.com>
28569              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
28570              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
28571              
28572              (plus paragraph rewrapping)
28573      Branch: perl
28574            ! lib/Exporter.pm
28575 ____________________________________________________________________________
28576 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
28577         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
28578              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
28579              Date: Wed, 28 Nov 2001 21:47:59 +0000
28580              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
28581      Branch: perl
28582            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
28583 ____________________________________________________________________________
28584 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
28585         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
28586              From: Andy Dougherty <doughera@lafayette.edu>
28587              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
28588              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
28589      Branch: perl
28590            ! INSTALL ext/Time/HiRes/HiRes.t
28591 ____________________________________________________________________________
28592 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
28593         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
28594              From: Michael G Schwern <schwern@pobox.com> 
28595              Date: Wed, 28 Nov 2001 16:37:01 -0500
28596              Message-ID: <20011128163701.H676@blackrider>
28597      Branch: perl
28598            ! t/run/kill_perl.t
28599 ____________________________________________________________________________
28600 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
28601         Log: @INC tweak.
28602      Branch: perl
28603            ! t/op/ref.t
28604 ____________________________________________________________________________
28605 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
28606         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
28607              From: Nicholas Clark <nick@ccl4.org>
28608              Date: Wed, 28 Nov 2001 23:38:43 +0000
28609              Message-ID: <20011128233843.N37621@plum.flirble.org>  
28610      Branch: perl
28611            ! installman
28612 ____________________________________________________________________________
28613 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
28614         Log: Tweak the forking logic.
28615      Branch: perl
28616            ! Porting/checkURL.pl
28617 ____________________________________________________________________________
28618 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
28619         Log: Update perlmodlib.PL as per #13348.  The L<> got
28620              changed back because that is coming from ParseLink.pm.
28621      Branch: perl
28622            ! pod/perlmodlib.PL pod/perlmodlib.pod
28623 ____________________________________________________________________________
28624 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
28625         Log: URL fixups from Michael Schwern.
28626      Branch: perl
28627            ! README.cygwin README.dos README.hpux README.mint README.mpeix
28628            ! README.os390 README.qnx README.solaris README.vos README.win32
28629            ! pod/perlmodlib.pod
28630 ____________________________________________________________________________
28631 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
28632         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
28633              From: Barrie Slaymaker <barries@slaysys.com>
28634              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
28635              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
28636      Branch: perl
28637            ! lib/Exporter.pm
28638 ____________________________________________________________________________
28639 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
28640         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
28641      Branch: perl
28642            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
28643 ____________________________________________________________________________
28644 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
28645         Log: Subject: [PATCH] Re: $\ very broken
28646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28647              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
28648              Message-ID: <20011128223308.E732@rafael>   
28649              
28650              Subject: Re: [PATCH] Re: $\ very broken     
28651              From: Nicholas Clark <nick@ccl4.org>
28652              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
28653              Message-ID: <20011128222859.K37621@plum.flirble.org>
28654      Branch: perl
28655            ! mg.c t/op/ref.t
28656 ____________________________________________________________________________
28657 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
28658         Log: Add Abigail's link checker with the following tweaks:
28659              - known dummy URLs (Peter Prymmer)
28660              - do also READMEs and INSTALL (Michael Schwern)
28661              - do also ftp URLs
28662              - add fork retry loop in case the allowed number
28663              of processes per user is low
28664      Branch: perl
28665            + Porting/checkURL.pl
28666            ! MANIFEST
28667 ____________________________________________________________________________
28668 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
28669         Log: Update Changes.
28670      Branch: perl
28671            ! Changes patchlevel.h
28672 ____________________________________________________________________________
28673 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
28674         Log: In Linux if we have modern enough gcc and supported
28675              enough CPU, crank up the optimization level to -O3.
28676      Branch: perl
28677            ! hints/linux.sh
28678 ____________________________________________________________________________
28679 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
28680         Log: Add perlpacktut from Wolfgang Laun; regen toc.
28681      Branch: perl
28682            + pod/perlpacktut.pod
28683            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
28684            ! pod/perltoc.pod
28685 ____________________________________________________________________________
28686 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
28687         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
28688              From: PPrymmer@factset.com
28689              Date: Wed, 28 Nov 2001 07:51:26 -0500
28690              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
28691      Branch: perl
28692            ! vms/test.com
28693 ____________________________________________________________________________
28694 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
28695         Log: Test cases for the first half of #13338.
28696      Branch: perl
28697            ! t/lib/h2ph.h t/lib/h2ph.pht
28698 ____________________________________________________________________________
28699 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
28700         Log: Subject: Re: h2ph confused by comments in an enum.
28701              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
28702              Date: Wed, 28 Nov 2001 04:19:21 +0000
28703              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
28704              
28705              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
28706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
28707              Date: Wed, 28 Nov 2001 13:36:35 +0000
28708              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
28709      Branch: perl
28710            ! utils/h2ph.PL
28711 ____________________________________________________________________________
28712 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
28713         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
28714              From: Jonathan Stowe <gellyfish@gellyfish.com>
28715              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
28716              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
28717              
28718              (replace #13327)
28719      Branch: perl
28720            ! lib/Term/Cap.pm
28721 ____________________________________________________________________________
28722 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
28723         Log: Replace #13335 with
28724              
28725              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
28726              From: Russ Allbery <rra@stanford.edu>
28727              Date: 27 Nov 2001 20:42:49 -0800
28728              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
28729      Branch: perl
28730            ! lib/Pod/Text/Termcap.pm
28731 ____________________________________________________________________________
28732 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
28733         Log: (replaced by #13336)
28734              
28735              Subject: [PATCH perl@13323] Termcap.pm with no termios
28736              From: "Craig A. Berry" <craigberry@mac.com> 
28737              Date: Tue, 27 Nov 2001 22:28:50 -0600
28738              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
28739      Branch: perl
28740            ! lib/Pod/Text/Termcap.pm
28741 ____________________________________________________________________________
28742 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
28743         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
28744              From: "Craig A. Berry" <craigberry@mac.com> 
28745              Date: Tue, 27 Nov 2001 21:46:45 -0600
28746              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
28747      Branch: perl
28748            ! configure.com
28749 ____________________________________________________________________________
28750 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
28751         Log: Upgrade to podlators 1.17.
28752      Branch: perl
28753            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
28754            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
28755 ____________________________________________________________________________
28756 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
28757         Log: Fix for "a\x{100}" =~ /A/i.
28758      Branch: perl
28759            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
28760            ! utf8.c
28761 ____________________________________________________________________________
28762 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
28763         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
28764              From: "Craig A. Berry" <craigberry@mac.com>
28765              Date: Tue, 27 Nov 2001 17:11:49 -0600
28766              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
28767      Branch: perl
28768            ! lib/DB.t
28769 ____________________________________________________________________________
28770 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
28771         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
28772              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28773              Date: Tue, 27 Nov 2001 14:55:23 -0500
28774              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
28775              
28776              Subject: [PATCH: perl@13324] updates to perldelta.pod 
28777              From: PPrymmer@factset.com
28778              Date: Tue, 27 Nov 2001 18:06:04 -0500
28779              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
28780              
28781              plus added some known problems.
28782      Branch: perl
28783            ! pod/perldelta.pod
28784 ____________________________________________________________________________
28785 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
28786         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
28787              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28788              Date: Tue, 27 Nov 2001 15:38:02 EST 
28789              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
28790      Branch: perl
28791            ! configure.com vms/vms.c vms/vmsish.h
28792 ____________________________________________________________________________
28793 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
28794         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
28795              From: Michael G Schwern <schwern@pobox.com> 
28796              Date: Tue, 27 Nov 2001 15:31:12 -0500
28797              Message-ID: <20011127153112.G20929@blackrider>
28798      Branch: perl
28799            ! t/run/kill_perl.t
28800 ____________________________________________________________________________
28801 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
28802         Log: (replaced by #13337)
28803              
28804              VMS can safely hardcode a termcap entry for VT100.
28805      Branch: perl
28806            ! lib/Term/Cap.pm
28807 ____________________________________________________________________________
28808 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
28809         Log: VMS piping fixes from Charles Lane (perl -P should
28810              be working now).
28811      Branch: perl
28812            ! vms/vms.c
28813 ____________________________________________________________________________
28814 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
28815         Log: Subject: [PATCH] perlvar.pod fix
28816              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28817              Date: Tue, 27 Nov 2001 13:11:47 -0500
28818              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
28819      Branch: perl
28820            ! pod/perlvar.pod
28821 ____________________________________________________________________________
28822 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
28823         Log: Update Changes.
28824      Branch: perl
28825            ! Changes patchlevel.h
28826 ____________________________________________________________________________
28827 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
28828         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
28829              From: "Craig A. Berry" <craigberry@mac.com> 
28830              Date: Tue, 27 Nov 2001 10:21:18 -0600
28831              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
28832      Branch: perl
28833            ! lib/ExtUtils/MM_VMS.pm
28834 ____________________________________________________________________________
28835 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
28836         Log: Protect against accumulating -options -options -options.
28837      Branch: perl
28838            ! hints/hpux.sh
28839 ____________________________________________________________________________
28840 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
28841         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
28842              From: Barrie Slaymaker <barries@slaysys.com>
28843              Date: Tue, 27 Nov 2001 10:58:54 -0500
28844              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
28845      Branch: perl
28846            ! lib/Benchmark.pm
28847 ____________________________________________________________________________
28848 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
28849         Log: Tiny fix from John P. Linderman.
28850      Branch: perl
28851            ! lib/sort.pm
28852 ____________________________________________________________________________
28853 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
28854         Log: The Story of sort(), from John P. Linderman.
28855      Branch: perl
28856            ! pod/perldelta.pod
28857 ____________________________________________________________________________
28858 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
28859         Log: Add information what to do if you are reading
28860              perluniintro but using some older Perl.
28861      Branch: perl
28862            ! pod/perluniintro.pod
28863 ____________________________________________________________________________
28864 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
28865         Log: Update the 'wide characters' FAQ entry.
28866      Branch: perl
28867            ! pod/perlfaq6.pod
28868 ____________________________________________________________________________
28869 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
28870         Log: Fix for
28871              
28872              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
28873              From: Marc Lehmann <root@schmorp.de>
28874              Date: Tue, 27 Nov 2001 14:27:14 +0100
28875              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
28876      Branch: perl
28877            ! ext/Encode.t ext/Encode/Encode.xs
28878 ____________________________________________________________________________
28879 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
28880         Log: Subject: [PATCH] DB_File 1.801
28881              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28882              Date: Tue, 27 Nov 2001 15:06:45 -0000
28883              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
28884      Branch: perl
28885            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28886            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
28887 ____________________________________________________________________________
28888 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
28889         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
28890      Branch: perl
28891            ! pod/perlmodlib.pod
28892 ____________________________________________________________________________
28893 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
28894         Log: sort() doc tweaks from John P. Linderman.
28895      Branch: perl
28896            ! pod/perlfunc.pod
28897 ____________________________________________________________________________
28898 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
28899         Log: Subject: [PATCH] More perldelta.pod nits
28900              From: Simon Glover <scog@roe.ac.uk>
28901              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
28902              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
28903      Branch: perl
28904            ! pod/perldelta.pod
28905 ____________________________________________________________________________
28906 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
28907         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
28908              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28909              Date: Tue, 27 Nov 2001 11:52:31 -0000
28910              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
28911      Branch: perl
28912            ! ext/Devel/PPPort/harness/Makefile.PL
28913 ____________________________________________________________________________
28914 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
28915         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
28916              From: Michael G Schwern <schwern@pobox.com>
28917              Date: Tue, 27 Nov 2001 03:38:24 -0500
28918              Message-ID: <20011127033824.A17775@blackrider>
28919      Branch: perl
28920            ! t/TEST
28921 ____________________________________________________________________________
28922 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
28923         Log: Subject: Re: perlcc very broken
28924              From: John Peacock <jpeacock@rowman.com>
28925              Date: Tue, 27 Nov 2001 06:48:01 -0500
28926              Message-ID: <3C037D71.4030508@rowman.com>
28927      Branch: perl
28928            ! utils/perlcc.PL
28929 ____________________________________________________________________________
28930 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
28931         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
28932              From: David Dyck <dcd@tc.fluke.com>
28933              Date: Mon, 26 Nov 2001 22:04:38 -0800
28934              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
28935      Branch: perl
28936            ! t/op/pack.t
28937 ____________________________________________________________________________
28938 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
28939         Log: Subject: [ID 20011126.149] t/op/split fails step 37
28940              From: David Dyck <dcd@tc.fluke.com>
28941              Date: Mon, 26 Nov 2001 21:52:35 -0800
28942              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
28943      Branch: perl
28944            ! t/op/split.t
28945 ____________________________________________________________________________
28946 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
28947         Log: incorporate last minute change from libnet 1.0901-tobe
28948      Branch: perl
28949            ! lib/Net/SMTP.pm
28950 ____________________________________________________________________________
28951 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
28952         Log: Pass 7 at perldelta - random edits.
28953      Branch: perl
28954            ! pod/perldelta.pod
28955 ____________________________________________________________________________
28956 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
28957         Log: Portability and skippage tweaks.
28958      Branch: perl
28959            ! t/op/split.t
28960 ____________________________________________________________________________
28961 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
28962         Log: (retracted by #13449)
28963              Try to make Unicode casemapping to work for EBCDIC, too.
28964      Branch: perl
28965            ! utf8.c
28966 ____________________________________________________________________________
28967 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
28968         Log: Just printing 1..0 is not quite enough...
28969      Branch: perl
28970            ! lib/Dumpvalue.t
28971 ____________________________________________________________________________
28972 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
28973         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
28974              Delay the match until runtime.
28975      Branch: perl
28976            ! t/op/append.t
28977 ____________________________________________________________________________
28978 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
28979         Log: UTF-EBCDIC.
28980      Branch: perl
28981            ! ext/Devel/Peek/Peek.t
28982 ____________________________________________________________________________
28983 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
28984         Log: Be UTF-EBCDIC aware.
28985      Branch: perl
28986            ! lib/bytes.t
28987 ____________________________________________________________________________
28988 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
28989         Log: Bad assumption which way digits and letters sort.
28990      Branch: perl
28991            ! lib/English.t
28992 ____________________________________________________________________________
28993 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
28994         Log: If in EBCDIC but no Convert::EBCDIC
28995              the libnet tests will all fail.
28996      Branch: perl
28997            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
28998            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
28999            ! lib/Net/t/smtp.t lib/Net/t/time.t
29000 ____________________________________________________________________________
29001 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
29002         Log: Just sorting to guarantee order is not enough.
29003              (Think EBCDIC.) 
29004      Branch: perl
29005            ! lib/ExtUtils/Manifest.t
29006 ____________________________________________________________________________
29007 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
29008         Log: OS/390 cleanable gunk.
29009      Branch: perl
29010            ! lib/ExtUtils/MM_Unix.pm
29011 ____________________________________________________________________________
29012 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
29013         Log: Update the EBCDIC MD5 checksums.
29014      Branch: perl
29015            ! ext/Digest/MD5/t/files.t
29016 ____________________________________________________________________________
29017 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
29018         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
29019              From: Nicholas Clark <nick@ccl4.org>
29020              Date: Mon, 26 Nov 2001 23:06:34 +0000
29021              Message-ID: <20011126230633.Q37621@plum.flirble.org>
29022      Branch: perl
29023            ! installman
29024 ____________________________________________________________________________
29025 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
29026         Log: sort tweaks from John P. Linderman.
29027      Branch: perl
29028            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
29029 ____________________________________________________________________________
29030 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
29031         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
29032              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
29033              Date: Mon, 26 Nov 2001 18:47:25 -0600
29034              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
29035              
29036              Craig Berry submitted half of this patch just yesterday.
29037              Spooky cosmic resonance.
29038      Branch: perl
29039            ! ext/Socket/Socket.xs
29040 ____________________________________________________________________________
29041 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
29042         Log: Subject: [PATCH] doio slightly smaller
29043              From: Nicholas Clark <nick@ccl4.org>
29044              Date: Tue, 27 Nov 2001 00:40:23 +0000      
29045              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
29046      Branch: perl
29047            ! doio.c
29048 ____________________________________________________________________________
29049 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
29050         Log: perldelta nits from Autrijus Tang and Ron Kimball.
29051      Branch: perl
29052            ! pod/perldelta.pod
29053 ____________________________________________________________________________
29054 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
29055         Log: Subject: [PATCH] unpack P* uses random length for item
29056              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
29057              Date: Mon, 26 Nov 2001 19:56:32 +0100
29058              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
29059      Branch: perl
29060            ! pod/perldiag.pod pp_pack.c t/op/pack.t
29061 ____________________________________________________________________________
29062 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
29063         Log: Subject: [PATCH current] system and taintedness
29064              From: Radu Greab <radu@netsoft.ro>
29065              Date: Mon, 26 Nov 2001 18:42:29 +0200
29066              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
29067      Branch: perl
29068            ! pp_sys.c t/op/taint.t
29069 ____________________________________________________________________________
29070 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
29071         Log: Subject: [PATCH @ 13283] Devel::PPPort
29072              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29073              Date: Mon, 26 Nov 2001 14:37:17 -0000
29074              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
29075      Branch: perl
29076            + ext/Devel/PPPort/MANIFEST
29077            ! MANIFEST ext/Devel/PPPort/Makefile.PL
29078            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
29079            ! ext/Devel/PPPort/harness/Harness.xs
29080            ! ext/Devel/PPPort/harness/Makefile.PL
29081            ! ext/Devel/PPPort/harness/module2.c
29082            ! ext/Devel/PPPort/harness/module3.c
29083            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
29084 ____________________________________________________________________________
29085 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
29086         Log: Update the test list.
29087      Branch: perl
29088            ! t/lib/1_compile.t
29089 ____________________________________________________________________________
29090 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
29091         Log: Sync-up tests with libnet distribution
29092      Branch: perl
29093            + lib/Net/t/netrc.t
29094            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
29095 ____________________________________________________________________________
29096 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
29097         Log: Update Changes.
29098      Branch: perl
29099            ! Changes patchlevel.h
29100 ____________________________________________________________________________
29101 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
29102         Log: Upgrade to podlators 1.16.
29103      Branch: perl
29104            + lib/Pod/t/basic.cap
29105            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
29106            ! lib/Pod/t/basic.t pod/pod2man.PL
29107 ____________________________________________________________________________
29108 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
29109         Log: Pass 6 at perldelta - sort enhancements, generic and
29110              platform specific bug fixes.
29111      Branch: perl
29112            ! pod/perldelta.pod
29113 ____________________________________________________________________________
29114 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
29115         Log: PROPAGATE documentation from Tony Cook.
29116      Branch: perl
29117            ! pod/perlfunc.pod
29118 ____________________________________________________________________________
29119 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
29120         Log: DJGPP cannot do signals that well.
29121      Branch: perl
29122            ! ext/POSIX/t/sigaction.t
29123 ____________________________________________________________________________
29124 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
29125         Log: Can't do subsecond alarms without ualarm; and break out
29126              early if alarms do not seem to be coming in as expected.
29127      Branch: perl
29128            ! ext/Time/HiRes/HiRes.t
29129 ____________________________________________________________________________
29130 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
29131         Log: No Socket, little Net.
29132      Branch: perl
29133            ! t/lib/1_compile.t
29134 ____________________________________________________________________________
29135 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
29136         Log: Take the taint brush to the getcwds.
29137      Branch: perl
29138            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
29139 ____________________________________________________________________________
29140 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
29141         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
29142              From: "Craig A. Berry" <craigberry@mac.com>
29143              Date: Sun, 25 Nov 2001 16:20:45 -0600
29144              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
29145      Branch: perl
29146            ! ext/Socket/Socket.xs
29147 ____________________________________________________________________________
29148 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
29149         Log: Since in some DOS filesystems the timestamp granularity
29150              may be only two seconds, better sleep for three to play safe.
29151              (Helps CygWin, at least.)
29152      Branch: perl
29153            ! lib/Memoize/t/expire_file.t
29154 ____________________________________________________________________________
29155 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
29156         Log: For some reason CygWin wasn't collapsing multiple
29157              slashes into one, which made some Spec.t tests to fail.
29158              Either CygWin was being too prudish or the collapsing
29159              logic needs to be rethunk.
29160      Branch: perl
29161            ! lib/File/Spec/Unix.pm
29162 ____________________________________________________________________________
29163 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
29164         Log: Cygwin needs to have libperl.dll around if trying to link
29165              with -lperl.  Note: this change cures the test but whether
29166              it cures CygPerl installation, I don't know: hopefully the
29167              libperl5_7_2.dll, or the version equivalent, gets installed
29168              also as libperl.dll to the proper place(s).
29169      Branch: perl
29170            ! lib/ExtUtils/Embed.t
29171 ____________________________________________________________________________
29172 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
29173         Log: -I../lib/.. and -L../lib/..?  Strange.
29174      Branch: perl
29175            ! lib/ExtUtils/Embed.t
29176 ____________________________________________________________________________
29177 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
29178         Log: $MM?
29179      Branch: perl
29180            ! lib/ExtUtils/Embed.pm
29181 ____________________________________________________________________________
29182 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
29183         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
29184              From: Dave Rolsky <autarch@urth.org>
29185              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
29186              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
29187      Branch: perl
29188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
29189            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
29190 ____________________________________________________________________________
29191 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
29192         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
29193              From: chromatic <chromatic@rmci.net>
29194              Date: Sat, 24 Nov 2001 14:56:57 -0700
29195              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
29196              
29197              plus a tweak for ithreads builds.
29198      Branch: perl
29199            + lib/DB.t
29200            ! MANIFEST lib/DB.pm
29201 ____________________________________________________________________________
29202 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
29203         Log: Win32 compilation tweaks for Blair Zajac.
29204      Branch: perl
29205            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
29206 ____________________________________________________________________________
29207 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
29208         Log: I don't think trying to bracket the hires time with lores
29209              times is going to be portable enough: Cygwin seems to be
29210              capable of getting hires ones rather consistently lower
29211              than the lores ones.  So let's try average difference instead.
29212      Branch: perl
29213            ! ext/Time/HiRes/HiRes.t
29214 ____________________________________________________________________________
29215 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
29216         Log: Subject: Re: benchmarks, sorts and reproducibility
29217              From: "John P. Linderman" <jpl@research.att.com>
29218              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
29219              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
29220              
29221              Randomize large partitions for quicksort to dodge the
29222              angry gods of quadratic.
29223      Branch: perl
29224            ! pp_sort.c
29225 ____________________________________________________________________________
29226 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
29227         Log: The joys of portable quoting.
29228      Branch: perl
29229            ! ext/Devel/PPPort/harness/Makefile.PL
29230 ____________________________________________________________________________
29231 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
29232         Log: sort pragma tweaks.
29233      Branch: perl
29234            ! lib/sort.pm
29235 ____________________________________________________________________________
29236 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
29237         Log: Skip the link= directives of utils.lst if no mandir
29238              (if no manpages).
29239      Branch: perl
29240            ! installman
29241 ____________________________________________________________________________
29242 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
29243         Log: integrate changes#8340,13260 from mainline
29244              
29245              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29246              
29247              change#3373 introduced a handle leak in backticks and piped open()s
29248              that fail
29249      Branch: maint-5.6/perl
29250            ! t/io/pipe.t util.c
29251 ____________________________________________________________________________
29252 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
29253         Log: change#3373 introduced a handle leak in backticks and piped open()s
29254              that fail
29255      Branch: perl
29256            ! util.c
29257 ____________________________________________________________________________
29258 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
29259         Log: metaconfig unit change for #13258.
29260      Branch: metaconfig/U/perl
29261            ! d_procselfexe.U
29262 ____________________________________________________________________________
29263 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
29264         Log: Extraenous breaks noticed by David Dyck.
29265      Branch: perl
29266            ! Configure
29267 ____________________________________________________________________________
29268 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
29269         Log: Revert the /proc/self/auxv experiment for now.
29270      Branch: perl
29271            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
29272 ____________________________________________________________________________
29273 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
29274         Log: Also ExtUtils.t had $^X assumptions.
29275      Branch: perl
29276            ! lib/ExtUtils.t
29277 ____________________________________________________________________________
29278 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
29279         Log: Now is Solaris if you start the t/perl in the t/
29280              as "./perl", the $^X will be "../perl", not "./perl".
29281      Branch: perl
29282            ! t/lib/1_compile.t
29283 ____________________________________________________________________________
29284 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
29285         Log: The new way of finding out $^X in Solaris
29286              requires a little tweak if the executable
29287              pathname is *not* absolute: prepend "./"
29288              (otherwise `$^X ...` will start perl from PATH...)
29289      Branch: perl
29290            ! perl.c
29291 ____________________________________________________________________________
29292 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
29293         Log: Avoid "will not stay shared" warnings.
29294      Branch: perl
29295            ! lib/ExtUtils/MM_Unix.pm
29296 ____________________________________________________________________________
29297 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
29298         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
29299              From: Michael G Schwern <schwern@pobox.com>
29300              Date: Sat, 24 Nov 2001 19:56:18 -0500
29301              Message-ID: <20011124195618.A14614@blackrider>            
29302      Branch: perl
29303            ! perl.c pp_sys.c t/op/magic.t util.c
29304 ____________________________________________________________________________
29305 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
29306         Log: In the MakeMaker pm_to_blib target don't copy all
29307              the files in one fell swoop, deal with them hunkwise,
29308              helps for CLIs with limited line lengths.
29309              (This seems to help for DJGPP building Encode,
29310              where there are dozens of files to copy.)
29311      Branch: perl
29312            ! lib/ExtUtils/MM_Unix.pm
29313 ____________________________________________________________________________
29314 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
29315         Log: testsuite leaves stray files behind on windows
29316      Branch: perl
29317            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
29318 ____________________________________________________________________________
29319 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
29320         Log: xsubpp produces a spurious warning on directories called 'typemap'
29321      Branch: perl
29322            ! lib/ExtUtils/xsubpp
29323 ____________________________________________________________________________
29324 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
29325         Log: xsubpp treats invalid (indented) cpp directives as comments
29326      Branch: perl
29327            ! ext/IO/IO.xs
29328 ____________________________________________________________________________
29329 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
29330         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
29331      Branch: perl
29332            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
29333 ____________________________________________________________________________
29334 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
29335         Log: The debug_pag needs to be visible at all times
29336              because of the re extension.
29337      Branch: perl
29338            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
29339 ____________________________________________________________________________
29340 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
29341         Log: Subject: Re: [PATCH] Tests are good
29342              From: Philip Newton <Philip.Newton@gmx.net>
29343              Date: Sat, 24 Nov 2001 21:24:00 +0100
29344              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
29345      Branch: perl
29346            ! pod/perlhack.pod
29347 ____________________________________________________________________________
29348 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
29349         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
29350              From: "Craig A. Berry" <craigberry@mac.com> 
29351              Date: Sat, 24 Nov 2001 12:45:44 -0600
29352              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
29353              
29354              (with tweaks, and combined with Sarathy's #13242)
29355      Branch: perl
29356            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
29357 ____________________________________________________________________________
29358 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
29359         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
29360              From: John Peacock <jpeacock@rowman.com>
29361              Date: Sat, 24 Nov 2001 14:27:46 -0500
29362              Message-ID: <3BFFF4B2.40509@rowman.com> 
29363      Branch: perl
29364            ! lib/Exporter/Heavy.pm
29365 ____________________________________________________________________________
29366 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
29367         Log: use portable quotes
29368      Branch: perl
29369            ! ext/Devel/PPPort/harness/Makefile.PL
29370 ____________________________________________________________________________
29371 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
29372         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
29373              From: Nicholas Clark <nick@ccl4.org>
29374              Date: Sat, 24 Nov 2001 18:06:26 +0000
29375              Message-ID: <20011124180626.T37621@plum.flirble.org>
29376      Branch: perl
29377            ! installman
29378 ____________________________________________________________________________
29379 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
29380         Log: Subject: [PATCH] perl5005delta.pod L<>
29381              From: Nicholas Clark <nick@ccl4.org>
29382              Date: Sat, 24 Nov 2001 18:04:21 +0000
29383              Message-ID: <20011124180421.S37621@plum.flirble.org>
29384      Branch: perl
29385            ! pod/perl5005delta.pod
29386 ____________________________________________________________________________
29387 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
29388         Log: fix typo in config.vc; regenerate win32 config_H.* files
29389      Branch: perl
29390            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29391            ! win32/config_H.vc
29392 ____________________________________________________________________________
29393 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
29394         Log: Mention the charnames::vianame().
29395      Branch: perl
29396            ! pod/perluniintro.pod
29397 ____________________________________________________________________________
29398 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
29399         Log: Add charnames::vianame() in case people want to access
29400              the codes in run-time (as opposed to the compile-timeness
29401              of \N{...}).
29402      Branch: perl
29403            ! lib/charnames.pm lib/charnames.t
29404 ____________________________________________________________________________
29405 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
29406         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
29407              From: Nicholas Clark <nick@ccl4.org>
29408              Date: Sat, 24 Nov 2001 16:30:42 +0000
29409              Message-ID: <20011124163042.R37621@plum.flirble.org>
29410      Branch: perl
29411            ! regcomp.c regcomp.h
29412 ____________________________________________________________________________
29413 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
29414         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
29415              From: Nicholas Clark <nick@ccl4.org>
29416              Date: Sat, 24 Nov 2001 16:24:33 +0000
29417              Message-ID: <20011124162433.Q37621@plum.flirble.org>
29418              
29419              cmp fixes.
29420      Branch: perl
29421            ! pp.c
29422 ____________________________________________________________________________
29423 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
29424         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
29425              (It seems that "./perl" gets resolved to "perl" now.)
29426      Branch: perl
29427            ! perl.c
29428 ____________________________________________________________________________
29429 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
29430         Log: Subject: [PATCH] DB_File 1.800        
29431              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
29432              Date: Sat, 24 Nov 2001 11:41:41 -0000
29433              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
29434      Branch: perl
29435            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29436            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
29437            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29438            ! ext/DB_File/t/db-recno.t
29439 ____________________________________________________________________________
29440 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
29441         Log: Tweak the PUSHED documentation.
29442      Branch: perl
29443            ! ext/PerlIO/Via/Via.pm
29444 ____________________________________________________________________________
29445 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
29446         Log: Update 1_compile for new known tests.
29447      Branch: perl
29448            ! t/lib/1_compile.t
29449 ____________________________________________________________________________
29450 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
29451         Log: Move the MBF/MBI test modules to t/lib.
29452      Branch: perl
29453            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
29454            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
29455            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
29456            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
29457            ! lib/Math/BigInt/t/sub_mbi.t
29458 ____________________________________________________________________________
29459 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
29460         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
29461              From: "Craig A. Berry" <craigberry@mac.com> 
29462              Date: Fri, 23 Nov 2001 18:05:35 -0600
29463              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
29464      Branch: perl
29465            ! configure.com
29466 ____________________________________________________________________________
29467 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
29468         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
29469              From: PPrymmer@factset.com 
29470              Date: Fri, 23 Nov 2001 17:03:07 -0500
29471              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
29472      Branch: perl
29473            ! ext/Unicode/Normalize/mkheader
29474 ____________________________________________________________________________
29475 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
29476         Log: Here are the right helper files.
29477      Branch: perl
29478            + t/lib/Filter/Simple/ExportTest.pm
29479            + t/lib/Filter/Simple/FilterOnlyTest.pm
29480            + t/lib/Filter/Simple/FilterTest.pm
29481            + t/lib/Filter/Simple/ImportTest.pm
29482            ! MANIFEST
29483 ____________________________________________________________________________
29484 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
29485         Log: Update Changes.
29486      Branch: perl
29487            ! Changes patchlevel.h
29488 ____________________________________________________________________________
29489 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
29490         Log: Never mind.
29491      Branch: perl
29492            - lib/Filter/Simple/lib/ExportTest.pm
29493            - lib/Filter/Simple/lib/ImportTest.pm
29494 ____________________________________________________________________________
29495 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
29496         Log: Mis-add.
29497      Branch: perl
29498            + lib/Filter/Simple/lib/ExportTest.pm
29499            + lib/Filter/Simple/lib/ImportTest.pm
29500 ____________________________________________________________________________
29501 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
29502         Log: Upgrade to Filter::Simple 0.77.
29503      Branch: perl
29504            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
29505            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
29506            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
29507            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
29508            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
29509 ____________________________________________________________________________
29510 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
29511         Log: Missing p4 add.
29512      Branch: perl
29513            + lib/ExtUtils/MM_VMS.t
29514 ____________________________________________________________________________
29515 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
29516         Log: Pass 5 at perldelta - module and utility updates cleanup.
29517      Branch: perl
29518            ! pod/perldelta.pod
29519 ____________________________________________________________________________
29520 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
29521         Log: metaconfig unit change for #13219.
29522      Branch: metaconfig/U/perl
29523            ! d_procselfexe.U
29524 ____________________________________________________________________________
29525 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
29526         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
29527      Branch: perl
29528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29529            ! pod/buildtoc.PL pod/perltoc.pod
29530 ____________________________________________________________________________
29531 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
29532         Log: Add procselfexe and d_dirfd to strange lands.
29533      Branch: perl
29534            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
29535            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29536            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29537            ! win32/config.gc win32/config.vc win32/config.win64
29538            ! wince/config.ce
29539 ____________________________________________________________________________
29540 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
29541         Log: metaconfig unit change for #13216.
29542      Branch: metaconfig/U/perl
29543            ! d_procselfexe.U
29544 ____________________________________________________________________________
29545 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
29546         Log: Better to "quote" the pathname.
29547      Branch: perl
29548            ! Configure config_h.SH
29549 ____________________________________________________________________________
29550 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
29551         Log: Use PROCSELFEXE_PATH.
29552      Branch: perl
29553            ! perl.c
29554 ____________________________________________________________________________
29555 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
29556         Log: metaconfig unit change for #13213.
29557      Branch: metaconfig/U/perl
29558            ! d_procselfexe.U
29559 ____________________________________________________________________________
29560 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
29561         Log: Add probing for BSD-like /proc/curproc/file.
29562      Branch: perl
29563            ! Configure config_h.SH
29564 ____________________________________________________________________________
29565 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
29566         Log: metaconfig unit change for 13211.
29567      Branch: metaconfig/U/perl
29568            + d_dirfd.U
29569 ____________________________________________________________________________
29570 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
29571         Log: Add probing for dirfd() so that it can be added it IO::Dir.
29572      Branch: perl
29573            ! Configure config_h.SH perl.h
29574 ____________________________________________________________________________
29575 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
29576         Log: ...and update the test count.
29577      Branch: perl
29578            ! lib/Pod/t/basic.t
29579 ____________________________________________________________________________
29580 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
29581         Log: Must remove the cap test also from the test script.
29582      Branch: perl
29583            ! lib/Pod/t/basic.t
29584 ____________________________________________________________________________
29585 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
29586         Log: Subject: [PATCH] Tests are good
29587              From: Nicholas Clark <nick@ccl4.org>
29588              Date: Fri, 23 Nov 2001 18:12:21 +0000
29589              Message-ID: <20011123181220.F37621@plum.flirble.org>
29590      Branch: perl
29591            ! pod/perlhack.pod
29592 ____________________________________________________________________________
29593 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
29594         Log: The basic.cap from podlators 1.14 is not very portable.
29595      Branch: perl
29596            - lib/Pod/t/basic.cap
29597            ! MANIFEST
29598 ____________________________________________________________________________
29599 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
29600         Log: Subject: Re: [DOC PATCHES] pod cleanups
29601              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29602              Date: 22 Nov 2001 12:54:16 -0000
29603              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
29604      Branch: perl
29605            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
29606            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
29607 ____________________________________________________________________________
29608 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
29609         Log: FAQ sync.
29610      Branch: perl
29611            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
29612 ____________________________________________________________________________
29613 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
29614         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
29615              From: PPrymmer@factset.com
29616              Date: Fri, 23 Nov 2001 11:43:45 -0500
29617              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
29618      Branch: perl
29619            ! MANIFEST lib/ExtUtils/MM_VMS.pm
29620 ____________________________________________________________________________
29621 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
29622         Log: Corify podlators 1.14 test.
29623      Branch: perl
29624            ! lib/Pod/t/basic.t
29625 ____________________________________________________________________________
29626 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
29627         Log: Output tweak needed because of podlators 1.14.
29628      Branch: perl
29629            ! t/pod/multiline_items.xr
29630 ____________________________________________________________________________
29631 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
29632         Log: Upgrade to podlators 1.14.
29633      Branch: perl
29634            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
29635            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
29636            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
29637            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
29638            ! lib/Pod/Text/Overstrike.pm
29639 ____________________________________________________________________________
29640 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
29641         Log: perlmodinstall tweaks from Philip Newton.
29642      Branch: perl
29643            ! pod/perlmodinstall.pod
29644 ____________________________________________________________________________
29645 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
29646         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
29647              From: Autrijus Tang <autrijus@autrijus.org>           
29648              Date: Fri, 23 Nov 2001 23:55:53 +0800
29649              Message-ID: <20011123235553.A2310@not.autrijus.org>
29650      Branch: perl
29651            ! Porting/genlog
29652 ____________________________________________________________________________
29653 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
29654         Log: Subject: Re: regex oddness with \Z and $&
29655              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
29656              Date: Fri, 23 Nov 2001 15:15:24 +0000
29657              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
29658      Branch: perl
29659            ! regcomp.c t/op/re_tests
29660 ____________________________________________________________________________
29661 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
29662         Log: regen_headers.
29663      Branch: perl
29664            ! embed.h global.sym pod/perlapi.pod proto.h
29665 ____________________________________________________________________________
29666 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
29667         Log: Forgotten check-in.
29668      Branch: perl
29669            ! pod/perlapi.pod
29670 ____________________________________________________________________________
29671 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
29672         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
29673      Branch: perl
29674            ! lib/Test/Simple.pm
29675 ____________________________________________________________________________
29676 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
29677         Log: Retract #13173 (effectively retract Net::Ping 2.06,
29678              go back to 2.04, the 2.06 hasn't seen the patches
29679              that have gone to the blead version.)
29680      Branch: perl
29681            - lib/Net/Ping/CHANGES lib/Net/Ping/README
29682            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
29683            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
29684            - lib/Net/Ping/t/200_ping_tcp.t
29685            ! MANIFEST lib/Net/Ping.pm
29686 ____________________________________________________________________________
29687 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
29688         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
29689              From: Robin Barker <rmb1@cise.npl.co.uk>
29690              Date: Thu, 22 Nov 2001 11:00:38 GMT
29691              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
29692      Branch: perl
29693            ! utils/perldoc.PL
29694 ____________________________________________________________________________
29695 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
29696         Log: metaconfig unit change for #13191.
29697      Branch: metaconfig/U/perl
29698            ! d_procselfexe.U
29699 ____________________________________________________________________________
29700 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
29701         Log: procselfexe tweak: for some reason I had a ls in
29702              /proc/self/exe, not the ls Configure thought it
29703              would found.
29704      Branch: perl
29705            ! Configure
29706 ____________________________________________________________________________
29707 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
29708         Log: Corify the Net::Ping tests; skip the tests
29709              unless $ENV{PERL_TEST_Net_Ping} is true.
29710      Branch: perl
29711            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
29712            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
29713            ! lib/Net/Ping/t/200_ping_tcp.t
29714 ____________________________________________________________________________
29715 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
29716         Log: metaconfig units changes for #13188.
29717      Branch: metaconfig
29718            ! U/modified/Head.U
29719      Branch: metaconfig/U/perl
29720            ! issymlink.U
29721 ____________________________________________________________________________
29722 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
29723         Log: The #13182 didn't really help.  The real problem
29724              seems to be that 'sh' can in AIX mean at least three
29725              different things, and we can't know which one it is
29726              unless we export $newsh from an earlier run (and it's
29727              the 'bsh' aka 'sh' that has the the broken test -h).
29728      Branch: perl
29729            ! Configure
29730 ____________________________________________________________________________
29731 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
29732         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
29733      Branch: perl
29734            ! op.c t/op/override.t
29735 ____________________________________________________________________________
29736 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
29737         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
29738              From: PPrymmer@factset.com 
29739              Date: Wed, 21 Nov 2001 20:17:25 -0500
29740              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
29741      Branch: perl
29742            ! lib/Shell.t
29743 ____________________________________________________________________________
29744 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
29745         Log: Reapply perlmodinstall parts of #12897.
29746      Branch: perl
29747            ! pod/perlmodinstall.pod
29748 ____________________________________________________________________________
29749 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
29750         Log: perlmodinstall 2.01 from Jon Orwant.
29751      Branch: perl
29752            ! pod/perlmodinstall.pod
29753 ____________________________________________________________________________
29754 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
29755         Log: Subject: [PATCH @10907] REXX on OS/2
29756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29757              Date: Wed, 21 Nov 2001 15:26:11 -0500
29758              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
29759      Branch: perl
29760            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
29761            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
29762 ____________________________________________________________________________
29763 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
29764         Log: metaconfig unit change for #13181.
29765      Branch: metaconfig/U/perl
29766            ! issymlink.U
29767 ____________________________________________________________________________
29768 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
29769         Log: AIX has broken builtin 'test'.
29770      Branch: perl
29771            ! Configure
29772 ____________________________________________________________________________
29773 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
29774         Log: Subject: [PATCH 5.7.x] INSTALL size update
29775              From: Andy Dougherty <doughera@lafayette.edu>
29776              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
29777              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
29778      Branch: perl
29779            ! INSTALL
29780 ____________________________________________________________________________
29781 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
29782         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
29783              to pp_sort.c.  Includes the quicksort stabilizing layer
29784              from John P. Linderman.  -Msort=qsort or -Msort=fast is
29785              faster than without (or with -Msort=mergesort or -Msort=safe)
29786              for short random inputs, but for some reason not quite as fast
29787              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
29788              optimizing definitely needed.
29789      Branch: perl
29790            + lib/sort.pm lib/sort.t pp_sort.c
29791            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
29792            ! embed.pl global.sym perl.h pp_ctl.c proto.h
29793            ! vms/descrip_mms.template vos/build.cm win32/Makefile
29794            ! win32/makefile.mk wince/Makefile.ce
29795 ____________________________________________________________________________
29796 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
29797         Log: Sync file with libnet-1.0901-tobe
29798      Branch: perl
29799            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
29800            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
29801            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
29802            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
29803            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
29804 ____________________________________________________________________________
29805 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
29806         Log: Subject: [PATCH perldoc] problems with pod2man
29807              From: Robin Barker <rmb1@cise.npl.co.uk>
29808              Date: Wed, 21 Nov 2001 17:48:51 GMT
29809              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
29810      Branch: perl
29811            ! utils/perldoc.PL
29812 ____________________________________________________________________________
29813 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
29814         Log: debug_pad only visible when debugging.
29815      Branch: perl
29816            ! makedef.pl
29817 ____________________________________________________________________________
29818 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
29819         Log: metaconfig units changes for #13174.
29820      Branch: metaconfig/U/perl
29821            + d_procselfexe.U
29822            - procselfexe.U
29823 ____________________________________________________________________________
29824 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
29825         Log: procselfexe tweaks.
29826      Branch: perl
29827            ! Configure config_h.SH
29828 ____________________________________________________________________________
29829 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
29830         Log: Upgrade to Net::Ping 2.06.
29831      Branch: perl
29832            + lib/Net/Ping/CHANGES lib/Net/Ping/README
29833            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
29834            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
29835            + lib/Net/Ping/t/200_ping_tcp.t
29836            ! MANIFEST lib/Net/Ping.pm
29837 ____________________________________________________________________________
29838 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
29839         Log: Upgrade to Math::BigInt 1.47.
29840      Branch: perl
29841            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29842            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
29843            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
29844            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29845            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
29846            ! lib/Math/BigInt/t/sub_mbi.t
29847 ____________________________________________________________________________
29848 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
29849         Log: Dynaloading for POSIX-BC from Thomas Dorner.
29850      Branch: perl
29851            ! hints/posix-bc.sh
29852 ____________________________________________________________________________
29853 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
29854         Log: Strange: the same mysterious regex study bug
29855              seems to be present both in OS/390 and POSIX-BC.
29856              Deep EBCDIC magic that regex engine gets wrong,
29857              or a bug in some compiler/library shared by the
29858              two platforms?  From Thomas Dorner.
29859      Branch: perl
29860            ! t/op/study.t
29861 ____________________________________________________________________________
29862 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
29863         Log: More lost and found.
29864      Branch: perl
29865            + lib/Test/Simple/README
29866            ! MANIFEST
29867 ____________________________________________________________________________
29868 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
29869         Log: MANIFESTly missing.
29870      Branch: perl
29871            ! MANIFEST
29872 ____________________________________________________________________________
29873 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
29874         Log: Subject: Re: PERFORCE change 13162 for review               
29875              From: Philip Newton <Philip.Newton@gmx.net> 
29876              Date: Wed, 21 Nov 2001 16:44:30 +0100
29877              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
29878      Branch: perl
29879            ! ext/Devel/PPPort/PPPort.pm
29880 ____________________________________________________________________________
29881 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
29882         Log: Update Changes.
29883      Branch: perl
29884            ! Changes patchlevel.h
29885 ____________________________________________________________________________
29886 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
29887         Log: Small doc tweaks.
29888      Branch: perl
29889            ! ext/PerlIO/Via/Via.pm
29890 ____________________________________________________________________________
29891 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
29892         Log: Redundant return.
29893      Branch: perl
29894            ! ext/MIME/Base64/QuotedPrint.pm
29895 ____________________________________________________________________________
29896 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
29897         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
29898              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29899              Date: Wed, 21 Nov 2001 10:23:16 +0100
29900              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
29901      Branch: perl
29902            ! pp_pack.c t/op/pack.t
29903 ____________________________________________________________________________
29904 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
29905         Log: Add Devel::PPPort originally from Kenneth Albanowski,
29906              revigorated by Paul Marquess: gives h2xs a Perl version
29907              portability boost.
29908      Branch: perl
29909            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
29910            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
29911            + ext/Devel/PPPort/harness/Harness.pm
29912            + ext/Devel/PPPort/harness/Harness.xs
29913            + ext/Devel/PPPort/harness/Makefile.PL
29914            + ext/Devel/PPPort/harness/module2.c
29915            + ext/Devel/PPPort/harness/module3.c
29916            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
29917            ! MANIFEST lib/h2xs.t utils/h2xs.PL
29918 ____________________________________________________________________________
29919 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
29920         Log: Oops.
29921      Branch: perl
29922            ! lib/Test/Simple/t/filehandles.t
29923 ____________________________________________________________________________
29924 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
29925         Log: Subject: Re: PERFORCE change 13152 for review               
29926              From: Philip Newton <Philip.Newton@gmx.net> 
29927              Date: Wed, 21 Nov 2001 09:04:05 +0100
29928              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
29929      Branch: perl
29930            ! lib/Test/Builder.pm
29931 ____________________________________________________________________________
29932 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
29933         Log: Subject: Re: PERFORCE change 13142 for review
29934              From: Philip Newton <Philip.Newton@gmx.net>
29935              Date: Wed, 21 Nov 2001 09:04:03 +0100
29936              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
29937              
29938              plus rewrap few paragraphs.
29939      Branch: perl
29940            ! lib/Pod/LaTeX.pm
29941 ____________________________________________________________________________
29942 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
29943         Log: Integrate #13154 from macperl; Remove comments.
29944      Branch: perl
29945           !> lib/File/Spec/Mac.pm
29946 ____________________________________________________________________________
29947 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
29948         Log: Update the list of modules having tests.
29949      Branch: perl
29950            ! t/lib/1_compile.t
29951 ____________________________________________________________________________
29952 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
29953         Log: Slight doc changes.
29954      Branch: maint-5.6/macperl
29955            ! macos/macperl/MacPerl.podhelp
29956 ____________________________________________________________________________
29957 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
29958         Log: Add UTF-16 coercion.
29959      Branch: maint-5.6/macperl
29960            ! macos/lib/Mac/AppleEvents/Simple.pm
29961 ____________________________________________________________________________
29962 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
29963         Log: Remove comments.
29964      Branch: maint-5.6/macperl
29965            ! lib/File/Spec/Mac.pm
29966 ____________________________________________________________________________
29967 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
29968         Log: Fix FSpGetCatInfo (and other functions) corrupting
29969              memory with bad filespecs (bug #471867)
29970      Branch: maint-5.6/macperl
29971            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
29972 ____________________________________________________________________________
29973 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
29974         Log: Upgrade to Test::Simple 0.33.
29975      Branch: perl
29976            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
29977            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
29978            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
29979 ____________________________________________________________________________
29980 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
29981         Log: Upgrade to Test::Harness 1.26.
29982      Branch: perl
29983            ! lib/Test/Harness.pm lib/Test/Harness/Changes
29984 ____________________________________________________________________________
29985 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
29986         Log: Integrate change #13145 from maintperl;
29987              another compatibility tweak to change#12559: avoid quoting
29988              arguments that already have quotes; add test case
29989      Branch: perl
29990           !> t/op/system_tests win32/win32.c
29991 ____________________________________________________________________________
29992 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
29993         Log: integrate change#13147 from mainline (fixes nit in change#10091)
29994              
29995              Subject: [PATCH] spaceship and refs
29996      Branch: maint-5.6/perl
29997            ! pp.c pp_hot.c t/op/cmp.t
29998 ____________________________________________________________________________
29999 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
30000         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
30001              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
30002              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
30003              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
30004      Branch: perl
30005            + lib/Pod/t/utils.t
30006            ! MANIFEST
30007 ____________________________________________________________________________
30008 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
30009         Log: Subject: [PATCH] spaceship and refs
30010              From: Nicholas Clark <nick@ccl4.org>
30011              Date: Tue, 20 Nov 2001 21:59:51 +0000
30012              Message-ID: <20011120215951.U62891@plum.flirble.org> 
30013      Branch: perl
30014            ! pp.c pp_hot.c t/op/cmp.t
30015 ____________________________________________________________________________
30016 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
30017         Log: Try to clarify which I/O call operates on bytes,
30018              which on characters, which on either.
30019      Branch: perl
30020            ! pod/perlfunc.pod
30021 ____________________________________________________________________________
30022 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
30023         Log: another compatibility tweak to change#12559: avoid quoting
30024              arguments that already have quotes; add test case
30025      Branch: maint-5.6/perl
30026            ! t/op/system_tests win32/win32.c
30027 ____________________________________________________________________________
30028 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
30029         Log: Give a simple example of writing PerlIO::Via handlers
30030              in Perl.
30031      Branch: perl
30032            ! ext/PerlIO/Via/Via.pm
30033 ____________________________________________________________________________
30034 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
30035         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
30036      Branch: perl
30037            + lib/Pod/t/latex.t
30038            ! MANIFEST
30039 ____________________________________________________________________________
30040 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
30041         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
30042              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30043              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
30044              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
30045      Branch: perl
30046            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
30047 ____________________________________________________________________________
30048 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
30049         Log: Spread d_procselfexe to far-off lands (undefined).
30050      Branch: perl
30051            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
30052            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30053            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30054            ! win32/config.gc win32/config.vc win32/config.win64
30055            ! wince/config.ce
30056 ____________________________________________________________________________
30057 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
30058         Log: Integrate perlio; add detection and use of /proc/self/exe
30059              (Linuxism for finding the absolute path of the executable)
30060      Branch: perl
30061           !> Configure config_h.SH perl.c t/op/magic.t
30062 ____________________________________________________________________________
30063 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
30064         Log: Really define do_report_used() only if DEBUGGING.
30065      Branch: perl
30066            ! sv.c
30067 ____________________________________________________________________________
30068 [ 13138] By: nick                                  on 2001/11/20  20:01:05
30069         Log: perl.c change to use HAS_PROCSELFEXE, also
30070              tweak to $^X test to comprehend full path to real executable
30071              being returned (like Cygwin as it happens...)
30072      Branch: perlio
30073            ! perl.c t/op/magic.t
30074 ____________________________________________________________________________
30075 [ 13137] By: nick                                  on 2001/11/20  19:46:00
30076         Log: Integrate mainline
30077      Branch: perlio
30078           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
30079           +> lib/NEXT/t/unseen.t
30080            - lib/NEXT/test.pl
30081           !> (integrate 34 files)
30082 ____________________________________________________________________________
30083 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
30084         Log: Subject: [?PATCH] terser pp_eq
30085              From: Nicholas Clark <nick@ccl4.org>
30086              Date: Mon, 19 Nov 2001 23:09:02 +0000
30087              Message-ID: <20011119230901.O62891@plum.flirble.org>
30088      Branch: perl
30089            ! pp_hot.c
30090 ____________________________________________________________________________
30091 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
30092         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
30093      Branch: perl
30094            ! pod/perldelta.pod
30095 ____________________________________________________________________________
30096 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
30097         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
30098              From: Andy Dougherty <doughera@lafayette.edu>
30099              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
30100              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
30101      Branch: perl
30102            ! ext/re/Makefile.PL ext/re/re.xs
30103 ____________________________________________________________________________
30104 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
30105         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
30106              From: Andy Dougherty <doughera@lafayette.edu>
30107              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
30108              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
30109      Branch: perl
30110            ! ext/re/re.xs
30111 ____________________________________________________________________________
30112 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
30113         Log: Integrate change #13119 from macperl.
30114              (No changes since already applied the patch,
30115              just keep perforce happy and well-fed.)
30116      Branch: perl
30117           !> lib/Pod/Html.pm
30118 ____________________________________________________________________________
30119 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
30120         Log: Subject: [PATCH] filter-util.pl for Mac OS
30121              From: Chris Nandor <pudge@pobox.com>
30122              Date: Tue, 20 Nov 2001 00:16:11 -0500
30123              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
30124      Branch: perl
30125            ! t/lib/filter-util.pl
30126 ____________________________________________________________________________
30127 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
30128         Log: Subject: [PATCH] Portability fix for Pod::Html
30129              From: Chris Nandor <pudge@pobox.com>
30130              Date: Tue, 20 Nov 2001 00:01:05 -0500
30131              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
30132      Branch: perl
30133            ! lib/Pod/Html.pm
30134 ____________________________________________________________________________
30135 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
30136         Log: Need to skip more tests if not perlio.
30137      Branch: perl
30138            ! lib/open.t
30139 ____________________________________________________________________________
30140 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
30141         Log: Pass 3 at perldelta - sort the lists of new modules,
30142              module improvements, and new platforms.
30143      Branch: perl
30144            ! pod/perldelta.pod
30145 ____________________________________________________________________________
30146 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
30147         Log: Document ${^OPEN}.
30148      Branch: perl
30149            ! pod/perlvar.pod
30150 ____________________________________________________________________________
30151 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
30152         Log: Make configpm work with extra keys
30153      Branch: maint-5.6/macperl
30154            ! macos/configpm
30155 ____________________________________________________________________________
30156 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
30157         Log: Version and doc updates
30158      Branch: maint-5.6/macperl
30159            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
30160 ____________________________________________________________________________
30161 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
30162         Log: More fixes for error message parsing (bug #470316)
30163      Branch: maint-5.6/macperl
30164            ! macos/macish.c
30165 ____________________________________________________________________________
30166 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
30167         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
30168              remove obsolete function (bug #465225)
30169      Branch: maint-5.6/macperl
30170            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
30171            ! macos/macperl/MPScript.c
30172 ____________________________________________________________________________
30173 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
30174         Log: Add p2as droplet to distribution.
30175      Branch: maint-5.6/macperl
30176            + macos/macperl/Droplets/p2as.plx
30177 ____________________________________________________________________________
30178 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
30179         Log: Bundle File::Sort.
30180      Branch: maint-5.6/macperl
30181            + macos/bundled_lib/blib/lib/File/Sort.pm
30182 ____________________________________________________________________________
30183 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
30184         Log: Various bundled module fixes.
30185      Branch: maint-5.6/macperl
30186            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
30187            ! macos/bundled_ext/Digest/MD5/t/files.t
30188            ! macos/bundled_ext/Filter/t/filter-util.pl
30189            ! macos/bundled_lib/blib/lib/Net/Config.pm
30190            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
30191 ____________________________________________________________________________
30192 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
30193         Log: Portability fix for Pod::Html.
30194      Branch: maint-5.6/macperl
30195            ! lib/Pod/Html.pm
30196 ____________________________________________________________________________
30197 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
30198         Log: Upgrade to Text::Balanced 1.89.
30199      Branch: perl
30200            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
30201            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
30202            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
30203            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
30204            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
30205            ! lib/Text/Balanced/t/gentag.t
30206 ____________________________________________________________________________
30207 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
30208         Log: Upgrade to NEXT 0.50.
30209      Branch: perl
30210            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
30211            + lib/NEXT/t/unseen.t
30212            - lib/NEXT/test.pl
30213            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
30214 ____________________________________________________________________________
30215 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
30216         Log: Integrate with maint-5.6/perl.
30217      Branch: maint-5.6/macperl
30218           !> win32/win32.c
30219 ____________________________________________________________________________
30220 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
30221         Log: Update the README.threads scary header a bit.
30222      Branch: perl
30223            ! README.threads
30224 ____________________________________________________________________________
30225 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
30226         Log: Pass 2 at perldelta: add some changes since 5.7.2.
30227      Branch: perl
30228            ! pod/perldelta.pod
30229 ____________________________________________________________________________
30230 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
30231         Log: Subject: [DOC PATCH] perlfaq4.pod 
30232              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30233              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
30234              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
30235      Branch: perl
30236            ! pod/perlfaq4.pod
30237 ____________________________________________________________________________
30238 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
30239         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
30240              From: Michael G Schwern <schwern@pobox.com> 
30241              Date: Mon, 19 Nov 2001 19:53:12 -0500
30242              Message-ID: <20011119195311.I11883@blackrider>
30243      Branch: perl
30244            ! perl.c
30245 ____________________________________________________________________________
30246 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
30247         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
30248              From: PPrymmer@factset.com
30249              Date: Mon, 19 Nov 2001 17:08:59 -0500
30250              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
30251      Branch: perl
30252            ! vms/descrip_mms.template
30253 ____________________________________________________________________________
30254 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
30255         Log: Create a per-interpeter debug scratchpad container
30256              and use that for the regexec debugging.
30257      Branch: perl
30258            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
30259 ____________________________________________________________________________
30260 [ 13109] By: nick                                  on 2001/11/19  22:01:45
30261         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
30262              Configure unit detects the feature).
30263      Branch: metaconfig/U/perl
30264            + procselfexe.U
30265      Branch: perlio
30266            ! Configure config_h.SH
30267 ____________________________________________________________________________
30268 [ 13108] By: nick                                  on 2001/11/19  20:39:17
30269         Log: Integrate mainline
30270      Branch: perlio
30271           +> t/op/or.t
30272           !> (integrate 44 files)
30273 ____________________________________________________________________________
30274 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
30275         Log: sysseek tweak.
30276      Branch: perl
30277            ! pod/perlfunc.pod
30278 ____________________________________________________________________________
30279 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
30280         Log: Move the sysio tests from io/utf8 to lib/open.
30281      Branch: perl
30282            ! lib/open.t t/io/utf8.t
30283 ____________________________________________________________________________
30284 [ 13105] By: nick                                  on 2001/11/19  20:15:39
30285         Log: Add a .package and a README to //depot/metaconfig
30286      Branch: metaconfig
30287            + .package README
30288 ____________________________________________________________________________
30289 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
30290         Log: Thou shalt not mix stdio and sysio.
30291      Branch: perl
30292            ! t/io/utf8.t
30293 ____________________________________________________________________________
30294 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
30295         Log: Update Changes.
30296      Branch: perl
30297            ! Changes patchlevel.h
30298 ____________________________________________________________________________
30299 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
30300         Log: The runops_debug needs to be present always, otherwise
30301              places like AIX which need an explicit symbol export list
30302              will croak when trying to build Devel::Peek (which uses
30303              the runops_debug).
30304      Branch: perl
30305            ! makedef.pl
30306 ____________________________________________________________________________
30307 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
30308         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
30309              From: PPrymmer@factset.com 
30310              Date: Mon, 19 Nov 2001 11:34:22 -0500
30311              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
30312      Branch: perl
30313            ! lib/Memoize/t/tie_sdbm.t
30314 ____________________________________________________________________________
30315 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
30316         Log: Retract #13088: it seems that unless dump.c is extensively
30317              reorganized as to what symbols it shows, when, and to whom,
30318              we are stuck with having the dump.o symbols in the libperl
30319              and thusly in the main Perl binary.
30320      Branch: perl
30321            ! embedvar.h perlapi.h perlvars.h
30322 ____________________________________________________________________________
30323 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
30324         Log: The _uni_display should not be in dump.c since they
30325              are used under normal operation (S_not_a_number()).
30326      Branch: perl
30327            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
30328 ____________________________________________________________________________
30329 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
30330         Log: Protect sv_dump() from being included unless DEBUGGING,
30331              as noticed by Ilya.
30332      Branch: perl
30333            ! sv.c
30334 ____________________________________________________________________________
30335 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
30336         Log: Pending further investigation skip the tell() tests.
30337              The tell() is okay on Solaris, HP-UX and Tru64, but fails
30338              (by returning too much) in Linux.
30339      Branch: perl
30340            ! t/io/utf8.t
30341 ____________________________________________________________________________
30342 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
30343         Log: Retract #13082 until a better solution is found:
30344              statics break ithreads.
30345      Branch: perl
30346            ! regexec.c
30347 ____________________________________________________________________________
30348 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
30349         Log: Figures 1 and 2 for UTF-8.
30350      Branch: perl
30351            ! pod/perlunicode.pod
30352 ____________________________________________________________________________
30353 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
30354         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
30355              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30356              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
30357              Message-ID: <20011119132645.A15034@rafael>
30358      Branch: perl
30359            ! op.c pod/perldiag.pod t/lib/warnings/op
30360 ____________________________________________________________________________
30361 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
30362         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
30363              From: Michael G Schwern <schwern@pobox.com> 
30364              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
30365              Message-ID: <20011119031112.E786@blackrider>
30366      Branch: perl
30367            ! t/op/closure.t
30368 ____________________________________________________________________________
30369 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
30370         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
30371              From: Michael G Schwern <schwern@pobox.com>
30372              Date: Mon, 19 Nov 2001 03:42:56 -0500
30373              Message-ID: <20011119034256.I786@blackrider>
30374      Branch: perl
30375            + t/op/or.t
30376            ! MANIFEST
30377 ____________________________________________________________________________
30378 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
30379         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
30380              From: "Craig A. Berry" <craigberry@mac.com>
30381              Date: Sun, 18 Nov 2001 14:33:48 -0600
30382              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
30383      Branch: perl
30384            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
30385 ____________________________________________________________________________
30386 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
30387         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
30388              From: Dave Rolsky <autarch@urth.org>
30389              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
30390              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
30391      Branch: perl
30392            ! lib/ExtUtils/Manifest.pm
30393 ____________________________________________________________________________
30394 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
30395         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
30396              From: Dave Rolsky <autarch@urth.org>
30397              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
30398              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
30399      Branch: perl
30400            ! lib/ExtUtils/Install.pm
30401 ____________________________________________________________________________
30402 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
30403         Log: The runops_dbg should not be needed.
30404      Branch: perl
30405            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
30406 ____________________________________________________________________________
30407 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
30408         Log: do_spawn() cleanup from Charles Lane.
30409      Branch: perl
30410            ! vms/vms.c
30411 ____________________________________________________________________________
30412 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
30413         Log: Update the list of tests.
30414      Branch: perl
30415            ! t/lib/1_compile.t
30416 ____________________________________________________________________________
30417 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
30418         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
30419              From: Michael G Schwern <schwern@pobox.com> 
30420              Date: Fri, 16 Nov 2001 17:37:04 -0500
30421              Message-ID: <20011116173703.L30160@blackrider>
30422      Branch: perl
30423            ! t/lib/warnings/sv
30424 ____________________________________________________________________________
30425 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
30426         Log: FAQ sync.
30427      Branch: perl
30428            ! pod/perlfaq4.pod
30429 ____________________________________________________________________________
30430 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
30431         Log: Integrate perlio; win32 sync.
30432      Branch: perl
30433           !> perlio.c win32/win32io.c
30434 ____________________________________________________________________________
30435 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
30436         Log: (retracted by #13096)
30437              Debugging would be badly skewed by a malloc per regex dump.
30438      Branch: perl
30439            ! regexec.c
30440 ____________________________________________________________________________
30441 [ 13081] By: nick                                  on 2001/11/18  19:08:40
30442         Log: Win32 layer has a dup which needs to match new prototype.
30443      Branch: perlio
30444            ! win32/win32io.c
30445 ____________________________________________________________________________
30446 [ 13080] By: nick                                  on 2001/11/18  19:05:02
30447         Log: Wrong way to get stdio mode used.
30448      Branch: perlio
30449            ! perlio.c
30450 ____________________________________________________________________________
30451 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
30452         Log: Retract #13048: that introduced a malloc() (through savepvn())
30453              to *every* m//, which killed the performance quite badly.
30454      Branch: perl
30455            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
30456 ____________________________________________________________________________
30457 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
30458         Log: Pass 1 at perldelta.pod: sort the section contents
30459              together, drop all but the 5.7.2 known problems,
30460              leave the 5.7.1 security note since that's the
30461              fullest explanation (update the date on that).
30462      Branch: perl
30463            ! pod/perldelta.pod
30464 ____________________________________________________________________________
30465 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
30466         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
30467              
30468              Tiny problem in the test for 20011113.110: I hope
30469              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
30470      Branch: perl
30471            ! pp.c t/op/repeat.t
30472 ____________________________________________________________________________
30473 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
30474         Log: All of syswrite/send/sendto need to return character counts,
30475              and character counts from the offset, not the beginning of
30476              the scalar.
30477      Branch: perl
30478            ! pp_sys.c
30479 ____________________________________________________________________________
30480 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
30481         Log: Integrate PerlIO: duping fixes.
30482      Branch: perl
30483           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
30484           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
30485           !> perliol.h sv.c
30486 ____________________________________________________________________________
30487 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
30488         Log: syswrite() was still returning byte counts, not character counts.
30489      Branch: perl
30490            ! pp_sys.c t/io/utf8.t
30491 ____________________________________________________________________________
30492 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
30493         Log: Add test for sysread().
30494      Branch: perl
30495            ! t/io/utf8.t
30496 ____________________________________________________________________________
30497 [ 13072] By: nick                                  on 2001/11/18  16:15:31
30498         Log: Allow dup'ing of PerlIO::Scalar etc.
30499      Branch: perlio
30500            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
30501            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
30502            ! perliol.h sv.c
30503 ____________________________________________________________________________
30504 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
30505         Log: Prepend a null byte to the test set.
30506      Branch: perl
30507            ! t/io/utf8.t
30508 ____________________________________________________________________________
30509 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
30510         Log: Document how "no utf8;" can become handy.
30511      Branch: perl
30512            ! lib/utf8.pm
30513 ____________________________________________________________________________
30514 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
30515         Log: Integrate perlio; force the inclusion of the PL_runops_*
30516      Branch: perl
30517           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
30518 ____________________________________________________________________________
30519 [ 13068] By: nick                                  on 2001/11/18  13:23:33
30520         Log: embed.pl generated changes I forgot to include
30521      Branch: perlio
30522            ! embedvar.h perlapi.h pod/perlapi.pod
30523 ____________________________________________________________________________
30524 [ 13067] By: nick                                  on 2001/11/18  12:50:19
30525         Log: Force inclusion of both Perl_runops_* in perl itself,
30526              so they are available for Peek.xs etc.
30527      Branch: perlio
30528            ! perlvars.h
30529 ____________________________________________________________________________
30530 [ 13066] By: nick                                  on 2001/11/18  11:00:34
30531         Log: Integrate mainline - a few Devel::Peak fails.
30532      Branch: perlio
30533           +> (branch 29 files)
30534            - ext/Thread/Thread.pm lib/Benchmark.t
30535            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
30536            - lib/Lingua/KO/Hangul/Util/README
30537            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
30538            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
30539            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
30540            - vms/ext/vmsish.pm vms/ext/vmsish.t
30541            ! hv.c
30542           !> (integrate 389 files)
30543 ____________________________________________________________________________
30544 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
30545         Log: Start working on perldelta.  This is not yet any sort of
30546              editing; just concatenating perl570delta, perl571delta,
30547              and perl572delta.  Any sorting not done, any duplicate
30548              removal not done, any removal or update of obsolete items
30549              not done, any changes since 5.7.2 not included.  So there.
30550      Branch: perl
30551            ! pod/perldelta.pod
30552 ____________________________________________________________________________
30553 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
30554         Log: Banish "use utf8".
30555      Branch: perl
30556            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
30557 ____________________________________________________________________________
30558 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
30559         Log: Tweak from Charles Lane.
30560      Branch: perl
30561            ! vms/vms.c
30562 ____________________________________________________________________________
30563 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
30564         Log: Integrate change #13058 from maintperl;
30565              change#12559 breaks things on Win9x because command.com doesn't
30566              grok dquotes at all; disable all the system() smarts for
30567              command.com
30568      Branch: perl
30569           !> win32/win32.c
30570 ____________________________________________________________________________
30571 [ 13061] By: ams                                   on 2001/11/17  13:46:11
30572         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
30573              From: Jonathan Stowe <gellyfish@gellyfish.com>
30574              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
30575              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
30576      Branch: perl
30577            ! lib/Term/Cap.pm
30578 ____________________________________________________________________________
30579 [ 13060] By: ams                                   on 2001/11/17  09:49:10
30580         Log: Subject: [PATCH9 File/Find.pm doc nits
30581              From: Tels <perl_dummy@bloodgate.com>
30582              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
30583      Branch: perl
30584            ! lib/File/Find.pm
30585 ____________________________________________________________________________
30586 [ 13059] By: ams                                   on 2001/11/17  09:38:38
30587         Log: Subject: [PATCH] Benchmark.pm nit
30588              From: Tels <perl_dummy@bloodgate.com>
30589              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
30590      Branch: perl
30591            ! lib/Benchmark.pm
30592 ____________________________________________________________________________
30593 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
30594         Log: change#12559 breaks things on Win9x because command.com doesn't
30595              grok dquotes at all; disable all the system() smarts for
30596              command.com
30597      Branch: maint-5.6/perl
30598            ! win32/win32.c
30599 ____________________________________________________________________________
30600 [ 13057] By: ams                                   on 2001/11/16  20:30:03
30601         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
30602              From: Andy Dougherty <doughera@lafayette.edu>
30603              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
30604              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
30605      Branch: perl
30606            ! lib/Unicode/UCD.t
30607 ____________________________________________________________________________
30608 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
30609         Log: Subject: [Patch Perl@13023] VMS system() warning
30610              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30611              Date: Fri, 16 Nov 2001 15:20:11 EST
30612              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
30613      Branch: perl
30614            ! vms/vms.c
30615 ____________________________________________________________________________
30616 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
30617         Log: It's neither-nor, and protect against the impossible.
30618      Branch: perl
30619            ! lib/Thread.pm
30620 ____________________________________________________________________________
30621 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
30622         Log: 5005threads didn't work because $Thread::VERSION wasn't
30623              visible.  Oops.
30624      Branch: perl
30625            ! ext/Thread/Makefile.PL lib/Thread.pm
30626 ____________________________________________________________________________
30627 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
30628         Log: Robustness against Linux using something else than gcc;
30629              based on
30630              
30631              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
30632              From: Charles Randall <cfriv@yahoo.com>
30633              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
30634              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
30635      Branch: perl
30636            ! ext/Errno/Errno_pm.PL
30637 ____________________________________________________________________________
30638 [ 13052] By: ams                                   on 2001/11/16  16:46:39
30639         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
30640              From: Russ Allbery <rra@stanford.edu>
30641              Date: 16 Nov 2001 09:44:21 -0800
30642              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
30643      Branch: perl
30644            ! lib/Pod/ParseLink.pm
30645 ____________________________________________________________________________
30646 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
30647         Log: Update perluniintro on the UTF-8 output matters
30648              (that -w will warn unless the stream is explicitly UTF-8-ified).
30649      Branch: perl
30650            ! pod/perluniintro.pod
30651 ____________________________________________________________________________
30652 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
30653         Log: Adding new files to MANIFEST is nice.
30654      Branch: perl
30655            ! MANIFEST
30656 ____________________________________________________________________________
30657 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
30658         Log: Update Changes.
30659      Branch: perl
30660            ! Changes patchlevel.h
30661 ____________________________________________________________________________
30662 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
30663         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
30664              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
30665              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
30666              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
30667      Branch: perl
30668            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
30669 ____________________________________________________________________________
30670 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
30671         Log: Rename perlunintro to perluniintro; regen toc.
30672      Branch: perl
30673            + pod/perluniintro.pod
30674            - pod/perlunintro.pod
30675            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30676 ____________________________________________________________________________
30677 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
30678         Log: Document the negated lookahead trick to emulate
30679              character class subtraction.
30680      Branch: perl
30681            ! pod/perlunicode.pod
30682 ____________________________________________________________________________
30683 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
30684         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
30685              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30686              Date: Fri, 16 Nov 2001 23:31:04 +0900
30687              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
30688              
30689              (with the tweak that Cntrl is not C, it's Cc)
30690      Branch: perl
30691            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
30692            ! lib/unicore/mktables
30693 ____________________________________________________________________________
30694 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
30695         Log: Subject: [PATCH current] runtime runops switch
30696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30697              Date: Fri, 16 Nov 2001 00:48:09 -0500
30698              Message-ID: <20011116004809.A934@math.ohio-state.edu>
30699      Branch: perl
30700            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
30701            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
30702            ! pod/perlintern.pod proto.h run.c
30703 ____________________________________________________________________________
30704 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
30705         Log: Further discourage old Thread code; tell how to tell
30706              the difference.
30707      Branch: perl
30708            ! lib/Thread.pm
30709 ____________________________________________________________________________
30710 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
30711         Log: A missing return; from Charles Lane.
30712      Branch: perl
30713            ! vms/vms.c
30714 ____________________________________________________________________________
30715 [ 13041] By: ams                                   on 2001/11/16  12:11:14
30716         Log: Subject: [PATCH] Doc spellcheck + podcheck
30717              From: Autrijus Tang <autrijus@egb.elixus.org>
30718              Date: Thu, 15 Nov 2001 22:49:05 -0800
30719              Message-Id: <20011116064905.GA44092@egb.elixus.org>
30720              
30721              Subject: [PATCH] podcheck+spellcheck, the rest of the story
30722              From: Autrijus Tang <autrijus@egb.elixus.org>
30723              Date: Fri, 16 Nov 2001 00:42:20 -0800
30724              Message-Id: <20011116084220.GA44295@egb.elixus.org>
30725              
30726              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
30727              From: Nicholas Clark <nick@ccl4.org>
30728              Date: Fri, 16 Nov 2001 10:32:01 +0000
30729              Message-Id: <20011116103200.F62891@plum.flirble.org>
30730              (Applied after suitable de-mangling.)
30731      Branch: perl
30732            ! README.aix README.dgux README.dos README.epoc README.hpux
30733            ! README.mint README.mpeix README.netware README.os2
30734            ! README.os390 README.plan9 README.qnx README.solaris
30735            ! README.threads doio.c pod/perl571delta.pod
30736            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
30737            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
30738            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
30739            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
30740            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
30741            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
30742 ____________________________________________________________________________
30743 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
30744         Log: Avoid redefinedness warning for now.
30745      Branch: perl
30746            ! lib/Thread.pm
30747 ____________________________________________________________________________
30748 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
30749         Log: use strict.
30750      Branch: perl
30751            ! lib/Thread.pm
30752 ____________________________________________________________________________
30753 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
30754         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
30755              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
30756              Date: Thu, 15 Nov 2001 22:54:47 EST 
30757              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
30758      Branch: perl
30759            ! vms/vms.c vms/vmspipe.com
30760 ____________________________________________________________________________
30761 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
30762         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
30763              From: "chromatic" <chromatic@rmci.net>
30764              Date: Thu, 15 Nov 2001 19:54:23 -0700
30765              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
30766      Branch: perl
30767            ! lib/File/stat.t
30768 ____________________________________________________________________________
30769 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
30770         Log: Make Thread a wrapper for both ithreads and 5005threads.
30771              Needs a lot of work and Arthur's eyeballing (and finishing
30772              few missing odds and ends of threads.pm).  Now Thread
30773              is an extension without its own .pm.
30774              
30775              If there are people who have experience working with
30776              either the 5005threads or the ithreads: cleaning up
30777              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
30778              and porting the various Thread::* modules, like Thread::Queue,
30779              to work also with ithreads, is needed.
30780              
30781              Removed the 5005threads requirement from the 5005 tests
30782              for easier testing (not all of them work yet since
30783              they use the Thread::* modules that have not been made
30784              to work with ithreads).  Leave the 5005 tests named as
30785              *.tx so that they are not run by "make test".
30786      Branch: perl
30787            + lib/Thread.pm
30788            - ext/Thread/Thread.pm
30789            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
30790            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
30791            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
30792            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
30793            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
30794            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
30795            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
30796 ____________________________________________________________________________
30797 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
30798         Log: $VERSION "a5" doesn't quite work.
30799      Branch: perl
30800            ! ext/B/Makefile.PL
30801 ____________________________________________________________________________
30802 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
30803         Log: Add the fruits of Larry Shatzer's version verifying script.
30804              (There are some straddlers, but they will be fixed in the
30805              upcoming releases of the modules.)
30806      Branch: perl
30807            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
30808            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
30809            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
30810            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
30811            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
30812            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
30813            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
30814            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
30815            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
30816            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
30817            ! wince/FindExt.pm
30818 ____________________________________________________________________________
30819 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
30820         Log: Add Larry Shatzer's VERSION verifying script.
30821      Branch: perl
30822            + Porting/checkVERSION.pl
30823            ! MANIFEST Porting/pumpkin.pod
30824 ____________________________________________________________________________
30825 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
30826         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
30827              From: Michael G Schwern <schwern@pobox.com>
30828              Date: Thu, 15 Nov 2001 19:26:40 -0500
30829              Message-ID: <20011115192640.R31399@blackrider>
30830      Branch: perl
30831            ! t/test.pl
30832 ____________________________________________________________________________
30833 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
30834         Log: Document the MY_CXT business; from Paul Marquess.
30835      Branch: perl
30836            ! pod/perlxs.pod
30837 ____________________________________________________________________________
30838 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
30839         Log: VMSCMD synch attempt.
30840      Branch: perl
30841            ! vms/vms.c vms/vmsish.h
30842 ____________________________________________________________________________
30843 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
30844         Log: Advise against -P as instructed by Schwern.
30845      Branch: perl
30846            ! pod/perlrun.pod
30847 ____________________________________________________________________________
30848 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
30849         Log: Subject: [PATCH] v-strings as Objects Step 1
30850              From: John Peacock <jpeacock@rowman.com>
30851              Date: Thu, 15 Nov 2001 12:41:04 -0500
30852              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
30853      Branch: perl
30854            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
30855            ! util.c
30856 ____________________________________________________________________________
30857 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
30858         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
30859              From: Michael G Schwern <schwern@pobox.com>
30860              Date: Thu, 15 Nov 2001 12:47:59 -0500
30861              Message-ID: <20011115124759.E31399@blackrider>
30862      Branch: perl
30863            + t/run/switchx.aux t/run/switchx.t
30864            ! MANIFEST t/run/switches.t
30865 ____________________________________________________________________________
30866 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
30867         Log: Upgrade to Getopt::Long 2.26_03.
30868      Branch: perl
30869            ! lib/Getopt/Long.pm
30870 ____________________________________________________________________________
30871 [ 13025] By: ams                                   on 2001/11/15  20:46:22
30872         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
30873              From: Michael G Schwern <schwern@pobox.com>
30874              Date: Thu, 15 Nov 2001 16:24:11 -0500
30875              Message-Id: <20011115162411.M31399@blackrider>
30876      Branch: perl
30877            ! vms/vms.c
30878 ____________________________________________________________________________
30879 [ 13024] By: ams                                   on 2001/11/15  19:32:06
30880         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
30881              From: rspier@pobox.com (Robert Spier)
30882              Date: Thu, 15 Nov 2001 11:19:21 -0800
30883              Message-Id: <15348.5433.732364.963687@rls.cx>
30884      Branch: perl
30885            ! op.c
30886 ____________________________________________________________________________
30887 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
30888         Log: Update Changes.
30889      Branch: perl
30890            ! Changes patchlevel.h
30891 ____________________________________________________________________________
30892 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
30893         Log: Subject: [PATCH] new tests for command-line switches
30894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30895              Date: Thu, 15 Nov 2001 17:00:30 +0100
30896              Message-ID: <20011115170030.A14193@rafael>
30897      Branch: perl
30898            + t/run/switches.t
30899            ! MANIFEST
30900 ____________________________________________________________________________
30901 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
30902         Log: Upgrade to podlators 1.13.
30903      Branch: perl
30904            + lib/Pod/ParseLink.pm
30905            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
30906            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
30907            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
30908            ! t/pod/pod2usage.xr t/pod/podselect.xr
30909 ____________________________________________________________________________
30910 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
30911         Log: skip "might be used uninitialized".
30912      Branch: perl
30913            ! pp_sys.c
30914 ____________________________________________________________________________
30915 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
30916         Log: Fix for "perlio bug in koi8-r encoding".  The problem
30917              seemed to be that binmode() always flushed the handle,
30918              which is not so good when switching encodings.  Fixed,
30919              added Matt Sergeant's testcase, documented in perlfunc/binmode,
30920              also added a pointer about disciplines to perlfunc/open,
30921              and in general cleaned up and reformatted the open entry.
30922      Branch: perl
30923            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
30924 ____________________________________________________________________________
30925 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
30926         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
30927              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30928              Date: 15 Nov 2001 08:57:06 -0000
30929              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
30930              
30931              chop() and chomp() are not real list functions,
30932              so let's not have them overrideable.  (Casey will
30933              be confused since in #7071 he patched the other way.)
30934      Branch: perl
30935            ! pod/perlfunc.pod toke.c
30936 ____________________________________________________________________________
30937 [ 13017] By: ams                                   on 2001/11/15  12:56:49
30938         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
30939              From: Robin Barker <rmb1@cise.npl.co.uk>
30940              Date: Thu, 15 Nov 2001 13:48:34 GMT
30941              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
30942              (Applied with tweaks.)
30943      Branch: perl
30944            ! pod/perltrap.pod
30945 ____________________________________________________________________________
30946 [ 13016] By: ams                                   on 2001/11/15  09:12:48
30947         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
30948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30949              Date: Thu, 15 Nov 2001 09:06:39 +0100
30950              Message-Id: <20011115090639.A13005@rafael>
30951      Branch: perl
30952            ! pod/perlrun.pod
30953 ____________________________________________________________________________
30954 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
30955         Log: "link =" from utils.lst was being processed oddly.
30956      Branch: perl
30957            ! installman
30958 ____________________________________________________________________________
30959 [ 13014] By: ams                                   on 2001/11/15  02:52:52
30960         Log: Subject: [PATCH current] CreateTTY in -d
30961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30962              Date: Wed, 14 Nov 2001 21:26:31 -0500
30963              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
30964      Branch: perl
30965            ! lib/perl5db.pl
30966 ____________________________________________________________________________
30967 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
30968         Log: Corify the Filter::Simple tests. 
30969      Branch: perl
30970            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
30971            ! lib/Filter/Simple/t/filter_only.t
30972 ____________________________________________________________________________
30973 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
30974         Log: Upgrade to Filter::Simple 0.70.
30975      Branch: perl
30976            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
30977            + t/lib/FilterOnlyTest.pm
30978            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
30979            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
30980            ! t/lib/FilterTest.pm
30981 ____________________________________________________________________________
30982 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
30983         Log: Cleanliness inspired by Cygwin.
30984      Branch: perl
30985            ! Makefile.SH x2p/Makefile.SH
30986 ____________________________________________________________________________
30987 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
30988         Log: Add perlunintro (formerly known as perlunitut); regen toc.
30989      Branch: perl
30990            + pod/perlunintro.pod
30991            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30992 ____________________________________________________________________________
30993 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
30994         Log: FAQ sync.
30995      Branch: perl
30996            ! pod/perlfaq6.pod
30997 ____________________________________________________________________________
30998 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
30999         Log: Quieten pgcc 2.91.66 worries.
31000      Branch: perl
31001            ! gv.c pp_ctl.c utf8.c
31002 ____________________________________________________________________________
31003 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
31004         Log: Upgrade to Switch 2.06.
31005      Branch: perl
31006            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
31007            ! lib/Switch/t/nested.t
31008 ____________________________________________________________________________
31009 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
31010         Log: Upgrade to Attribute::Handlers 0.76.
31011      Branch: perl
31012            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
31013            ! lib/Attribute/Handlers/README
31014            ! lib/Attribute/Handlers/demo/Demo.pm
31015            ! lib/Attribute/Handlers/demo/Descriptions.pm
31016            ! lib/Attribute/Handlers/demo/MyClass.pm
31017            ! lib/Attribute/Handlers/demo/demo_cycle.pl
31018            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
31019            ! lib/Attribute/Handlers/t/multi.t
31020 ____________________________________________________________________________
31021 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
31022         Log: Signedness nit.
31023      Branch: perl
31024            ! regexec.c
31025 ____________________________________________________________________________
31026 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
31027         Log: VERSIONize.
31028      Branch: perl
31029            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
31030            ! lib/integer.pm
31031 ____________________________________________________________________________
31032 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
31033         Log: No pod in internal Net::FTP classes.
31034      Branch: perl
31035            ! pod/buildtoc.PL
31036 ____________________________________________________________________________
31037 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
31038         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
31039              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
31040              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
31041              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
31042      Branch: perl
31043            ! regexec.c
31044 ____________________________________________________________________________
31045 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
31046         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
31047              Pudge correctly).
31048      Branch: perl
31049            ! t/test.pl
31050 ____________________________________________________________________________
31051 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
31052         Log: Add comments to mark where $^X is being handled.
31053      Branch: perl
31054            ! perl.c toke.c
31055 ____________________________________________________________________________
31056 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
31057         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
31058              From: Michael G Schwern <schwern@pobox.com>
31059              Date: Wed, 14 Nov 2001 16:38:25 -0500
31060              Message-ID: <20011114163825.D6519@blackrider>
31061      Branch: perl
31062            ! t/op/repeat.t
31063 ____________________________________________________________________________
31064 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
31065         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
31066              From: Michael G Schwern <schwern@pobox.com>
31067              Date: Wed, 14 Nov 2001 13:19:15 -0500
31068              Message-ID: <20011114131915.K5096@blackrider>
31069      Branch: perl
31070            ! t/op/die_exit.t
31071 ____________________________________________________________________________
31072 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
31073         Log: Subject: Re: [PATCH] new version of runperl()
31074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31075              Date: Wed, 14 Nov 2001 15:39:12 EST
31076              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
31077              
31078              "VMS $^X pipes etc" patch.
31079      Branch: perl
31080            ! vms/vms.c
31081 ____________________________________________________________________________
31082 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
31083         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
31084              and add "verbose" option to show the final command.
31085      Branch: perl
31086            ! t/test.pl
31087 ____________________________________________________________________________
31088 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
31089         Log: Goof in some of the comment fields of #12994.
31090      Branch: perl
31091            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
31092            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
31093            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
31094            ! lib/unicore/In/9.pl
31095 ____________________________________________________________________________
31096 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
31097         Log: The First, Last ranges in the Unicode data weren't
31098              getting their general categories added properly;
31099              noticed by Jeffrey Friedl.
31100      Branch: perl
31101            ! lib/unicore/Category.pl lib/unicore/In/0.pl
31102            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
31103            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
31104            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
31105            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
31106            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
31107            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
31108            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
31109            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
31110            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
31111            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
31112            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
31113            ! lib/unicore/mktables
31114 ____________________________________________________________________________
31115 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
31116         Log: Subject: [PATCH] new version of runperl()
31117              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31118              Date: Wed, 14 Nov 2001 12:23:01 +0100
31119              Message-ID: <20011114122301.A29384@rafael>
31120      Branch: perl
31121            ! t/io/argv.t t/test.pl
31122 ____________________________________________________________________________
31123 [ 12992] By: ams                                   on 2001/11/14  13:40:39
31124         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
31125              From: Michael G Schwern <schwern@pobox.com>
31126              Date: Tue, 13 Nov 2001 23:17:54 -0500
31127              Message-Id: <20011113231754.S32567@blackrider>
31128      Branch: perl
31129            ! perl.c
31130 ____________________________________________________________________________
31131 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
31132         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
31133              From: Philip Newton <Philip.Newton@gmx.net>
31134              Date: Wed, 14 Nov 2001 10:59:53 +0100
31135              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
31136              
31137              plus a lot of paragraph reformatting because of long lines.
31138      Branch: perl
31139            ! pod/perlapio.pod
31140 ____________________________________________________________________________
31141 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
31142         Log: A bool is not a pointer.
31143      Branch: perl
31144            ! pp_sys.c
31145 ____________________________________________________________________________
31146 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
31147         Log: AUTHORS updates.
31148      Branch: perl
31149            ! AUTHORS
31150 ____________________________________________________________________________
31151 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
31152         Log: There are several MIME RFCs.
31153      Branch: perl
31154            ! ext/Encode/Encode.pm
31155 ____________________________________________________________________________
31156 [ 12987] By: ams                                   on 2001/11/14  01:09:28
31157         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
31158              From: Michael G Schwern <schwern@pobox.com>
31159              Date: Tue, 13 Nov 2001 20:59:13 -0500
31160              Message-Id: <20011113205913.H32567@blackrider>
31161      Branch: perl
31162            ! t/op/groups.t vms/test.com
31163 ____________________________________________________________________________
31164 [ 12986] By: ams                                   on 2001/11/14  01:07:06
31165         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
31166              From: Michael G Schwern <schwern@pobox.com>
31167              Date: Tue, 13 Nov 2001 20:51:34 -0500
31168              Message-Id: <20011113205134.F32567@blackrider>
31169      Branch: perl
31170            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
31171 ____________________________________________________________________________
31172 [ 12985] By: ams                                   on 2001/11/14  00:43:59
31173         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
31174              From: Michael G Schwern <schwern@pobox.com>
31175              Date: Tue, 13 Nov 2001 20:38:42 -0500
31176              Message-Id: <20011113203842.E32567@blackrider>
31177      Branch: perl
31178            ! pod/perlport.pod
31179 ____________________________________________________________________________
31180 [ 12984] By: ams                                   on 2001/11/14  00:32:15
31181         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
31182              From: Michael G Schwern <schwern@pobox.com>
31183              Date: Tue, 13 Nov 2001 20:27:02 -0500
31184              Message-Id: <20011113202702.D32567@blackrider>
31185      Branch: perl
31186            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
31187            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
31188            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
31189            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
31190 ____________________________________________________________________________
31191 [ 12983] By: ams                                   on 2001/11/14  00:00:27
31192         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
31193              From: Michael G Schwern <schwern@pobox.com>
31194              Date: Tue, 13 Nov 2001 19:51:59 -0500
31195              Message-Id: <20011113195159.B32567@blackrider>
31196      Branch: perl
31197            ! pod/perlport.pod
31198 ____________________________________________________________________________
31199 [ 12982] By: ams                                   on 2001/11/13  23:53:11
31200         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
31201              From: Larry Shatzer <fugazi@zippy.zyx.net>
31202              Date: Tue, 13 Nov 2001 17:27:59 -0700
31203              Message-Id: <20011113172759.E27768@zippy.zyx.net>
31204      Branch: perl
31205            ! pod/perlapio.pod
31206 ____________________________________________________________________________
31207 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
31208         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
31209              "large enough" Unicode characters returned more than one
31210              as their "Unicode size".
31211      Branch: perl
31212            ! pp_sys.c t/io/utf8.t
31213 ____________________________________________________________________________
31214 [ 12980] By: ams                                   on 2001/11/13  19:32:33
31215         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
31216              From: "Craig A. Berry" <craigberry@mac.com>
31217              Date: Tue, 13 Nov 2001 14:33:25 -0600
31218              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
31219      Branch: perl
31220            ! vms/gen_shrfls.pl
31221 ____________________________________________________________________________
31222 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
31223         Log: Subject: Minor patch to Encode.pm (detypo)
31224              From: "Philip Newton" <Philip.Newton@gmx.net>
31225              Date: Tue, 13 Nov 2001 20:11:01 +0100
31226              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
31227      Branch: perl
31228            ! ext/Encode/Encode.pm
31229 ____________________________________________________________________________
31230 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
31231         Log: Evil tabulators.
31232      Branch: perl
31233            ! ext/Encode/Encode.pm
31234 ____________________________________________________________________________
31235 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
31236         Log: Document the available encodings.
31237      Branch: perl
31238            ! ext/Encode/Encode.pm
31239 ____________________________________________________________________________
31240 [ 12976] By: ams                                   on 2001/11/13  17:14:07
31241         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
31242              From: Barrie Slaymaker <barries@slaysys.com>
31243              Date: Tue, 13 Nov 2001 12:41:36 -0500
31244              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
31245      Branch: perl
31246            ! t/op/universal.t
31247 ____________________________________________________________________________
31248 [ 12975] By: ams                                   on 2001/11/13  16:24:21
31249         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
31250              From: Barrie Slaymaker <barries@slaysys.com>
31251              Date: Tue, 13 Nov 2001 10:56:20 -0500
31252              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
31253              (Test applied with minor tweaks and ->isa("HASH") omission.)
31254      Branch: perl
31255            ! lib/UNIVERSAL.pm t/op/universal.t
31256 ____________________________________________________________________________
31257 [ 12974] By: ams                                   on 2001/11/13  15:46:07
31258         Log: Subject: [PATCH Benchmark.pm] docco tweaks
31259              From: Barrie Slaymaker <barries@slaysys.com>
31260              Date: Tue, 13 Nov 2001 11:34:45 -0500
31261              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
31262      Branch: perl
31263            ! lib/Benchmark.pm
31264 ____________________________________________________________________________
31265 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
31266         Log: Subject: [PATCH] Attack of the C loops, round 1
31267              From: Richard Soderberg <rs@oregonnet.com>
31268              Date: Mon, 12 Nov 2001 12:07:29 -0800
31269              Message-Id: <200111122007.MAA01994@oregonnet.com>
31270              
31271              Subject: [PATCH] bytecode.pl (tiny patch)
31272              From: Richard Soderberg <rs@oregonnet.com>
31273              Date: Mon, 12 Nov 2001 12:53:24 -0800
31274              Message-Id: <200111122053.MAA06272@oregonnet.com>
31275      Branch: perl
31276            ! bytecode.pl installhtml
31277 ____________________________________________________________________________
31278 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
31279         Log: Subject: [PATCH] Update to Filter::Util::Call
31280              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31281              Date: Sun, 11 Nov 2001 22:33:33 -0000
31282              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
31283              
31284              Use the new CXT* macros.
31285      Branch: perl
31286            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31287 ____________________________________________________________________________
31288 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
31289         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
31290              From: Michael G Schwern <schwern@pobox.com>
31291              Date: Mon, 12 Nov 2001 20:50:34 -0500
31292              Message-ID: <20011112205034.H2888@blackrider>
31293      Branch: perl
31294            + lib/vmsish.pm lib/vmsish.t
31295            - vms/ext/vmsish.pm vms/ext/vmsish.t
31296            ! MANIFEST vms/descrip_mms.template
31297 ____________________________________________________________________________
31298 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
31299         Log: :utf8 works only with perlio.
31300      Branch: perl
31301            ! lib/open.t
31302 ____________________________________________________________________________
31303 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
31304         Log: Subject: Re: @Config -"des" not quite working on VMS
31305              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31306              Date: Tue, 13 Nov 2001 08:35:13 EST 
31307              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
31308      Branch: perl
31309            ! configure.com
31310 ____________________________________________________________________________
31311 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
31312         Log: Subject: [PATCH] lib/charnames.pm 
31313              From: Jeffrey Friedl <jfriedl@yahoo.com>
31314              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
31315              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
31316      Branch: perl
31317            ! lib/charnames.pm
31318 ____________________________________________________________________________
31319 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
31320         Log: Docs for Mac::err.
31321      Branch: maint-5.6/macperl
31322            ! macos/ext/Mac/err/err.pm
31323 ____________________________________________________________________________
31324 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
31325         Log: Some cleanup; change some globals to references for
31326              possible persistence later.
31327      Branch: maint-5.6/macperl
31328            ! macos/lib/Mac/Glue.pm
31329 ____________________________________________________________________________
31330 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
31331         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
31332      Branch: maint-5.6/macperl
31333            ! macos/ext/Mac/Files/Files.pm
31334 ____________________________________________________________________________
31335 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
31336         Log: Get Mac::Navigation to compile (bug #464684).
31337      Branch: maint-5.6/macperl
31338            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
31339            ! macos/ext/Mac/Navigation/Makefile.PL
31340            ! macos/ext/Mac/Navigation/Navigation.xs
31341            ! macos/macperl/Makefile.mk
31342 ____________________________________________________________________________
31343 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
31344         Log: Add in modules and POD to help menu.
31345      Branch: maint-5.6/macperl
31346            ! macos/macperl/MacPerl.podhelp
31347 ____________________________________________________________________________
31348 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
31349         Log: Update bundled modules.
31350      Branch: maint-5.6/macperl
31351            + macos/bundled_ext/Filter/t/FilterTest.pm
31352            + macos/bundled_ext/List/Util/t/shuffle.t
31353            + macos/bundled_ext/Storable/t/compat06.t
31354            + macos/bundled_ext/Storable/t/st-dump.pl
31355            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
31356            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
31357            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
31358            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
31359            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
31360            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
31361            + macos/bundled_lib/blib/lib/lwpcook.pod
31362            + macos/bundled_lib/t/Filter/Simple/filter.t
31363            + macos/bundled_lib/t/Switch/t/given.t
31364            + macos/bundled_lib/t/Switch/t/nested.t
31365            + macos/bundled_lib/t/Switch/t/switch.t
31366            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
31367            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
31368            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
31369            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
31370            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
31371            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
31372            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
31373            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
31374            + macos/bundled_lib/t/URI/rfc2732.t
31375            + macos/bundled_lib/t/libnet/config.t
31376            + macos/bundled_lib/t/libnet/libnet_t.pl
31377            + macos/bundled_lib/t/libwww-perl/live/google.t
31378            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
31379            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
31380            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
31381            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
31382            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
31383            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
31384            + macos/bundled_lib/t/libwww-perl/live/validator.t
31385            - macos/bundled_ext/Filter/t/MyFilter.pm
31386            - macos/bundled_ext/Storable/t/compat-0.6.t
31387            - macos/bundled_ext/Storable/t/dump.pl
31388            - macos/bundled_ext/Time/Piece/Makefile.PL
31389            - macos/bundled_ext/Time/Piece/Piece.pm
31390            - macos/bundled_ext/Time/Piece/Piece.t
31391            - macos/bundled_ext/Time/Piece/Piece.xs
31392            - macos/bundled_ext/Time/Piece/README
31393            - macos/bundled_ext/Time/Piece/Seconds.pm
31394            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
31395            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
31396            - macos/bundled_lib/blib/lib/Net/PH.pm
31397            - macos/bundled_lib/blib/lib/Net/SNPP.pm
31398            - macos/bundled_lib/blib/lib/Text/Balanced.pod
31399            - macos/bundled_lib/t/Filter/Simple/test.pl
31400            - macos/bundled_lib/t/Switch/test.pl
31401            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
31402            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
31403            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
31404            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
31405            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
31406            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
31407            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
31408            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
31409            - macos/bundled_lib/t/libnet/ph.t
31410            ! (edit 125 files)
31411 ____________________________________________________________________________
31412 [ 12961] By: ams                                   on 2001/11/13  00:45:08
31413         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
31414              From: Michael G Schwern <schwern@pobox.com>
31415              Date: Mon, 12 Nov 2001 20:16:45 -0500
31416              Message-Id: <20011112201644.G2888@blackrider>
31417      Branch: perl
31418            ! pod/perlport.pod
31419 ____________________________________________________________________________
31420 [ 12960] By: ams                                   on 2001/11/12  23:54:00
31421         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
31422              Recoving dup tests for VMS
31423              From: Michael G Schwern <schwern@pobox.com>
31424              Date: Mon, 12 Nov 2001 19:35:33 -0500
31425              Message-Id: <20011112193533.D2888@blackrider>
31426      Branch: perl
31427            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
31428 ____________________________________________________________________________
31429 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
31430         Log: Update Changes.
31431      Branch: perl
31432            ! Changes patchlevel.h
31433 ____________________________________________________________________________
31434 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
31435         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
31436              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
31437              Date: Mon, 12 Nov 2001 12:35:18 EST 
31438              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
31439      Branch: perl
31440            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
31441            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
31442 ____________________________________________________________________________
31443 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
31444         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
31445              From: Barrie Slaymaker <barries@slaysys.com>
31446              Date: Mon, 12 Nov 2001 11:19:52 -0500
31447              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
31448      Branch: perl
31449            ! lib/File/Spec.t lib/File/Spec/Win32.pm
31450 ____________________________________________________________________________
31451 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
31452         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
31453              From: Barrie Slaymaker <barries@slaysys.com>
31454              Date: Mon, 12 Nov 2001 11:07:36 -0500
31455              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
31456      Branch: perl
31457            ! lib/Benchmark.pm
31458 ____________________________________________________________________________
31459 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
31460         Log: Misplaced test, noticed by Barrie Slaymaker.
31461              (We are missing Benchmark tests, then.)
31462      Branch: perl
31463            + ext/Devel/DProf/DProf.t
31464            - lib/Benchmark.t
31465            ! MANIFEST
31466 ____________________________________________________________________________
31467 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
31468         Log: Subject: [PATCH] a few typo fixes 
31469              From: Jeffrey Friedl <jfriedl@yahoo.com>
31470              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
31471              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
31472              
31473              Patching README.foo instead of pod/perlfoo.pod,
31474              not patching Math::BigInt (Tels will take care of that),
31475              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
31476              and perldoc.PL instead of libnetcfg and perldoc, patching
31477              ext/Digest/MD5/t/files.t since MD5.pm was changed.
31478      Branch: perl
31479            ! (edit 109 files)
31480 ____________________________________________________________________________
31481 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
31482         Log: Add a note about the dangers of bad UTF-8.
31483      Branch: perl
31484            ! pod/perlunicode.pod
31485 ____________________________________________________________________________
31486 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
31487         Log: NetWare Nit from Ananth Kesari.
31488      Branch: perl
31489            ! NetWare/config.wc
31490 ____________________________________________________________________________
31491 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
31492         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
31493      Branch: perl
31494            ! ext/Encode/Encode.pm
31495 ____________________________________________________________________________
31496 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
31497         Log: (retracted by #12951)
31498      Branch: perl
31499            ! ext/Encode/Encode.pm
31500 ____________________________________________________________________________
31501 [ 12949] By: ams                                   on 2001/11/12  06:40:18
31502         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
31503              From: Robert Spier <rspier@pobox.com>
31504              Date: Sun, 11 Nov 2001 18:50:18 -0800
31505              Message-Id: <15343.14570.121505.233336@rls.cx>
31506              
31507              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
31508              From: Rick Delaney <rick.delaney@home.com>
31509              Date: 12 Nov 2001 00:15:52 -0500
31510              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
31511      Branch: perl
31512            ! pp_hot.c t/op/taint.t
31513 ____________________________________________________________________________
31514 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
31515         Log: It seems that we actually have this detail implemented
31516              as for as Level 1 Support of Unicode regex support is
31517              concerned: at Level 1 only 1:1 support for loose
31518              (aka caseless, aka caseigoring ) matching is required.
31519      Branch: perl
31520            ! pod/perlunicode.pod
31521 ____________________________________________________________________________
31522 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
31523         Log: (retracted by #12951)
31524      Branch: perl
31525            ! ext/Encode/Encode.pm
31526 ____________________________________________________________________________
31527 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
31528         Log: BOM, bom, Bom.
31529      Branch: perl
31530            ! pod/perlunicode.pod
31531 ____________________________________________________________________________
31532 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
31533         Log: Upgrade to Math::BigInt 1.46.
31534      Branch: perl
31535            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31536            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
31537            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
31538            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
31539            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
31540 ____________________________________________________________________________
31541 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
31542         Log: Subject: Re: PERFORCE change 12943 for review
31543              From: "Philip Newton" <Philip.Newton@gmx.net>
31544              Date: Sun, 11 Nov 2001 20:53:36 +0100
31545              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
31546      Branch: perl
31547            ! pod/perlunicode.pod
31548 ____________________________________________________________________________
31549 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
31550         Log: Doc updates; make the Unicode discussions a little
31551              bit less alarming, and add information about encodings,
31552              surrogates, and BOMs.
31553      Branch: perl
31554            ! pod/perlunicode.pod
31555 ____________________________________________________________________________
31556 [ 12942] By: ams                                   on 2001/11/11  16:45:00
31557         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
31558              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
31559              Date: Mon, 12 Nov 2001 00:22:57 +0900
31560              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
31561      Branch: perl
31562            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
31563            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
31564 ____________________________________________________________________________
31565 [ 12941] By: ams                                   on 2001/11/11  13:01:40
31566         Log: Subject: Re: PERFORCE change 12929 for review
31567              From: "Philip Newton" <Philip.Newton@gmx.net>
31568              Date: Sun, 11 Nov 2001 14:27:44 +0100
31569              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
31570      Branch: perl
31571            ! MANIFEST
31572 ____________________________________________________________________________
31573 [ 12940] By: ams                                   on 2001/11/11  05:06:43
31574         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
31575              From: Michael G Schwern <schwern@pobox.com>
31576              Date: Thu, 8 Nov 2001 22:56:45 -0500
31577              Message-Id: <20011108225645.H5587@blackrider>
31578      Branch: perl
31579            ! t/op/chdir.t
31580 ____________________________________________________________________________
31581 [ 12939] By: ams                                   on 2001/11/11  05:01:00
31582         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
31583              From: Michael G Schwern <schwern@pobox.com>
31584              Date: Sun, 11 Nov 2001 00:54:43 -0500
31585              Message-Id: <20011111005443.A24450@blackrider>
31586      Branch: perl
31587            ! ext/Cwd/t/cwd.t
31588 ____________________________________________________________________________
31589 [ 12938] By: ams                                   on 2001/11/11  03:25:13
31590         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
31591              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
31592              From: "chromatic" <chromatic@rmci.net>
31593              Date: Sat, 10 Nov 2001 21:03:20 -0700
31594              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
31595      Branch: perl
31596            ! lib/File/stat.pm lib/File/stat.t
31597 ____________________________________________________________________________
31598 [ 12937] By: ams                                   on 2001/11/11  02:05:23
31599         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
31600              From: "Craig A. Berry" <craigberry@mac.com>
31601              Date: Sat, 10 Nov 2001 17:23:52 -0600
31602              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
31603      Branch: perl
31604            ! t/op/magic.t
31605 ____________________________________________________________________________
31606 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
31607         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
31608      Branch: perl
31609            ! lib/open.pm lib/open.t
31610 ____________________________________________________________________________
31611 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
31612         Log: The Official name of ASCII.
31613      Branch: perl
31614            ! ext/Encode/Encode.pm
31615 ____________________________________________________________________________
31616 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
31617         Log: The KOI8-R example wasn't quite right.
31618      Branch: perl
31619            ! lib/open.pm lib/open.t
31620 ____________________________________________________________________________
31621 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
31622         Log: Enhance the open pragma to support :utf8, :locale,
31623              and :encoding directly as special cases, and rename
31624              the INOUT to IO.
31625      Branch: perl
31626            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
31627 ____________________________________________________________________________
31628 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
31629         Log: Document the UTF-16 surrogate encoding and decoding.
31630      Branch: perl
31631            ! ext/Encode/Encode.pm
31632 ____________________________________________________________________________
31633 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
31634         Log: A potential recursion breaker.
31635      Branch: perl
31636            ! sv.c
31637 ____________________________________________________________________________
31638 [ 12930] By: ams                                   on 2001/11/10  07:46:53
31639         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
31640              (was Re: perl@12892)
31641              From: "chromatic" <chromatic@rmci.net>
31642              Date: Sat, 10 Nov 2001 01:28:09 -0700
31643              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
31644      Branch: perl
31645            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
31646            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
31647            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
31648            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
31649 ____________________________________________________________________________
31650 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
31651         Log: Add a test for the bytes pragma.
31652      Branch: perl
31653            + lib/bytes.t
31654            ! MANIFEST
31655 ____________________________________________________________________________
31656 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
31657         Log: Doc update.
31658      Branch: perl
31659            ! lib/bytes.pm
31660 ____________________________________________________________________________
31661 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
31662         Log: Cease to exist.
31663      Branch: perl
31664            - lib/Unicode/Normalize.pm
31665 ____________________________________________________________________________
31666 [ 12926] By: ams                                   on 2001/11/10  03:23:16
31667         Log: Subject: [patch] my_setenv speedup + fixes
31668              From: Doug MacEachern <dougm@covalent.net>
31669              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
31670              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
31671      Branch: perl
31672            ! util.c
31673 ____________________________________________________________________________
31674 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
31675         Log: Newline trouble.
31676      Branch: perl
31677            ! lib/ExtUtils/Embed.t
31678 ____________________________________________________________________________
31679 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
31680         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
31681              From: "Craig A. Berry" <craigberry@mac.com>
31682              Date: Fri, 09 Nov 2001 18:13:16 -0600
31683              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
31684      Branch: perl
31685            ! vms/munchconfig.c
31686 ____________________________________________________________________________
31687 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
31688         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
31689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31690              Date: Sat, 10 Nov 2001 00:10:45 +0100
31691              Message-ID: <20011110001045.A11945@rafael>
31692      Branch: perl
31693            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
31694            + t/run/switchn.t t/run/switchp.t
31695            ! MANIFEST
31696 ____________________________________________________________________________
31697 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
31698         Log: Subject: [PATCH] some tests not cleaning up properly               
31699              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
31700              Date: Fri, 9 Nov 2001 22:13:10 +0100
31701              Message-ID: <20011109221310.A11115@rafael>
31702      Branch: perl
31703            ! ext/Cwd/t/cwd.t t/io/argv.t
31704 ____________________________________________________________________________
31705 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
31706         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
31707              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31708              Date: Fri, 9 Nov 2001 15:07:19 EST
31709              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
31710      Branch: perl
31711            ! lib/ExtUtils/Embed.t
31712 ____________________________________________________________________________
31713 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
31714         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
31715              have been copied so it shouldn't be freed in perl_destruct()
31716      Branch: perl
31717            ! perl.c
31718 ____________________________________________________________________________
31719 [ 12919] By: ams                                   on 2001/11/09  15:36:22
31720         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
31721              From: Michael G Schwern <schwern@pobox.com>
31722              Date: Fri, 9 Nov 2001 00:38:59 -0500
31723              Message-Id: <20011109003859.K5587@blackrider>
31724              (Applied with directory name changes suggested by Craig Berry.)
31725      Branch: perl
31726            ! ext/Cwd/t/cwd.t
31727 ____________________________________________________________________________
31728 [ 12918] By: ams                                   on 2001/11/09  15:29:15
31729         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
31730              From: Michael G Schwern <schwern@pobox.com>
31731              Date: Fri, 9 Nov 2001 01:44:14 -0500
31732              Message-Id: <20011109014414.N5587@blackrider>
31733      Branch: perl
31734            ! vms/ext/filespec.t
31735 ____________________________________________________________________________
31736 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
31737         Log: Update Changes.
31738      Branch: perl
31739            ! Changes patchlevel.h
31740 ____________________________________________________________________________
31741 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
31742         Log: Regen toc.
31743      Branch: perl
31744            ! pod/perltoc.pod
31745 ____________________________________________________________________________
31746 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
31747         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
31748              see http://www.jepstone.net/bjepson//jpl/cvs.html
31749      Branch: perl
31750            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31751 ____________________________________________________________________________
31752 [ 12914] By: ams                                   on 2001/11/09  14:05:12
31753         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
31754              From: Michael G Schwern <schwern@pobox.com>
31755              Date: Thu, 8 Nov 2001 22:05:49 -0500
31756              Message-Id: <20011108220549.F5587@blackrider>
31757      Branch: perl
31758            ! vms/test.com
31759 ____________________________________________________________________________
31760 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
31761         Log: NetWare update from Ananth Kesari.
31762      Branch: perl
31763            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
31764 ____________________________________________________________________________
31765 [ 12912] By: ams                                   on 2001/11/09  13:40:26
31766         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
31767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31768              Date: Fri, 9 Nov 2001 14:32:28 +0100
31769              Message-Id: <20011109143228.A18996@rafael>
31770      Branch: perl
31771            ! perl.c
31772 ____________________________________________________________________________
31773 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
31774         Log: FAQ sync.
31775      Branch: perl
31776            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
31777            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
31778            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
31779 ____________________________________________________________________________
31780 [ 12910] By: ams                                   on 2001/11/09  07:33:49
31781         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
31782              From: Michael G Schwern <schwern@pobox.com>
31783              Date: Fri, 9 Nov 2001 00:41:56 -0500
31784              Message-Id: <20011109004156.L5587@blackrider>
31785      Branch: perl
31786            ! lib/File/Find/t/find.t
31787 ____________________________________________________________________________
31788 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
31789         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
31790              The CPAN distribution has both pm and XS implementations,
31791              and for performance reasons we choose the XS.
31792              Another reason to choose the XS is that it doesn't
31793              require Lingua::KO::Hangul::Util, which means that
31794              we can delete that-- which in turn means that Unicode::UCD
31795              cannot expect that: support it, but don't expect.
31796              Ditto Unicode::Collate.
31797              
31798              Note that Unicode::Normalize Makefile.PL and
31799              Normalize.xs have been modified from the CPAN 0.10
31800              versions: the first one to be simpler (no pm) and
31801              clean up the generated unf*.h files, the second one
31802              to quench compiler grumblings.  Must notify Sadahiro
31803              about these changes.
31804      Branch: perl
31805            + ext/Unicode/Normalize/Changes
31806            + ext/Unicode/Normalize/Makefile.PL
31807            + ext/Unicode/Normalize/Normalize.pm
31808            + ext/Unicode/Normalize/Normalize.pod
31809            + ext/Unicode/Normalize/Normalize.xs
31810            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
31811            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
31812            + ext/Unicode/Normalize/t/test.t
31813            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
31814            - lib/Lingua/KO/Hangul/Util/README
31815            - lib/Lingua/KO/Hangul/Util/t/test.t
31816            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
31817            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
31818            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
31819            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
31820            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
31821            ! win32/makefile.mk
31822 ____________________________________________________________________________
31823 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
31824         Log: Test miscounting.
31825      Branch: perl
31826            ! ext/POSIX/t/posix.t
31827 ____________________________________________________________________________
31828 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
31829         Log: Quote the variables in failures messages more nicely.
31830      Branch: perl
31831            ! t/test.pl
31832 ____________________________________________________________________________
31833 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
31834         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
31835              From: Michael G Schwern <schwern@pobox.com>
31836              Date: Thu, 8 Nov 2001 17:24:49 -0500
31837              Message-ID: <20011108172449.A5587@blackrider>
31838              
31839              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
31840              From: "Craig A. Berry" <craigberry@mac.com>
31841              Date: Thu, 8 Nov 2001 16:35:00 -0600
31842              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
31843      Branch: perl
31844            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
31845 ____________________________________________________________________________
31846 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
31847         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
31848              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31849              Date: Thu, 8 Nov 2001 22:52:50 -0000
31850              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
31851      Branch: perl
31852            ! ext/DB_File/t/db-recno.t
31853 ____________________________________________________________________________
31854 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
31855         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
31856              (Probably not an EBCDIC issue the way one would think
31857              since no chr() et alia are used in UCD.pm.)
31858      Branch: perl
31859            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31860 ____________________________________________________________________________
31861 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
31862         Log: Whether overwriting the $self->{...} values (see #12902)
31863              is a good policy or not is debatable, but let's at least
31864              be consistent.
31865      Branch: perl
31866            ! lib/ExtUtils/MM_Unix.pm
31867 ____________________________________________________________________________
31868 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
31869         Log: The MakeMaker argument () quoting patch that sneaked
31870              in at #12883 didn't handle make macros like this $(...).
31871              Leaning toothpicks, we've got them.
31872      Branch: perl
31873            ! lib/ExtUtils/MM_Unix.pm
31874 ____________________________________________________________________________
31875 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
31876         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
31877              From: Michael G Schwern <schwern@pobox.com>
31878              Date: Wed, 7 Nov 2001 02:02:29 -0500
31879              Message-ID: <20011107020229.K2858@blackrider>
31880      Branch: perl
31881            ! t/io/argv.t t/test.pl vms/test.com
31882 ____________________________________________________________________________
31883 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
31884         Log: Subject: [PATCH 20011106.084] -s on #! line 
31885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31886              Date: Wed, 7 Nov 2001 22:23:39 +0100
31887              Message-ID: <20011107222339.E729@rafael>
31888      Branch: perl
31889            ! embed.h embed.pl perl.c proto.h toke.c
31890 ____________________________________________________________________________
31891 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
31892         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
31893              From: Michael G Schwern <schwern@pobox.com>
31894              Date: Wed, 7 Nov 2001 16:52:49 -0500
31895              Message-ID: <20011107165249.I7346@blackrider>
31896      Branch: perl
31897            ! pod/perlhack.pod
31898 ____________________________________________________________________________
31899 [ 12898] By: ams                                   on 2001/11/08  13:02:19
31900         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
31901              From: Mark-Jason Dominus <mjd@plover.com>
31902              Date: Thu, 08 Nov 2001 08:59:02 -0500
31903              Message-Id: <20011108135902.2275.qmail@plover.com>
31904      Branch: perl
31905            ! INSTALL README README.amiga README.os2 README.vms
31906            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
31907            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
31908 ____________________________________________________________________________
31909 [ 12897] By: ams                                   on 2001/11/08  12:49:28
31910         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
31911              From: mjd@plover.com
31912              Date: 8 Nov 2001 13:33:18 -0000
31913              Message-Id: <20011108133318.1786.qmail@plover.com>
31914      Branch: perl
31915            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
31916            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
31917            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
31918            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
31919            ! pod/perlport.pod pod/perlvar.pod
31920 ____________________________________________________________________________
31921 [ 12896] By: ams                                   on 2001/11/08  11:22:12
31922         Log: open(FH, $file) should strip leading and trailing whitespace.
31923      Branch: perl
31924            ! doio.c
31925 ____________________________________________________________________________
31926 [ 12895] By: ams                                   on 2001/11/08  10:17:14
31927         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
31928              From: "Craig A. Berry" <craigberry@mac.com>
31929              Date: Wed, 07 Nov 2001 13:41:50 -0600
31930              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
31931      Branch: perl
31932            ! t/op/glob.t
31933 ____________________________________________________________________________
31934 [ 12894] By: ams                                   on 2001/11/08  08:32:20
31935         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
31936              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
31937              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
31938              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
31939      Branch: perl
31940            ! makedepend.SH
31941 ____________________________________________________________________________
31942 [ 12893] By: ams                                   on 2001/11/08  08:26:31
31943         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
31944              From: mjd@plover.com
31945              Date: 8 Nov 2001 08:08:07 -0000
31946              Message-Id: <20011108080807.30147.qmail@plover.com>
31947              
31948              Subject: bleadperl perl.pod
31949              From: mjd@plover.com
31950              Date: 8 Nov 2001 08:10:47 -0000
31951              Message-Id: <20011108081047.30178.qmail@plover.com>
31952              
31953              Subject: more bleadperl perl.pod
31954              From: mjd@plover.com
31955              Date: 8 Nov 2001 08:16:28 -0000
31956              Message-Id: <20011108081628.30229.qmail@plover.com>
31957      Branch: perl
31958            ! pod/perl.pod pod/perldebug.pod
31959 ____________________________________________________________________________
31960 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
31961         Log: Tweak for Cray-friendliness from Nicholas Clark.
31962      Branch: perl
31963            ! sv.c
31964 ____________________________________________________________________________
31965 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
31966         Log: VMS patch redo from Charles Lane.
31967      Branch: perl
31968            ! vms/gen_shrfls.pl
31969 ____________________________________________________________________________
31970 [ 12890] By: ams                                   on 2001/11/07  15:16:10
31971         Log: Subject: [ID 20011107.088] two perl pod nits
31972              From: lvirden@cas.org
31973              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
31974              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
31975      Branch: perl
31976            ! pod/perl.pod pod/perlfaq3.pod
31977 ____________________________________________________________________________
31978 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
31979         Log: Update Changes.
31980      Branch: perl
31981            ! Changes patchlevel.h
31982 ____________________________________________________________________________
31983 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
31984         Log: The (emulated) "no utf8" must be in a BEGIN block
31985              to be effective.
31986      Branch: perl
31987            ! lib/CGI/t/html.t
31988 ____________________________________________________________________________
31989 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
31990         Log: "v-strings" is the right term.
31991      Branch: perl
31992            ! pod/perltodo.pod
31993 ____________________________________________________________________________
31994 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
31995         Log: Add vstrings-as-objects need to perltodo.
31996      Branch: perl
31997            ! pod/perltodo.pod
31998 ____________________________________________________________________________
31999 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
32000         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
32001              From: Nicholas Clark <nick@ccl4.org>
32002              Date: Wed, 7 Nov 2001 14:36:32 +0000
32003              Message-ID: <20011107143631.I24980@plum.flirble.org>
32004      Branch: perl
32005            ! t/op/pack.t
32006 ____________________________________________________________________________
32007 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
32008         Log: The Embed test requires a major rewrite for VMS
32009              (plus it reveals a couple of annoying glitches
32010              in buffering), so skip the test for now; from
32011              Charles Lane.
32012      Branch: perl
32013            ! lib/ExtUtils/Embed.t
32014 ____________________________________________________________________________
32015 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
32016         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
32017              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32018              Date: Wed, 7 Nov 2001 09:23:28 EST
32019              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
32020              
32021              (Also i seems that an unrelated experimental patch
32022              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
32023      Branch: perl
32024            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
32025 ____________________________________________________________________________
32026 [ 12882] By: ams                                   on 2001/11/07  05:14:04
32027         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
32028              From: Mark-Jason Dominus <mjd@plover.com>
32029              Date: Wed, 07 Nov 2001 00:43:46 -0500
32030              Message-Id: <20011107054346.14428.qmail@plover.com>
32031      Branch: perl
32032            ! gv.c op.c toke.c
32033 ____________________________________________________________________________
32034 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
32035         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
32036              From: Michael G Schwern <schwern@pobox.com>             
32037              Date: Tue, 6 Nov 2001 22:04:39 -0500
32038              Message-ID: <20011106220439.D2858@blackrider>              
32039      Branch: perl
32040            ! lib/perl5db.pl
32041 ____________________________________________________________________________
32042 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
32043         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
32044              stress))
32045              From: Jonathan Stowe <gellyfish@gellyfish.com>
32046              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
32047              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
32048              
32049              (except for one hunk where indentation differs)
32050      Branch: perl
32051            ! lib/Term/Cap.t
32052 ____________________________________________________________________________
32053 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
32054         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
32055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32056              Date: Tue, 6 Nov 2001 21:45:01 +0100
32057              Message-ID: <20011106214501.A704@rafael>
32058      Branch: perl
32059            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
32060            ! lib/File/Spec/Win32.pm
32061 ____________________________________________________________________________
32062 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
32063         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
32064              From: Michael G Schwern <schwern@pobox.com>              
32065              Date: Tue, 6 Nov 2001 20:58:45 -0500
32066              Message-ID: <20011106205845.G29411@blackrider>
32067      Branch: perl
32068            ! t/test.pl
32069 ____________________________________________________________________________
32070 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
32071         Log: Subject: making do_sprintf public       
32072              From: Doug MacEachern <dougm@covalent.net>    
32073              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
32074              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
32075      Branch: perl
32076            ! embed.h embed.pl global.sym
32077 ____________________________________________________________________________
32078 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
32079         Log: Update to CGI.pm 2.78.
32080              
32081              TODO: the test suite needs to be merged so that
32082              when in core, the core version is tested, and when
32083              using the CPAN version, testing the CPAN version.
32084              (the changes need to be sent to Lincoln, too...)
32085      Branch: perl
32086            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32087            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
32088            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
32089            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
32090            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
32091            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
32092 ____________________________________________________________________________
32093 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
32094         Log: Integrate with perlio; (strictly) readonly hashes via XS.
32095      Branch: perl
32096           +> t/lib/access.t
32097           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
32098 ____________________________________________________________________________
32099 [ 12874] By: nick                                  on 2001/11/06  21:05:16
32100         Log: Keep It Simple and Stupid version of readonly hash support.
32101              - Test for SvREAONLY(hv) at a few spots in hv.c
32102              - add the error message to perldiag.pod
32103              - (dubious) add access::readonly() to univeral.c
32104              - add test using above
32105              - fixup ext/B/t/stash.t to account for access:: existing
32106      Branch: perlio
32107            + t/lib/access.t
32108            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
32109 ____________________________________________________________________________
32110 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
32111         Log: Fix incorrect warnings about broken globbing;
32112              from Andy Dougherty.
32113      Branch: perl
32114            ! hints/linux.sh
32115 ____________________________________________________________________________
32116 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
32117         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
32118              toggle-on from the encoding pragma.
32119      Branch: perl
32120            ! regcomp.c regexec.c
32121 ____________________________________________________________________________
32122 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
32123         Log: Retract #12824, doesn't help and is ignored
32124              by Configure anyway.
32125      Branch: perl
32126            ! hints/beos.sh
32127 ____________________________________________________________________________
32128 [ 12870] By: ams                                   on 2001/11/06  10:40:37
32129         Log: Subject: Cosmetic change
32130              From: H.Merijn Brand <h.m.brand@hccnet.nl>
32131              Date: Tue, 06 Nov 2001 12:30:52 +0100
32132              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
32133      Branch: perl
32134            ! README.hpux
32135 ____________________________________________________________________________
32136 [ 12869] By: nick                                  on 2001/11/06  08:26:40
32137         Log: Integrate mainline
32138      Branch: perlio
32139           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
32140           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
32141 ____________________________________________________________________________
32142 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
32143         Log: The parentheses are protected enough.
32144      Branch: perl
32145            ! hints/os390.sh
32146 ____________________________________________________________________________
32147 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
32148         Log: ccflags, not ldflags.
32149      Branch: perl
32150            ! hints/os390.sh
32151 ____________________________________________________________________________
32152 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
32153         Log: ... and the proto to go with #12865.
32154      Branch: perl
32155            ! proto.h
32156 ____________________________________________________________________________
32157 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
32158         Log: Oops.  Luckily nothing was using this symbol yet.
32159      Branch: perl
32160            ! global.sym
32161 ____________________________________________________________________________
32162 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
32163         Log: Implement the encoding pragma for regex literals.
32164      Branch: perl
32165            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
32166 ____________________________________________________________________________
32167 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
32168         Log: More UTF8 EXACT fixing.
32169      Branch: perl
32170            ! regexec.c
32171 ____________________________________________________________________________
32172 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
32173         Log: More re debugging.
32174      Branch: perl
32175            ! regexec.c
32176 ____________________________________________________________________________
32177 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
32178         Log: EXACT correction attempt.  Continued in #12863.
32179      Branch: perl
32180            ! regexec.c
32181 ____________________________________________________________________________
32182 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
32183         Log: Unterminated L<.
32184      Branch: perl
32185            ! ext/DB_File/DB_File.pm
32186 ____________________________________________________________________________
32187 [ 12859] By: nick                                  on 2001/11/05  19:15:17
32188         Log: Integrate mainline
32189      Branch: perlio
32190           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32191           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32192           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
32193           +> lib/Math/BigInt/t/sub_mbi.t
32194            - lib/Math/BigInt/t/Math/Subclass.pm
32195            - lib/Math/BigInt/t/subclass.t
32196           !> (integrate 30 files)
32197 ____________________________________________________________________________
32198 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
32199         Log: Regex debugging fixes from Hugo.
32200      Branch: perl
32201            ! regcomp.c regexec.c
32202 ____________________________________________________________________________
32203 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
32204         Log: IRIX: at some point the cc -version has started
32205              to output to stderr, not stdout any more.
32206      Branch: perl
32207            ! hints/irix_6.sh
32208 ____________________________________________________________________________
32209 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
32210         Log: Update Changes.
32211      Branch: perl
32212            ! Changes patchlevel.h
32213 ____________________________________________________________________________
32214 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
32215         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
32216      Branch: perl
32217            ! lib/File/Spec/Unix.pm
32218 ____________________________________________________________________________
32219 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
32220         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
32221              From: rgarciasuarez@free.fr
32222              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
32223              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
32224      Branch: perl
32225            ! lib/File/Spec/Unix.pm
32226 ____________________________________________________________________________
32227 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
32228         Log: Use config.arch in OS/390 where the combination of
32229              IEEE floats and ldflags is tricky.
32230      Branch: perl
32231            ! hints/os390.sh
32232 ____________________________________________________________________________
32233 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
32234         Log: Metaconfig unit change for #12851.
32235      Branch: metaconfig
32236            ! U/modified/Config_sh.U
32237 ____________________________________________________________________________
32238 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
32239         Log: Support a config.arch file, similar to config.over,
32240              but loaded just before it.
32241      Branch: perl
32242            ! Configure INSTALL
32243 ____________________________________________________________________________
32244 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
32245         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
32246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32247              Date: Mon, 5 Nov 2001 14:26:24 +0100
32248              Message-ID: <20011105142624.C31977@rafael>
32249      Branch: perl
32250            ! lib/Symbol.pm lib/Symbol.t
32251 ____________________________________________________________________________
32252 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
32253         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
32254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32255              Date: Sun, 4 Nov 2001 22:28:57 +0100
32256              Message-ID: <20011104222857.C696@rafael>
32257      Branch: perl
32258            ! pod/perldebug.pod pod/perlpodspec.pod
32259 ____________________________________________________________________________
32260 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
32261         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
32262      Branch: perl
32263            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
32264 ____________________________________________________________________________
32265 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
32266         Log: Math::Big* test tweaks to work better with core:
32267              but the coast still not clear.
32268      Branch: perl
32269            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
32270            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
32271 ____________________________________________________________________________
32272 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
32273         Log: Protect against high load: measure how much wall
32274              clock time went by while sleeping.  Avoids some
32275              false negatives, while may introduce some false
32276              positives.  Life is hard.
32277      Branch: perl
32278            ! ext/Time/HiRes/HiRes.t
32279 ____________________________________________________________________________
32280 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
32281         Log: More forgotten from #12843.
32282      Branch: perl
32283            ! lib/Math/BigInt/t/bigfltpm.inc
32284 ____________________________________________________________________________
32285 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
32286         Log: Forgot from #12843.
32287      Branch: perl
32288            + lib/Math/BigInt/t/bigintpm.inc
32289            ! MANIFEST
32290 ____________________________________________________________________________
32291 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
32292         Log: Upgrade to Math::BigInt 1.45; from Tels.
32293              NOTE: some of the tests are failing but that's because
32294              the core integration is not yet done.
32295      Branch: perl
32296            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32297            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32298            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
32299            - lib/Math/BigInt/t/Math/Subclass.pm
32300            - lib/Math/BigInt/t/subclass.t
32301            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
32302            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
32303            ! lib/Math/BigInt/t/mbimbf.t
32304 ____________________________________________________________________________
32305 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
32306         Log: VMS: adds capability to control more configuration stuff with
32307              -D and -U switches; parsing config.sh to extract previous config
32308              info in VMS-form, and a rewrite of the "prompt/response" routine;
32309              from Charles Lane.
32310      Branch: perl
32311            ! configure.com
32312 ____________________________________________________________________________
32313 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
32314         Log: Subject: Typo correction in perldebguts.pod
32315              From: mjd@plover.com
32316              Date: 4 Nov 2001 16:20:05 -0000
32317              Message-ID: <20011104162005.16699.qmail@plover.com>
32318      Branch: perl
32319            ! pod/perldebguts.pod
32320 ____________________________________________________________________________
32321 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
32322         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
32323              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32324              Date: Sun, 4 Nov 2001 11:47:30 +0100
32325              Message-ID: <20011104114730.A715@rafael>
32326              
32327              Remove -T from the test, wrong place for that.
32328      Branch: perl
32329            ! lib/File/Temp/t/mktemp.t
32330 ____________________________________________________________________________
32331 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
32332         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
32333              From: Nicholas Clark <nick@ccl4.org>
32334              Date: Sun, 4 Nov 2001 10:41:24 +0000
32335              Message-ID: <20011104104123.U20123@plum.flirble.org>
32336      Branch: perl
32337            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
32338 ____________________________________________________________________________
32339 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
32340         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
32341              From: Michael G Schwern <schwern@pobox.com>
32342              Date: Sat, 3 Nov 2001 15:41:47 -0500
32343              Message-ID: <20011103154147.C600@blackrider>
32344      Branch: perl
32345            ! lib/Term/Cap.t
32346 ____________________________________________________________________________
32347 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
32348         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
32349              From: "Craig A. Berry" <craigberry@mac.com>     
32350              Date: Sat, 03 Nov 2001 16:02:28 -0600
32351              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
32352      Branch: perl
32353            ! ext/Time/HiRes/HiRes.t
32354 ____________________________________________________________________________
32355 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
32356         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
32357              From: "chromatic" <chromatic@rmci.net>
32358              Date: Sat, 03 Nov 2001 12:28:17 -0700
32359              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
32360      Branch: perl
32361            ! lib/Term/Cap.t
32362 ____________________________________________________________________________
32363 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
32364         Log: Don't bother doing POSIX charclass parsing if it
32365              possibly cannot be so.  Prepares way for charclass
32366              syntax like [[abc]||[def]] (or just [[abc][def]])
32367              for union, [[\w]&&[$a]] for intersection,
32368              and [[a-z]&&[^def]] for subtraction.
32369              
32370              Currently /[[a]/ (or /[a[]/) parses as a character
32371              class containing two characters, "[" and "a",
32372              this may have to be broken for the syntax described
32373              above, otherwise we would have to scan the whole pattern
32374              to find out whether the square brackets match pairwise.
32375              Luckily, the special case of "[" doesn't seem to be
32376              documented (as opposed to "]" and "-"), so we may have
32377              better story for breaking it...  One can always use \[
32378              if one wants a literal "[", so there.
32379      Branch: perl
32380            ! regcomp.c
32381 ____________________________________________________________________________
32382 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
32383         Log: Comment correction.
32384      Branch: perl
32385            ! regcomp.c
32386 ____________________________________________________________________________
32387 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
32388         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
32389              The latter is a RedHatism.
32390      Branch: perl
32391            ! lib/ExtUtils/MakeMaker.pm
32392 ____________________________________________________________________________
32393 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
32394         Log: Integrate perlio.
32395      Branch: perl
32396           !> perlio.c
32397 ____________________________________________________________________________
32398 [ 12831] By: nick                                  on 2001/11/03  11:42:15
32399         Log: Integrate mainline
32400      Branch: perlio
32401           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
32402           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
32403           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
32404           !> sv.c t/test.pl
32405 ____________________________________________________________________________
32406 [ 12830] By: nick                                  on 2001/11/03  10:27:34
32407         Log: Fix clone_leak problem.
32408              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
32409              as vestige of calling PerlLIO_dup().
32410      Branch: perlio
32411            ! perlio.c
32412 ____________________________________________________________________________
32413 [ 12829] By: nick                                  on 2001/11/03  09:40:46
32414         Log: Tweaks attempting to locate Doug's clone_leak leak.
32415              - add some PerlIO_debug()
32416              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
32417              - Even if it closing stdout etc. do a fflush()
32418      Branch: perlio
32419            ! perlio.c
32420 ____________________________________________________________________________
32421 [ 12828] By: nick                                  on 2001/11/03  08:34:31
32422         Log: Integrate mainline
32423      Branch: perlio
32424           !> (integrate 54 files)
32425 ____________________________________________________________________________
32426 [ 12827] By: ams                                   on 2001/11/03  03:45:19
32427         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
32428              remove this later). Based on a patch from Robert Spier in
32429              <15330.61459.14452.795263@rls.cx>.
32430      Branch: perl
32431            ! sv.c
32432 ____________________________________________________________________________
32433 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
32434         Log: microperl sync.
32435      Branch: perl
32436            ! doio.c perl.c perl.h perlio.c regexec.c
32437 ____________________________________________________________________________
32438 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
32439         Log: Definitions for the Unicode Newline Guidelines.
32440      Branch: perl
32441            ! perl.h
32442 ____________________________________________________________________________
32443 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
32444         Log: (retracted by #12871)
32445              
32446              There is no csh of any kind in default BeOS.
32447              For the purposes of miniperl globbing, bash
32448              will do.
32449      Branch: perl
32450            ! hints/beos.sh
32451 ____________________________________________________________________________
32452 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
32453         Log: Integrate change #12820 from macperl to maint and blead;
32454              
32455              Fix up (dynaloading) to work properly with multiplicity
32456      Branch: maint-5.6/perl
32457           !> ext/DynaLoader/dl_mac.xs
32458      Branch: perl
32459           !> ext/DynaLoader/dl_mac.xs
32460 ____________________________________________________________________________
32461 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
32462         Log: Several fixes for various exit problems and clearing out
32463              task queue, as well as another (incomplete) go at
32464              fixing error message handling
32465      Branch: maint-5.6/macperl
32466            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
32467 ____________________________________________________________________________
32468 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
32469         Log: Add source files for bleadperl builds
32470      Branch: maint-5.6/macperl
32471            ! macos/Makefile.mk
32472 ____________________________________________________________________________
32473 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
32474         Log: Fix up to work properly with multiplicity
32475      Branch: maint-5.6/macperl
32476            ! ext/DynaLoader/dl_mac.xs
32477 ____________________________________________________________________________
32478 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
32479         Log: Integrate with maintperl.
32480      Branch: maint-5.6/macperl
32481           +> t/op/system.t t/op/system_tests
32482           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
32483           !> pod/perltodo.pod util.c win32/win32.c
32484 ____________________________________________________________________________
32485 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
32486         Log: Locate _PATH_LOG if it's a socket even if not #defined
32487              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
32488              via Nick Clark.
32489      Branch: perl
32490            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
32491 ____________________________________________________________________________
32492 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
32493         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
32494              From: Michael G Schwern <schwern@pobox.com>
32495              Date: Fri, 2 Nov 2001 15:36:41 -0500
32496              Message-ID: <20011102153641.E23234@blackrider>
32497      Branch: perl
32498            ! t/test.pl
32499 ____________________________________________________________________________
32500 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
32501         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
32502              From: merlyn@stonehenge.com (Randal L. Schwartz)
32503              Date: 02 Nov 2001 09:33:34 -0800
32504              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
32505              
32506              (two of the changes)
32507              
32508              Better coexistence with extensions.
32509      Branch: perl
32510            ! ext/Errno/Errno_pm.PL hints/darwin.sh
32511 ____________________________________________________________________________
32512 [ 12815] By: ams                                   on 2001/11/02  16:47:43
32513         Log: Subject: Re: [PATCH] the the double double word word fix fix
32514              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32515              Date: Fri, 02 Nov 2001 19:43:07 +0100
32516              Message-Id: <3BE2E93B.627C198E@alcatel.at>
32517      Branch: perl
32518            ! pod/perldebug.pod
32519 ____________________________________________________________________________
32520 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
32521         Log: Update Changes.
32522      Branch: perl
32523            ! Changes patchlevel.h
32524 ____________________________________________________________________________
32525 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
32526         Log: More encoding testing.
32527      Branch: perl
32528            ! lib/encoding.pm lib/encoding.t
32529 ____________________________________________________________________________
32530 [ 12812] By: ams                                   on 2001/11/02  15:07:11
32531         Log: Slight modification of #12811.
32532      Branch: perl
32533            ! op.c
32534 ____________________________________________________________________________
32535 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
32536         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
32537              From: Radu Greab <radu@netsoft.ro>
32538              Date: Fri, 2 Nov 2001 15:28:58 +0200
32539              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
32540      Branch: perl
32541            ! op.c t/op/stat.t
32542 ____________________________________________________________________________
32543 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
32544         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
32545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32546              Date: Thu, 1 Nov 2001 22:35:50 +0100
32547              Message-ID: <20011101223550.A10849@rafael>
32548      Branch: perl
32549            ! lib/ExtUtils/Embed.t
32550 ____________________________________________________________________________
32551 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
32552         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
32553              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32554              Date: 2 Nov 2001 14:48:51 -0000
32555              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
32556      Branch: perl
32557            ! lib/File/Find.pm
32558 ____________________________________________________________________________
32559 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
32560         Log: Add documentation.
32561      Branch: perl
32562            ! embed.pl pod/perlapi.pod utf8.c
32563 ____________________________________________________________________________
32564 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
32565         Log: Unicode: add ToFold mapping.  Not used yet; but basically
32566              a more useful mapping for caseless aka case-ignoring than
32567              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
32568              algorithm for creating the foldings uses equivalence classes,
32569              see http://www.unicode.org/unicode/reports/tr21/
32570              Hopefully this feature will be used in //i.
32571              (The folding tables were introduced by #12689.)
32572      Branch: perl
32573            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
32574            ! utf8.c
32575 ____________________________________________________________________________
32576 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
32577         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
32578              From: "Craig A. Berry" <craigberry@mac.com>
32579              Date: Fri, 02 Nov 2001 00:03:52 -0600
32580              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
32581      Branch: perl
32582            ! lib/AutoSplit.t
32583 ____________________________________________________________________________
32584 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
32585         Log: Subject: Trivial doc patch
32586              From: andreas.koenig@anima.de (Andreas J. Koenig)
32587              Date: 02 Nov 2001 06:11:35 +0100
32588              Message-ID: <m37kt94v08.fsf@anima.de>
32589      Branch: perl
32590            ! pod/perlport.pod
32591 ____________________________________________________________________________
32592 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
32593         Log: Make encoding and charnames pragmas coexist.
32594      Branch: perl
32595            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
32596 ____________________________________________________________________________
32597 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
32598         Log: The basic character classes seem to go untested with Unicode.
32599      Branch: perl
32600            ! t/op/pat.t
32601 ____________________________________________________________________________
32602 [ 12802] By: ams                                   on 2001/11/02  00:39:36
32603         Log: Subject: [PATCH] the the double double word word fix fix
32604              From: Richard Soderberg <rs@oregonnet.com>
32605              Date: Thu, 1 Nov 2001 13:12:03 -0800
32606              Message-Id: <200111012112.NAA23288@oregonnet.com>
32607              
32608              Subject: Re: [PATCH] the the double double word word fix fix
32609              From: Mark-Jason Dominus <mjd@plover.com>
32610              Date: Thu, 01 Nov 2001 16:43:40 -0500
32611              Message-Id: <20011101214340.2044.qmail@plover.com>
32612              
32613              Subject: Re: [PATCH] the the double double word word fix fix
32614              From: Mark-Jason Dominus <mjd@plover.com>
32615              Date: Thu, 01 Nov 2001 16:51:39 -0500
32616              Message-Id: <20011101215139.2196.qmail@plover.com>
32617      Branch: perl
32618            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
32619            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
32620            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
32621            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
32622            ! pod/perltodo.pod pod/perlxstut.pod
32623 ____________________________________________________________________________
32624 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
32625         Log: Comment tweaks.
32626      Branch: perl
32627            ! toke.c
32628 ____________________________________________________________________________
32629 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
32630         Log: FAQ sync.
32631      Branch: perl
32632            ! pod/perlfaq9.pod
32633 ____________________________________________________________________________
32634 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
32635         Log: If an encoding is set by -M/-m, it must be in
32636              effect only for the actual script, not any other
32637              required/-M/-m'ed module, otherwise we enter a nasty
32638              recursion in regexec.c while trying to init the simple
32639              UTF-8 charclasses like PL_utf8_alnum.
32640      Branch: perl
32641            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
32642 ____________________________________________________________________________
32643 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
32644         Log: A bit more descriptive name.
32645      Branch: perl
32646            ! mg.c
32647 ____________________________________________________________________________
32648 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
32649         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
32650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32651              Date: Wed, 31 Oct 2001 13:47:04 EST
32652              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
32653      Branch: perl
32654            ! ext/Time/HiRes/HiRes.t
32655 ____________________________________________________________________________
32656 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
32657         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
32658              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32659              Date: Wed, 31 Oct 2001 13:43:29 EST
32660              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
32661      Branch: perl
32662            ! mg.c
32663 ____________________________________________________________________________
32664 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
32665         Log: Subject: [PATCH] Various test cleanups
32666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32667              Date: Tue, 30 Oct 2001 21:56:26 +0100
32668              Message-ID: <20011030215626.A28503@rafael>
32669      Branch: perl
32670            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32671            ! ext/DB_File/t/db-recno.t ext/Encode.t
32672 ____________________________________________________________________________
32673 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
32674         Log: Update Changes.
32675      Branch: perl
32676            ! Changes patchlevel.h
32677 ____________________________________________________________________________
32678 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
32679         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
32680              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
32681              Date: Wed, 31 Oct 2001 17:16:39 +0100
32682              Message-ID: <20011031171639.A32511@rafael>
32683      Branch: perl
32684            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
32685 ____________________________________________________________________________
32686 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
32687         Log: Skip message nit.
32688      Branch: perl
32689            ! t/io/fs.t
32690 ____________________________________________________________________________
32691 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
32692         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
32693              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32694              Date: 31 Oct 2001 14:49:37 -0000
32695              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
32696      Branch: perl
32697            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
32698 ____________________________________________________________________________
32699 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
32700         Log: Extend the effect of the encoding pragma to chr() and ord().
32701              
32702              TODO: regex literals, reentrancy problems with the utf8
32703              and charnames pragmas.
32704      Branch: perl
32705            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
32706 ____________________________________________________________________________
32707 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
32708         Log: Doc tweaks.
32709      Branch: perl
32710            ! lib/encoding.pm
32711 ____________________________________________________________________________
32712 [ 12788] By: nick                                  on 2001/10/31  08:59:56
32713         Log: Integrate mainline
32714      Branch: perlio
32715           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
32716           !> (integrate 49 files)
32717 ____________________________________________________________________________
32718 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
32719         Log: Forgot new proto.
32720      Branch: perl
32721            ! proto.h
32722 ____________________________________________________________________________
32723 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
32724         Log: Clarification: use encoding cannot be used to
32725              change the default encoding of "your whole script";
32726              only the default encoding of the *data*.  Also, it
32727              seems that "use encoding" does not mix with "use utf8"
32728              (a coredumping recursion ensues).  Should not be a huge
32729              problem since "use utf8" is pretty marginal nowadays.
32730      Branch: perl
32731            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
32732 ____________________________________________________________________________
32733 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
32734         Log: More documentation for the encode pragma.
32735      Branch: perl
32736            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
32737            ! pod/perlapi.pod pod/perlunicode.pod sv.c
32738 ____________________________________________________________________________
32739 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
32740         Log: Thinko in #12783.
32741      Branch: perl
32742            ! sv.c
32743 ____________________________________________________________________________
32744 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
32745         Log: Make sv_recode_to_utf8() a real API: the encoding
32746              is a parameter, instead of a global.  Document the
32747              PERL_ENCODING.
32748      Branch: perl
32749            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
32750            ! toke.c
32751 ____________________________________________________________________________
32752 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
32753         Log: Enable -Mencoding=foobar also for string literals.
32754      Branch: perl
32755            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
32756            ! pod/perlapi.pod proto.h sv.c toke.c
32757 ____________________________________________________________________________
32758 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
32759         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
32760              From: Andy Dougherty <doughera@lafayette.edu>
32761              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
32762              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
32763      Branch: perl
32764            ! ext/POSIX/hints/svr4.pl
32765 ____________________________________________________________________________
32766 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
32767         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
32768              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32769              Date: Mon, 29 Oct 2001 23:11:58 -0000
32770              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
32771              
32772              Add compat.h.
32773      Branch: perl
32774            ! lib/h2xs.t utils/h2xs.PL
32775 ____________________________________________________________________________
32776 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
32777         Log: Subject: PerlIOBuf_dup
32778              From: Nicholas Clark <nick@ccl4.org>              
32779              Date: Mon, 29 Oct 2001 21:52:35 +0000             
32780              Message-ID: <20011029215235.K41204@plum.flirble.org>
32781              
32782              Add prototype.
32783      Branch: perl
32784            ! perliol.h
32785 ____________________________________________________________________________
32786 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
32787         Log: Subject: [PATCH] Make malloc.c errors more useful
32788              From: Richard Soderberg <rs@oregonnet.com>
32789              Date: Mon, 29 Oct 2001 22:28:02 -0800
32790              Message-Id: <200110300628.WAA11025@oregonnet.com>
32791      Branch: perl
32792            ! malloc.c
32793 ____________________________________________________________________________
32794 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
32795         Log: Retract #12776 - the bug 19990906.001 is still valid.
32796      Branch: perl
32797            ! t/run/kill_perl.t
32798 ____________________________________________________________________________
32799 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
32800         Log: (Retracted by #12777)
32801              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
32802              From: Michael G Schwern <schwern@pobox.com> 
32803              Date: Mon, 29 Oct 2001 23:01:08 -0500
32804              Message-ID: <20011029230108.G18053@blackrider>
32805      Branch: perl
32806            ! t/run/kill_perl.t
32807 ____________________________________________________________________________
32808 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
32809         Log: Comment nits.
32810      Branch: perl
32811            ! lib/encoding.t
32812 ____________________________________________________________________________
32813 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
32814         Log: integrate change#12772 from mainline
32815              
32816              Subject: [PATCH] Mommy, what's a pointer cast?
32817      Branch: maint-5.6/perl
32818            ! perl.h
32819 ____________________________________________________________________________
32820 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
32821         Log: Subject: [PATCH] Mommy, what's a pointer cast?
32822              From: Richard Soderberg <rs@oregonnet.com>
32823              Date: Mon, 29 Oct 2001 17:01:10 -0800
32824              Message-Id: <200110300101.RAA31561@oregonnet.com>
32825              
32826              (threads* parts)
32827      Branch: perl
32828            ! ext/threads/shared/shared.xs ext/threads/threads.xs
32829 ____________________________________________________________________________
32830 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
32831         Log: Subject: [PATCH] Mommy, what's a pointer cast?
32832              From: Richard Soderberg <rs@oregonnet.com>
32833              Date: Mon, 29 Oct 2001 17:01:10 -0800
32834              Message-Id: <200110300101.RAA31561@oregonnet.com>
32835              
32836              (the perl.h part)
32837      Branch: perl
32838            ! perl.h
32839 ____________________________________________________________________________
32840 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
32841         Log: Subject: [PATCH] OpenBSD likes signal.h 
32842              From: Richard Soderberg <rs@oregonnet.com>
32843              Date: Mon, 29 Oct 2001 17:00:31 -0800
32844              Message-Id: <200110300100.RAA31533@oregonnet.com>
32845      Branch: perl
32846            ! unixish.h
32847 ____________________________________________________________________________
32848 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
32849         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
32850              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32851              Date: Mon, 29 Oct 2001 23:04:23 -0000
32852              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
32853      Branch: perl
32854            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32855            ! ext/DB_File/t/db-recno.t
32856 ____________________________________________________________________________
32857 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
32858         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
32859              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
32860              Date: Mon, 29 Oct 2001 12:34:07 -0600
32861              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
32862      Branch: perl
32863            ! ext/Time/HiRes/HiRes.t
32864 ____________________________________________________________________________
32865 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
32866         Log: Update Changes.
32867      Branch: perl
32868            ! Changes patchlevel.h
32869 ____________________________________________________________________________
32870 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
32871         Log: AIX needs an explicit symbol export list.
32872      Branch: perl
32873            ! lib/ExtUtils/Embed.t
32874 ____________________________________________________________________________
32875 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
32876         Log: The test (and the module) would require some
32877              quality hacking time to work on EBCDIC.  Based on
32878              the test results nothing seems to be majorly broken,
32879              the module just seems to have strange assumptions:
32880              got: ''\226\225\205'
32881              expected: ''one'
32882              The \226\225\205 being, of course, 'one', in EBCDIC.
32883      Branch: perl
32884            ! lib/Dumpvalue.t
32885 ____________________________________________________________________________
32886 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
32887         Log: Mark the test known to be failing in EBCDIC.
32888      Branch: perl
32889            ! t/op/tr.t
32890 ____________________________________________________________________________
32891 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
32892         Log: None of the libnet modules are going to work in
32893              EBCDIC without the Convert::EBCDIC.
32894      Branch: perl
32895            ! t/lib/1_compile.t
32896 ____________________________________________________________________________
32897 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
32898         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
32899      Branch: perl
32900            ! t/op/pack.t
32901 ____________________________________________________________________________
32902 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
32903         Log: UTF-EBCDIC ain't UTF-8.
32904      Branch: perl
32905            ! t/op/pack.t
32906 ____________________________________________________________________________
32907 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
32908         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
32909      Branch: perl
32910            ! t/lib/1_compile.t
32911 ____________________________________________________________________________
32912 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
32913         Log: Let's not assume ASCII.
32914      Branch: perl
32915            ! t/op/lc.t
32916 ____________________________________________________________________________
32917 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
32918         Log: Call the new perlio symbols differently.
32919      Branch: perl
32920            ! makedef.pl
32921 ____________________________________________________________________________
32922 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
32923         Log: Don't expect ASCII ordering.
32924      Branch: perl
32925            ! lib/ExtUtils/Manifest.t
32926 ____________________________________________________________________________
32927 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
32928         Log: Forgot from #12756.
32929      Branch: perl
32930            ! perlio.h
32931 ____________________________________________________________________________
32932 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
32933         Log: BeOS tweaks:
32934              - fseeko and ftello can be found by Configure but
32935              we do not seem to have prototypes for them so
32936              let's make up some
32937              - BeOS didn't use to have real sockets (sockets as
32938              filedescriptors) but the BONE package is supposed
32939              to fix this.  I do not know how to detect BONEness,
32940              see hints/beos.sh for a spot that needs to fixed.
32941              - BeOS has O_TEXT != O_BINARY but has no setmode()
32942      Branch: perl
32943            ! hints/beos.sh perlio.c
32944 ____________________________________________________________________________
32945 [ 12755] By: sky                                   on 2001/10/29  12:56:12
32946         Log: Ugly fix to not die when a thread creator is holding locks.
32947      Branch: perl
32948            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
32949            ! ext/threads/threads.xs
32950 ____________________________________________________________________________
32951 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
32952         Log: Integrate change #12752 from maintperl;
32953              
32954              croak(Nullch) wasn't printing the contents of ERRSV if there was
32955              no outer eval (bug in change#6125)
32956      Branch: perl
32957           !> util.c
32958 ____________________________________________________________________________
32959 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
32960         Log: Subject: [PATCH h2xs] Use of static data in XS modules
32961              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32962              Date: Sun, 28 Oct 2001 21:19:07 -0000
32963              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
32964              
32965              with nits from Sarathy.
32966      Branch: perl
32967            ! utils/h2xs.PL
32968 ____________________________________________________________________________
32969 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
32970         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
32971              no outer eval (bug in change#6125)
32972      Branch: maint-5.6/perl
32973            ! util.c
32974 ____________________________________________________________________________
32975 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
32976         Log: More todo for the encoding pragma.
32977      Branch: perl
32978            ! lib/encoding.pm
32979 ____________________________________________________________________________
32980 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
32981         Log: Add the encoding pragma to control the "upgrade"
32982              from the native eight bit data to Unicode.
32983              
32984              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
32985      Branch: perl
32986            + lib/encoding.pm lib/encoding.t
32987            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
32988            ! pod/perlunicode.pod pod/perlvar.pod sv.c
32989 ____________________________________________________________________________
32990 [ 12749] By: sky                                   on 2001/10/28  21:02:33
32991         Log: Update documentation.
32992      Branch: perl
32993            ! ext/threads/shared/shared.pm
32994 ____________________________________________________________________________
32995 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
32996         Log: Integrate change #12747 from maintperl;
32997              
32998              finishing touches to system() fixes on windows:
32999              * detect cmd shell correctly even if it had full path in it
33000              * more quoting needed for single-arg system if the argument
33001              really had multiple quoted arguments within it
33002              * be smarter about not calling the shell when the executable
33003              has spaces, but otherwise does not need shell involvement
33004              * add a testsuite (windows-specific currently)
33005      Branch: perl
33006           +> t/op/system.t t/op/system_tests
33007            ! MANIFEST pod/perltodo.pod
33008           !> win32/win32.c
33009 ____________________________________________________________________________
33010 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
33011         Log: finishing touches to system() fixes on windows:
33012              * detect cmd shell correctly even if it had full path in it
33013              * more quoting needed for single-arg system if the argument
33014              really had multiple quoted arguments within it
33015              * be smarter about not calling the shell when the executable
33016              has spaces, but otherwise does not need shell involvement
33017              * add a testsuite (windows-specific currently)
33018      Branch: maint-5.6/perl
33019            + t/op/system.t t/op/system_tests
33020            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
33021 ____________________________________________________________________________
33022 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
33023         Log: Integrate perlio.
33024      Branch: perl
33025           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
33026 ____________________________________________________________________________
33027 [ 12745] By: nick                                  on 2001/10/28  16:08:14
33028         Log: Mingw32 fixup for Embed.t
33029      Branch: perlio
33030            ! lib/ExtUtils/Embed.t
33031 ____________________________________________________________________________
33032 [ 12744] By: nick                                  on 2001/10/28  15:54:14
33033         Log: GCC vs MS 64-bit constant syntax
33034      Branch: perlio
33035            ! ext/Time/HiRes/HiRes.xs
33036 ____________________________________________________________________________
33037 [ 12743] By: nick                                  on 2001/10/28  15:42:55
33038         Log: Integrate mainline
33039      Branch: perlio
33040           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
33041 ____________________________________________________________________________
33042 [ 12742] By: sky                                   on 2001/10/28  14:47:10
33043         Log: Manpage updates.
33044      Branch: perl
33045            ! ext/threads/threads.pm
33046 ____________________________________________________________________________
33047 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
33048         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
33049      Branch: perl
33050            ! lib/ExtUtils/Embed.t
33051 ____________________________________________________________________________
33052 [ 12740] By: nick                                  on 2001/10/28  14:14:24
33053         Log: Integrate mainline
33054      Branch: perlio
33055           !> lib/ExtUtils/Embed.t win32/win32.c
33056 ____________________________________________________________________________
33057 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
33058         Log: Need to be ./executed.
33059      Branch: perl
33060            ! lib/ExtUtils/Embed.t
33061 ____________________________________________________________________________
33062 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
33063         Log: Integrate perlio.
33064      Branch: perl
33065           !> perlio.c win32/win32.h
33066 ____________________________________________________________________________
33067 [ 12737] By: nick                                  on 2001/10/28  13:53:45
33068         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
33069              by gcc -xc++.
33070      Branch: perlio
33071            ! win32/win32.h
33072 ____________________________________________________________________________
33073 [ 12736] By: nick                                  on 2001/10/28  13:50:50
33074         Log: Have :stdio layer update an honour the fd refcnt table.
33075              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
33076      Branch: perlio
33077            ! perlio.c
33078 ____________________________________________________________________________
33079 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
33080         Log: Integrate changes #12724 and #12725 from maintperl;
33081              multiarg system now works.
33082      Branch: perl
33083           !> win32/win32.c
33084 ____________________________________________________________________________
33085 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
33086         Log: Integrate perlio.
33087      Branch: perl
33088           +> lib/ExtUtils/Embed.t
33089           !> MANIFEST perlio.c
33090 ____________________________________________________________________________
33091 [ 12733] By: nick                                  on 2001/10/28  13:07:16
33092         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
33093              least for PERLIO=perlio unthreaded case
33094      Branch: perlio
33095            ! perlio.c
33096 ____________________________________________________________________________
33097 [ 12732] By: nick                                  on 2001/10/28  11:10:24
33098         Log: Typo in exe name
33099      Branch: perlio
33100            ! lib/ExtUtils/Embed.t
33101 ____________________________________________________________________________
33102 [ 12731] By: nick                                  on 2001/10/28  11:09:59
33103         Log: Integrate Mainline
33104      Branch: perlio
33105           !> Changes configure.com ext/DB_File/DB_File.pm
33106           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
33107           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
33108           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
33109           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
33110           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
33111           !> t/TEST t/op/regexp.t win32/buildext.pl
33112 ____________________________________________________________________________
33113 [ 12730] By: nick                                  on 2001/10/28  11:05:35
33114         Log: Fixup Embed.t for Win32/VC++
33115      Branch: perlio
33116            ! lib/ExtUtils/Embed.t
33117 ____________________________________________________________________________
33118 [ 12729] By: nick                                  on 2001/10/28  09:36:20
33119         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
33120              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
33121              ExtUtils::Embed.
33122      Branch: perlio
33123            + lib/ExtUtils/Embed.t
33124            ! MANIFEST
33125 ____________________________________________________________________________
33126 [ 12728] By: sky                                   on 2001/10/28  08:12:53
33127         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
33128              line manually!
33129      Branch: perl
33130            ! lib/ExtUtils/xsubpp
33131 ____________________________________________________________________________
33132 [ 12727] By: sky                                   on 2001/10/28  08:02:09
33133         Log: And here we use the prototypes.
33134      Branch: perl
33135            ! ext/threads/shared/shared.xs
33136 ____________________________________________________________________________
33137 [ 12726] By: sky                                   on 2001/10/28  08:00:48
33138         Log: Support [] style prototypes.
33139      Branch: perl
33140            ! lib/ExtUtils/xsubpp
33141 ____________________________________________________________________________
33142 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
33143         Log: yet another multi-arg system() fix on windows: batch files as the
33144              first argument (i.e. directly executed by CreateProcess()) need
33145              extra quoting to escape shell-shock
33146      Branch: maint-5.6/perl
33147            ! win32/win32.c
33148 ____________________________________________________________________________
33149 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
33150         Log: another multi-arg system() fix on windows: passing empty arguments
33151              now works
33152      Branch: maint-5.6/perl
33153            ! win32/win32.c
33154 ____________________________________________________________________________
33155 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
33156         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
33157              No final #else #error because we do not seem to
33158              be using #error?
33159      Branch: perl
33160            ! op.h
33161 ____________________________________________________________________________
33162 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
33163         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
33164              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
33165              Date: Sat, 27 Oct 2001 23:28:44 EST 
33166              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
33167      Branch: perl
33168            ! ext/Time/HiRes/HiRes.xs
33169 ____________________________________________________________________________
33170 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
33171         Log: Regen perlapi, perltoc.
33172      Branch: perl
33173            ! pod/perlapi.pod pod/perltoc.pod
33174 ____________________________________________________________________________
33175 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
33176         Log: Subject: [PATCH] sv.h documentation
33177              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
33178              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
33179              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
33180      Branch: perl
33181            ! sv.h
33182 ____________________________________________________________________________
33183 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
33184         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
33185              system("nmake -nologo", "clean") and there is no executable
33186              called "nmake -nologo"; this used to "work" pre-change#12559 due
33187              to bugs in multiarg system() that have since been fixed
33188      Branch: perl
33189            ! win32/buildext.pl
33190 ____________________________________________________________________________
33191 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
33192         Log: Update Changes.
33193      Branch: perl
33194            ! Changes patchlevel.h
33195 ____________________________________________________________________________
33196 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
33197         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
33198              From: Richard.Foley@t-online.de (Richard Foley)            
33199              Date: Sun, 28 Oct 2001 00:48:32 +0200
33200              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
33201      Branch: perl
33202            ! pod/perlhack.pod
33203 ____________________________________________________________________________
33204 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
33205         Log: Must store pointers with the right width.
33206      Branch: perl
33207            ! op.h
33208 ____________________________________________________________________________
33209 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
33210         Log: Integrate change #12711 from perlio;
33211              
33212              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
33213              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
33214      Branch: perl
33215           !> perlio.c
33216 ____________________________________________________________________________
33217 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
33218         Log: Subject: [PATCH] make minitest
33219              From: Nicholas Clark <nick@ccl4.org>
33220              Date: Sat, 27 Oct 2001 22:56:16 +0100
33221              Message-ID: <20011027225616.L20275@plum.flirble.org>
33222      Branch: perl
33223            ! t/TEST
33224 ____________________________________________________________________________
33225 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
33226         Log: Patch #12661 missed this.
33227      Branch: perl
33228            ! ext/DB_File/DB_File.pm
33229 ____________________________________________________________________________
33230 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
33231         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
33232              From: "Craig A. Berry" <craigberry@mac.com>
33233              Date: Sat, 27 Oct 2001 16:07:47 -0500
33234              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
33235      Branch: perl
33236            ! configure.com perlio.c
33237 ____________________________________________________________________________
33238 [ 12711] By: nick                                  on 2001/10/27  19:49:25
33239         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
33240              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
33241      Branch: perlio
33242            ! perlio.c
33243 ____________________________________________________________________________
33244 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
33245         Log: Let's not replace reason if there's one already supplied.
33246      Branch: perl
33247            ! t/op/regexp.t
33248 ____________________________________________________________________________
33249 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
33250         Log: is not good.
33251      Branch: perl
33252            ! t/op/regexp.t
33253 ____________________________________________________________________________
33254 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
33255         Log: ldlibpth can exist but be unset.
33256      Branch: perl
33257            ! t/TEST
33258 ____________________________________________________________________________
33259 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
33260         Log: Unicode: property alias naming cleanup.
33261      Branch: perl
33262            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
33263 ____________________________________________________________________________
33264 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
33265         Log: FAQ sync.
33266      Branch: perl
33267            ! pod/perlfaq4.pod
33268 ____________________________________________________________________________
33269 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
33270         Log: Integrate change #12703 from maintperl;
33271              
33272              typemap stuff intervenes before declaration, move it to PREINIT
33273              section
33274              
33275              (an empty integrate, but now the files are in sync
33276              between the branches)
33277      Branch: perl
33278           !> ext/ODBM_File/ODBM_File.xs
33279 ____________________________________________________________________________
33280 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
33281         Log: More PerlIO symbols.
33282      Branch: perl
33283            ! makedef.pl
33284 ____________________________________________________________________________
33285 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
33286         Log: typemap stuff intervenes before declaration, move it to PREINIT
33287              section
33288      Branch: maint-5.6/perl
33289            ! ext/ODBM_File/ODBM_File.xs
33290 ____________________________________________________________________________
33291 [ 12702] By: nick                                  on 2001/10/27  14:09:35
33292         Log: Integrate mainline
33293      Branch: perlio
33294           +> ext/threads/shared/t/av_simple.t
33295           +> ext/threads/shared/t/hv_refs.t
33296           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
33297           !> (integrate 109 files)
33298 ____________________________________________________________________________
33299 [ 12700] By: ams                                   on 2001/10/26  21:22:23
33300         Log: Subject: [PATCH] tweak divide
33301              From: Nicholas Clark <nick@ccl4.org>
33302              Date: Fri, 26 Oct 2001 22:52:17 +0100
33303              Message-Id: <20011026225217.B20275@plum.flirble.org>
33304      Branch: perl
33305            ! pp.c
33306 ____________________________________________________________________________
33307 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
33308         Log: Integrate a buncha things from maintperl.
33309      Branch: maint-5.6/macperl
33310           !> (integrate 32 files)
33311 ____________________________________________________________________________
33312 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
33313         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
33314              From: Andy Dougherty <doughera@lafayette.edu>
33315              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
33316              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
33317      Branch: perl
33318            ! hints/svr4.sh
33319 ____________________________________________________________________________
33320 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
33321         Log: When you're root, many things become writable.
33322      Branch: perl
33323            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
33324 ____________________________________________________________________________
33325 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
33326         Log: Update Changes.
33327      Branch: perl
33328            ! Changes patchlevel.h
33329 ____________________________________________________________________________
33330 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
33331         Log: Term/Cap.t attempts to access the floppy drive for no good reason
33332              on dosish systems
33333      Branch: perl
33334            ! lib/Term/Cap.t
33335 ____________________________________________________________________________
33336 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
33337         Log: fix misleading comment on known inadequacy in B::Terse, and skip
33338              it correctly
33339      Branch: perl
33340            ! ext/B/t/terse.t
33341 ____________________________________________________________________________
33342 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
33343         Log: fix spurious AutoSplit.t failure under windows
33344      Branch: perl
33345            ! lib/AutoSplit.t
33346 ____________________________________________________________________________
33347 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
33348         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
33349      Branch: perl
33350            ! ext/Time/HiRes/HiRes.t
33351 ____________________________________________________________________________
33352 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
33353         Log: More logical to use %04"UVXf" than %"UVuf" since
33354              the Unicode standard prefers hex.
33355      Branch: perl
33356            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
33357            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
33358            ! lib/unicore/mktables utf8.c
33359 ____________________________________________________________________________
33360 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
33361         Log: change#12065 seems to have broken Encode build on windows; fix
33362      Branch: perl
33363            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
33364 ____________________________________________________________________________
33365 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
33366         Log: Unicode: add the case folding table.
33367      Branch: perl
33368            + lib/unicore/To/Fold.pl
33369            ! MANIFEST lib/unicore/mktables
33370 ____________________________________________________________________________
33371 [ 12688] By: sky                                   on 2001/10/26  13:51:29
33372         Log: Get the new functions right, do not export lock since we use builtin lock.
33373              TODO: fix xsubpp to support the new prototypes
33374      Branch: perl
33375            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
33376 ____________________________________________________________________________
33377 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
33378         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
33379              as suggested by Sarathy.
33380      Branch: perl
33381            ! mg.c
33382 ____________________________________________________________________________
33383 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
33384         Log: avoid compiler warning
33385      Branch: perl
33386            ! win32/win32.c
33387 ____________________________________________________________________________
33388 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
33389         Log: WinCE update from Rainer Keuchel.
33390      Branch: perl
33391            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
33392            ! wince/wince.c
33393 ____________________________________________________________________________
33394 [ 12684] By: sky                                   on 2001/10/26  13:34:33
33395         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
33396      Branch: perl
33397            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
33398 ____________________________________________________________________________
33399 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
33400         Log: More fixes that were made to the core and not in the libnet src
33401      Branch: perl
33402            ! lib/Net/Domain.pm
33403 ____________________________________________________________________________
33404 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
33405         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
33406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
33407              Date: Fri, 26 Oct 2001 13:55:21 +0200
33408              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
33409              
33410              (plus make the db-recno.t#59 accept both \n and \r\n)
33411      Branch: perl
33412            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33413            ! ext/DB_File/t/db-recno.t
33414 ____________________________________________________________________________
33415 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
33416         Log: Fix tests to be able to run in the core and the CPAN dist
33417      Branch: perl
33418            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
33419            ! lib/Net/t/require.t lib/Net/t/smtp.t
33420 ____________________________________________________________________________
33421 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
33422         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
33423              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33424              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
33425              Date: Fri, 26 Oct 2001 08:34:46 EDT
33426      Branch: perl
33427            ! ext/Time/HiRes/HiRes.t
33428 ____________________________________________________________________________
33429 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
33430         Log: Sync libnet modules with what will be libnet-1.08
33431      Branch: perl
33432            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
33433            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
33434            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
33435            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
33436 ____________________________________________________________________________
33437 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
33438         Log: Integrate maintperl changes #12268 and #12669;
33439              
33440              final touches to the audit for statics and thread-unsafe code
33441              * make DB_File, ODBM_File thread-safe 
33442              * remove unnecessary/dangerous statics and protect others
33443              from not getting accidentally enabled under threaded perls
33444              
33445              windows support functions get_childdir() et al aren't exported
33446              correctly under vanilla build
33447              
33448              Testing under win32 appreciated since changes there had
33449              to be manually merged and I cannot test how badly did I do.
33450      Branch: perl
33451           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
33452           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
33453           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
33454           !> win32/vmem.h win32/win32.c win32/win32iop.h
33455 ____________________________________________________________________________
33456 [ 12677] By: sky                                   on 2001/10/26  12:37:17
33457         Log: More Config::threads to threads::threads changes
33458      Branch: perl
33459            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
33460 ____________________________________________________________________________
33461 [ 12676] By: sky                                   on 2001/10/26  12:31:46
33462         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
33463      Branch: perl
33464            ! ext/threads/threads.pm ext/threads/threads.xs
33465 ____________________________________________________________________________
33466 [ 12675] By: sky                                   on 2001/10/26  12:06:30
33467         Log: Allocing a TLS in runtime is not too hot.
33468      Branch: perl
33469            ! ext/threads/threads.xs
33470 ____________________________________________________________________________
33471 [ 12674] By: sky                                   on 2001/10/26  11:59:09
33472         Log: Don't display debug data.
33473      Branch: perl
33474            ! ext/threads/threads.pm
33475 ____________________________________________________________________________
33476 [ 12673] By: sky                                   on 2001/10/26  11:35:47
33477         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
33478              complete bar support for blessed objects.
33479              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
33480      Branch: perl
33481            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
33482 ____________________________________________________________________________
33483 [ 12672] By: sky                                   on 2001/10/26  11:15:28
33484         Log: Fix case where shared reference does not exist in current thread.
33485      Branch: perl
33486            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
33487 ____________________________________________________________________________
33488 [ 12671] By: sky                                   on 2001/10/26  08:48:52
33489         Log: Support for references in shared arrays.
33490      Branch: perl
33491            ! ext/threads/shared/shared.xs
33492 ____________________________________________________________________________
33493 [ 12670] By: sky                                   on 2001/10/26  08:30:11
33494         Log: Add tests for references in hashes.
33495      Branch: perl
33496            + ext/threads/shared/t/hv_refs.t
33497            ! MANIFEST
33498 ____________________________________________________________________________
33499 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
33500         Log: windows support functions get_childdir() et al aren't exported
33501              correctly under vanilla build
33502      Branch: maint-5.6/perl
33503            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
33504 ____________________________________________________________________________
33505 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
33506         Log: final touches to the audit for statics and thread-unsafe code
33507              * make DB_File, ODBM_File thread-safe 
33508              * remove unnecessary/dangerous statics and protect others
33509              from not getting accidentally enabled under threaded perls
33510      Branch: maint-5.6/perl
33511            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
33512            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
33513            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
33514            ! win32/win32.c
33515 ____________________________________________________________________________
33516 [ 12667] By: ams                                   on 2001/10/26  03:48:36
33517         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
33518              From: "Richard Soderberg" <rs@crystalflame.net>
33519              Date: Thu, 25 Oct 2001 23:42:50 -0400
33520              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
33521      Branch: perl
33522            ! sharedsv.c
33523 ____________________________________________________________________________
33524 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
33525         Log: Integrate change #12664 from maintperl;
33526              
33527              the newest GCCs don't seem to like C<"string1"##STRING2>
33528              so keep it as C<"string1" STRING2> (latter appears to
33529              work everywhere)
33530      Branch: perl
33531           !> ext/DynaLoader/dlutils.c
33532 ____________________________________________________________________________
33533 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
33534         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
33535              From: Chris Nandor <pudge@pobox.com>
33536              Date: Thu, 25 Oct 2001 22:15:03 -0400
33537              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
33538      Branch: perl
33539            ! perl.h
33540 ____________________________________________________________________________
33541 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
33542         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
33543              C<"string1" STRING2> (latter appears to work everywhere)
33544      Branch: maint-5.6/perl
33545            ! ext/DynaLoader/dlutils.c
33546 ____________________________________________________________________________
33547 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
33548         Log: AUTHORS update.
33549      Branch: perl
33550            ! AUTHORS
33551 ____________________________________________________________________________
33552 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
33553         Log: Integrate change #12660 from maintperl;
33554              
33555              make the dMY_CXT stuff available under all of
33556              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
33557      Branch: perl
33558           !> perl.h
33559 ____________________________________________________________________________
33560 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
33561         Log: Subject: [PATCH] DB_File-1.79
33562              From: "Paul Marquess" <paul.marquess@openwave.com>
33563              Date: Fri, 26 Oct 2001 00:03:54 +0100
33564              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
33565      Branch: perl
33566            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
33567            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
33568 ____________________________________________________________________________
33569 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
33570         Log: make the dMY_CXT stuff available under all of
33571              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
33572      Branch: maint-5.6/perl
33573            ! perl.h
33574 ____________________________________________________________________________
33575 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
33576         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
33577              From: Michael G Schwern <schwern@pobox.com>
33578              Date: Thu, 25 Oct 2001 18:28:12 -0400
33579              Message-ID: <20011025182812.M4811@blackrider>
33580      Branch: perl
33581            ! t/run/kill_perl.t
33582 ____________________________________________________________________________
33583 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
33584         Log: STRLEN != int.
33585      Branch: perl
33586            ! regcomp.c regexec.c
33587 ____________________________________________________________________________
33588 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
33589         Log: Subject: [PATCH] remove small IVop redundancy
33590              From: Nicholas Clark <nick@ccl4.org>
33591              Date: Thu, 25 Oct 2001 22:48:28 +0100
33592              Message-ID: <20011025224827.M66471@plum.flirble.org>
33593      Branch: perl
33594            ! pp.c pp_hot.c
33595 ____________________________________________________________________________
33596 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
33597         Log: Metaconfig unit change for #12655.
33598      Branch: metaconfig/U/perl
33599            ! Extensions.U
33600 ____________________________________________________________________________
33601 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
33602         Log: Subject: Re: Not OK @12650
33603              From: Andy Dougherty <doughera@lafayette.edu>
33604              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
33605              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
33606      Branch: perl
33607            ! Configure
33608 ____________________________________________________________________________
33609 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
33610         Log: Integrate changes #12652 and #12653 from maintperl;
33611              
33612              more tweaks to change#12626
33613              * move the boilerplate code over to perl.h and make DynaLoader
33614              use it
33615              * make re, Opcode, File::Glob and B threadsafe
33616              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
33617              C<no re;> anywhere)
33618              
33619              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
33620              
33621              File::Glob required a bit more work in bleadperl
33622              because of ExtUtils::Constant (see the Makefile.PL change)
33623      Branch: perl
33624            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
33625           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
33626           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
33627 ____________________________________________________________________________
33628 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
33629         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
33630      Branch: maint-5.6/perl
33631            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
33632            ! ext/Opcode/Opcode.xs ext/re/re.xs
33633 ____________________________________________________________________________
33634 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
33635         Log: more tweaks to change#12626
33636              * move the boilerplate code over to perl.h and make DynaLoader
33637              use it
33638              * make re, Opcode, File::Glob and B threadsafe
33639              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
33640              C<no re;> anywhere)
33641      Branch: maint-5.6/perl
33642            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
33643            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
33644 ____________________________________________________________________________
33645 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
33646         Log: Metaconfig unit change for #12650.
33647      Branch: metaconfig/U/perl
33648            ! Extensions.U
33649 ____________________________________________________________________________
33650 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
33651         Log: Subject: Re: ithreads doesn't like usedl=n
33652              From: Andy Dougherty <doughera@lafayette.edu>
33653              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
33654              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
33655              
33656              Special-case threads::shared.
33657      Branch: perl
33658            ! Configure
33659 ____________________________________________________________________________
33660 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
33661         Log: Getting fancier...
33662      Branch: perl
33663            ! t/TEST
33664 ____________________________________________________________________________
33665 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
33666         Log: csh - what a pain.
33667      Branch: perl
33668            ! t/TEST
33669 ____________________________________________________________________________
33670 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
33671         Log: Update Changes.
33672      Branch: perl
33673            ! Changes patchlevel.h
33674 ____________________________________________________________________________
33675 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
33676         Log: Allow resetting the locale system for the duration
33677              of the build (Mac OS X default setting LANG=En_US
33678              ist kaputt)
33679      Branch: perl
33680            ! Makefile.SH
33681 ____________________________________________________________________________
33682 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
33683         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
33684      Branch: perl
33685            ! ext/Digest/MD5/t/files.t
33686 ____________________________________________________________________________
33687 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
33688         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
33689              From: Andy Dougherty <doughera@lafayette.edu>
33690              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
33691              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
33692      Branch: perl
33693            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
33694            ! ext/threads/shared/Makefile.PL
33695 ____________________________________________________________________________
33696 [ 12643] By: sky                                   on 2001/10/25  12:28:26
33697         Log: Add support for reference members of hashes.
33698      Branch: perl
33699            ! ext/threads/shared/shared.xs
33700 ____________________________________________________________________________
33701 [ 12642] By: ams                                   on 2001/10/25  12:21:13
33702         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
33703              From: "Norton Allen" <nort@qnx.com>
33704              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
33705              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
33706      Branch: perl
33707            ! ext/Digest/MD5/MD5.xs
33708 ____________________________________________________________________________
33709 [ 12641] By: sky                                   on 2001/10/25  10:27:39
33710         Log: Tests shared hashes.
33711      Branch: perl
33712            + ext/threads/shared/t/hv_simple.t
33713            ! MANIFEST
33714 ____________________________________________________________________________
33715 [ 12640] By: sky                                   on 2001/10/25  10:18:23
33716         Log: Fix threadcounts for arrays and hashes.
33717      Branch: perl
33718            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
33719 ____________________________________________________________________________
33720 [ 12639] By: sky                                   on 2001/10/25  10:17:26
33721         Log: Note to self, doing *src_ary++ in a macro that evaluates
33722              the value more than once is a good way to dump core.
33723      Branch: perl
33724            ! sharedsv.c
33725 ____________________________________________________________________________
33726 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
33727         Log: Integrate change #12636 from maintperl; more dl fixups.
33728      Branch: perl
33729           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
33730           !> ext/DynaLoader/dl_vms.xs
33731 ____________________________________________________________________________
33732 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
33733         Log: Like dl_hpux, like dl_dld.
33734      Branch: perl
33735            ! ext/DynaLoader/dl_dld.xs
33736 ____________________________________________________________________________
33737 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
33738         Log: followups to change#12635
33739      Branch: maint-5.6/perl
33740            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
33741            ! ext/DynaLoader/dl_vms.xs
33742 ____________________________________________________________________________
33743 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
33744         Log: add part of change#12634 to the two files that need it; dl_aix.xs
33745              in maint-5.6 doesn't have the branch that had the problem in
33746              mainline
33747      Branch: maint-5.6/perl
33748            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
33749 ____________________________________________________________________________
33750 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
33751         Log: Fixes for #12627.
33752      Branch: perl
33753            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
33754 ____________________________________________________________________________
33755 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
33756         Log: Since pv_uni_display and sv_uni_display are now used
33757              in the re extension, their symbols have to be exported.
33758      Branch: perl
33759            ! embed.pl global.sym
33760 ____________________________________________________________________________
33761 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
33762         Log: Subject:  Re: [PATCH Perl@12567] debug /list
33763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33764              Date: Tue, 23 Oct 2001 21:40:33 EDT
33765              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
33766      Branch: perl
33767            ! configure.com
33768 ____________________________________________________________________________
33769 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
33770         Log: This takes care of some of the re 'debug' cases but
33771              not all cases since the information whether the pattern
33772              or the target are utf8 seems to be either lost or not
33773              spread widely enough, sigh.
33774      Branch: perl
33775            ! regcomp.c
33776 ____________________________________________________________________________
33777 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
33778         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
33779              From: John Peacock <jpeacock@rowman.com>
33780              Date: Wed, 24 Oct 2001 16:53:29 -0400
33781              Message-ID: <3BD72A49.1508D152@rowman.com>
33782      Branch: perl
33783            ! configure.com
33784 ____________________________________________________________________________
33785 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
33786         Log: Upgrade NetWare and WinCE as in #12626.
33787      Branch: perl
33788            ! NetWare/dl_netware.xs wince/dl_win32.xs
33789 ____________________________________________________________________________
33790 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
33791         Log: Tru64 compiler nit.
33792      Branch: perl
33793            ! ext/threads/shared/shared.xs
33794 ____________________________________________________________________________
33795 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
33796         Log: Integrate change #12626 from maintperl;
33797              make DynaLoader threadsafe by moving all statics into
33798              interpreter-local space
33799              
33800              TODO: Netware, OS/2, WinCE
33801      Branch: perl
33802           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
33803           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
33804           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
33805           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
33806           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
33807           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
33808           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
33809 ____________________________________________________________________________
33810 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
33811         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
33812              space
33813      Branch: maint-5.6/perl
33814            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
33815            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
33816            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
33817            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
33818            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
33819            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
33820            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
33821 ____________________________________________________________________________
33822 [ 12625] By: sky                                   on 2001/10/24  20:05:26
33823         Log: Change #12623 inflicted an infinite hang. Fixed.
33824      Branch: perl
33825            ! ext/threads/shared/shared.xs
33826 ____________________________________________________________________________
33827 [ 12624] By: sky                                   on 2001/10/24  19:06:55
33828         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
33829      Branch: perl
33830            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
33831 ____________________________________________________________________________
33832 [ 12623] By: sky                                   on 2001/10/24  18:06:34
33833         Log: We need to do sharedsv_find in the original perl context.
33834      Branch: perl
33835            ! ext/threads/shared/shared.xs
33836 ____________________________________________________________________________
33837 [ 12622] By: sky                                   on 2001/10/24  17:26:51
33838         Log: Add support for basic support for AVs, references not supported yet.
33839              Add test for AVs.
33840              Add more tests to sv_refs
33841              Fix documentation issues.  
33842      Branch: perl
33843            + ext/threads/shared/t/av_simple.t
33844            ! MANIFEST ext/threads/shared/shared.pm
33845            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
33846 ____________________________________________________________________________
33847 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
33848         Log: Dump Unicode better for re 'debug'.  The regprop()
33849              is unfinished since have to figure out how to detect
33850              Unicodeness in there.
33851      Branch: perl
33852            ! regcomp.c regexec.c
33853 ____________________________________________________________________________
33854 [ 12620] By: sky                                   on 2001/10/24  13:18:07
33855         Log: Add support for finding shared arrays and hashes.
33856      Branch: perl
33857            ! sharedsv.c
33858 ____________________________________________________________________________
33859 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
33860         Log: Rewrite sv_uni_display() as pv_uni_display() as
33861              reimplement sv_uni_display() using that.
33862      Branch: perl
33863            ! dump.c embed.h embed.pl proto.h
33864 ____________________________________________________________________________
33865 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
33866         Log: Integrate change #12615 from maintperl;
33867              on Windows, IO::File::new_tmpfile() fails after being called
33868              32767 times because MSVCRT thinks stdio's TMP_MAX is a
33869              process-wide limit
33870      Branch: perl
33871           !> win32/win32.c
33872 ____________________________________________________________________________
33873 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
33874         Log: Don't try to print ints as IVs.
33875      Branch: perl
33876            ! ext/Time/HiRes/HiRes.xs
33877 ____________________________________________________________________________
33878 [ 12616] By: sky                                   on 2001/10/24  11:06:35
33879         Log: We only need to fetch the SV from the backend if the index
33880              is not the same as mg_private.     In theory this could be
33881              a problem if there are an exact multiple of U16 changes
33882              of a shared variable between two access in a given thread,
33883              we choose to avoid theory for now.
33884      Branch: perl
33885            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
33886 ____________________________________________________________________________
33887 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
33888         Log: on Windows, IO::File::new_tmpfile() fails after being called
33889              32767 times because MSVCRT thinks stdio's TMP_MAX is a
33890              process-wide limit
33891      Branch: maint-5.6/perl
33892            ! win32/win32.c
33893 ____________________________________________________________________________
33894 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
33895         Log: Negation and Unicode: sort of solves 20010303.010,
33896              except not quite like reported in the Subject
33897              (Perl_warner is still utf8-ignorant).
33898      Branch: perl
33899            ! pp.c t/lib/warnings/sv
33900 ____________________________________________________________________________
33901 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
33902         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
33903      Branch: perl
33904            ! sv.c t/lib/warnings/sv
33905 ____________________________________________________________________________
33906 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
33907         Log: sv_uni_display(): do not add the "...", let the caller
33908              do it if wanted, and be prepared for more display options.
33909      Branch: perl
33910            ! dump.c embed.h embed.pl proto.h
33911 ____________________________________________________________________________
33912 [ 12611] By: nick                                  on 2001/10/23  20:28:07
33913         Log: Integrate mainline
33914      Branch: perlio
33915           !> Changes configure.com cygwin/cygwin.c
33916           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
33917           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
33918           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
33919           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
33920           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
33921           !> utils/h2xs.PL utils/perldoc.PL
33922 ____________________________________________________________________________
33923 [ 12610] By: sky                                   on 2001/10/23  19:39:24
33924         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
33925              don't call themselves READONLY but still die with modification
33926              attempt. We only call bless for ext and umagic.
33927      Branch: perl
33928            ! sv.c
33929 ____________________________________________________________________________
33930 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
33931         Log: Croak() on negative time; doc tweaks.
33932      Branch: perl
33933            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
33934            ! ext/Time/HiRes/HiRes.xs
33935 ____________________________________________________________________________
33936 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
33937         Log: FAQ sync.
33938      Branch: perl
33939            ! pod/perlfaq4.pod pod/perlfaq7.pod
33940 ____________________________________________________________________________
33941 [ 12607] By: sky                                   on 2001/10/23  18:27:27
33942         Log: Call setmagic on the referent we are blessing.
33943      Branch: perl
33944            ! sv.c
33945 ____________________________________________________________________________
33946 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
33947         Log: Small test nits.
33948      Branch: perl
33949            ! t/op/lc.t
33950 ____________________________________________________________________________
33951 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
33952         Log: Update Changes.
33953      Branch: perl
33954            ! Changes patchlevel.h
33955 ____________________________________________________________________________
33956 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
33957         Log: Make the PerlIO_init() prototypes consistent.
33958      Branch: perl
33959            ! perlio.c
33960 ____________________________________________________________________________
33961 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
33962         Log: Upping the test count is a good idea.
33963      Branch: perl
33964            ! t/op/lc.t
33965 ____________________________________________________________________________
33966 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
33967         Log: Document the final sigma spot.
33968      Branch: perl
33969            ! pp.c
33970 ____________________________________________________________________________
33971 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
33972         Log: Fix multicharacter titlecase (ucfirst).
33973      Branch: perl
33974            ! pod/perlunicode.pod pp.c t/op/lc.t
33975 ____________________________________________________________________________
33976 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
33977         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
33978              From: Mikhail Zabaluev <mhz@alt-linux.org>
33979              Date: Tue, 23 Oct 2001 10:40:37 +0400
33980              Message-ID: <20011023104037.A12761@localhost.localdomain>
33981              
33982              (#12406 replaced with this)
33983      Branch: perl
33984            ! utils/perldoc.PL
33985 ____________________________________________________________________________
33986 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
33987         Log: MacOS Classic updates from Pudge.
33988      Branch: perl
33989            ! lib/File/Spec.t lib/File/Spec/Mac.pm
33990 ____________________________________________________________________________
33991 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
33992         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
33993              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33994              Date: Sun, 14 Oct 2001 23:14:46 +0200
33995              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
33996              
33997              except for the 2->4 changes.
33998      Branch: perl
33999            ! lib/AutoSplit.t
34000 ____________________________________________________________________________
34001 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
34002         Log: integrate macperl contents into maint-5.6
34003      Branch: maint-5.6/perl
34004            ! mg.c
34005           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
34006           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
34007           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
34008           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34009           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
34010           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
34011           !> t/lib/filefind.t t/lib/filespec.t
34012 ____________________________________________________________________________
34013 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
34014         Log: At some point the #6234 has been lost from the mainline
34015              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
34016      Branch: perl
34017            ! lib/File/Spec/Win32.pm
34018 ____________________________________________________________________________
34019 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
34020         Log: Cygwin seems to round up (or closest, but not down)
34021              for time(), so half of the time (bad pun intended)
34022              Time::HiRes::time() is less than time(), half of
34023              the time it's more.  So let's try harder in the loop.
34024      Branch: perl
34025            ! ext/Time/HiRes/HiRes.t
34026 ____________________________________________________________________________
34027 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
34028         Log: MacOS Classic timeofday(), from Chris Nandor. 
34029      Branch: perl
34030            ! ext/Time/HiRes/HiRes.xs
34031 ____________________________________________________________________________
34032 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
34033         Log: Integrate changes #12580 and #12581 from macperl;
34034              
34035              Fix path construction.
34036              
34037              (Copyright) Nit.
34038      Branch: perl
34039           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
34040 ____________________________________________________________________________
34041 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
34042         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
34043              doesn't seem to help (the error being output to console, maybe?)
34044      Branch: perl
34045            ! lib/Net/Domain.pm
34046 ____________________________________________________________________________
34047 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
34048         Log: Taint the getcwd() result also in Cygwin.
34049              (TODO: which other platforms need the same thing?)
34050      Branch: perl
34051            ! cygwin/cygwin.c
34052 ____________________________________________________________________________
34053 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
34054         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
34055      Branch: perl
34056            ! t/op/taint.t
34057 ____________________________________________________________________________
34058 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
34059         Log: getpwuid() fragility continues.
34060      Branch: perl
34061            ! utils/h2xs.PL
34062 ____________________________________________________________________________
34063 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
34064         Log: getpwuid() might succeed but that's no guarantee
34065              that the $home will be defined.
34066      Branch: perl
34067            ! ext/File/Glob/t/basic.t
34068 ____________________________________________________________________________
34069 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
34070         Log: It's safer to to expand the variable, too... (see #12571)
34071      Branch: perl
34072            ! t/TEST
34073 ____________________________________________________________________________
34074 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
34075         Log: Integrate with maintperl.
34076      Branch: maint-5.6/macperl
34077           !> win32/bin/pl2bat.pl win32/win32.c
34078 ____________________________________________________________________________
34079 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
34080         Log: Oops, forgot to include Win32 ... just as well, since it
34081              seems in bleadperl, change #7764 was not included
34082              (adding C:\temp).  Re-added.  Rip it back out if it
34083              doesn't belong.  :-)
34084      Branch: maint-5.6/macperl
34085            ! lib/File/Spec/Win32.pm
34086 ____________________________________________________________________________
34087 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
34088         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
34089              From: "Craig A. Berry" <craigberry@mac.com>
34090              Date: Mon, 22 Oct 2001 15:25:19 -0500
34091              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
34092      Branch: perl
34093            ! configure.com
34094 ____________________________________________________________________________
34095 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
34096         Log: Add in lots of File::Spec changes, from Thomas Wegner,
34097              and sync with changes from bleadperl.
34098      Branch: maint-5.6/macperl
34099            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
34100            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34101            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34102            ! lib/File/Spec/Win32.pm t/lib/filespec.t
34103 ____________________________________________________________________________
34104 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
34105         Log: Sync with latest File::Find and tests from bleadperl.
34106      Branch: maint-5.6/macperl
34107            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
34108 ____________________________________________________________________________
34109 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
34110         Log: Nit.
34111      Branch: maint-5.6/macperl
34112            ! perl.c
34113 ____________________________________________________________________________
34114 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
34115         Log: Fix path construction.
34116      Branch: maint-5.6/macperl
34117            ! ext/DynaLoader/DynaLoader_pm.PL
34118 ____________________________________________________________________________
34119 [ 12579] By: nick                                  on 2001/10/22  19:08:35
34120         Log: Integrate mainline (for Arthurs thread.xs fix)
34121      Branch: perlio
34122           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
34123 ____________________________________________________________________________
34124 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
34125         Log: Fix up exported symbols, move relevant docs
34126              over from macperl.pod.
34127      Branch: maint-5.6/macperl
34128            ! macos/ext/MacPerl/MacPerl.pm
34129 ____________________________________________________________________________
34130 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
34131         Log: Make ADDRESS called optionally as a method.
34132      Branch: maint-5.6/macperl
34133            ! macos/lib/Mac/Glue.pm
34134 ____________________________________________________________________________
34135 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
34136         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
34137              Apple event.
34138      Branch: maint-5.6/macperl
34139            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
34140            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
34141            ! macos/macperl/MPTerminology.aete
34142 ____________________________________________________________________________
34143 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
34144         Log: Clean up some build utilities. Change Entab to Duplicate;
34145              fix docs and error reporting; improve macify() of paths;
34146              remove requirement for Exporter.pm presence.
34147      Branch: maint-5.6/macperl
34148            ! macos/InstallBLIB macos/MacPerlTests.cmd
34149            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
34150 ____________________________________________________________________________
34151 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
34152         Log: Sync Time::HiRes with bleadperl
34153      Branch: maint-5.6/macperl
34154            ! macos/bundled_ext/Time/HiRes/HiRes.pm
34155            ! macos/bundled_ext/Time/HiRes/HiRes.t
34156            ! macos/bundled_ext/Time/HiRes/HiRes.xs
34157 ____________________________________________________________________________
34158 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
34159         Log: Fix up Changes
34160      Branch: maint-5.6/macperl
34161            ! macos/Changes
34162 ____________________________________________________________________________
34163 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
34164         Log: A user might belong to only a single group
34165              (the group equal to the group id).
34166      Branch: perl
34167            ! t/op/groups.t
34168 ____________________________________________________________________________
34169 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
34170         Log: Prepending (instead of replacing with) the pwd is safer. 
34171      Branch: perl
34172            ! t/TEST
34173 ____________________________________________________________________________
34174 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
34175         Log: Be more robust if no hostname or domainname
34176              (especially the latter)
34177      Branch: perl
34178            ! lib/Net/Domain.pm
34179 ____________________________________________________________________________
34180 [ 12569] By: sky                                   on 2001/10/22  17:41:07
34181         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
34182      Branch: perl
34183            ! ext/threads/threads.xs
34184 ____________________________________________________________________________
34185 [ 12568] By: nick                                  on 2001/10/22  16:31:24
34186         Log: Integrate mainline
34187      Branch: perlio
34188           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
34189           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34190           +> ext/threads/shared/t/sv_refs.t
34191           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
34192            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
34193            - lib/unicore/To/SpecUpper.pl
34194           !> (integrate 42 files)
34195 ____________________________________________________________________________
34196 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
34197         Log: Update Changes.
34198      Branch: perl
34199            ! Changes patchlevel.h
34200 ____________________________________________________________________________
34201 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
34202         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
34203              From: Michael G Schwern <schwern@pobox.com>
34204              Date: Mon, 22 Oct 2001 03:48:38 -0400
34205              Message-ID: <20011022034838.B1676@blackrider>
34206      Branch: perl
34207            ! pod/perlvar.pod
34208 ____________________________________________________________________________
34209 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
34210         Log: Pod nits, as suggested by Stas Bekman.
34211      Branch: perl
34212            ! ext/threads/shared/shared.pm ext/threads/threads.pm
34213 ____________________________________________________________________________
34214 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
34215         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
34216              From: "Paul Marquess" <paul.marquess@openwave.com> 
34217              Date: Sun, 21 Oct 2001 21:11:15 +0100
34218              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
34219      Branch: perl
34220            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
34221            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
34222            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
34223            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
34224            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
34225            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
34226            ! ext/SDBM_File/sdbm.t
34227 ____________________________________________________________________________
34228 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
34229         Log: Integrate change #12559 from maintperl;
34230              various fixes for system() and backticks under windows
34231      Branch: perl
34232           !> win32/win32.c
34233 ____________________________________________________________________________
34234 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
34235         Log: Integrate change #12560 from maintperl;
34236              make pl2bat use %0 rather than "%0" (the latter fails to work
34237              in a lot of common cases)
34238      Branch: perl
34239           !> win32/bin/pl2bat.pl
34240 ____________________________________________________________________________
34241 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
34242         Log: Integrate changes #12549 and #12550 from maintperl;
34243              
34244              readline() doesn't work with our variables; it confuses them with
34245              my variables (change#4227 was incomplete)
34246      Branch: perl
34247            ! t/lib/strict/vars
34248           !> t/base/rs.t toke.c
34249 ____________________________________________________________________________
34250 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
34251         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
34252              in a lot of common cases)
34253      Branch: maint-5.6/perl
34254            ! win32/bin/pl2bat.pl
34255 ____________________________________________________________________________
34256 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
34257         Log: various fixes for system() and backticks under windows:
34258              
34259              * avoid munging whitespace that is passed within quotes
34260              * work around a cmd.exe misfeature that made multi-arg
34261              system() unreliable when there is more than one quoted
34262              argument
34263              * make multi-arg system() autoquote arguments as needed
34264              before passing them to the shell (this avoids having to
34265              second guess the shell quoting)
34266              * perl's -Dp switch can be used to trace the innards
34267      Branch: maint-5.6/perl
34268            ! win32/win32.c
34269 ____________________________________________________________________________
34270 [ 12558] By: nick                                  on 2001/10/22  08:58:42
34271         Log: Integrate ithreads buffer flush fix from perlio
34272      Branch: perl
34273           !> ext/threads/t/basic.t perl.c
34274 ____________________________________________________________________________
34275 [ 12557] By: nick                                  on 2001/10/22  08:35:09
34276         Log: All tests pass (legitimately) on ithreads
34277      Branch: perlio
34278            ! ext/threads/t/basic.t perl.c
34279 ____________________________________________________________________________
34280 [ 12556] By: nick                                  on 2001/10/22  06:51:22
34281         Log: Integrate non-ithreads fix to mainline
34282      Branch: perl
34283           !> perlio.c
34284 ____________________________________________________________________________
34285 [ 12555] By: nick                                  on 2001/10/22  06:48:33
34286         Log: Restore non-ithreads build. Interestingly binmode test passes
34287              non-ithreads - so crlf layer is not damaged and ithreads fail
34288              is a symptom ...
34289      Branch: perlio
34290            ! perlio.c
34291 ____________________________________________________________________________
34292 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
34293         Log: Integrate from perlio; restructuring.
34294      Branch: perl
34295           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
34296           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
34297           !> win32/perlhost.h
34298 ____________________________________________________________________________
34299 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
34300         Log: Integrate from maintperl
34301              (Changes 12350, 12496, 12548, 12549, 12550)
34302      Branch: maint-5.6/macperl
34303           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
34304           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
34305 ____________________________________________________________________________
34306 [ 12552] By: nick                                  on 2001/10/21  19:18:12
34307         Log: Win32 PerlIO_cleanup special cases should no longer be required.
34308      Branch: perlio
34309            ! perl.c
34310 ____________________________________________________________________________
34311 [ 12551] By: nick                                  on 2001/10/21  19:16:56
34312         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
34313      Branch: perlio
34314            ! win32/makefile.mk
34315 ____________________________________________________________________________
34316 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
34317         Log: change#12549 wasn't aware of strictures
34318      Branch: maint-5.6/perl
34319            ! t/pragma/strict-vars toke.c
34320 ____________________________________________________________________________
34321 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
34322         Log: readline() doesn't work with our variables; it confuses them with
34323              my variables (change#4227 was incomplete)
34324      Branch: maint-5.6/perl
34325            ! t/base/rs.t toke.c
34326 ____________________________________________________________________________
34327 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
34328         Log: change#12220 appears to have pulled in a mainline change that
34329              isn't applicable to maint-5.6 (some platforms don't taint
34330              cwd)
34331      Branch: maint-5.6/perl
34332            ! t/lib/filefind-taint.t
34333 ____________________________________________________________________________
34334 [ 12547] By: nick                                  on 2001/10/21  17:15:54
34335         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
34336              for them. Call explicit cleanup during destruct process.
34337              - one binmode test is failing
34338              - also ext/threads/t/basic.t fails under make test, and is noisy under
34339              harness. (Threads results are intermingled and don't match order expected.)
34340      Branch: perlio
34341            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
34342            ! perlio.h perliol.h pod/perlapi.pod sv.c
34343 ____________________________________________________________________________
34344 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
34345         Log: Implement multicharacter case mappings where a single
34346              Unicode character can be mapped into several.
34347      Branch: perl
34348            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
34349            - lib/unicore/To/SpecUpper.pl
34350            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
34351            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
34352            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
34353            ! proto.h t/op/lc.t utf8.c
34354 ____________________________________________________________________________
34355 [ 12545] By: sky                                   on 2001/10/21  15:25:16
34356         Log: First support of threads::shared, support shared svs and references.
34357      Branch: perl
34358            + ext/threads/shared/Makefile.PL ext/threads/shared/README
34359            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34360            + ext/threads/shared/t/sv_refs.t
34361            + ext/threads/shared/t/sv_simple.t
34362            ! MANIFEST sharedsv.c
34363 ____________________________________________________________________________
34364 [ 12544] By: nick                                  on 2001/10/21  14:52:35
34365         Log: PerlIO layer table as PL_perlio (per-interpreter)
34366      Branch: perlio
34367            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
34368            ! pod/perlapi.pod sv.c
34369 ____________________________________________________________________________
34370 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
34371         Log: Prettyprinting.
34372      Branch: perl
34373            ! pod/perlunicode.pod
34374 ____________________________________________________________________________
34375 [ 12542] By: ams                                   on 2001/10/21  03:50:25
34376         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
34377              From: "Sean M. Burke" <sburke@cpan.org>
34378              Date: Sat, 20 Oct 2001 17:51:09 -0600
34379              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
34380      Branch: perl
34381            + pod/perlpodspec.pod
34382            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
34383            ! pod/perltoc.pod
34384 ____________________________________________________________________________
34385 [ 12541] By: nick                                  on 2001/10/20  22:23:53
34386         Log: Fix typos in new locking on MemShared
34387              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
34388              - seems to make segfaults more deterministic - suspect they are 
34389              attempt to free() after Interp and Host have gone.
34390      Branch: perlio
34391            ! perlio.c win32/perlhost.h
34392 ____________________________________________________________________________
34393 [ 12540] By: nick                                  on 2001/10/20  21:50:46
34394         Log: Remove the MemShared re-#define (again)
34395      Branch: perlio
34396            ! perlio.c
34397 ____________________________________________________________________________
34398 [ 12539] By: nick                                  on 2001/10/20  21:49:06
34399         Log: Use locks on MemShared
34400      Branch: perlio
34401            ! win32/perlhost.h
34402 ____________________________________________________________________________
34403 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
34404         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
34405              From: "chromatic" <chromatic@rmci.net>
34406              Date: Sat, 20 Oct 2001 11:13:47 -0600
34407              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
34408      Branch: perl
34409            ! installhtml
34410 ____________________________________________________________________________
34411 [ 12537] By: nick                                  on 2001/10/20  16:44:03
34412         Log: Integrate mainline
34413      Branch: perlio
34414           !> (integrate 48 files)
34415 ____________________________________________________________________________
34416 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
34417         Log: Update Changes.
34418      Branch: perl
34419            ! Changes patchlevel.h
34420 ____________________________________________________________________________
34421 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
34422         Log: Upgrade to podlators 1.11, from Russ Allbery.
34423      Branch: perl
34424            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
34425            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
34426            ! pod/pod2man.PL pod/pod2text.PL
34427 ____________________________________________________________________________
34428 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
34429         Log: Integrate perlio change #12532:
34430              introduce and use PerlIO_intmod2str().
34431      Branch: perl
34432           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
34433 ____________________________________________________________________________
34434 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
34435         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
34436      Branch: perl
34437            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
34438 ____________________________________________________________________________
34439 [ 12532] By: nick                                  on 2001/10/20  14:25:37
34440         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
34441              Use for non-PERLIO fdupopen().
34442      Branch: perlio
34443            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
34444 ____________________________________________________________________________
34445 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
34446         Log: Integrate perlio: PerlIO win32 fixes.
34447      Branch: perl
34448           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
34449           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
34450           !> proto.h sv.h win32/win32io.c
34451 ____________________________________________________________________________
34452 [ 12530] By: nick                                  on 2001/10/20  12:53:30
34453         Log: Fixed in two places - p4 resolve
34454      Branch: perlio
34455            ! perlsdio.h
34456 ____________________________________________________________________________
34457 [ 12529] By: nick                                  on 2001/10/20  12:51:05
34458         Log: Fix for ithreads/stdio build
34459      Branch: perlio
34460            ! perlio.c perlsdio.h
34461 ____________________________________________________________________________
34462 [ 12528] By: ams                                   on 2001/10/20  12:13:25
34463         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
34464              From: Michael G Schwern <schwern@pobox.com>
34465              Date: Sat, 20 Oct 2001 01:41:21 -0400
34466              Message-Id: <20011020014121.I3681@blackrider>
34467      Branch: perl
34468            ! installman
34469 ____________________________________________________________________________
34470 [ 12527] By: ams                                   on 2001/10/20  12:09:41
34471         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
34472              From: Michael G Schwern <schwern@pobox.com>
34473              Date: Sat, 20 Oct 2001 02:04:21 -0400
34474              Message-Id: <20011020020421.A11732@blackrider>
34475      Branch: perl
34476            ! lib/Pod/Checker.pm
34477 ____________________________________________________________________________
34478 [ 12526] By: ams                                   on 2001/10/20  11:59:41
34479         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
34480              From: "chromatic" <chromatic@rmci.net>
34481              Date: Fri, 19 Oct 2001 22:46:39 -0600
34482              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
34483      Branch: perl
34484            ! lib/Net/Config.pm
34485 ____________________________________________________________________________
34486 [ 12525] By: nick                                  on 2001/10/20  11:16:18
34487         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
34488              Perl_sv_setsv_flags directly.
34489      Branch: perlio
34490            ! ext/threads/threads.xs
34491 ____________________________________________________________________________
34492 [ 12524] By: nick                                  on 2001/10/20  10:28:17
34493         Log: Add a new flag character 'm' to embed.pl set to represent
34494              "functions" which are really macros. Use it foe the troublesome
34495              sv_setsv() etc. macros in sv.h - changing latter to define
34496              sv_setsv rather than sv_setsv_macro etc.
34497      Branch: perlio
34498            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
34499            ! pod/perlapi.pod proto.h sv.h
34500 ____________________________________________________________________________
34501 [ 12523] By: nick                                  on 2001/10/20  09:17:17
34502         Log: Add comments explaining why win32.h/embed.h are included where they are
34503              in perl.h 
34504      Branch: perlio
34505            ! perl.h
34506 ____________________________________________________________________________
34507 [ 12522] By: nick                                  on 2001/10/20  08:27:44
34508         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
34509              being used yet.
34510      Branch: perlio
34511            ! win32/win32io.c
34512 ____________________________________________________________________________
34513 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
34514         Log: Wording tweaks.
34515      Branch: perl
34516            ! t/TEST
34517 ____________________________________________________________________________
34518 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
34519         Log: Subject: IO module with nonblocking socket connect patch 
34520              From: Raul Dias <raul@dias.com.br>
34521              Date: Fri, 19 Oct 2001 22:45:32 -0300
34522              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
34523      Branch: perl
34524            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
34525 ____________________________________________________________________________
34526 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
34527         Log: Test vertical whitespace combined with /x in \p{}.
34528      Branch: perl
34529            ! t/op/pat.t
34530 ____________________________________________________________________________
34531 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
34532         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
34533              From: Gisle Aas <gisle@ActiveState.com> 
34534              Date: 19 Oct 2001 16:46:02 -0700
34535              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
34536      Branch: perl
34537            ! lib/ExtUtils/MakeMaker.pm
34538 ____________________________________________________________________________
34539 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
34540         Log: No more this symbol.
34541      Branch: perl
34542            ! makedef.pl
34543 ____________________________________________________________________________
34544 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
34545         Log: Integrate change #12511; fix gross win32 build issues.
34546      Branch: perl
34547           !> makedef.pl sv.c
34548 ____________________________________________________________________________
34549 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
34550         Log: Unpack in scalar context should return the first value
34551              returned in list context, as pointed out by Ton Hospel
34552              in 2001-05-21 (this is how it works already in blead,
34553              just adding the test).
34554      Branch: perl
34555            ! t/op/pack.t
34556 ____________________________________________________________________________
34557 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
34558         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
34559              From: "Craig A. Berry" <craigberry@mac.com>
34560              Date: Fri, 19 Oct 2001 16:59:30 -0500
34561              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
34562      Branch: perl
34563            ! utils/perldoc.PL
34564 ____________________________________________________________________________
34565 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
34566         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
34567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34568              Date: Fri, 19 Oct 2001 17:45:23 EDT
34569              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
34570      Branch: perl
34571            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
34572            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
34573            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
34574            ! vms/vmsish.h
34575 ____________________________________________________________________________
34576 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
34577         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
34578              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34579              Date: Fri, 19 Oct 2001 17:26:35 EDT
34580              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
34581      Branch: perl
34582            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
34583 ____________________________________________________________________________
34584 [ 12511] By: nick                                  on 2001/10/19  19:55:36
34585         Log: Fix gross win32 build issues
34586      Branch: perlio
34587            ! makedef.pl sv.c
34588 ____________________________________________________________________________
34589 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
34590         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
34591              From: David Dyck <dcd@tc.fluke.com>
34592              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
34593              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
34594      Branch: perl
34595            ! lib/File/Find.pm
34596 ____________________________________________________________________________
34597 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
34598         Log: Subject: Re: PerlIO and Encode
34599              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34600              Date: Tue, 16 Oct 2001 01:50:16 +0900
34601              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
34602      Branch: perl
34603            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
34604            ! ext/Encode/Encode/Tcl.t
34605 ____________________________________________________________________________
34606 [ 12508] By: ams                                   on 2001/10/19  17:59:16
34607         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
34608              (See #12499)
34609      Branch: perl
34610            ! pod/perlintro.pod
34611 ____________________________________________________________________________
34612 [ 12507] By: nick                                  on 2001/10/19  16:30:43
34613         Log: Integrate mainline
34614      Branch: perlio
34615           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
34616           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
34617           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
34618           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
34619           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
34620           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
34621           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
34622           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
34623           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
34624           +> win32/config_H.win64
34625            - lib/Test/Utils.pm lib/unicore/mktables.PL
34626            - t/lib/Test/Simple/Catch/More.pm
34627           !> (integrate 84 files)
34628 ____________________________________________________________________________
34629 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
34630         Log: Retract the #10451 which seems to be the cause
34631              of the major leakage from while(){eval"sub{}"}
34632      Branch: perl
34633            ! op.c t/run/kill_perl.t
34634 ____________________________________________________________________________
34635 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
34636         Log: Regen toc.
34637      Branch: perl
34638            ! pod/perltoc.pod
34639 ____________________________________________________________________________
34640 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
34641         Log: Tiny tweaks.
34642      Branch: perl
34643            ! pod/perl.pod
34644 ____________________________________________________________________________
34645 [ 12503] By: ams                                   on 2001/10/19  13:34:24
34646         Log: Subject: Re: perlintro.pod
34647              From: Abe Timmerman <abe@ztreet.demon.nl>
34648              Date: Fri, 19 Oct 2001 14:12:40 +0200
34649              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
34650      Branch: perl
34651            ! pod/perlintro.pod
34652 ____________________________________________________________________________
34653 [ 12502] By: ams                                   on 2001/10/19  13:24:12
34654         Log: Slight reorganisation of references.
34655      Branch: perl
34656            ! pod/perl.pod
34657 ____________________________________________________________________________
34658 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
34659         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
34660              From: Kay Röpke <kroepke@dolphin-services.de>
34661              Date: Fri, 19 Oct 2001 14:04:01 +0200 
34662              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
34663      Branch: perl
34664            ! lib/ExtUtils/MakeMaker.pm
34665 ____________________________________________________________________________
34666 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
34667         Log: Unicode categories continue:
34668              implement Category=, Script=, Block=
34669              (these are based on an upcoming update of TR#18)
34670              Fix a bug where we got two In categories named "old italic",
34671              and another where shortcut for the Is categories wasn't taken.
34672      Branch: perl
34673            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
34674            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
34675            ! pod/perlunicode.pod t/op/pat.t
34676 ____________________________________________________________________________
34677 [ 12499] By: ams                                   on 2001/10/19  01:42:29
34678         Log: Subject: a small patch to perlintro.pod.
34679              From: Autrijus Tang <autrijus@autrijus.org>
34680              Date: Fri, 19 Oct 2001 01:45:51 +0800
34681              Message-Id: <20011019014551.A35625@not.autrijus.org>
34682              (Applied by hand with nits.)
34683      Branch: perl
34684            ! pod/perlintro.pod
34685 ____________________________________________________________________________
34686 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
34687         Log: Subject: [PATCH] OpenBSD hints for ithreads
34688              From: Andy Dougherty <doughera@lafayette.edu>
34689              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
34690              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
34691      Branch: perl
34692            ! hints/openbsd.sh
34693 ____________________________________________________________________________
34694 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
34695         Log: Retract #12446; the problem solved by #12474.
34696      Branch: perl
34697            ! hints/aix.sh
34698 ____________________________________________________________________________
34699 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
34700         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
34701              message and suppress line number info (from Steve Hay
34702              <Steve.Hay@uk.radan.com>)
34703      Branch: maint-5.6/perl
34704            ! lib/Carp/Heavy.pm
34705 ____________________________________________________________________________
34706 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
34707         Log: More documented In categories.
34708      Branch: perl
34709            ! pod/perlunicode.pod
34710 ____________________________________________________________________________
34711 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
34712         Log: Update Changes.
34713      Branch: perl
34714            ! Changes patchlevel.h
34715 ____________________________________________________________________________
34716 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
34717         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
34718      Branch: perl
34719            ! MANIFEST
34720 ____________________________________________________________________________
34721 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
34722         Log: Wrong skip() arguments.
34723      Branch: perl
34724            ! ext/B/t/terse.t
34725 ____________________________________________________________________________
34726 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
34727         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
34728              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34729              Date: Wed, 17 Oct 2001 09:10:53 EDT 
34730              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
34731      Branch: perl
34732            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
34733            ! pod/perlapi.pod vms/vms.c
34734 ____________________________________________________________________________
34735 [ 12490] By: ams                                   on 2001/10/18  09:31:00
34736         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
34737              From: Mark-Jason Dominus <mjd@plover.com>
34738              Date: Thu, 18 Oct 2001 06:25:35 -0400
34739              Message-Id: <20011018102535.19264.qmail@plover.com>
34740      Branch: perl
34741            ! pod/perl.pod
34742 ____________________________________________________________________________
34743 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
34744         Log: Prettyprinting.
34745      Branch: perl
34746            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
34747 ____________________________________________________________________________
34748 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
34749         Log: Regen toc.
34750      Branch: perl
34751            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34752 ____________________________________________________________________________
34753 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
34754         Log: Add perlintro, from Skud.
34755      Branch: perl
34756            + pod/perlintro.pod
34757            ! MANIFEST
34758 ____________________________________________________________________________
34759 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
34760         Log: FAQ sync.
34761      Branch: perl
34762            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
34763            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
34764            ! pod/perlfaq8.pod pod/perlfaq9.pod
34765 ____________________________________________________________________________
34766 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
34767         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
34768              in speed (upto 20% speedup in certain operations) but meanwhile
34769              regexps and arithmetics got slower (5-10%) (according to
34770              perlbench average speedup is negligible, and within measuring
34771              flutter, 1%).  Therefore retracting all the changes
34772              aimed at getting -std1 to compile cleanly:  #12475, #12476,
34773              #12479, #12480, #12481, #12482, #12483, #12484.
34774      Branch: perl
34775            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
34776            ! pp_hot.c pp_sys.c toke.c
34777 ____________________________________________________________________________
34778 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
34779         Log: (retracted by #12485)
34780              Strict ANSI doesn't like the third argument of main()
34781              so enable ignoring it if using ultra picky compiler.
34782      Branch: perl
34783            ! miniperlmain.c
34784 ____________________________________________________________________________
34785 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
34786         Log: (retracted by #12485)
34787              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
34788      Branch: perl
34789            ! perl.h
34790 ____________________________________________________________________________
34791 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
34792         Log: (retracted by #12485)
34793              Add explanatory comment.
34794      Branch: perl
34795            ! mg.c
34796 ____________________________________________________________________________
34797 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
34798         Log: (retracted by #12485)
34799              More dollar$hiding.
34800      Branch: perl
34801            ! doio.c perl.h pp_sys.c
34802 ____________________________________________________________________________
34803 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
34804         Log: (retracted by #12485)
34805              KISS.
34806      Branch: perl
34807            ! mg.c
34808 ____________________________________________________________________________
34809 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
34810         Log: (retracted by #12485)
34811              Thou shalt not #ifdef inside macro invocations,
34812              noticed by Rafael Garcia-Suarez.
34813      Branch: perl
34814            ! mg.c
34815 ____________________________________________________________________________
34816 [ 12478] By: ams                                   on 2001/10/17  18:50:55
34817         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
34818              From: Anton Berezin <tobez@tobez.org>
34819              Date: Wed, 17 Oct 2001 18:25:48 +0200
34820              Message-Id: <20011017182548.A12082@heechee.tobez.org>
34821      Branch: perl
34822            ! pp_sys.c
34823 ____________________________________________________________________________
34824 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
34825         Log: (retracted by #12485)
34826              Unterminated #ifdef.
34827      Branch: perl
34828            ! mg.c
34829 ____________________________________________________________________________
34830 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
34831         Log: (retracted by #12485)
34832              Avoid dollar signs in identifiers (in non-VMS) to
34833              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
34834      Branch: perl
34835            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
34836            ! toke.c
34837 ____________________________________________________________________________
34838 [ 12474] By: ams                                   on 2001/10/17  15:14:50
34839         Log: Subject: Two AIX patches
34840              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34841              Date: Wed, 17 Oct 2001 18:04:35 +0200
34842              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
34843      Branch: perl
34844            ! hints/aix.sh makedef.pl
34845 ____________________________________________________________________________
34846 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
34847         Log: Limiting the Time::HiRes::sleep and usleep to
34848              one second is not a good policy if drop-in
34849              replacement is still a goal.
34850      Branch: perl
34851            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
34852            ! ext/Time/HiRes/HiRes.xs
34853 ____________________________________________________________________________
34854 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
34855         Log: Subject: [PATCH] Test::Simple 0.32
34856              From: Michael G Schwern <schwern@pobox.com> 
34857              Date: Wed, 17 Oct 2001 03:42:41 -0400
34858              Message-ID: <20011017034241.A25038@blackrider>
34859      Branch: perl
34860            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
34861            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
34862            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
34863            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
34864            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
34865            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
34866            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
34867            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
34868            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
34869            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34870            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
34871            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
34872            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
34873            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
34874            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
34875            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
34876            ! t/lib/Test/Simple/Catch.pm
34877            ! t/lib/Test/Simple/sample_tests/five_fail.plx
34878 ____________________________________________________________________________
34879 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
34880         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
34881              From: Michael G Schwern <schwern@pobox.com> 
34882              Date: Wed, 17 Oct 2001 04:04:13 -0400
34883              Message-ID: <20011017040413.C25550@blackrider>
34884      Branch: perl
34885            ! t/TEST t/harness vms/test.com
34886 ____________________________________________________________________________
34887 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
34888         Log: Regen doc with perlmodstyle added.
34889      Branch: perl
34890            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34891 ____________________________________________________________________________
34892 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
34893         Log: Pod cleanup.
34894      Branch: perl
34895            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
34896 ____________________________________________________________________________
34897 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
34898         Log: Subject: perlmodstyle as a patch
34899              From: Kirrily Robert <skud@infotrope.net>
34900              Date: Tue, 16 Oct 2001 22:47:23 -0400
34901              Message-ID: <20011016224723.A20673@infotrope.net>
34902      Branch: perl
34903            + pod/perlmodstyle.pod
34904            ! MANIFEST
34905 ____________________________________________________________________________
34906 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
34907         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
34908              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
34909              Date: Thu, 6 Sep 2001 11:09:40 +0100
34910              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
34911              
34912              Mention also the develooper p5p archive.
34913      Branch: perl
34914            ! pod/perlhack.pod
34915 ____________________________________________________________________________
34916 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
34917         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
34918              From: Kay Röpke <kroepke@dolphin-services.de>
34919              Date: Tue, 16 Oct 2001 17:23:52 +0200
34920              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
34921      Branch: perl
34922            ! lib/ExtUtils/MakeMaker.pm
34923 ____________________________________________________________________________
34924 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
34925         Log: Add the special casing mappings (from SpecCase.txt)
34926              (except for the hyper special case mappings that have
34927              the condition list); the special casing mappings are
34928              unused for now.  Small tidying up on mktables.
34929      Branch: perl
34930            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
34931            + lib/unicore/To/SpecUpper.pl
34932            ! lib/unicore/mktables
34933 ____________________________________________________________________________
34934 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
34935         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
34936              From: "David H. Adler" <dha@panix.com>       
34937              Date: Tue, 16 Oct 2001 11:59:35 -0400
34938              Message-ID: <20011016115935.A13078@panix.com>
34939              
34940              Subject: [ PATCH ] perldata patch, revised
34941              From: "David H. Adler" <dha@panix.com>     
34942              Date: Tue, 16 Oct 2001 18:26:49 -0400
34943              Message-ID: <20011016182649.C23970@panix.com>
34944      Branch: perl
34945            ! pod/perldata.pod pod/perlop.pod
34946 ____________________________________________________________________________
34947 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
34948         Log: Integrate perlio: PerlIO_dup (for all but Win32).
34949      Branch: perl
34950           !> embed.h embed.pl ext/Encode/Encode.xs
34951           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
34952           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
34953           !> win32/win32io.c
34954 ____________________________________________________________________________
34955 [ 12462] By: nick                                  on 2001/10/16  19:11:30
34956         Log: PerlIOXxxx_dups for all but Win32
34957      Branch: perlio
34958            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
34959            ! ext/PerlIO/Via/Via.xs
34960 ____________________________________________________________________________
34961 [ 12461] By: nick                                  on 2001/10/16  18:28:48
34962         Log: Implement PerlIOStdio_dup (explains core dumps - dup
34963              was not setting up a FILE * to be fclosed()).
34964      Branch: perlio
34965            ! perlio.c
34966 ____________________________________________________________________________
34967 [ 12460] By: nick                                  on 2001/10/16  17:31:47
34968         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
34969              overflow.
34970      Branch: perlio
34971            ! perlio.c
34972 ____________________________________________________________________________
34973 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
34974         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
34975              From: "Craig A. Berry" <craigberry@mac.com>
34976              Date: Tue, 16 Oct 2001 13:08:38 -0500
34977              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
34978      Branch: perl
34979            ! configure.com
34980 ____________________________________________________________________________
34981 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
34982         Log: Can't expect too much accuracy from a sleep of one second.
34983              (I think this will also fail with high load.)
34984      Branch: perl
34985            ! ext/Time/HiRes/HiRes.t
34986 ____________________________________________________________________________
34987 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
34988         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
34989              From: "Werner, Randolf" <randolf.werner@sap.com>
34990              Date: Tue, 16 Oct 2001 18:33:02 +0200
34991              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
34992      Branch: perl
34993            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
34994            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
34995 ____________________________________________________________________________
34996 [ 12456] By: nick                                  on 2001/10/16  14:08:16
34997         Log: Builds under ithreads (but fails all threads tests)
34998      Branch: perlio
34999            ! hv.c perlio.c sv.c
35000 ____________________________________________________________________________
35001 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
35002         Log: I think the Perl_sortsv needs *not* be skipped?
35003      Branch: perl
35004            ! makedef.pl
35005 ____________________________________________________________________________
35006 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
35007         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
35008              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
35009              Date: Tue, 16 Oct 2001 15:32:44 +0200
35010              Message-ID: <3BCC531C.11494.3E433F@localhost>
35011      Branch: perl
35012            ! t/op/groups.t
35013 ____________________________________________________________________________
35014 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
35015         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
35016              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
35017              Date: Tue, 16 Oct 2001 15:01:04 +0200
35018              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
35019      Branch: perl
35020            ! t/io/fs.t
35021 ____________________________________________________________________________
35022 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
35023         Log: A forgotten deletion.
35024      Branch: perl
35025            - lib/unicore/mktables.PL
35026 ____________________________________________________________________________
35027 [ 12451] By: nick                                  on 2001/10/16  11:32:48
35028         Log: Skeleton of "PerlIO_dup" coded.
35029              Still-passes all tests non-threaded (well it would wouldn't it!)
35030      Branch: perlio
35031            ! embed.h embed.pl ext/Encode/Encode.xs
35032            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
35033            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
35034            ! win32/win32io.c
35035 ____________________________________________________________________________
35036 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
35037         Log: Document the problem with the swash_fetch() API that affects
35038              more complex case conversions.
35039      Branch: perl
35040            ! lib/utf8_heavy.pl utf8.c
35041 ____________________________________________________________________________
35042 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
35043         Log: Make Time::HiRes::sleep() and usleep() to return
35044              the number of seconds (a floating point value) and 
35045              microseconds (an integer) actually slept (well,
35046              modulo the time spent in measuring the time actually
35047              slept...), to be a better drop-in replacement for
35048              the builtin sleep().  Noticed by Chris Nandor.
35049              
35050              Also make usleep() to croak if fed illegal number
35051              of useconds (anything greater than 1_000_000).
35052      Branch: perl
35053            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
35054            ! ext/Time/HiRes/HiRes.xs
35055 ____________________________________________________________________________
35056 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
35057         Log: A missing SvREFCNT_dec.
35058      Branch: perl
35059            ! perl.c
35060 ____________________________________________________________________________
35061 [ 12447] By: nick                                  on 2001/10/15  20:27:53
35062         Log: Beginings of PerlIO_dup support (unstable)
35063      Branch: perlio
35064            ! perlio.c perliol.h
35065 ____________________________________________________________________________
35066 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
35067         Log: (retracted by #12497)
35068              In AIX vac 5 just can't seem to get regcomp right.
35069      Branch: perl
35070            ! hints/aix.sh
35071 ____________________________________________________________________________
35072 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
35073         Log: Bump the version number to agree with the maintperl one.
35074      Branch: perl
35075            ! lib/Tie/RefHash.pm
35076 ____________________________________________________________________________
35077 [ 12444] By: nick                                  on 2001/10/15  15:59:57
35078         Log: Integrate mainline
35079      Branch: perlio
35080           +> lib/Math/BigInt/t/Math/Subclass.pm
35081           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
35082           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
35083           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
35084           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
35085           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
35086           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
35087           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
35088           +> lib/unicore/mktables
35089            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
35090            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
35091            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
35092            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
35093            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
35094            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
35095            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
35096            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
35097            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
35098            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
35099            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
35100            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
35101            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
35102            - lib/unicore/syllables.txt
35103           !> (integrate 344 files)
35104 ____________________________________________________________________________
35105 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
35106         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
35107      Branch: perl
35108            ! ext/DB_File/DB_File.xs
35109 ____________________________________________________________________________
35110 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
35111         Log: Sync the skip() amounts with the number of tests.
35112      Branch: perl
35113            ! lib/Term/Complete.t
35114 ____________________________________________________________________________
35115 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
35116         Log: Update Changes.
35117      Branch: perl
35118            ! Changes patchlevel.h
35119 ____________________________________________________________________________
35120 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
35121         Log: MacOS Classic catdir() rewrite from Thomas Wegner
35122              (backward incompatibility, but a deliberate one,
35123              the old version simply is broken in its logic),
35124              also documentation updates, and as suggested replicated
35125              the File::Spec::Unix documentation updates also on the
35126              File::Spec documentation.
35127              
35128              TODO: there seems to be duplication of documentation
35129              between File::Spec and File::Spec::Unix.  I think
35130              the ::Unix should be left only with specific UNIXisms,
35131              and all the generic documentation should be in ::Spec.
35132      Branch: perl
35133            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
35134            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
35135            ! lib/File/Spec/Unix.pm
35136 ____________________________________________________________________________
35137 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
35138         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
35139              From: Blair Zajac <blair@orcaware.com>
35140              Date: Mon, 24 Sep 2001 11:48:58 -0700
35141              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
35142              
35143              (the skip() messages)
35144      Branch: perl
35145            ! t/op/magic.t
35146 ____________________________________________________________________________
35147 [ 12438] By: ams                                   on 2001/10/14  23:43:59
35148         Log: Subject: [PATCH] make PerlIO default on VMS
35149              From: "Craig A. Berry" <craigberry@mac.com>
35150              Date: Sun, 14 Oct 2001 15:27:18 -0500
35151              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
35152      Branch: perl
35153            ! configure.com
35154 ____________________________________________________________________________
35155 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
35156         Log: Retract #12436 (Abhijit already did this at #12426)
35157      Branch: perl
35158            ! lib/ExtUtils/MM_Unix.pm
35159 ____________________________________________________________________________
35160 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
35161         Log: (retracted by #12437)
35162              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
35163              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
35164              Date: Sat, 13 Oct 2001 20:33:55 +0200
35165              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
35166      Branch: perl
35167            ! lib/ExtUtils/MM_Unix.pm
35168 ____________________________________________________________________________
35169 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
35170         Log: Subject: h2xs grammar nit
35171              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35172              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
35173              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
35174      Branch: perl
35175            ! utils/h2xs.PL
35176 ____________________________________________________________________________
35177 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
35178         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
35179              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35180              Date: Sun, 14 Oct 2001 11:25:08 +0100
35181              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
35182      Branch: perl
35183            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
35184            ! warnings.pl
35185 ____________________________________________________________________________
35186 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
35187         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
35188              for File::Spec::Mac::catfile)
35189      Branch: perl
35190            ! lib/h2xs.t
35191 ____________________________________________________________________________
35192 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
35193         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
35194              From: Nicholas Clark <nick@ccl4.org>
35195              Date: Sat, 13 Oct 2001 00:07:31 +0100
35196              Message-ID: <20011013000731.D67535@plum.flirble.org>
35197      Branch: perl
35198            ! lib/h2xs.t utils/h2xs.PL
35199 ____________________________________________________________________________
35200 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
35201         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
35202              before DEFINE and INC), and repent by taking DEFINE and
35203              INC away from PASTHRU.
35204      Branch: perl
35205            ! lib/ExtUtils/MM_Unix.pm
35206 ____________________________________________________________________________
35207 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
35208         Log: More MANIFEST anomalies.
35209      Branch: perl
35210            ! MANIFEST
35211 ____________________________________________________________________________
35212 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
35213         Log: Not that many.
35214      Branch: perl
35215            ! MANIFEST
35216 ____________________________________________________________________________
35217 [ 12428] By: sky                                   on 2001/10/13  20:59:27
35218         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
35219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35220              Date: Sat, 13 Oct 2001 23:15:55 +0200
35221              Message-ID: <20011013231555.A18071@rafael>
35222      Branch: perl
35223            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
35224            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
35225 ____________________________________________________________________________
35226 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
35227         Log: Rewrite mktables from scratch.
35228              - Cleaner.
35229              - Faster: 15-20 seconds as opposed to several minutes.
35230              - More dynamic: the names of the various categories
35231              such as the linebreak ones are dynamic, not static.
35232              - Is.pl: long names for the general category properties
35233              are now available.
35234              - Ranges (<... ,First>, <..., Last>) from the general
35235              categories work now.
35236              - No more mktables.PL because the mktables.PL is not
35237              and never has been run to create a mktables.
35238              - syllables.txt and Is/Syl*.pl removed: non-standard
35239              (not part of the Unicode), and the whole concept is
35240              being reworked (http://syllabary.sourceforge.net/),
35241              the old way wouldn't even work with the new Syllables.txt
35242              (it would result in 1000+ new categories)
35243      Branch: perl
35244            + lib/unicore/In/163.pl lib/unicore/In/164.pl
35245            + lib/unicore/In/165.pl lib/unicore/In/166.pl
35246            + lib/unicore/In/167.pl lib/unicore/In/168.pl
35247            + lib/unicore/In/169.pl lib/unicore/In/170.pl
35248            + lib/unicore/In/171.pl lib/unicore/Is.pl
35249            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
35250            + lib/unicore/mktables
35251            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
35252            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
35253            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
35254            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
35255            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
35256            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
35257            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
35258            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
35259            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
35260            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
35261            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
35262            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
35263            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
35264            - lib/unicore/syllables.txt
35265            ! (edit 304 files)
35266 ____________________________________________________________________________
35267 [ 12426] By: ams                                   on 2001/10/13  18:05:36
35268         Log: ExtUtils::MM_Unix should ignore comments when searching for
35269              $VERSION.
35270      Branch: perl
35271            ! lib/ExtUtils/MM_Unix.pm
35272 ____________________________________________________________________________
35273 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
35274         Log: Subject: Re: New module XML::Clean
35275              From: andreas.koenig@anima.de (Andreas J. Koenig)
35276              Date: 13 Oct 2001 10:17:09 +0200
35277              Message-ID: <m37ku0t0my.fsf@anima.de>
35278      Branch: perl
35279            ! pod/perlnewmod.pod
35280 ____________________________________________________________________________
35281 [ 12424] By: sky                                   on 2001/10/13  09:39:59
35282         Log: Set thread stack size if needed.
35283      Branch: perl
35284            ! ext/threads/threads.xs
35285 ____________________________________________________________________________
35286 [ 12423] By: sky                                   on 2001/10/13  09:36:49
35287         Log: We do want to set the attribute to joinable even on modern posix
35288              platforms.
35289      Branch: perl
35290            ! ext/threads/threads.xs
35291 ____________________________________________________________________________
35292 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
35293         Log: Subject: [PATCH ext/Data/Dumper.xs]
35294              From: Brian Ingerson <ingy@ttul.org>
35295              Date: Fri, 12 Oct 2001 19:32:35 -0700
35296              Message-ID: <20011012193235.B889@ttul.org>
35297      Branch: perl
35298            ! ext/Data/Dumper/Dumper.xs
35299 ____________________________________________________________________________
35300 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
35301         Log: Update Changes.
35302      Branch: perl
35303            ! Changes patchlevel.h
35304 ____________________________________________________________________________
35305 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
35306         Log: FAQ sync.
35307      Branch: perl
35308            ! pod/perlfaq3.pod pod/perlfaq4.pod
35309 ____________________________________________________________________________
35310 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
35311         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
35312              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
35313              Date: Fri, 12 Oct 2001 11:51:05 -0700
35314              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
35315      Branch: perl
35316            ! lib/File/Copy.pm
35317 ____________________________________________________________________________
35318 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
35319         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
35320              From: "chromatic" <chromatic@rmci.net>     
35321              Date: Thu, 11 Oct 2001 10:57:55 -0600
35322              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
35323              
35324              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
35325              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35326              Date: Thu, 11 Oct 2001 22:34:21 +0200
35327              Message-ID: <20011011223421.A693@rafael>     
35328              
35329              plus undef $Term::Complete::stty as suggested by Rafael.
35330      Branch: perl
35331            ! lib/Term/Complete.pm lib/Term/Complete.t
35332 ____________________________________________________________________________
35333 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
35334         Log: UUnndduupplleexx..
35335      Branch: perl
35336            ! perl.h
35337 ____________________________________________________________________________
35338 [ 12416] By: sky                                   on 2001/10/12  20:16:19
35339         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
35340              From: Andy Dougherty <doughera@lafayette.edu>
35341              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
35342              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
35343              (Potentially only band-aid)
35344      Branch: perl
35345            ! sv.c
35346 ____________________________________________________________________________
35347 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
35348         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
35349              mishandles kill(), and therefore the sigaction test
35350              should be skipped, from Charles Lane.
35351      Branch: perl
35352            ! ext/POSIX/t/sigaction.t
35353 ____________________________________________________________________________
35354 [ 12414] By: sky                                   on 2001/10/12  18:47:49
35355         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
35356      Branch: perl
35357            ! op.h
35358 ____________________________________________________________________________
35359 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
35360         Log: Upgrade to Math::BigInt 1.44 from Tels and
35361              further fixes from John Peacock.
35362      Branch: perl
35363            + lib/Math/BigInt/t/Math/Subclass.pm
35364            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
35365            + lib/Math/BigInt/t/subclass.t
35366            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35367            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
35368            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
35369            ! lib/Math/BigInt/t/mbimbf.t
35370 ____________________________________________________________________________
35371 [ 12412] By: sky                                   on 2001/10/12  18:28:23
35372         Log: perhaps pthread_attr_t really needs to be set for the old api
35373      Branch: perl
35374            ! ext/threads/threads.xs
35375 ____________________________________________________________________________
35376 [ 12411] By: sky                                   on 2001/10/12  18:11:45
35377         Log: pthread_keycreate not pthread_key_create under the here be dragons API
35378      Branch: perl
35379            ! ext/threads/threads.h
35380 ____________________________________________________________________________
35381 [ 12410] By: sky                                   on 2001/10/12  18:07:37
35382         Log: Apperently OLD PTHREADS API is a bit retarded.
35383              This should fix another set of compile failures in HP-UX 10.20.
35384      Branch: perl
35385            ! ext/threads/threads.h ext/threads/threads.xs
35386 ____________________________________________________________________________
35387 [ 12409] By: nick                                  on 2001/10/12  15:30:01
35388         Log: Blind integrate of mainline
35389      Branch: perlio
35390           +> (branch 32 files)
35391            - lib/unicode/README
35392           !> (integrate 121 files)
35393 ____________________________________________________________________________
35394 [ 12408] By: sky                                   on 2001/10/12  14:55:08
35395         Log: Let us avoid being smart for now.
35396      Branch: perl
35397            ! ext/threads/threads.h
35398 ____________________________________________________________________________
35399 [ 12407] By: sky                                   on 2001/10/12  14:38:12
35400         Log: (void*) the argument to make sure we work with picky compilers
35401      Branch: perl
35402            ! ext/threads/threads.xs
35403 ____________________________________________________________________________
35404 [ 12406] By: ams                                   on 2001/10/12  13:26:04
35405         Log: (replaced with #12600)
35406              
35407              Subject: [PATCH 5.6.1 perldoc] use File::Temp
35408              From: Mikhail Zabaluev <mhz@alt-linux.org>
35409              Date: Fri, 12 Oct 2001 12:47:47 +0400
35410              Message-Id: <20011012124747.E13918@localhost.localdomain>
35411      Branch: perl
35412            ! utils/perldoc.PL
35413 ____________________________________________________________________________
35414 [ 12405] By: ams                                   on 2001/10/12  13:05:32
35415         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
35416              From: andreas.koenig@anima.de (Andreas J. Koenig)
35417              Date: 12 Oct 2001 11:12:07 +0200
35418              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
35419      Branch: perl
35420            ! lib/Memoize/t/speed.t
35421 ____________________________________________________________________________
35422 [ 12404] By: sky                                   on 2001/10/12  12:46:15
35423         Log: A) Support OLD_PTHREADS_API
35424              B) Change from using pthread_t to using a TLS to store the
35425              index of the thread in an hash, this is to avoid problems when
35426              in fact pthread_t was not a seralizable type.
35427              Both these changes are because of HP-UX 10.20
35428              This has not been tested on win32 but should work there.
35429              Need to add support for NetWare.
35430      Branch: perl
35431            ! ext/threads/threads.h ext/threads/threads.xs
35432 ____________________________________________________________________________
35433 [ 12403] By: ams                                   on 2001/10/12  07:34:19
35434         Log: Subject: Re: New module XML::Clean
35435              From: andreas.koenig@anima.de (Andreas J. Koenig)
35436              Date: 12 Oct 2001 10:20:35 +0200
35437              Message-Id: <m3elo9uv58.fsf@anima.de>
35438      Branch: perl
35439            ! pod/perlnewmod.pod
35440 ____________________________________________________________________________
35441 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
35442         Log: More HP model tweaks from Merijn.
35443      Branch: perl
35444            ! README.hpux
35445 ____________________________________________________________________________
35446 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
35447         Log: Update Changes.
35448      Branch: perl
35449            ! Changes patchlevel.h
35450 ____________________________________________________________________________
35451 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
35452         Log: HP-UX update from H.Merijn Brand.
35453      Branch: perl
35454            ! README.hpux
35455 ____________________________________________________________________________
35456 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
35457         Log: Subject: [PATCH] fix link rot in README.vms
35458              From: "Craig A. Berry" <craigberry@mac.com>
35459              Date: Wed, 10 Oct 2001 17:17:00 -0500
35460              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
35461      Branch: perl
35462            ! README.vms
35463 ____________________________________________________________________________
35464 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
35465         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
35466              From: "chromatic" <chromatic@rmci.net>
35467              Date: Wed, 10 Oct 2001 15:50:30 -0600
35468              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
35469      Branch: perl
35470            ! lib/Term/Complete.t
35471 ____________________________________________________________________________
35472 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
35473         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
35474              From: "chromatic" <chromatic@rmci.net>
35475              Date: Wed, 10 Oct 2001 15:45:42 -0600
35476              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
35477      Branch: perl
35478            + lib/ExtUtils/Packlist.t
35479            ! MANIFEST
35480 ____________________________________________________________________________
35481 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
35482         Log: VMS needs quotes around the -I option to keep it from
35483              being downcased, from Charles Lane.
35484      Branch: perl
35485            ! t/run/kill_perl.t
35486 ____________________________________________________________________________
35487 [ 12395] By: ams                                   on 2001/10/10  16:22:32
35488         Log: Subject: [PATCH lib/FindBin.pm]
35489              From: Stas Bekman <stas@stason.org>
35490              Date: Tue, 09 Oct 2001 23:57:10 +0800
35491              Message-Id: <3BC31E56.60805@stason.org>
35492      Branch: perl
35493            ! lib/FindBin.pm
35494 ____________________________________________________________________________
35495 [ 12394] By: ams                                   on 2001/10/10  16:09:53
35496         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
35497              From: Abhijit Menon-Sen <ams@wiw.org>
35498              Date: Wed, 10 Oct 2001 21:59:33 +0530
35499              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
35500      Branch: perl
35501            ! ext/Data/Dumper/Dumper.xs
35502 ____________________________________________________________________________
35503 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
35504         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
35505              from Charles Lane.
35506      Branch: perl
35507            ! lib/File/Spec/VMS.pm
35508 ____________________________________________________________________________
35509 [ 12392] By: ams                                   on 2001/10/10  14:49:43
35510         Log: Subject: [PATCH] two s/// bugfixes
35511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35512              Date: Wed, 10 Oct 2001 17:23:44 +0200
35513              Message-Id: <20011010172344.C22440@rafael>
35514      Branch: perl
35515            ! pp_ctl.c regexec.c t/op/subst.t
35516 ____________________________________________________________________________
35517 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
35518         Log: Fix/improve handling of the [000000] special "root"
35519              directory, by putting cwd in canonical form when doing
35520              abs2rel, and prepending a 000000 to directory "chunks"
35521              if missing from base or path.  Also adjust test to
35522              reflect the (improved) output from abs2rel.
35523              From Charles Lane.
35524      Branch: perl
35525            ! lib/File/Spec.t lib/File/Spec/VMS.pm
35526 ____________________________________________________________________________
35527 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
35528         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
35529              all of the extra VMSish attributes (such as "treat this logical
35530              as a device name") that are necessary to make programs run.
35531              A tainted %ENV does not hinder VMS.  From Charles Lane.
35532      Branch: perl
35533            ! lib/File/Find/t/taint.t
35534 ____________________________________________________________________________
35535 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
35536         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
35537              
35538              o  VMS is case-insensitive, RTL downcases filenames read
35539              by perl... so need to re-upcase filenames like MANIFEST
35540              and MANIFEST.SKIP
35541              
35542              o  Need to convert VMS-style to Unix-style filenames when comparing
35543              names in MANIFEST to names in filesystem.
35544              
35545              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
35546              since VMS won't let you (easily) delete non-empty directories.
35547              
35548              From Charles Lane.
35549      Branch: perl
35550            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
35551 ____________________________________________________________________________
35552 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
35553         Log: Unix and VMS agree on "*" as a "match any number of any chars"
35554              wildcards, but differ ("?"  vs.  "%") for their "match any single
35555              char" wildcard.  This patch changes "?"  chars to "%" before doing a
35556              VMS glob...at no loss of functionality, since "?"  isn't a valid
35557              filename char on VMS.  From Charles Lane.
35558      Branch: perl
35559            ! doio.c
35560 ____________________________________________________________________________
35561 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
35562         Log: (accidentally empty submit; new life as #12390)
35563      Branch: perl
35564            ! lib/File/Find/t/taint.t
35565 ____________________________________________________________________________
35566 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
35567         Log: Even more VMS tweakage from Charles Lane:
35568              
35569              Tweak #1:  splitdir only works on directory part of filespec,
35570              split off volume first
35571              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
35572              (it's a horrible kludge in the run-time library,
35573              improved in later versions). Check the
35574              $Config{'d_setenv'} flag before attempting to set it.
35575      Branch: perl
35576            ! t/op/chdir.t
35577 ____________________________________________________________________________
35578 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
35579         Log: VMS tweakage from Charles Lane.
35580              
35581              . command.com doubles an output line when prompting for extensions
35582              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
35583              . perl5db doesn't clean up after itself
35584      Branch: perl
35585            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
35586 ____________________________________________________________________________
35587 [ 12384] By: sky                                   on 2001/10/09  19:16:11
35588         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
35589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35590              Date: Tue, 9 Oct 2001 22:10:26 +0200
35591              Message-ID: <20011009221026.A8579@rafael>
35592      Branch: perl
35593            ! pod/perldata.pod
35594 ____________________________________________________________________________
35595 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
35596         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
35597              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35598              Date: 9 Oct 2001 15:15:06 -0000
35599              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
35600      Branch: perl
35601            ! t/op/subst.t
35602 ____________________________________________________________________________
35603 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
35604         Log: Update Changes.
35605      Branch: perl
35606            ! Changes patchlevel.h
35607 ____________________________________________________________________________
35608 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
35609         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
35610              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
35611              when a NULL is passed for the filename string pointer.
35612              From Charles Lane.
35613      Branch: perl
35614            ! vms/vms.c
35615 ____________________________________________________________________________
35616 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
35617         Log: Subject: HP systems update
35618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35619              Date: Tue, 09 Oct 2001 15:59:22 +0200
35620              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
35621      Branch: perl
35622            ! README.hpux
35623 ____________________________________________________________________________
35624 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
35625         Log: CPAN::Nox does now have a test.
35626      Branch: perl
35627            ! t/lib/1_compile.t
35628 ____________________________________________________________________________
35629 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
35630         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
35631              From: David Dyck <dcd@tc.fluke.com>
35632              Date: Mon, 1 Oct 2001 12:17:36 -0700
35633              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
35634      Branch: perl
35635            ! installperl
35636 ____________________________________________________________________________
35637 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
35638         Log: NetWare update from Ananth Kesari.
35639      Branch: perl
35640            ! NetWare/nwperlsys.h makedef.pl
35641 ____________________________________________________________________________
35642 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
35643         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
35644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35645              Date: Tue, 9 Oct 2001 08:40:57 EDT
35646              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
35647      Branch: perl
35648            ! lib/File/Find/t/find.t
35649 ____________________________________________________________________________
35650 [ 12374] By: ams                                   on 2001/10/09  05:31:45
35651         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
35652              ExtUtils::Mkbootstrap
35653              From: "chromatic" <chromatic@rmci.net>
35654              Date: Tue, 09 Oct 2001 00:08:37 -0600
35655              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
35656      Branch: perl
35657            + lib/ExtUtils/Mkbootstrap.t
35658            ! MANIFEST
35659 ____________________________________________________________________________
35660 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
35661         Log: Enable more debugging.
35662      Branch: perl
35663            ! lib/utf8_heavy.pl
35664 ____________________________________________________________________________
35665 [ 12372] By: ams                                   on 2001/10/09  02:11:59
35666         Log: #12370 forgot to modify is_gv_magical().
35667      Branch: perl
35668            ! gv.c
35669 ____________________________________________________________________________
35670 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
35671         Log: Make the toupper/lower/title API for Unicode not right
35672              but at least less wrong: prepare for the mapping being
35673              more than just one-character-to-one-character.
35674      Branch: perl
35675            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
35676            ! regexec.c utf8.c
35677 ____________________________________________________________________________
35678 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
35679         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
35680              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35681              Date: Mon, 8 Oct 2001 22:18:23 -0400
35682              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
35683      Branch: perl
35684            ! pod/perlvar.pod t/op/taint.t
35685 ____________________________________________________________________________
35686 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
35687         Log: FAQ sync.
35688      Branch: perl
35689            ! pod/perlfaq3.pod pod/perlfaq4.pod
35690 ____________________________________________________________________________
35691 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
35692         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
35693              From: "chromatic" <chromatic@rmci.net>
35694              Date: Mon, 08 Oct 2001 14:05:32 -0600
35695              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
35696      Branch: perl
35697            ! lib/Term/Cap.t
35698 ____________________________________________________________________________
35699 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
35700         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
35701              From: Michael G Schwern <schwern@pobox.com>
35702              Date: Mon, 8 Oct 2001 17:00:14 -0400
35703              Message-ID: <20011008170014.L17083@blackrider>
35704      Branch: perl
35705            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
35706 ____________________________________________________________________________
35707 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
35708         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
35709              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35710              Date: Mon, 8 Oct 2001 16:01:33 EDT
35711              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
35712      Branch: perl
35713            ! ext/Time/HiRes/HiRes.xs
35714 ____________________________________________________________________________
35715 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
35716         Log: Subject: [PATCH] Autosplit patch for VMS
35717              From: "Craig A. Berry" <craigberry@mac.com>
35718              Date: Mon, 08 Oct 2001 15:40:43 -0500
35719              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
35720      Branch: perl
35721            ! lib/AutoSplit.pm lib/AutoSplit.t
35722 ____________________________________________________________________________
35723 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
35724         Log: Don't assume that everybody is running OS X 10.1 yet;
35725              from Kay Röpke.
35726      Branch: perl
35727            ! hints/darwin.sh
35728 ____________________________________________________________________________
35729 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
35730         Log: Update Changes.
35731      Branch: perl
35732            ! Changes patchlevel.h
35733 ____________________________________________________________________________
35734 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
35735         Log: Retract #12358 for now.
35736      Branch: perl
35737            ! lib/Term/Cap.t
35738 ____________________________________________________________________________
35739 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
35740         Log: Can't figure out what this is testing.
35741              (If it is trying to catch SIGKILL, it should stop
35742              trying because that is by definition impossible.)
35743      Branch: perl
35744            ! lib/sigtrap.t
35745 ____________________________________________________________________________
35746 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
35747         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
35748              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35749              Date: Sun, 30 Sep 2001 21:15:13 +0200
35750              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
35751      Branch: perl
35752            ! lib/ExtUtils/MM_Win32.pm
35753 ____________________________________________________________________________
35754 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
35755         Log: Clarify the ldlibpth part and condense the overall text.
35756      Branch: perl
35757            ! t/TEST
35758 ____________________________________________________________________________
35759 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
35760         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
35761              From: "chromatic" <chromatic@rmci.net>
35762              Date: Sun, 07 Oct 2001 16:59:26 -0600
35763              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
35764      Branch: perl
35765            ! lib/Term/Cap.t
35766 ____________________________________________________________________________
35767 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
35768         Log: Update the list because fo #12265.
35769      Branch: perl
35770            ! t/lib/1_compile.t
35771 ____________________________________________________________________________
35772 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
35773         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
35774              From: Nicholas Clark <nick@ccl4.org>
35775              Date: Sun, 7 Oct 2001 20:53:33 +0100
35776              Message-ID: <20011007205333.S38756@plum.flirble.org>   
35777      Branch: perl
35778            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
35779            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35780            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
35781            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
35782            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
35783            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
35784            ! lib/Switch/t/switch.t lib/Term/Complete.t
35785            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
35786            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
35787            ! t/op/my_stash.t
35788 ____________________________________________________________________________
35789 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
35790         Log: Integrate patch #12350 from maintperl; typo in
35791              IO::Seekable doc.
35792      Branch: perl
35793           !> ext/IO/lib/IO/Seekable.pm
35794 ____________________________________________________________________________
35795 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
35796         Log: Detypo.
35797      Branch: perl
35798            ! hints/darwin.sh
35799 ____________________________________________________________________________
35800 [ 12353] By: sky                                   on 2001/10/07  17:16:14
35801         Log: Change 12349 didn't really get it right.
35802      Branch: perl
35803            ! lib/Unicode/README
35804 ____________________________________________________________________________
35805 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
35806         Log: If running the harness the dynamic library search path
35807              may need setting.
35808      Branch: perl
35809            ! t/TEST
35810 ____________________________________________________________________________
35811 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
35812         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
35813              in ldflags.
35814      Branch: perl
35815            ! hints/darwin.sh
35816 ____________________________________________________________________________
35817 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
35818         Log: typo in IO::Seekable doc
35819      Branch: maint-5.6/perl
35820            ! ext/IO/lib/IO/Seekable.pm
35821 ____________________________________________________________________________
35822 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
35823         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
35824              doesn't work on Mac OS X 10.1 (when unpacking the tar the
35825              latter gets renamed as lib/unicode:1, assumedly for security
35826              reasons not to overwrite stuff)
35827      Branch: perl
35828            + lib/Unicode/README
35829            - lib/unicode/README
35830            ! MANIFEST
35831 ____________________________________________________________________________
35832 [ 12348] By: ams                                   on 2001/10/07  05:33:40
35833         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
35834              From: "chromatic" <chromatic@rmci.net>
35835              Date: Sat, 06 Oct 2001 21:42:03 -0600
35836              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
35837      Branch: perl
35838            + lib/CPAN/t/Nox.t
35839            ! MANIFEST
35840 ____________________________________________________________________________
35841 [ 12347] By: ams                                   on 2001/10/07  00:48:10
35842         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
35843              From: "chromatic" <chromatic@rmci.net>
35844              Date: Sat, 06 Oct 2001 18:52:10 -0600
35845              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
35846      Branch: perl
35847            + lib/sigtrap.t
35848            ! MANIFEST
35849 ____________________________________________________________________________
35850 [ 12346] By: ams                                   on 2001/10/06  23:14:01
35851         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
35852              h2xs write?)
35853              From: Nicholas Clark <nick@ccl4.org>
35854              Date: Sat, 6 Oct 2001 21:46:43 +0100
35855              Message-Id: <20011006214643.L38756@plum.flirble.org>
35856      Branch: perl
35857            ! utils/h2xs.PL
35858 ____________________________________________________________________________
35859 [ 12345] By: ams                                   on 2001/10/06  17:39:53
35860         Log: Subject: [PATCH] Memoize tests
35861              From: Nicholas Clark <nick@ccl4.org>
35862              Date: Sat, 6 Oct 2001 18:04:21 +0100
35863              Message-Id: <20011006180421.J38756@plum.flirble.org>
35864      Branch: perl
35865            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
35866            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
35867            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
35868            ! lib/Memoize/t/expire_module_n.t
35869            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
35870            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
35871            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
35872            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
35873            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
35874            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
35875 ____________________________________________________________________________
35876 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
35877         Log: Retract the latter part of #12343.
35878      Branch: perl
35879            ! ext/IO/lib/IO/Socket/INET.pm
35880 ____________________________________________________________________________
35881 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
35882         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
35883              From: David Dyck <dcd@tc.fluke.com>
35884              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
35885              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
35886              
35887              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
35888              From: David Dyck <dcd@tc.fluke.com>
35889              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
35890              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
35891      Branch: perl
35892            ! ext/IO/lib/IO/Socket/INET.pm
35893 ____________________________________________________________________________
35894 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
35895         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
35896              From: Robin Barker <rmb1@cise.npl.co.uk>
35897              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
35898              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
35899      Branch: perl
35900            ! t/TEST
35901 ____________________________________________________________________________
35902 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
35903         Log: Don't assume that %x is good for displaying UVs.
35904      Branch: perl
35905            ! dump.c
35906 ____________________________________________________________________________
35907 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
35908         Log: Update Changes.
35909      Branch: perl
35910            ! Changes patchlevel.h
35911 ____________________________________________________________________________
35912 [ 12339] By: ams                                   on 2001/10/05  10:22:34
35913         Log: Subject: [PATCH] perlfunc/select
35914              From: Nicholas Clark <nick@ccl4.org>
35915              Date: Fri, 5 Oct 2001 11:33:58 +0100
35916              Message-Id: <20011005113358.Z38756@plum.flirble.org>
35917      Branch: perl
35918            ! pod/perlfunc.pod
35919 ____________________________________________________________________________
35920 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
35921         Log: Retract #12313 and #12249.
35922      Branch: perl
35923            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
35924            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
35925            ! pod/perlebcdic.pod
35926 ____________________________________________________________________________
35927 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
35928         Log: Subject: [PATCH] perlvms.pod update
35929              From: "Craig A. Berry" <craigberry@mac.com>
35930              Date: Thu, 04 Oct 2001 12:55:52 -0500
35931              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
35932      Branch: perl
35933            ! vms/perlvms.pod
35934 ____________________________________________________________________________
35935 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
35936         Log: Subject: PATCH: Tie::SubstrHash
35937              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
35938              Date: Thu, 04 Oct 2001 12:12:41 +0100
35939              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
35940      Branch: perl
35941            ! lib/Tie/SubstrHash.pm
35942 ____________________________________________________________________________
35943 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
35944         Log: Unicode properties saga continues.
35945      Branch: perl
35946            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
35947            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
35948 ____________________________________________________________________________
35949 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
35950         Log: Yet more Unicode properties.
35951      Branch: perl
35952            + lib/unicore/In/137.pl lib/unicore/In/138.pl
35953            + lib/unicore/In/139.pl lib/unicore/In/140.pl
35954            + lib/unicore/In/141.pl lib/unicore/In/142.pl
35955            + lib/unicore/In/143.pl lib/unicore/In/144.pl
35956            + lib/unicore/In/145.pl lib/unicore/In/146.pl
35957            + lib/unicore/In/147.pl lib/unicore/In/148.pl
35958            + lib/unicore/In/149.pl lib/unicore/In/150.pl
35959            + lib/unicore/In/151.pl lib/unicore/In/152.pl
35960            + lib/unicore/In/153.pl lib/unicore/In/154.pl
35961            + lib/unicore/In/155.pl lib/unicore/In/156.pl
35962            + lib/unicore/In/157.pl lib/unicore/In/158.pl
35963            + lib/unicore/In/159.pl lib/unicore/In/160.pl
35964            + lib/unicore/In/161.pl lib/unicore/In/162.pl
35965            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
35966            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
35967            ! pod/perlunicode.pod
35968 ____________________________________________________________________________
35969 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
35970         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
35971              From: "Craig A. Berry" <craigberry@mac.com>
35972              Date: Wed, 03 Oct 2001 17:45:25 -0500
35973              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
35974              
35975              (the lib/Term/Complete.t patched differently by #12332)
35976      Branch: perl
35977            ! lib/ExtUtils/Command.t
35978 ____________________________________________________________________________
35979 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
35980         Log: Restore only if something to restore.
35981      Branch: perl
35982            ! lib/Term/Complete.t
35983 ____________________________________________________________________________
35984 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
35985         Log: Update various resources for credits,
35986              minor icons fixes, and versions.
35987      Branch: maint-5.6/macperl
35988            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
35989            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
35990            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
35991 ____________________________________________________________________________
35992 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
35993         Log: Quiet the warnings about using undef value
35994      Branch: maint-5.6/macperl
35995            ! lib/File/Temp.pm
35996 ____________________________________________________________________________
35997 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
35998         Log: Fix up Ballon Help and Help menu docs (first pass);
35999              remove balloon rez file, and autogenerate with
36000              Balloon2Rez instead.
36001      Branch: maint-5.6/macperl
36002            + macos/macperl/macscripts/Balloon2Rez
36003            - macos/macperl/MPBalloons.r
36004            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
36005 ____________________________________________________________________________
36006 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
36007         Log: Allow overriding of defaults, for change #12327.
36008      Branch: maint-5.6/macperl
36009            ! perl.h
36010 ____________________________________________________________________________
36011 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
36012         Log: Override PerlProc_exit.
36013      Branch: maint-5.6/macperl
36014            ! macos/macish.h
36015 ____________________________________________________________________________
36016 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
36017         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
36018      Branch: maint-5.6/macperl
36019            + macos/bundled_lib/blib/lib/MD5.pm
36020            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
36021            + macos/lib/Mac/AETE/Dialect.pm
36022            + macos/lib/Mac/AETE/Format/Converter.pm
36023            + macos/lib/Mac/AETE/Format/Dictionary.pm
36024            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
36025            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
36026            + macos/lib/Mac/Toolbox.pod
36027            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
36028 ____________________________________________________________________________
36029 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
36030         Log: Sync up silly CVS headers ... I should commit CVS
36031              first to avoid this ...
36032      Branch: maint-5.6/macperl
36033            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
36034            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
36035            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
36036            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
36037 ____________________________________________________________________________
36038 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
36039         Log: Fix Matthias' address, and attributions.
36040      Branch: maint-5.6/macperl
36041            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
36042            ! pod/perlport.pod
36043 ____________________________________________________________________________
36044 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
36045         Log: Fix Matthias' address, and attributions.
36046      Branch: maint-5.6/macperl
36047            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
36048            ! macos/ext/Mac/Components/Components.pm
36049            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
36050            ! macos/ext/Mac/Dialogs/Dialogs.pm
36051            ! macos/ext/Mac/Events/Events.pm
36052            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
36053            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
36054            ! macos/ext/Mac/Gestalt/Gestalt.pm
36055            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
36056            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
36057            ! macos/ext/Mac/Menus/Menus.pm
36058            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
36059            ! macos/ext/Mac/Movies/Movies.pm
36060            ! macos/ext/Mac/Navigation/Navigation.pm
36061            ! macos/ext/Mac/Notification/Notification.pm
36062            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
36063            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
36064            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
36065            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
36066            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
36067            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
36068            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
36069            ! macos/ext/Mac/StandardFile/StandardFile.pm
36070            ! macos/ext/Mac/TextEdit/TextEdit.pm
36071            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
36072            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
36073            ! macos/lib/Mac/LowMem.pm
36074 ____________________________________________________________________________
36075 [ 12322] By: sky                                   on 2001/10/03  18:41:07
36076         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
36077              From: "Craig A. Berry" <craigberry@mac.com>
36078              Date: Wed, 03 Oct 2001 14:30:55 -0500
36079              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
36080      Branch: perl
36081            ! vms/vms.c
36082 ____________________________________________________________________________
36083 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
36084         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
36085              From: "Craig A. Berry" <craigberry@mac.com>
36086              Date: Wed, 03 Oct 2001 14:30:55 -0500
36087              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
36088      Branch: perl
36089            ! vms/vms.c
36090 ____________________________________________________________________________
36091 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
36092         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
36093              only IsL&) and Inherited (negative lookahead good);
36094              add tests for Common, Inherited, and L&.
36095      Branch: perl
36096            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
36097 ____________________________________________________________________________
36098 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
36099         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
36100              (The Unicode standard uses L& quite often.)
36101      Branch: perl
36102            ! lib/utf8_heavy.pl
36103 ____________________________________________________________________________
36104 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
36105         Log: Add the 'Common' Unicode property (code points not
36106              explicitly assigned to any other script).
36107      Branch: perl
36108            + lib/unicore/In/136.pl
36109            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
36110 ____________________________________________________________________________
36111 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
36112         Log: Skip the RV printing test under threads until fixed.
36113      Branch: perl
36114            ! ext/B/t/terse.t
36115 ____________________________________________________________________________
36116 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
36117         Log: Subject: 12309 / cygwin / win2k
36118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36119              Date: Wed, 03 Oct 2001 15:25:15 +0200
36120              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
36121      Branch: perl
36122            ! makedef.pl
36123 ____________________________________________________________________________
36124 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
36125         Log: Metaconfig unit change for #12314.
36126      Branch: metaconfig
36127            ! U/modified/Head.U
36128 ____________________________________________________________________________
36129 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
36130         Log: Subject: Both cygwin and djgpp on one machine
36131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36132              Date: Wed, 03 Oct 2001 15:02:59 +0200
36133              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
36134      Branch: perl
36135            ! Configure
36136 ____________________________________________________________________________
36137 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
36138         Log: (retracted by #12338)
36139              
36140              Subject: [PATCH] Code clean up for perlboot.pod
36141              From: Casey West <casey@geeknest.com>
36142              Date: Tue, 2 Oct 2001 19:24:43 -0400
36143              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
36144              
36145              Subject: [PATCH] Code clean up for perlbot.diff
36146              From: Casey West <casey@geeknest.com>
36147              Date: Tue, 2 Oct 2001 19:25:22 -0400
36148              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
36149              
36150              Subject: [PATCH] Code clean up for perlcall.pod
36151              From: Casey West <casey@geeknest.com>
36152              Date: Tue, 2 Oct 2001 19:25:57 -0400
36153              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
36154              
36155              Subject: [PATCH] Code clean up for perldata.pod
36156              From: Casey West <casey@geeknest.com>
36157              Date: Tue, 2 Oct 2001 19:26:29 -0400
36158              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
36159              
36160              Subject: [PATCH] Code clean up for perldbmfilter.pod
36161              From: Casey West <casey@geeknest.com>
36162              Date: Tue, 2 Oct 2001 19:26:59 -0400
36163              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
36164              
36165              Subject: [PATCH] Code clean up for perlebcdic.pod
36166              From: Casey West <casey@geeknest.com>
36167              Date: Tue, 2 Oct 2001 19:27:37 -0400
36168              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
36169      Branch: perl
36170            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
36171            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
36172 ____________________________________________________________________________
36173 [ 12312] By: ams                                   on 2001/10/02  23:43:55
36174         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
36175              From: Michael G Schwern <schwern@pobox.com>
36176              Date: Tue, 2 Oct 2001 17:00:49 -0400
36177              Message-Id: <20011002170049.A9955@blackrider>
36178      Branch: perl
36179            ! lib/ExtUtils/MakeMaker.pm
36180 ____________________________________________________________________________
36181 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
36182         Log: FAQ sync.
36183      Branch: perl
36184            ! pod/perlfaq3.pod
36185 ____________________________________________________________________________
36186 [ 12310] By: nick                                  on 2001/10/02  16:09:49
36187         Log: Integrate mainline
36188      Branch: perlio
36189           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
36190           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
36191           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
36192           !> patchlevel.h t/op/pat.t
36193 ____________________________________________________________________________
36194 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
36195         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
36196              not just one single space.
36197      Branch: perl
36198            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
36199 ____________________________________________________________________________
36200 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
36201         Log: AUTHORS updates.
36202      Branch: perl
36203            ! AUTHORS
36204 ____________________________________________________________________________
36205 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
36206         Log: Update Changes.
36207      Branch: perl
36208            ! Changes patchlevel.h
36209 ____________________________________________________________________________
36210 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
36211         Log: Work around old buggy glibcs for langinfo constants,
36212              from Nicholas Clark and David Dyck.
36213      Branch: perl
36214            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
36215 ____________________________________________________________________________
36216 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
36217         Log: Eradicate Time::Piece; add an example.
36218      Branch: perl
36219            ! ext/I18N/Langinfo/Langinfo.pm
36220 ____________________________________________________________________________
36221 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
36222         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
36223              From: Robert Spier <rspier@pobox.com>
36224              Date: Mon, 1 Oct 2001 23:20:16 -0700
36225              Message-ID: <15289.23712.422087.878224@rls.cx>
36226      Branch: perl
36227            ! lib/Pod/Html.pm
36228 ____________________________________________________________________________
36229 [ 12303] By: sky                                   on 2001/10/02  10:40:57
36230         Log: Fixes obscure bug that manifests itself by.
36231              local $!=0;undef*STDOUT;#segfaults
36232              Has been around for a while. Possible other magic IO vars are
36233              possibly affected as well. Reported by Jos Boumans.
36234      Branch: perl
36235            ! mg.c
36236 ____________________________________________________________________________
36237 [ 12302] By: nick                                  on 2001/10/02  09:00:52
36238         Log: Integrate mainline
36239      Branch: perlio
36240           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
36241           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
36242           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
36243 ____________________________________________________________________________
36244 [ 12301] By: nick                                  on 2001/10/02  08:40:57
36245         Log: Integrate mainline + lib/open.t patch from Chromatic
36246      Branch: perlio
36247           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
36248            ! lib/open.t
36249           !> (integrate 29 files)
36250 ____________________________________________________________________________
36251 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
36252         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
36253              Until it has, better stop early if someone requests threads.
36254      Branch: perl
36255            ! hints/darwin.sh
36256 ____________________________________________________________________________
36257 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
36258         Log: Subject: [ID 20011001.011] redundant code in t/TEST
36259              From: David Dyck <dcd@tc.fluke.com>
36260              Date: Mon, 1 Oct 2001 12:56:24 -0700
36261              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
36262      Branch: perl
36263            ! t/TEST
36264 ____________________________________________________________________________
36265 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
36266         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
36267              From: "chromatic" <chromatic@rmci.net>
36268              Date: Mon, 01 Oct 2001 12:27:12 -0600
36269              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
36270      Branch: perl
36271            ! lib/Term/Cap.t
36272 ____________________________________________________________________________
36273 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
36274         Log: UNICOS testing patches from Nicholas Clark.
36275      Branch: perl
36276            ! t/op/arith.t t/op/pack.t
36277 ____________________________________________________________________________
36278 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
36279         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
36280              From: "chromatic" <chromatic@rmci.net>
36281              Date: Mon, 01 Oct 2001 10:21:51 -0600
36282              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
36283      Branch: perl
36284            ! lib/open.t
36285 ____________________________________________________________________________
36286 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
36287         Log: Make missing the RADIXCHAR a softer, gentler error.
36288      Branch: perl
36289            ! ext/I18N/Langinfo/Langinfo.t
36290 ____________________________________________________________________________
36291 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
36292         Log: Nuke also the LANG because of glibc.
36293      Branch: perl
36294            ! lib/open.t
36295 ____________________________________________________________________________
36296 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
36297         Log: Also the ^Is is optional.
36298      Branch: perl
36299            ! pod/perlunicode.pod t/op/pat.t
36300 ____________________________________________________________________________
36301 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
36302         Log: Be careful to pull chars from the varargs stack when
36303              formatting chars.
36304      Branch: perl
36305            ! regcomp.c
36306 ____________________________________________________________________________
36307 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
36308         Log: sortsv not in place anymore, noticed by John P. Linderman.
36309      Branch: perl
36310            ! pod/perlapi.pod pp_ctl.c
36311 ____________________________________________________________________________
36312 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
36313         Log: Make the diagnostic messages more neutral.
36314      Branch: perl
36315            ! ext/B/t/terse.t
36316 ____________________________________________________________________________
36317 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
36318         Log: Forgotten from #12288.
36319      Branch: perl
36320            ! ext/Data/Dumper/Dumper.pm
36321 ____________________________________________________________________________
36322 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
36323         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
36324              From: Brian Ingerson <ingy@ttul.org>
36325              Date: Sun, 30 Sep 2001 21:45:56 -0700
36326              Message-ID: <20010930214556.D26392@ttul.org>
36327              
36328              (remember also the #12289)
36329      Branch: perl
36330            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
36331 ____________________________________________________________________________
36332 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
36333         Log: More Unicode property tests for the abbreviated
36334              general properties.
36335      Branch: perl
36336            ! t/op/pat.t
36337 ____________________________________________________________________________
36338 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
36339         Log: Further tweaks to the Unicode properties.
36340      Branch: perl
36341            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
36342 ____________________________________________________________________________
36343 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
36344         Log: Retract #12284.
36345      Branch: perl
36346            ! lib/Term/Cap.t
36347 ____________________________________________________________________________
36348 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
36349         Log: (Retracted by #12285)
36350      Branch: perl
36351            ! lib/Term/Cap.t
36352 ____________________________________________________________________________
36353 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
36354         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
36355              From: "chromatic" <chromatic@rmci.net>  
36356              Date: Sun, 30 Sep 2001 16:10:02 -0600
36357              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
36358      Branch: perl
36359            + lib/Term/Cap.t
36360            ! MANIFEST
36361 ____________________________________________________________________________
36362 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
36363         Log: Use stty -g to restore the terminal state, do not even
36364              try to run the tests if stty -g is not available.
36365      Branch: perl
36366            ! lib/Term/Complete.t
36367 ____________________________________________________________________________
36368 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
36369         Log: Cleanup utf8_heavy; allow dropping the In prefix from
36370              Unicode script/block properties.
36371      Branch: perl
36372            ! lib/utf8_heavy.pl
36373 ____________________________________________________________________________
36374 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
36375         Log: Retract the #12259 for now.
36376      Branch: perl
36377            ! embed.h embed.pl sv.h
36378 ____________________________________________________________________________
36379 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
36380         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
36381      Branch: perl
36382            + lib/Text/TabsWrap/CHANGELOG
36383            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
36384 ____________________________________________________________________________
36385 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
36386         Log: #12272 wasn't right, it introduced an extra ().
36387      Branch: perl
36388            ! lib/utf8_heavy.pl
36389 ____________________________________________________________________________
36390 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
36391         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
36392              From: Jonathan Stowe <gellyfish@gellyfish.com>
36393              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
36394              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
36395      Branch: perl
36396            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
36397 ____________________________________________________________________________
36398 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
36399         Log: Subject: Patch to put qsortsv in the public API
36400              From: Brian Ingerson <ingy@ttul.org>
36401              Date: Sat, 29 Sep 2001 17:41:13 -0700
36402              Message-ID: <20010929174113.A30223@ttul.org>
36403      Branch: perl
36404            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
36405 ____________________________________________________________________________
36406 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
36407         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
36408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36409              Date: Sat, 29 Sep 2001 23:54:48 +0200
36410              Message-ID: <20010929235448.A5017@rafael>
36411      Branch: perl
36412            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
36413 ____________________________________________________________________________
36414 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
36415         Log: FAQ sync.
36416      Branch: perl
36417            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36418            ! pod/perlfaq9.pod
36419 ____________________________________________________________________________
36420 [ 12273] By: bailey                                on 2001/09/29  23:43:46
36421         Log: Resync with mainline
36422      Branch: vmsperl
36423           +> (branch 1207 files)
36424            - (delete 324 files)
36425           !> (integrate 866 files)
36426 ____________________________________________________________________________
36427 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
36428         Log: Nasty recursion trap if one would match Unicode.
36429      Branch: perl
36430            ! lib/utf8_heavy.pl
36431 ____________________________________________________________________________
36432 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
36433         Log: More Unicode todo.
36434      Branch: perl
36435            ! pod/perltodo.pod
36436 ____________________________________________________________________________
36437 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
36438         Log: Explain a bit the new more flexible \p\P syntax.
36439      Branch: perl
36440            ! pod/perlunicode.pod
36441 ____________________________________________________________________________
36442 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
36443         Log: More leniency to the \p and \P: now can have whitespace
36444              between the property definition and the curlies; now can
36445              invert the property by having a caret between the open
36446              curly and the property.
36447      Branch: perl
36448            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
36449 ____________________________________________________________________________
36450 [ 12268] By: nick                                  on 2001/09/29  17:39:26
36451         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
36452              one test (lib/open.t) fails
36453      Branch: perlio
36454           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
36455           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
36456           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
36457           +> lib/Tie/Scalar.t lib/open.t
36458            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
36459            - ext/B/Stash.t
36460           !> (integrate 62 files)
36461 ____________________________________________________________________________
36462 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
36463         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
36464      Branch: perl
36465            ! t/op/chdir.t
36466 ____________________________________________________________________________
36467 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
36468         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
36469              From: "Craig A. Berry" <craigberry@mac.com> 
36470              Date: Sat, 29 Sep 2001 09:35:33 -0500
36471              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
36472      Branch: perl
36473            ! t/op/chdir.t
36474 ____________________________________________________________________________
36475 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
36476         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
36477              From: "chromatic" <chromatic@rmci.net>
36478              Date: Fri, 28 Sep 2001 21:20:12 -0600
36479              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
36480      Branch: perl
36481            + lib/Tie/Scalar.t
36482            ! MANIFEST lib/Tie/Scalar.pm
36483 ____________________________________________________________________________
36484 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
36485         Log: Allow for more flexibility in the \p{In...} names, now
36486              case doesn't matter, and any space or dash can be
36487              matched by any space, dash, underbar, or empty.
36488              (may be going too far on leniency)
36489      Branch: perl
36490            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
36491            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
36492            ! t/op/pat.t
36493 ____________________________________________________________________________
36494 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
36495         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
36496              From: "chromatic" <chromatic@rmci.net>
36497              Date: Fri, 28 Sep 2001 17:39:50 -0600
36498              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
36499      Branch: perl
36500            + lib/open.t
36501            ! MANIFEST
36502 ____________________________________________________________________________
36503 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
36504         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
36505              From: "Craig A. Berry" <craigberry@mac.com>
36506              Date: Fri, 28 Sep 2001 16:24:51 -0500
36507              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
36508      Branch: perl
36509            ! ext/File/Glob/t/basic.t
36510 ____________________________________________________________________________
36511 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
36512         Log: Subject: [DOC PATCH] Carp.pm pod typo
36513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36514              Date: Fri, 28 Sep 2001 23:14:51 +0200
36515              Message-ID: <20010928231451.E16889@rafael>
36516      Branch: perl
36517            ! lib/Carp.pm
36518 ____________________________________________________________________________
36519 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
36520         Log: Subject: [PATCH] Allow an @INC hook to set %INC
36521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36522              Date: Fri, 28 Sep 2001 22:18:13 +0200
36523              Message-ID: <20010928221813.A16889@rafael>
36524      Branch: perl
36525            ! pp_ctl.c
36526 ____________________________________________________________________________
36527 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
36528         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
36529              From: Nicholas Clark <nick@ccl4.org>
36530              Date: Fri, 28 Sep 2001 23:39:33 +0100
36531              Message-ID: <20010928233933.C23673@plum.flirble.org>
36532      Branch: perl
36533            ! embed.h embed.pl sv.h
36534 ____________________________________________________________________________
36535 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
36536         Log: Update Changes.
36537      Branch: perl
36538            ! Changes patchlevel.h
36539 ____________________________________________________________________________
36540 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
36541         Log: Move the B tests to B/t.
36542      Branch: perl
36543            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
36544            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
36545            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
36546            - ext/B/Showlex.t ext/B/Stash.t
36547            ! MANIFEST
36548 ____________________________________________________________________________
36549 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
36550         Log: Forgot from #12254.
36551      Branch: perl
36552            + ext/B/B/Terse.t
36553 ____________________________________________________________________________
36554 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
36555         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
36556              From: "chromatic" <chromatic@rmci.net>
36557              Date: Thu, 27 Sep 2001 23:22:17 -0600
36558              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
36559      Branch: perl
36560            ! MANIFEST
36561 ____________________________________________________________________________
36562 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
36563         Log: Test numbering mismatch.
36564      Branch: perl
36565            ! t/op/chdir.t
36566 ____________________________________________________________________________
36567 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
36568         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
36569              From: "Craig A. Berry" <craigberry@mac.com>
36570              Date: Wed, 26 Sep 2001 17:43:14 -0500
36571              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
36572      Branch: perl
36573            ! iperlsys.h t/op/chdir.t
36574 ____________________________________________________________________________
36575 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
36576         Log: Subject: [PATCH gv.c] make __ANON__ global
36577              From: Robin Barker <rmb1@cise.npl.co.uk>
36578              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
36579              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
36580      Branch: perl
36581            ! gv.c t/op/anonsub.t t/op/runlevel.t
36582 ____________________________________________________________________________
36583 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
36584         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
36585              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36586              Date: Thu, 27 Sep 2001 22:34:32 +0200
36587              Message-ID: <20010927223432.A1485@rafael>
36588      Branch: perl
36589            ! ext/B/B/Terse.pm
36590 ____________________________________________________________________________
36591 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
36592         Log: (retracted by #12338)
36593              
36594              Subject: [PATCH] Cleanup of perldsc.pod      
36595              From: Casey West <casey@geeknest.com>
36596              Date: Thu, 27 Sep 2001 11:13:17 -0400
36597              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
36598      Branch: perl
36599            ! pod/perldsc.pod
36600 ____________________________________________________________________________
36601 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
36602         Log: Not everyone is using ithreads...
36603      Branch: perl
36604            ! ext/Devel/Peek/Peek.t
36605 ____________________________________________________________________________
36606 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
36607         Log: Document the nss_delete core dump workaround for HP-UX
36608              and Solaris, bug IDs 20010805.018 and 20010629.004.
36609      Branch: perl
36610            ! README.hpux README.solaris
36611 ____________________________________________________________________________
36612 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
36613         Log: Dump Unicode hash keys also as Unicode,
36614              not just as a byte string.
36615      Branch: perl
36616            ! dump.c ext/Devel/Peek/Peek.t
36617 ____________________________________________________________________________
36618 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
36619         Log: Integrate changes #12241 and #12242 from macperl:
36620              
36621              Remove unneeded disabling of umask() calls
36622              
36623              Note (get|set)sockopt are available.
36624      Branch: perl
36625           !> lib/File/Temp.pm pod/perlport.pod
36626 ____________________________________________________________________________
36627 [ 12244] By: sky                                   on 2001/09/27  08:53:00
36628         Log: Flush buffers on thread closedown.
36629      Branch: perl
36630            ! ext/threads/threads.xs
36631 ____________________________________________________________________________
36632 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
36633         Log: Dump SvUTF8(sv)s also as \x{...}.
36634              
36635              TODO: dump the SvUTF8() hash keys similarly. 
36636      Branch: perl
36637            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
36638 ____________________________________________________________________________
36639 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
36640         Log: Note (get|set)sockopt are available.
36641      Branch: maint-5.6/macperl
36642            ! pod/perlport.pod
36643 ____________________________________________________________________________
36644 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
36645         Log: Remove unneeded disabling of umask() calls
36646      Branch: maint-5.6/macperl
36647            ! lib/File/Temp.pm
36648 ____________________________________________________________________________
36649 [ 12240] By: sky                                   on 2001/09/26  18:44:56
36650         Log: Documention update
36651      Branch: perl
36652            ! ext/threads/threads.pm
36653 ____________________________________________________________________________
36654 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
36655         Log: Update Changes.
36656      Branch: perl
36657            ! Changes patchlevel.h
36658 ____________________________________________________________________________
36659 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
36660         Log: Check that all environment variables are tainted.
36661      Branch: perl
36662            ! t/op/taint.t
36663 ____________________________________________________________________________
36664 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
36665         Log: Manual integration error in #12235.
36666      Branch: perl
36667            ! lib/File/DosGlob.t
36668 ____________________________________________________________________________
36669 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
36670         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
36671              From: "chromatic" <chromatic@rmci.net>
36672              Date: Tue, 25 Sep 2001 23:57:07 -0600
36673              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
36674      Branch: perl
36675            ! perlio.c
36676 ____________________________________________________________________________
36677 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
36678         Log: Integrate macperl changes from Chris Nandor:
36679              12192 11817 11815 11813 11778 11775
36680              
36681              Update CPAN.pm to work with new Mac::BuildTools instead
36682              of ExtUtils::MM_MacOS "orphan" functions
36683              
36684              Fix test
36685              
36686              Make syntax check report in MPW style, fix tests
36687              to use Mac::err=unix to get normal-style error
36688              messages.
36689              
36690              More module and test ports from Thomas Wegner et al
36691              
36692              Fix open of /dev/null for Mac OS
36693              
36694              Allow for platforms to override formatting of errors
36695              on output from Matthias Neeracher (core files)
36696      Branch: perl
36697            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
36698            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
36699            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
36700           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
36701           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
36702           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
36703 ____________________________________________________________________________
36704 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
36705         Log: grrr.
36706      Branch: perl
36707            ! t/op/gv.t
36708 ____________________________________________________________________________
36709 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
36710         Log: Retract #12232.
36711      Branch: perl
36712            ! t/op/gv.t
36713 ____________________________________________________________________________
36714 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
36715         Log: (Retracted by #12233.)
36716      Branch: perl
36717            ! t/op/gv.t
36718 ____________________________________________________________________________
36719 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
36720         Log: Detypo.
36721      Branch: perl
36722            ! ext/Encode/Makefile.PL
36723 ____________________________________________________________________________
36724 [ 12230] By: sky                                   on 2001/09/26  11:36:23
36725         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
36726              We are using a "delay" here because we do not want to depend on thread synchronization issues.
36727      Branch: perl
36728            + ext/threads/t/stress_cv.t
36729            ! MANIFEST ext/threads/t/stress_string.t
36730 ____________________________________________________________________________
36731 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
36732         Log: NetWare tweak from Ananth Kesari.
36733      Branch: perl
36734            ! NetWare/t/Readme.txt
36735 ____________________________________________________________________________
36736 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
36737         Log: Trick to fool case-blind filesystems.
36738      Branch: perl
36739            ! ext/Encode/Makefile.PL
36740 ____________________________________________________________________________
36741 [ 12227] By: sky                                   on 2001/09/26  11:06:50
36742         Log: Threads can start executing in a different order than they were
36743              created.... so we cannot ok() inside the threadstarter.
36744      Branch: perl
36745            ! ext/threads/t/stress_string.t
36746 ____________________________________________________________________________
36747 [ 12226] By: sky                                   on 2001/09/26  07:41:45
36748         Log: Add in stress_string.t to stress test threads a bit more.
36749      Branch: perl
36750            + ext/threads/t/stress_string.t
36751            ! MANIFEST
36752 ____________________________________________________________________________
36753 [ 12225] By: sky                                   on 2001/09/26  07:04:21
36754         Log: Fix negative refcount introduced by #12223.
36755      Branch: perl
36756            ! ext/threads/threads.xs
36757 ____________________________________________________________________________
36758 [ 12224] By: sky                                   on 2001/09/26  06:57:58
36759         Log: Update documentation to match change #12223
36760      Branch: perl
36761            ! sharedsv.c
36762 ____________________________________________________________________________
36763 [ 12223] By: sky                                   on 2001/09/26  06:54:32
36764         Log: Use a separate interpreter for the sharedsv space. Another
36765              negative sv leak. Sigh.
36766      Branch: perl
36767            ! sharedsv.c
36768 ____________________________________________________________________________
36769 [ 12222] By: sky                                   on 2001/09/26  05:58:35
36770         Log: Do the environ assignment in perl_contruct to match perl_destruct.
36771              Now we don't need to perl_parse/perl_run. However environ is a
36772              global....
36773      Branch: perl
36774            ! perl.c
36775 ____________________________________________________________________________
36776 [ 12221] By: sky                                   on 2001/09/26  05:41:02
36777         Log: Move the creation of PL_strtab to perl_construct so we can work
36778              with HV and HEs without running perl_parse.
36779      Branch: perl
36780            ! perl.c
36781 ____________________________________________________________________________
36782 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
36783         Log: integrate macperl changes into maint-5.6
36784      Branch: maint-5.6/perl
36785           !> (integrate 26 files)
36786 ____________________________________________________________________________
36787 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
36788         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
36789              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
36790      Branch: maint-5.6/macperl
36791            ! macos/ext/Mac/Fonts/Fonts.xs
36792            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
36793 ____________________________________________________________________________
36794 [ 12218] By: ams                                   on 2001/09/25  23:31:33
36795         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
36796              From: Nicholas Clark <nick@ccl4.org>
36797              Date: Wed, 26 Sep 2001 01:20:20 +0100
36798              Message-Id: <20010926012020.B48092@plum.flirble.org>
36799      Branch: perl
36800            ! lib/AutoSplit.t
36801 ____________________________________________________________________________
36802 [ 12217] By: ams                                   on 2001/09/25  22:33:05
36803         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
36804              From: "Craig A. Berry" <craigberry@mac.com>
36805              Date: Tue, 25 Sep 2001 18:08:42 -0500
36806              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
36807      Branch: perl
36808            ! vms/vms.c
36809 ____________________________________________________________________________
36810 [ 12216] By: ams                                   on 2001/09/25  21:41:01
36811         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
36812              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
36813              From: Michael G Schwern <schwern@pobox.com>
36814              Date: Wed, 26 Sep 2001 00:38:21 -0400
36815              Message-Id: <20010926003821.A627@blackrider>
36816      Branch: perl
36817            ! lib/AutoSplit.t
36818 ____________________________________________________________________________
36819 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
36820         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
36821              From: Michael G Schwern <schwern@pobox.com>
36822              Date: Tue, 25 Sep 2001 17:43:49 -0400
36823              Message-ID: <20010925174349.B19534@blackrider>
36824      Branch: perl
36825            ! lib/Test/Simple.pm lib/Test/Utils.pm
36826 ____________________________________________________________________________
36827 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
36828         Log: Integrate changes from bleadperl.
36829      Branch: maint-5.6/macperl
36830           !> pod/perlport.pod
36831 ____________________________________________________________________________
36832 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
36833         Log: skip($mess) should result in one skip.
36834      Branch: perl
36835            ! t/test.pl
36836 ____________________________________________________________________________
36837 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
36838         Log: Integrate change #12200 from maintperl.
36839      Branch: maint-5.6/macperl
36840           !> win32/perlhost.h
36841 ____________________________________________________________________________
36842 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
36843         Log: Fix file types to "apple"
36844      Branch: maint-5.6/macperl
36845            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
36846            ! macos/ext/Mac/SAT/t/Collision.rsrc
36847 ____________________________________________________________________________
36848 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
36849         Log: Fix rsrc file as snd file; fix path in t file.
36850      Branch: maint-5.6/macperl
36851            ! macos/ext/Mac/Notification/t/Notification.rsrc
36852            ! macos/ext/Mac/Notification/t/Notification.t
36853 ____________________________________________________________________________
36854 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
36855         Log: Sync up with File::Find from bleadperl.
36856      Branch: maint-5.6/macperl
36857            ! lib/File/Find.pm t/lib/filefind-taint.t
36858 ____________________________________________________________________________
36859 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
36860         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
36861              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
36862              of hundreds)
36863      Branch: maint-5.6/macperl
36864            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
36865            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
36866            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
36867 ____________________________________________________________________________
36868 [ 12207] By: nick                                  on 2001/09/25  19:04:36
36869         Log: Integrate mainline (untested while modem is up)
36870      Branch: perlio
36871           +> lib/AutoSplit.t t/test.pl
36872            - lib/warnings/register.t
36873           !> (integrate 28 files)
36874 ____________________________________________________________________________
36875 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
36876         Log: perldiag entry for #12205.
36877      Branch: perl
36878            ! pod/perldiag.pod
36879 ____________________________________________________________________________
36880 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
36881         Log: Subject: [PATCH] warning on v-string in use/require
36882              From: John Peacock <jpeacock@rowman.com>
36883              Date: Mon, 24 Sep 2001 17:29:03 -0400
36884              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
36885      Branch: perl
36886            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
36887 ____________________________________________________________________________
36888 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
36889         Log: perltooc et al updates.
36890      Branch: perl
36891            ! plan9/mkfile pod/roffitall
36892 ____________________________________________________________________________
36893 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
36894         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
36895              From: Michael G Schwern <schwern@pobox.com>
36896              Date: Sun, 23 Sep 2001 00:07:12 -0400
36897              Message-ID: <20010923000712.A7005@blackrider>
36898      Branch: perl
36899            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
36900 ____________________________________________________________________________
36901 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
36902         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
36903              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36904              Date: Wed, 26 Sep 2001 01:25:10 +0900
36905              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
36906      Branch: perl
36907            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
36908            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
36909            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
36910 ____________________________________________________________________________
36911 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
36912         Log: Integrate change #12200 from maintperl;
36913              on windows, virtualized environment could propagate deleted variables
36914              into children if they happen to be at the very end of the table
36915      Branch: perl
36916           !> win32/perlhost.h
36917 ____________________________________________________________________________
36918 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
36919         Log: on windows, virtualized environment could propagate deleted variables
36920              into children if they happen to be at the very end of the table
36921              (thanks for succinct test case from Johan Holmberg, and fix from
36922              Doug Lankshear)
36923      Branch: maint-5.6/perl
36924            ! win32/perlhost.h
36925 ____________________________________________________________________________
36926 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
36927         Log: avoid the use of ftime() (it does a useless, potentially
36928              expensive call to GetTimeZoneInformation()); this potentially
36929              also results in three more digits of precision from
36930              Time::HiRes::time()
36931      Branch: perl
36932            ! ext/Time/HiRes/HiRes.xs
36933 ____________________________________________________________________________
36934 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
36935         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
36936              
36937              Note: io/binmode is failing, have to figure out why.
36938      Branch: perl
36939            + t/test.pl
36940            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
36941            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
36942            ! t/run/exit.t
36943 ____________________________________________________________________________
36944 [ 12197] By: ams                                   on 2001/09/25  13:48:55
36945         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
36946              From: Nicholas Clark <nick@ccl4.org>
36947              Date: Tue, 25 Sep 2001 00:37:40 +0100
36948              Message-Id: <20010925003740.S4971@plum.flirble.org>
36949              (Further changes expected.)
36950      Branch: perl
36951            + lib/AutoSplit.t
36952            ! MANIFEST
36953 ____________________________________________________________________________
36954 [ 12196] By: sky                                   on 2001/09/25  13:37:12
36955         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
36956              _ftime to try and be more robust.
36957      Branch: perl
36958            ! ext/Time/HiRes/HiRes.xs
36959 ____________________________________________________________________________
36960 [ 12194] By: ams                                   on 2001/09/25  11:40:00
36961         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
36962              From: "Craig A. Berry" <craigberry@mac.com>
36963              Date: Mon, 24 Sep 2001 17:54:20 -0500
36964              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
36965      Branch: perl
36966            ! vms/descrip_mms.template
36967 ____________________________________________________________________________
36968 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
36969         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
36970              not working, cursor not spinning (Bug #422129); external
36971              editor problems (Bug #456329); escape/cmd-. not activating
36972              "Cancel" in Save dialog box (Bug #446960); Runtimes not
36973              executing on launch (Bug #464441).
36974      Branch: maint-5.6/macperl
36975            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
36976            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
36977            ! macos/macperl/MacPerl.r
36978 ____________________________________________________________________________
36979 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
36980         Log: Update CPAN.pm to work with new Mac::BuildTools instead
36981              of ExtUtils::MM_MacOS "orphan" functions
36982      Branch: maint-5.6/macperl
36983            ! lib/CPAN.pm
36984 ____________________________________________________________________________
36985 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
36986         Log: Fix up another xsubpp problem (Matthias Neeracher)
36987      Branch: maint-5.6/macperl
36988            ! macos/xsubpp
36989 ____________________________________________________________________________
36990 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
36991         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
36992      Branch: maint-5.6/macperl
36993            ! macos/lib/ExtUtils/MM_MacOS.pm
36994 ____________________________________________________________________________
36995 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
36996         Log: Fix up Makefiles for more Mac:: modules (and prepare for
36997              static build ...?)
36998      Branch: maint-5.6/macperl
36999            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
37000            ! macos/macperl/Makefile.mk
37001 ____________________________________________________________________________
37002 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
37003         Log: Fix up tests
37004      Branch: maint-5.6/macperl
37005            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
37006 ____________________________________________________________________________
37007 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
37008         Log: Make malloc smarter, fix bugs.  (Bug #404030)
37009      Branch: maint-5.6/macperl
37010            ! macos/icemalloc.c macos/icemalloc.h
37011 ____________________________________________________________________________
37012 [ 12186] By: nick                                  on 2001/09/24  19:18:17
37013         Log: Integrate mainline
37014      Branch: perlio
37015           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
37016           +> lib/filetest.t
37017           !> (integrate 30 files)
37018 ____________________________________________________________________________
37019 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
37020         Log: Retract #12136, the warnings::register is already
37021              tested by t/lib/warnings/9enabled, as pointed out
37022              by Paul Marquess.
37023      Branch: perl
37024            - lib/warnings/register.t
37025            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
37026 ____________________________________________________________________________
37027 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
37028         Log: fix Time::HiRes implementation of gettimeofday() on windows
37029              (HiRes.t#14 now passes)
37030      Branch: perl
37031            ! ext/Time/HiRes/HiRes.xs
37032 ____________________________________________________________________________
37033 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
37034         Log: File::Spec::catfile() canonifies everything to blackslashes on
37035              windows :-(
37036      Branch: perl
37037            ! lib/ExtUtils/Manifest.t
37038 ____________________________________________________________________________
37039 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
37040         Log: test number mismatch
37041      Branch: perl
37042            ! t/op/magic.t
37043 ____________________________________________________________________________
37044 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
37045         Log: ok().
37046      Branch: perl
37047            ! t/op/pack.t
37048 ____________________________________________________________________________
37049 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
37050         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
37051              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
37052      Branch: perl
37053            ! pp_pack.c t/op/pack.t
37054 ____________________________________________________________________________
37055 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
37056         Log: Update Changes.
37057      Branch: perl
37058            ! Changes patchlevel.h
37059 ____________________________________________________________________________
37060 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
37061         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
37062              From: Michael G Schwern <schwern@pobox.com>
37063              Date: Mon, 24 Sep 2001 11:12:13 -0400
37064              Message-ID: <20010924111213.G27885@blackrider>
37065      Branch: perl
37066            ! lib/ExtUtils/Manifest.pm
37067 ____________________________________________________________________________
37068 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
37069         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
37070              From: Michael G Schwern <schwern@pobox.com> 
37071              Date: Mon, 24 Sep 2001 11:02:07 -0400
37072              Message-ID: <20010924110207.E27885@blackrider>
37073      Branch: perl
37074            ! vms/test.com
37075 ____________________________________________________________________________
37076 [ 12176] By: ams                                   on 2001/09/24  14:01:59
37077         Log: Update Changes.
37078      Branch: perl
37079            ! Changes
37080 ____________________________________________________________________________
37081 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
37082         Log: Various cleanups.
37083      Branch: perl
37084            ! ext/threads/Makefile.PL ext/threads/threads.xs
37085 ____________________________________________________________________________
37086 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
37087         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
37088      Branch: maint-5.6/macperl
37089           !> (integrate 33 files)
37090 ____________________________________________________________________________
37091 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
37092         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
37093              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37094              Date: Mon, 24 Sep 2001 20:04:58 +0900
37095              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
37096      Branch: perl
37097            ! ext/Encode/Encode/gb2312.enc
37098 ____________________________________________________________________________
37099 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
37100         Log: Clarifying comment to #12164.
37101      Branch: perl
37102            ! lib/Cwd.pm
37103 ____________________________________________________________________________
37104 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
37105         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
37106              From: Nicholas Clark <nick@ccl4.org>
37107              Date: Sun, 23 Sep 2001 23:00:56 +0100
37108              Message-ID: <20010923230055.Y4971@plum.flirble.org>
37109              
37110              (with "sample_constants" changed to "fallback")
37111      Branch: perl
37112            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
37113            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
37114            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
37115            ! lib/h2xs.t utils/h2xs.PL
37116 ____________________________________________________________________________
37117 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
37118         Log: Metaconfig unit change for #12167.
37119      Branch: metaconfig
37120            ! U/modified/Cppsym.U
37121 ____________________________________________________________________________
37122 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
37123         Log: Add a few glibc cpp symbols to probe for.
37124      Branch: perl
37125            ! Configure
37126 ____________________________________________________________________________
37127 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
37128         Log: DJGPP tweaks for Laszlo Molnar.
37129      Branch: perl
37130            ! djgpp/djgppsed.sh dosish.h
37131 ____________________________________________________________________________
37132 [ 12165] By: ams                                   on 2001/09/24  10:07:08
37133         Log: Subject: [PATCH t/op/inccode.t] More tests
37134              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
37135              Date: 24 Sep 2001 10:01:44 -0000
37136              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
37137      Branch: perl
37138            ! t/op/inccode.t
37139 ____________________________________________________________________________
37140 [ 12164] By: ams                                   on 2001/09/24  09:43:29
37141         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
37142              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
37143              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
37144              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
37145      Branch: perl
37146            ! lib/Cwd.pm
37147 ____________________________________________________________________________
37148 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
37149         Log: 1_compile updates.
37150      Branch: perl
37151            ! t/lib/1_compile.t
37152 ____________________________________________________________________________
37153 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
37154         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
37155              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37156              Date: Wed, 19 Sep 2001 22:47:14 +0200
37157              Message-ID: <20010919224714.A6382@rafael>
37158      Branch: perl
37159            ! pod/perlvar.pod pp_ctl.c
37160 ____________________________________________________________________________
37161 [ 12161] By: ams                                   on 2001/09/23  17:40:02
37162         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
37163              filetest Pragma
37164              From: "chromatic" <chromatic@rmci.net>
37165              Date: Sun, 23 Sep 2001 12:07:25 -0600
37166              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
37167      Branch: perl
37168            + lib/filetest.t
37169            ! MANIFEST t/lib/1_compile.t
37170 ____________________________________________________________________________
37171 [ 12160] By: ams                                   on 2001/09/23  16:32:11
37172         Log: Additional minor chdir() tweak.
37173      Branch: perl
37174            ! pod/perlfunc.pod
37175 ____________________________________________________________________________
37176 [ 12159] By: ams                                   on 2001/09/23  16:25:01
37177         Log: Subject: PATCH lib/ExtUtils/Command.t
37178              From: Abe Timmerman <abe@ztreet.demon.nl>
37179              Date: Sun, 23 Sep 2001 19:11:44 +0200
37180              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
37181      Branch: perl
37182            ! lib/ExtUtils/Command.t
37183 ____________________________________________________________________________
37184 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
37185         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
37186              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
37187              Date: Sun, 23 Sep 2001 02:02:26 +0200
37188              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
37189      Branch: perl
37190            ! makedef.pl
37191 ____________________________________________________________________________
37192 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
37193         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
37194              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
37195              Date: Sat, 22 Sep 2001 12:54:39 -0500
37196              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
37197      Branch: perl
37198            ! t/op/study.t
37199 ____________________________________________________________________________
37200 [ 12156] By: nick                                  on 2001/09/23  07:48:44
37201         Log: Integrate mainline
37202      Branch: perlio
37203            - check83.pl
37204           !> ext/Encode/Encode/2022-cn.enc
37205 ____________________________________________________________________________
37206 [ 12155] By: nick                                  on 2001/09/23  07:48:01
37207         Log: Integrate mainline
37208      Branch: perlio
37209           +> (branch 64 files)
37210            - ext/Encode/Encode/cns11643-1.enc
37211            - ext/Encode/Encode/cns11643-2.enc
37212            - ext/Encode/Encode/iso2022-cn.enc
37213            - ext/Encode/Encode/iso2022-jp.enc
37214            - ext/Encode/Encode/iso2022-jp1.enc
37215            - ext/Encode/Encode/iso2022-jp2.enc
37216            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
37217            - ext/Encode/Encode/iso8859-1.enc
37218            - ext/Encode/Encode/iso8859-1.ucm
37219            - ext/Encode/Encode/iso8859-10.enc
37220            - ext/Encode/Encode/iso8859-10.ucm
37221            - ext/Encode/Encode/iso8859-13.enc
37222            - ext/Encode/Encode/iso8859-13.ucm
37223            - ext/Encode/Encode/iso8859-14.enc
37224            - ext/Encode/Encode/iso8859-14.ucm
37225            - ext/Encode/Encode/iso8859-15.enc
37226            - ext/Encode/Encode/iso8859-15.ucm
37227            - ext/Encode/Encode/iso8859-16.enc
37228            - ext/Encode/Encode/iso8859-16.ucm
37229            - ext/Encode/Encode/iso8859-2.enc
37230            - ext/Encode/Encode/iso8859-2.ucm
37231            - ext/Encode/Encode/iso8859-3.enc
37232            - ext/Encode/Encode/iso8859-3.ucm
37233            - ext/Encode/Encode/iso8859-4.enc
37234            - ext/Encode/Encode/iso8859-4.ucm
37235            - ext/Encode/Encode/iso8859-5.enc
37236            - ext/Encode/Encode/iso8859-5.ucm
37237            - ext/Encode/Encode/iso8859-6.enc
37238            - ext/Encode/Encode/iso8859-6.ucm
37239            - ext/Encode/Encode/iso8859-7.enc
37240            - ext/Encode/Encode/iso8859-7.ucm
37241            - ext/Encode/Encode/iso8859-8.enc
37242            - ext/Encode/Encode/iso8859-8.ucm
37243            - ext/Encode/Encode/iso8859-9.enc
37244            - ext/Encode/Encode/iso8859-9.ucm
37245            - ext/Encode/Encode/isoir-197.enc
37246            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
37247            - t/lib/sample-tests/header_at_end
37248            - t/lib/sample-tests/header_at_end_fail
37249           !> (integrate 174 files)
37250 ____________________________________________________________________________
37251 [ 12154] By: ams                                   on 2001/09/23  07:11:46
37252         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
37253              by Blair Zajac.
37254      Branch: perl
37255            ! pod/perlfunc.pod
37256 ____________________________________________________________________________
37257 [ 12153] By: ams                                   on 2001/09/23  06:56:32
37258         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
37259              Forgotten deprecation of *glob{FILEHANDLE}?
37260              From: "chromatic" <chromatic@rmci.net>
37261              Date: Sat, 22 Sep 2001 21:27:56 -0600
37262              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
37263      Branch: perl
37264            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
37265 ____________________________________________________________________________
37266 [ 12152] By: ams                                   on 2001/09/23  06:42:58
37267         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
37268              From: Michael G Schwern <schwern@pobox.com>
37269              Date: Sun, 23 Sep 2001 03:34:39 -0400
37270              Message-Id: <20010923033439.E7005@blackrider>
37271      Branch: perl
37272            ! lib/File/Find.pm
37273 ____________________________________________________________________________
37274 [ 12151] By: ams                                   on 2001/09/23  06:37:57
37275         Log: Subject: Re: t/op/magic.t missing tests on Win32
37276              From: Michael G Schwern <schwern@pobox.com>
37277              Date: Sat, 22 Sep 2001 20:29:09 -0400
37278              Message-Id: <20010922202909.I18223@blackrider>
37279      Branch: perl
37280            ! t/op/magic.t
37281 ____________________________________________________________________________
37282 [ 12150] By: ams                                   on 2001/09/23  06:36:26
37283         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
37284              Dumpvalue.pm
37285              From: "chromatic" <chromatic@rmci.net>
37286              Date: Sat, 22 Sep 2001 19:41:31 -0600
37287              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
37288      Branch: perl
37289            + lib/Dumpvalue.t
37290            ! MANIFEST lib/Dumpvalue.pm
37291 ____________________________________________________________________________
37292 [ 12149] By: ams                                   on 2001/09/23  06:25:35
37293         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
37294              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37295              Date: Sun, 23 Sep 2001 15:27:56 +0900
37296              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
37297      Branch: perl
37298            ! ext/Encode/Encode/2022-cn.enc
37299 ____________________________________________________________________________
37300 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
37301         Log: Manual eror in #12147.
37302      Branch: perl
37303            ! win32/win32.c
37304 ____________________________________________________________________________
37305 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
37306         Log: Integrate change #12146 from maintperl;
37307              win32_chdir() et al don't handle a NULL argument gracefully
37308      Branch: perl
37309           !> win32/perlhost.h win32/win32.c
37310 ____________________________________________________________________________
37311 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
37312         Log: win32_chdir() et al don't handle a NULL argument gracefully
37313      Branch: maint-5.6/perl
37314            ! win32/perlhost.h win32/win32.c
37315 ____________________________________________________________________________
37316 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
37317         Log: typo in change#12026
37318      Branch: maint-5.6/perl
37319            ! op.c
37320 ____________________________________________________________________________
37321 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
37322         Log: Subject: [PATCH] Re: scalar context unpack bugs
37323              From: Nicholas Clark <nick@ccl4.org>
37324              Date: Sat, 22 Sep 2001 23:07:56 +0100
37325              Message-ID: <20010922230755.O4971@plum.flirble.org>
37326      Branch: perl
37327            ! pp_pack.c t/op/pack.t
37328 ____________________________________________________________________________
37329 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
37330         Log: Try ExtUtils::Command.t everywhere, not just on Win32
37331              (as suggested by NI-S).  Also allow running it either
37332              in t/ or in the main directory.
37333      Branch: perl
37334            ! lib/ExtUtils/Command.t
37335 ____________________________________________________________________________
37336 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
37337         Log: Update the test on warnings/register.t.
37338      Branch: perl
37339            ! t/lib/1_compile.t
37340 ____________________________________________________________________________
37341 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
37342         Log: The code is now almost tidy enough to keep the IRIX cc happy.
37343      Branch: perl
37344            ! hints/irix_6.sh
37345 ____________________________________________________________________________
37346 [ 12140] By: ams                                   on 2001/09/22  17:26:32
37347         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
37348              use_ithreads
37349              From: "Craig A. Berry" <craigberry@mac.com>
37350              Date: Sat, 22 Sep 2001 13:15:32 -0500
37351              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
37352      Branch: perl
37353            ! configure.com
37354 ____________________________________________________________________________
37355 [ 12139] By: ams                                   on 2001/09/22  16:44:08
37356         Log: Do what perl_clone() does for sharedsv functions.
37357      Branch: perl
37358            ! embed.pl proto.h
37359 ____________________________________________________________________________
37360 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
37361         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
37362              (suggested by Sarathy, extensions shouldn't be dabbling with
37363              op structures, so binary backward compatibility should not be
37364              an issue.)
37365      Branch: perl
37366            ! hints/irix_6.sh op.h
37367 ____________________________________________________________________________
37368 [ 12137] By: ams                                   on 2001/09/22  16:21:05
37369         Log: More cleanups. (What's PERL_DECL_PROT?)
37370      Branch: perl
37371            ! embed.pl proto.h sharedsv.h
37372 ____________________________________________________________________________
37373 [ 12136] By: ams                                   on 2001/09/22  15:14:34
37374         Log: (Retracted by #12185)
37375              
37376              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
37377              Add Tests for warnings::register, Doc Update
37378              From: "chromatic" <chromatic@rmci.net>
37379              Date: Sat, 22 Sep 2001 09:43:20 -0600
37380              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
37381      Branch: perl
37382            + lib/warnings/register.t
37383            ! MANIFEST lib/warnings/register.pm
37384 ____________________________________________________________________________
37385 [ 12135] By: ams                                   on 2001/09/22  15:07:50
37386         Log: `@foo' should be @foo for consistency.
37387      Branch: perl
37388            ! pod/perldiag.pod
37389 ____________________________________________________________________________
37390 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
37391         Log: (Retracted by #12138)
37392              
37393              Add -woff (turn warning off) 3187:
37394              "A pointer is converted to a smaller integer."
37395              This happens when your pointers are 64-bit: then every case
37396              of converting pointers to PADOFFSETs (explicitly 32-bit)
37397              faces truncation (even explicit use of INT2PTR doesn't help).
37398              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
37399              Changing PADOFFSET from U32 to UV would help, but that
37400              would break binary backward compatibility of BASEOP and padop
37401              (assuming you have been using 64-bit pointers).
37402      Branch: perl
37403            ! hints/irix_6.sh
37404 ____________________________________________________________________________
37405 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
37406         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
37407              but the name comes from the inside the file, not from the file
37408              name, and Rumanian is the name of the language.
37409      Branch: perl
37410            + ext/Encode/Encode/macRumanian.enc
37411            - ext/Encode/Encode/macRomania.enc
37412            ! MANIFEST
37413 ____________________________________________________________________________
37414 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
37415         Log: Rename perltootc as perltooc for 8.3-friedliness.
37416      Branch: perl
37417            + pod/perltooc.pod
37418            - pod/perltootc.pod
37419            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
37420            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
37421            ! pod/perltoot.pod
37422 ____________________________________________________________________________
37423 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
37424         Log: Find more conflicts by lowercasing.
37425      Branch: perl
37426            + Porting/check83.pl
37427            - check83.pl
37428            ! MANIFEST
37429 ____________________________________________________________________________
37430 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
37431         Log: The AIX cc 5.0.0.0 is simply too buggy.
37432      Branch: perl
37433            ! hints/aix.sh
37434 ____________________________________________________________________________
37435 [ 12129] By: ams                                   on 2001/09/22  12:35:38
37436         Log: Uninteresting cleanup.
37437      Branch: perl
37438            ! form.h
37439 ____________________________________________________________________________
37440 [ 12128] By: ams                                   on 2001/09/22  12:28:48
37441         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
37442              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37443              Date: Sat, 22 Sep 2001 14:29:13 +0100
37444              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
37445      Branch: perl
37446            ! cv.h
37447 ____________________________________________________________________________
37448 [ 12127] By: ams                                   on 2001/09/22  12:04:28
37449         Log: What's a backet?
37450      Branch: perl
37451            ! dump.c
37452 ____________________________________________________________________________
37453 [ 12126] By: ams                                   on 2001/09/22  10:02:34
37454         Log: Removed duplicated tests #19 and #20.
37455      Branch: perl
37456            ! t/op/do.t
37457 ____________________________________________________________________________
37458 [ 12125] By: ams                                   on 2001/09/22  03:58:41
37459         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
37460              From: Michael Carman <mjcarman@home.com>
37461              Date: Fri, 21 Sep 2001 17:54:05 -0500
37462              Message-Id: <3BABC50D.6040202@home.com>
37463              (Applied with some changes.)
37464      Branch: perl
37465            ! pod/perlmod.pod
37466 ____________________________________________________________________________
37467 [ 12124] By: ams                                   on 2001/09/22  03:44:19
37468         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
37469              From: Michael G Schwern <schwern@pobox.com>
37470              Date: Fri, 21 Sep 2001 19:20:40 -0400
37471              Message-Id: <20010921192040.E5494@blackrider>
37472      Branch: perl
37473            ! t/op/chdir.t
37474 ____________________________________________________________________________
37475 [ 12123] By: ams                                   on 2001/09/22  03:41:08
37476         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
37477              From: Blair Zajac <blair@orcaware.com>
37478              Date: Fri, 21 Sep 2001 15:13:04 -0700
37479              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
37480      Branch: perl
37481            ! t/op/chdir.t
37482 ____________________________________________________________________________
37483 [ 12122] By: ams                                   on 2001/09/22  03:37:07
37484         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
37485              20010920.007
37486              From: Michael G Schwern <schwern@pobox.com>
37487              Date: Fri, 21 Sep 2001 17:59:03 -0400
37488              Message-Id: <20010921175903.V5494@blackrider>
37489      Branch: perl
37490            ! t/op/do.t
37491 ____________________________________________________________________________
37492 [ 12121] By: ams                                   on 2001/09/22  03:30:38
37493         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
37494              suite on WinCE)
37495              From: Michael G Schwern <schwern@pobox.com>
37496              Date: Fri, 21 Sep 2001 19:41:03 -0400
37497              Message-Id: <20010921194103.G5494@blackrider>
37498      Branch: perl
37499            ! pod/perlport.pod
37500 ____________________________________________________________________________
37501 [ 12120] By: ams                                   on 2001/09/22  03:28:06
37502         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
37503              From: Michael G Schwern <schwern@pobox.com>
37504              Date: Fri, 21 Sep 2001 17:33:35 -0400
37505              Message-Id: <20010921173335.T5494@blackrider>
37506              ($ENV{FOO}=undef hunk not applied.)
37507      Branch: perl
37508            ! t/op/magic.t
37509 ____________________________________________________________________________
37510 [ 12119] By: ams                                   on 2001/09/22  03:02:26
37511         Log: Subject: [PATCH] perldiag.pod
37512              From: Peter Scott <Peter@PSDT.com>
37513              Date: Fri, 21 Sep 2001 18:54:50 -0700
37514              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
37515              (Moved to the right place.)
37516      Branch: perl
37517            ! pod/perldiag.pod
37518 ____________________________________________________________________________
37519 [ 12118] By: ams                                   on 2001/09/21  20:05:29
37520         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
37521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37522              Date: Fri, 21 Sep 2001 22:36:54 +0200
37523              Message-Id: <20010921223654.A12742@rafael>
37524      Branch: perl
37525            ! t/op/do.t
37526 ____________________________________________________________________________
37527 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
37528         Log: Restore things as they were before
37529              the backward compatibility police notices.
37530      Branch: perl
37531            ! lib/Cwd.pm
37532 ____________________________________________________________________________
37533 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
37534         Log: More Cwd from Schwern: make also OS/2 and DOS
37535              Cwd agree with File::Spec (that is, native path
37536              syntax using \ instead of / -- backward compatibility
37537              polic warning) and stop Win32 from using bsd_realpath().
37538      Branch: perl
37539            ! lib/Cwd.pm
37540 ____________________________________________________________________________
37541 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
37542         Log: Subject: [PATCH @12110] RE: Untested libraries update
37543              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37544              Date: Fri, 21 Sep 2001 18:21:07 +0100
37545              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
37546      Branch: perl
37547            ! lib/warnings/register.pm
37548 ____________________________________________________________________________
37549 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
37550         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
37551              From: Michael G Schwern <schwern@pobox.com>
37552              Date: Thu, 20 Sep 2001 22:54:02 -0400
37553              Message-ID: <20010920225402.A3611@blackrider>
37554      Branch: perl
37555            ! lib/Cwd.pm
37556 ____________________________________________________________________________
37557 [ 12113] By: ams                                   on 2001/09/21  17:08:24
37558         Log: Subject: [PATCH] avoid v-strings with require/use
37559              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37560              Date: Fri, 21 Sep 2001 12:34:40 -0400
37561              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
37562      Branch: perl
37563            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
37564            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
37565            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
37566            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
37567            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
37568            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
37569            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
37570            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
37571            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
37572            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
37573            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
37574            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
37575            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
37576            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
37577            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
37578            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
37579            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
37580            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
37581            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
37582 ____________________________________________________________________________
37583 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
37584         Log: Update Changes.
37585      Branch: perl
37586            ! Changes patchlevel.h
37587 ____________________________________________________________________________
37588 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
37589         Log: Make AIX and Tru64 compilers happy.  
37590      Branch: perl
37591            ! ext/threads/threads.h ext/threads/threads.xs
37592 ____________________________________________________________________________
37593 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
37594         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
37595              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
37596              Date: 21 Sep 2001 09:16:37 -0000
37597              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
37598      Branch: perl
37599            ! toke.c
37600 ____________________________________________________________________________
37601 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
37602         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
37603              From: Michael G Schwern <schwern@pobox.com>
37604              Date: Thu, 20 Sep 2001 21:21:34 -0400
37605              Message-ID: <20010920212134.Y28291@blackrider>
37606      Branch: perl
37607            ! pp_sys.c
37608 ____________________________________________________________________________
37609 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
37610         Log: Subject: Re: GDB Debugging Macros from mod_perl
37611              From: rspier@pobox.com (Robert Spier)
37612              Date: Thu, 20 Sep 2001 22:45:03 -0700
37613              Message-ID: <15274.54239.413929.49430@rls.cx>
37614      Branch: perl
37615            ! pod/perltodo.pod
37616 ____________________________________________________________________________
37617 [ 12105] By: sky                                   on 2001/09/21  10:33:34
37618         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
37619              timezone! GetSystemTime should be available on all Win32 
37620              platforms we support. Perhaps Time::HiRes should be extended to
37621              support WinCE and Novell?
37622      Branch: perl
37623            ! ext/Time/HiRes/HiRes.xs
37624 ____________________________________________________________________________
37625 [ 12104] By: sky                                   on 2001/09/21  08:12:39
37626         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
37627      Branch: perl
37628            ! ext/threads/threads.h ext/threads/threads.xs
37629 ____________________________________________________________________________
37630 [ 12103] By: sky                                   on 2001/09/21  07:57:41
37631         Log: Rename the *thread* functions to Perl_* to avoid clashes.
37632              Notably on AIX but could become a problem on other platforms.
37633      Branch: perl
37634            ! ext/threads/threads.h ext/threads/threads.xs
37635 ____________________________________________________________________________
37636 [ 12102] By: sky                                   on 2001/09/21  07:35:30
37637         Log: Add the shared sv space to the global vars.
37638              Fix problems compiling on win32.
37639      Branch: perl
37640            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
37641            ! sharedsv.c sharedsv.h
37642 ____________________________________________________________________________
37643 [ 12101] By: ams                                   on 2001/09/21  00:19:55
37644         Log: Subject: [PATCH] win32/Makefile warning fix
37645              From: Blair Zajac <blair@orcaware.com>
37646              Date: Thu, 20 Sep 2001 18:15:43 -0700
37647              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
37648      Branch: perl
37649            ! win32/Makefile
37650 ____________________________________________________________________________
37651 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
37652         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
37653              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37654              Date: Thu, 20 Sep 2001 18:36:22 +0200
37655              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
37656      Branch: perl
37657            ! lib/ExtUtils/Command.t
37658 ____________________________________________________________________________
37659 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
37660         Log: Cant spl wirth a dam.
37661      Branch: perl
37662            ! intrpvar.h
37663 ____________________________________________________________________________
37664 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
37665         Log: Don't use C++ comments.
37666      Branch: perl
37667            ! ext/threads/threads.xs
37668 ____________________________________________________________________________
37669 [ 12097] By: ams                                   on 2001/09/20  21:42:07
37670         Log: Change #12044 didn't.
37671      Branch: perl
37672            ! lib/constant.pm
37673 ____________________________________________________________________________
37674 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
37675         Log: Metaconfig unit changes for #12095.
37676      Branch: metaconfig
37677            ! U/modified/Myinit.U U/modified/libs.U
37678 ____________________________________________________________________________
37679 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
37680         Log: Remove iconv references since we are not using it
37681              and not going to; regen perltoc, perlmodlib.
37682              (Some references still linger in perltoc, have to figure
37683              out where they are coming from.)
37684      Branch: perl
37685            ! Configure NetWare/config.wc NetWare/config_H.wc
37686            ! Porting/Glossary Porting/config.sh Porting/config_H
37687            ! config_h.SH configure.com epoc/config.sh perl.h
37688            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
37689            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37690            ! vos/config.ga.h win32/config.bc win32/config.gc
37691            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37692            ! win32/config_H.vc wince/config.ce wince/config.h
37693            ! wince/config_H.ce
37694 ____________________________________________________________________________
37695 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
37696         Log: Subject: [PATCH docs] Re: ARGV and read
37697              From: Dave Mitchell <davem@fdgroup.co.uk>
37698              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
37699              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
37700      Branch: perl
37701            ! pod/perltodo.pod pod/perlvar.pod
37702 ____________________________________________________________________________
37703 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
37704         Log: Fresh copies from the cvs.perl.org perlfaq repository.
37705      Branch: perl
37706            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37707            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37708            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37709            ! pod/perlfaq9.pod
37710 ____________________________________________________________________________
37711 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
37712         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
37713              From: Nicholas Clark <nick@ccl4.org>
37714              Date: Thu, 20 Sep 2001 14:27:08 +0100
37715              Message-ID: <20010920142708.X4971@plum.flirble.org>
37716      Branch: perl
37717            ! pp_pack.c t/op/pack.t
37718 ____________________________________________________________________________
37719 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
37720         Log: The sharedsv_space* are variables, not code.  Duh.
37721      Branch: perl
37722            ! intrpvar.h makedef.pl
37723 ____________________________________________________________________________
37724 [ 12090] By: ams                                   on 2001/09/20  11:26:06
37725         Log: Subject: [patch lib/lib_pm.PL]
37726              From: Stas Bekman <stas@stason.org>
37727              Date: Thu, 20 Sep 2001 18:48:53 +0800
37728              Message-Id: <3BA9C995.6010302@stason.org>
37729              (Applied by hand.)
37730      Branch: perl
37731            ! lib/lib_pm.PL
37732 ____________________________________________________________________________
37733 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
37734         Log: Only 21 tests, skipping or not.
37735      Branch: perl
37736            ! lib/ExtUtils/Command.t
37737 ____________________________________________________________________________
37738 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
37739         Log: New exported symbols.
37740      Branch: perl
37741            ! makedef.pl
37742 ____________________________________________________________________________
37743 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
37744         Log: Update Changes.
37745      Branch: perl
37746            ! Changes patchlevel.h
37747 ____________________________________________________________________________
37748 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
37749         Log: Correct numbering of the tests is useful.
37750      Branch: perl
37751            ! ext/threads/t/basic.t
37752 ____________________________________________________________________________
37753 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
37754         Log: More tests now too.
37755      Branch: perl
37756            ! lib/ExtUtils/Command.t
37757 ____________________________________________________________________________
37758 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
37759         Log: More tests now.
37760      Branch: perl
37761            ! ext/threads/t/basic.t
37762 ____________________________________________________________________________
37763 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
37764         Log: The test assumed 7-bit ASCII.  Now it "just"
37765              assumes 8-bit whatever.
37766      Branch: perl
37767            ! t/op/crypt.t
37768 ____________________________________________________________________________
37769 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
37770         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
37771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37772              Date: Wed, 19 Sep 2001 11:45:28 +0200
37773              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
37774              
37775              Lvalue casts are not portable.
37776      Branch: perl
37777            ! ext/threads/threads.xs
37778 ____________________________________________________________________________
37779 [ 12081] By: sky                                   on 2001/09/19  10:17:52
37780         Log: Make the basic test contain only realy basic API tests
37781              Seems to be a problem with detach.
37782      Branch: perl
37783            ! ext/threads/t/basic.t
37784 ____________________________________________________________________________
37785 [ 12080] By: ams                                   on 2001/09/19  01:23:55
37786         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
37787              From: Michael G Schwern <schwern@pobox.com>
37788              Date: Tue, 18 Sep 2001 19:53:48 -0400
37789              Message-Id: <20010918195348.M585@blackrider>
37790              
37791              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
37792              From: Michael G Schwern <schwern@pobox.com>
37793              Date: Tue, 18 Sep 2001 22:07:13 -0400
37794              Message-Id: <20010918220713.B19616@blackrider>
37795      Branch: perl
37796            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
37797            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37798            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
37799            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
37800            ! lib/Test/Tutorial.pod
37801 ____________________________________________________________________________
37802 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
37803         Log: Indent the test a bit.
37804      Branch: perl
37805            ! ext/threads/t/basic.t
37806 ____________________________________________________________________________
37807 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
37808         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
37809              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37810              Date: Tue, 18 Sep 2001 18:06:44 +0200
37811              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
37812      Branch: perl
37813            ! win32/win32.c
37814 ____________________________________________________________________________
37815 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
37816         Log: Subject: stat access time is wrong on Win95
37817              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37818              Date: Tue, 18 Sep 2001 21:59:24 +0200
37819              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
37820      Branch: perl
37821            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
37822 ____________________________________________________________________________
37823 [ 12076] By: ams                                   on 2001/09/18  22:11:25
37824         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
37825              From: Michael G Schwern <schwern@pobox.com>
37826              Date: Tue, 18 Sep 2001 18:47:14 -0400
37827              Message-Id: <20010918184714.I585@blackrider>
37828      Branch: perl
37829            ! t/op/crypt.t
37830 ____________________________________________________________________________
37831 [ 12075] By: sky                                   on 2001/09/18  19:29:37
37832         Log: two test failures
37833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37834              Message-ID: <20010918221702.A17408@rafael>
37835              partly applied, #12074 already fixed half the patch
37836      Branch: perl
37837            ! ext/threads/t/basic.t
37838 ____________________________________________________________________________
37839 [ 12074] By: sky                                   on 2001/09/18  18:49:03
37840         Log: Fixes test case failure introduced by #12071, the warning is
37841              now correctly spelled :-)
37842      Branch: perl
37843            ! ext/IO/lib/IO/t/io_sel.t
37844 ____________________________________________________________________________
37845 [ 12073] By: sky                                   on 2001/09/18  18:46:22
37846         Log: Make the test behave properly!
37847      Branch: perl
37848            ! ext/threads/t/basic.t
37849 ____________________________________________________________________________
37850 [ 12072] By: ams                                   on 2001/09/18  18:44:59
37851         Log: OP_RCATLINE is an SVOP, not a BASEOP.
37852      Branch: perl
37853            ! opcode.h opcode.pl
37854 ____________________________________________________________________________
37855 [ 12071] By: ams                                   on 2001/09/18  18:06:27
37856         Log: Deprecate != Depreciate.
37857      Branch: perl
37858            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
37859            ! lib/Pod/ParseUtils.pm
37860 ____________________________________________________________________________
37861 [ 12070] By: ams                                   on 2001/09/18  15:14:58
37862         Log: Subject: [PATCH] Getopt::Std cleanup
37863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37864              Date: Tue, 18 Sep 2001 17:32:13 +0200
37865              Message-Id: <20010918173213.C777@rafael>
37866      Branch: perl
37867            ! lib/Getopt/Std.pm lib/Getopt/Std.t
37868 ____________________________________________________________________________
37869 [ 12069] By: sky                                   on 2001/09/18  14:56:33
37870         Log: Forgot the makefile
37871      Branch: perl
37872            + ext/threads/Makefile.PL
37873 ____________________________________________________________________________
37874 [ 12068] By: sky                                   on 2001/09/18  14:13:26
37875         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
37876              The test will fail because of Test.pm not knowing about threads. 
37877              basic needs to be manually tested
37878              compile time warnings on IV2PTR conversions need to be fixed
37879      Branch: perl
37880            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
37881            + ext/threads/threads.h ext/threads/threads.pm
37882            + ext/threads/threads.xs
37883            ! MANIFEST
37884 ____________________________________________________________________________
37885 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
37886         Log: DJGPP tweak from Laszlo Molnar.
37887      Branch: perl
37888            ! djgpp/config.over
37889 ____________________________________________________________________________
37890 [ 12066] By: sky                                   on 2001/09/18  10:24:31
37891         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
37892      Branch: perl
37893            ! sharedsv.c sharedsv.h
37894 ____________________________________________________________________________
37895 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
37896         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
37897              ditto ^cns.
37898      Branch: perl
37899            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
37900            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
37901            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
37902            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
37903            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
37904            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
37905            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
37906            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
37907            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
37908            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
37909            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
37910            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
37911            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
37912            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
37913            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
37914            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
37915            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
37916            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
37917            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
37918            + ext/Encode/Encode/ir-197.enc
37919            - ext/Encode/Encode/cns11643-1.enc
37920            - ext/Encode/Encode/cns11643-2.enc
37921            - ext/Encode/Encode/iso2022-cn.enc
37922            - ext/Encode/Encode/iso2022-jp.enc
37923            - ext/Encode/Encode/iso2022-jp1.enc
37924            - ext/Encode/Encode/iso2022-jp2.enc
37925            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
37926            - ext/Encode/Encode/iso8859-1.enc
37927            - ext/Encode/Encode/iso8859-1.ucm
37928            - ext/Encode/Encode/iso8859-10.enc
37929            - ext/Encode/Encode/iso8859-10.ucm
37930            - ext/Encode/Encode/iso8859-11.enc
37931            - ext/Encode/Encode/iso8859-11.ucm
37932            - ext/Encode/Encode/iso8859-13.enc
37933            - ext/Encode/Encode/iso8859-13.ucm
37934            - ext/Encode/Encode/iso8859-14.enc
37935            - ext/Encode/Encode/iso8859-14.ucm
37936            - ext/Encode/Encode/iso8859-15.enc
37937            - ext/Encode/Encode/iso8859-15.ucm
37938            - ext/Encode/Encode/iso8859-16.enc
37939            - ext/Encode/Encode/iso8859-16.ucm
37940            - ext/Encode/Encode/iso8859-2.enc
37941            - ext/Encode/Encode/iso8859-2.ucm
37942            - ext/Encode/Encode/iso8859-3.enc
37943            - ext/Encode/Encode/iso8859-3.ucm
37944            - ext/Encode/Encode/iso8859-4.enc
37945            - ext/Encode/Encode/iso8859-4.ucm
37946            - ext/Encode/Encode/iso8859-5.enc
37947            - ext/Encode/Encode/iso8859-5.ucm
37948            - ext/Encode/Encode/iso8859-6.enc
37949            - ext/Encode/Encode/iso8859-6.ucm
37950            - ext/Encode/Encode/iso8859-7.enc
37951            - ext/Encode/Encode/iso8859-7.ucm
37952            - ext/Encode/Encode/iso8859-8.enc
37953            - ext/Encode/Encode/iso8859-8.ucm
37954            - ext/Encode/Encode/iso8859-9.enc
37955            - ext/Encode/Encode/iso8859-9.ucm
37956            - ext/Encode/Encode/isoir-197.enc
37957            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
37958 ____________________________________________________________________________
37959 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
37960         Log: Must Uppercase.
37961      Branch: perl
37962            ! ext/Encode/Encode.pm
37963 ____________________________________________________________________________
37964 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
37965         Log: Add various encodings.
37966      Branch: perl
37967            + ext/Encode/Encode/iso8859-11.enc
37968            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
37969            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
37970            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
37971            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
37972            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
37973            + ext/Encode/Encode/viscii.ucm
37974            ! MANIFEST ext/Encode/Encode.pm
37975 ____________________________________________________________________________
37976 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
37977         Log: lib/unicode relic.
37978      Branch: perl
37979            ! ext/Encode/compile
37980 ____________________________________________________________________________
37981 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
37982         Log: Subject: [PATCH] Re: filename problems
37983              From: Michael G Schwern <schwern@pobox.com>
37984              Date: Mon, 17 Sep 2001 17:26:26 -0400
37985              Message-ID: <20010917172626.Q585@blackrider>
37986      Branch: perl
37987            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
37988            - t/lib/sample-tests/header_at_end
37989            - t/lib/sample-tests/header_at_end_fail
37990            ! MANIFEST lib/Test/Harness/t/test-harness.t
37991 ____________________________________________________________________________
37992 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
37993         Log: Explicitly explain the 1e9 seconds, not everybody
37994              is a C geek.
37995      Branch: perl
37996            ! ext/Time/HiRes/HiRes.pm
37997 ____________________________________________________________________________
37998 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
37999         Log: Explain an apparent bug reported by
38000              Richard J. Barbalace <rjbarbal@MIT.EDU>,
38001              with additional explanation from Gisle Aas.
38002      Branch: perl
38003            ! ext/Time/HiRes/HiRes.pm
38004 ____________________________________________________________________________
38005 [ 12058] By: ams                                   on 2001/09/17  19:52:01
38006         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
38007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38008              Date: Mon, 17 Sep 2001 22:48:05 +0200
38009              Message-Id: <20010917224805.C11744@rafael>
38010      Branch: perl
38011            ! t/lib/warnings/op t/lib/warnings/pp
38012 ____________________________________________________________________________
38013 [ 12057] By: ams                                   on 2001/09/17  16:51:18
38014         Log: Its a nit!
38015      Branch: perl
38016            ! sv.h
38017 ____________________________________________________________________________
38018 [ 12056] By: ams                                   on 2001/09/17  16:47:55
38019         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
38020              From: "Craig A. Berry" <craigberry@mac.com>
38021              Date: Mon, 17 Sep 2001 12:34:20 -0500
38022              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
38023      Branch: perl
38024            ! vms/vms.c
38025 ____________________________________________________________________________
38026 [ 12055] By: ams                                   on 2001/09/17  16:05:15
38027         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
38028              From: Gisle Aas <gisle@ActiveState.com>
38029              Date: 16 Apr 2001 16:20:34 -0700
38030              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
38031              (Applied by hand.)
38032      Branch: perl
38033            ! lib/CPAN.pm lib/CPAN/Nox.pm
38034 ____________________________________________________________________________
38035 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
38036         Log: Update Changes.
38037      Branch: perl
38038            ! Changes patchlevel.h
38039 ____________________________________________________________________________
38040 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
38041         Log: Adding new files to the MANIFEST is always nice.
38042      Branch: perl
38043            ! MANIFEST
38044 ____________________________________________________________________________
38045 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
38046         Log: Reindent the PerlIO files (suggested by NI-S), used
38047              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
38048              (GNU indent).  Note that wholesale re-indenting might
38049              be nice, but that would break nice formatting/alignment
38050              of assignments, equality testing, and complex boolean
38051              expressions with lots of &s and |s.
38052      Branch: perl
38053            ! perlio.c perlio.h perliol.h
38054 ____________________________________________________________________________
38055 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
38056         Log: Add a script for being 8.3-polite.
38057              The found conflicts are being worked on.
38058      Branch: perl
38059            + check83.pl
38060            ! MANIFEST Porting/pumpkin.pod
38061 ____________________________________________________________________________
38062 [ 12050] By: sky                                   on 2001/09/17  12:44:36
38063         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
38064              finding it.
38065      Branch: perl
38066            ! sv.c
38067 ____________________________________________________________________________
38068 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
38069         Log: Bump up versions because of #12041.
38070      Branch: perl
38071            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
38072            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
38073            ! lib/Time/localtime.pm
38074 ____________________________________________________________________________
38075 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
38076         Log: Bump the version number because of #12042.
38077      Branch: perl
38078            ! lib/CPAN/FirstTime.pm
38079 ____________________________________________________________________________
38080 [ 12047] By: ams                                   on 2001/09/17  11:21:40
38081         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
38082              From: Abhijit Menon-Sen <ams@wiw.org>
38083              Date: Mon, 17 Sep 2001 17:44:12 +0530
38084              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
38085      Branch: perl
38086            ! op.c
38087 ____________________________________________________________________________
38088 [ 12046] By: sky                                   on 2001/09/17  07:14:17
38089         Log: Subject: Re: t/op/ver.t using skip() improperly
38090              From: "chromatic" <chromatic@rmci.net>
38091              Date: Mon, 17 Sep 2001 00:22:29 -0600
38092              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
38093      Branch: perl
38094            ! t/op/ver.t
38095 ____________________________________________________________________________
38096 [ 12045] By: nick                                  on 2001/09/17  07:12:14
38097         Log: Integrate mainline
38098      Branch: perlio
38099           +> t/op/chdir.t
38100           !> (integrate 117 files)
38101 ____________________________________________________________________________
38102 [ 12044] By: ams                                   on 2001/09/17  05:49:53
38103         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
38104              From: Ilmari Karonen <iltzu@sci.fi>
38105              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
38106              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
38107              (And $VERSION = '1.05'.)
38108      Branch: perl
38109            ! lib/constant.pm
38110 ____________________________________________________________________________
38111 [ 12043] By: ams                                   on 2001/09/17  05:44:50
38112         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
38113              From: Michael G Schwern <schwern@pobox.com>
38114              Date: Mon, 17 Sep 2001 07:49:04 +0200
38115              Message-Id: <20010917074904.V1588@blackrider>
38116              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
38117      Branch: perl
38118            + t/op/chdir.t
38119            ! MANIFEST pp_sys.c
38120 ____________________________________________________________________________
38121 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
38122         Log: Subject: Re: CPAN.pm needs some hacking 
38123              From: "chromatic" <chromatic@rmci.net>
38124              Date: Sun, 16 Sep 2001 16:46:29 -0600
38125              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
38126      Branch: perl
38127            ! lib/CPAN/FirstTime.pm
38128 ____________________________________________________________________________
38129 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
38130         Log: Change use|require 5.005_64 to use|require 5.6.1.
38131      Branch: perl
38132            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
38133            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
38134            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
38135            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
38136            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
38137            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
38138            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
38139            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
38140            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
38141            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
38142            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
38143            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
38144            ! lib/base.pm lib/fields.pm
38145 ____________________________________________________________________________
38146 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
38147         Log: Bump up version numbers.
38148              
38149              TODO 1: double check that pre-5.6.1 CPAN.pm:s
38150              don't try to download 5.8.0 because of the
38151              version numbers.  Mainly this means using _00
38152              in the core version numbers.
38153              
38154              TODO 2: the "use 5.005_64" in many modules
38155              needs to be changed to, say, "use 5.6.1".
38156      Branch: perl
38157            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
38158            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
38159            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
38160            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
38161            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
38162            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
38163            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38164            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
38165            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
38166            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
38167            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
38168 ____________________________________________________________________________
38169 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
38170         Log: Use UCHARAT() as suggested by Inaba Hiroto.
38171      Branch: perl
38172            ! regexec.c
38173 ____________________________________________________________________________
38174 [ 12038] By: ams                                   on 2001/09/16  15:16:24
38175         Log: Subject: [PATCH] Re: Core module version numbers review
38176              From: Peter Scott <Peter@PSDT.com>
38177              Date: Sun, 16 Sep 2001 09:09:58 -0700
38178              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
38179      Branch: perl
38180            ! lib/perl5db.pl
38181 ____________________________________________________________________________
38182 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
38183         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
38184              not yet fully implemented.
38185      Branch: perl
38186            ! pod/perlfunc.pod pod/perlunicode.pod
38187 ____________________________________________________________________________
38188 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
38189         Log: Subject: [patch] plug PL_beginav_save leak
38190              From: Doug MacEachern <dougm@covalent.net>
38191              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
38192              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
38193      Branch: perl
38194            ! perl.c
38195 ____________________________________________________________________________
38196 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
38197         Log: (accidentally empty checkin)
38198      Branch: perl
38199            ! sv.c
38200 ____________________________________________________________________________
38201 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
38202         Log: Subject: [patch] ithreads+PL_beginav_save
38203              From: Doug MacEachern <dougm@covalent.net>
38204              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
38205              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
38206      Branch: perl
38207            ! sv.c
38208 ____________________________________________________________________________
38209 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
38210         Log: Subject: [PATCH] h2xs.PL with C::Scan
38211              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38212              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
38213              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
38214      Branch: perl
38215            ! utils/h2xs.PL
38216 ____________________________________________________________________________
38217 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
38218         Log: Elaborate (well, make more vague, really) #12030.
38219      Branch: perl
38220            ! pod/perltodo.pod pod/perlunicode.pod
38221 ____________________________________________________________________________
38222 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
38223         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
38224              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38225              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
38226              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
38227      Branch: perl
38228            ! regexec.c
38229 ____________________________________________________________________________
38230 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
38231         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
38232              are not yet complete.
38233      Branch: perl
38234            ! pod/perltodo.pod pod/perlunicode.pod
38235 ____________________________________________________________________________
38236 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
38237         Log: Document what's still to be done on the regular expression
38238              Unicode support, based on the UTR#18.
38239      Branch: perl
38240            ! pod/perltodo.pod pod/perlunicode.pod
38241 ____________________________________________________________________________
38242 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
38243         Log: Regen headers.
38244      Branch: perl
38245            ! embedvar.h perlapi.h
38246 ____________________________________________________________________________
38247 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
38248         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
38249              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38250              Date: Sun, 09 Sep 2001 18:41:54 +0100
38251              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
38252      Branch: perl
38253            ! Porting/findvars ext/ByteLoader/bytecode.h
38254            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
38255            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
38256 ____________________________________________________________________________
38257 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
38258         Log: enable most warnings for windows build; fix the various typecasting
38259              nits that showed up (no bugfixes here)
38260      Branch: maint-5.6/perl
38261            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
38262            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
38263            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
38264            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
38265            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
38266            ! x2p/walk.c
38267 ____________________________________________________________________________
38268 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
38269         Log: Integrate change #12024 from maintperl
38270              (a local() precedence bug)
38271      Branch: perl
38272           !> lib/ExtUtils/Install.pm
38273 ____________________________________________________________________________
38274 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
38275         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
38276              change#8642
38277      Branch: maint-5.6/perl
38278            ! lib/ExtUtils/Install.pm
38279 ____________________________________________________________________________
38280 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
38281         Log: Update Changes.
38282      Branch: perl
38283            ! Changes patchlevel.h
38284 ____________________________________________________________________________
38285 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
38286         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
38287              From: "chromatic" <chromatic@rmci.net>
38288              Date: Fri, 14 Sep 2001 09:44:57 -0600 
38289              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
38290      Branch: perl
38291            ! lib/ExtUtils/Manifest.t
38292 ____________________________________________________________________________
38293 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
38294         Log: Hopefully better skipping of the Complete.t tests
38295              in case of not a tty. 
38296      Branch: perl
38297            ! lib/Term/Complete.t t/op/stat.t
38298 ____________________________________________________________________________
38299 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
38300         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
38301              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38302              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
38303              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
38304      Branch: perl
38305            ! regexec.c t/op/pat.t
38306 ____________________________________________________________________________
38307 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
38308         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
38309              From: Robin Barker <rmb1@cise.npl.co.uk>
38310              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
38311              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
38312      Branch: perl
38313            ! pod/perlport.pod
38314 ____________________________________________________________________________
38315 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
38316         Log: NetWare tweaks from Ananth Kesari.
38317      Branch: perl
38318            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
38319            ! NetWare/nwutil.h
38320 ____________________________________________________________________________
38321 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
38322         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
38323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38324              Date: Fri, 14 Sep 2001 10:51:13 +0200
38325              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
38326      Branch: perl
38327            ! pod/perlport.pod
38328 ____________________________________________________________________________
38329 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
38330         Log: Subject: Re: [PATCH 2 pl2pm.PL]
38331              From: Joe Smith <Joe.Smith@inwap.com>
38332              Date: Fri, 14 Sep 2001 00:13:32 -0700
38333              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
38334              
38335              Eradicate qu.
38336      Branch: perl
38337            ! keywords.h keywords.pl utils/pl2pm.PL
38338 ____________________________________________________________________________
38339 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
38340         Log: Retract #12013, didn't go over too well in Tru64.
38341      Branch: perl
38342            ! embed.h embed.pl sv.h
38343 ____________________________________________________________________________
38344 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
38345         Log: Subject: [PATCH] Execute files of debugger commands
38346              From: Peter Scott <Peter@PSDT.com>
38347              Date: Thu, 13 Sep 2001 15:26:31 -0700
38348              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
38349      Branch: perl
38350            ! lib/perl5db.pl pod/perldebug.pod
38351 ____________________________________________________________________________
38352 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
38353         Log: (Retracted by #12015)
38354              Subject: [proposed PATCH] Re: perl@11920
38355              From: Nicholas Clark <nick@ccl4.org>
38356              Date: Wed, 12 Sep 2001 23:46:09 +0100
38357              Message-ID: <20010912234609.H4971@plum.flirble.org>     
38358      Branch: perl
38359            ! embed.h embed.pl sv.h
38360 ____________________________________________________________________________
38361 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
38362         Log: ucblib shouldn't be linked against in nonstop-ux,
38363              from Tom Bates.
38364      Branch: perl
38365            ! hints/nonstopux.sh
38366 ____________________________________________________________________________
38367 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
38368         Log: Do stty only if we have stty.
38369              
38370              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
38371      Branch: perl
38372            ! lib/Term/Complete.pm
38373 ____________________________________________________________________________
38374 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
38375         Log: Skip the test if not running on a tty.
38376      Branch: perl
38377            ! lib/Term/Complete.t
38378 ____________________________________________________________________________
38379 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
38380         Log: Regen headers.
38381      Branch: perl
38382            ! embed.h opcode.h pod/perlapi.pod proto.h
38383 ____________________________________________________________________________
38384 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
38385         Log: Subject: [PATCH op.c] Re: perl@12003
38386              From: Robin Barker <rmb1@cise.npl.co.uk>
38387              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
38388              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
38389      Branch: perl
38390            ! op.c
38391 ____________________________________________________________________________
38392 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
38393         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
38394              From: Robin Barker <rmb1@cise.npl.co.uk>
38395              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
38396              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
38397      Branch: perl
38398            ! sv.c
38399 ____________________________________________________________________________
38400 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
38401         Log: Upgrade to Memoize 0.66.
38402      Branch: perl
38403            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
38404            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
38405            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
38406 ____________________________________________________________________________
38407 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
38408         Log: Subject: [ID 20010912.007] substr reference core dump
38409              From: me-01@ton.iguana.be
38410              Date: 12 Sep 2001 14:11:16 -0000
38411              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
38412      Branch: perl
38413            ! mg.c
38414 ____________________________________________________________________________
38415 [ 12004] By: ams                                   on 2001/09/12  01:13:49
38416         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
38417              From: Ilmari Karonen <iltzu@sci.fi>
38418              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
38419              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
38420      Branch: perl
38421            ! pod/perlfaq4.pod
38422 ____________________________________________________________________________
38423 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
38424         Log: Update Changes.
38425      Branch: perl
38426            ! Changes patchlevel.h
38427 ____________________________________________________________________________
38428 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
38429         Log: NetWare update from Ananth Kesari.
38430      Branch: perl
38431            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
38432            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
38433 ____________________________________________________________________________
38434 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
38435         Log: Retract #11984: div() being redefined, and 1397
38436              failing on 64-bit platforms.
38437      Branch: perl
38438            ! lib/Math/BigInt/Calc.pm
38439 ____________________________________________________________________________
38440 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
38441         Log: Metaconfig unit change for #11999.
38442      Branch: metaconfig
38443            ! U/protos/d_lseekproto.U
38444 ____________________________________________________________________________
38445 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
38446         Log: The lseek fix (#11991) was no fix.
38447      Branch: perl
38448            ! Configure
38449 ____________________________________________________________________________
38450 [ 11998] By: sky                                   on 2001/09/11  07:52:06
38451         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
38452              From: Matt Sergeant <MSergeant@star.net.uk>
38453              Date: Tue, 11 Sep 2001 09:22:32 +0100
38454              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
38455      Branch: perl
38456            ! ext/Encode/Encode.pm
38457 ____________________________________________________________________________
38458 [ 11997] By: sky                                   on 2001/09/11  06:35:29
38459         Log: Sometimes dTHX is added because it is needed on non 
38460              gnuc platforms, but not needed there. This uses GCC
38461              to silence GCC specific warnings by marking pTHX as 
38462              unused.
38463      Branch: perl
38464            ! perl.h
38465 ____________________________________________________________________________
38466 [ 11996] By: nick                                  on 2001/09/11  06:25:27
38467         Log: Integrate mainline
38468      Branch: perlio
38469            - ext/POSIX/sigaction.t lib/File/Find/taint.t
38470           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
38471 ____________________________________________________________________________
38472 [ 11995] By: nick                                  on 2001/09/11  06:23:39
38473         Log: Part Integrate mainline
38474      Branch: perlio
38475           +> (branch 69 files)
38476            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
38477            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
38478            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
38479            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
38480            - lib/Switch/t/switch_case.t lib/Test/Harness.t
38481            - lib/Test/More/Changes lib/Test/More/t/More.t
38482            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
38483            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
38484            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
38485            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
38486            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
38487            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
38488            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
38489            - t/lib/Test/More/Catch.pm wince/perl.ico
38490           !> (integrate 197 files)
38491 ____________________________________________________________________________
38492 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
38493         Log: Subject: Re: [PATCH] Encode.pm docs fix
38494              From: Gisle Aas <gisle@ActiveState.com>
38495              Date: 10 Sep 2001 11:27:02 -0700
38496              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
38497      Branch: perl
38498            ! ext/Encode/Encode.pm
38499 ____________________________________________________________________________
38500 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
38501         Log: Fix unpack U to be the reverse of pack U
38502              (but implement unpack U0U as a backdoor to get
38503              the UTF-8 malformed warnings from un-UTF-8 data)
38504      Branch: perl
38505            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
38506 ____________________________________________________________________________
38507 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
38508         Log: Metaconfig unit change for #11991;
38509              delete an unused unit (d_strtoull.U is the one used)
38510      Branch: metaconfig
38511            ! U/protos/d_lseekproto.U
38512      Branch: metaconfig/U/perl
38513            - strtoull.U
38514 ____________________________________________________________________________
38515 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
38516         Log: Subject: [PATCH] Configure not recording lseek proto
38517              From: Blair Zajac <blair@orcaware.com>
38518              Date: Mon, 10 Sep 2001 17:52:37 -0700
38519              Message-ID: <3B9D6055.BA334A31@orcaware.com>
38520              
38521              plus regen Configure.
38522      Branch: perl
38523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38524            ! config_h.SH uconfig.h
38525 ____________________________________________________________________________
38526 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
38527         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?)))                  
38528              From: Nicholas Clark <nick@ccl4.org>
38529              Date: Tue, 11 Sep 2001 00:00:31 +0100
38530              Message-ID: <20010911000031.G1512@plum.flirble.org>
38531      Branch: perl
38532            + t/op/qq.t
38533            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
38534 ____________________________________________________________________________
38535 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
38536         Log: Subject: [PATCH] Building on win32 w/o perlio
38537              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
38538              Date: Mon, 10 Sep 2001 23:38:46 +0200
38539              Message-ID: <3B9D4F06.14433.2C37644@localhost>
38540      Branch: perl
38541            ! perl.c win32/Makefile win32/makefile.mk
38542 ____________________________________________________________________________
38543 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
38544         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
38545              From: "chromatic" <chromatic@rmci.net>
38546              Date: Mon, 10 Sep 2001 15:14:01 -0600
38547              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
38548      Branch: perl
38549            + lib/CGI/t/push.t
38550            ! MANIFEST
38551 ____________________________________________________________________________
38552 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
38553         Log: Subject: avoiding hoardes of zombies
38554              From: Nicholas Clark <nick@ccl4.org>
38555              Date: Mon, 10 Sep 2001 22:00:40 +0100
38556              Message-ID: <20010910220040.C1512@plum.flirble.org>
38557      Branch: perl
38558            ! pod/perlipc.pod
38559 ____________________________________________________________________________
38560 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
38561         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
38562              From: John Peacock <jpeacock@rowman.com>
38563              Date: Mon, 10 Sep 2001 16:34:30 -0400
38564              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
38565      Branch: perl
38566            ! sv.c t/op/ver.t utf8.h
38567 ____________________________________________________________________________
38568 [ 11985] By: ams                                   on 2001/09/10  23:20:13
38569         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
38570      Branch: perl
38571            ! MANIFEST
38572 ____________________________________________________________________________
38573 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
38574         Log: (Retracted by #12001)
38575              Subject: Calc with USE_MUL/USE_DIV
38576              From: Tels <perl_dummy@bloodgate.com>
38577              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
38578              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
38579      Branch: perl
38580            ! lib/Math/BigInt/Calc.pm
38581 ____________________________________________________________________________
38582 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
38583         Log: Subject: [PATCH op.c] Re: perl@11978
38584              From: Robin Barker <rmb1@cise.npl.co.uk>
38585              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
38586              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
38587              
38588              Format errors.
38589      Branch: perl
38590            ! op.c
38591 ____________________________________________________________________________
38592 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
38593         Log: Switch PADOFFSET back to U32 both because of binary backward
38594              compatibility and because Arthur seems to have been fixing the
38595              problems with naughty integer-pointer casting.
38596      Branch: perl
38597            ! op.h
38598 ____________________________________________________________________________
38599 [ 11981] By: ams                                   on 2001/09/10  16:31:43
38600         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
38601              Fix Pod Typo, Add Test for ExtUtils::Command
38602              From: "chromatic" <chromatic@rmci.net>
38603              Date: Mon, 10 Sep 2001 11:20:56 -0600
38604              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
38605      Branch: perl
38606            + lib/ExtUtils/Command.t
38607            ! MANIFEST lib/ExtUtils/Command.pm
38608 ____________________________________________________________________________
38609 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
38610         Log: Subject: [PATCH] Encode.pm docs fix
38611              From: Matt Sergeant <MSergeant@star.net.uk>
38612              Date: Mon, 10 Sep 2001 15:24:01 +0100
38613              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
38614      Branch: perl
38615            ! ext/Encode/Encode.pm
38616 ____________________________________________________________________________
38617 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
38618         Log: Update Changes.
38619      Branch: perl
38620            ! Changes patchlevel.h
38621 ____________________________________________________________________________
38622 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
38623         Log: Revert #11973, the dTHX seems to be needed in there
38624              for threaded builds.
38625      Branch: perl
38626            ! perlio.c
38627 ____________________________________________________________________________
38628 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
38629         Log: Detypo.
38630      Branch: perl
38631            ! pod/perlguts.pod
38632 ____________________________________________________________________________
38633 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
38634         Log: Further Class::Struct patching from Damian.
38635              
38636              The new new semantics are:
38637              
38638              * If you pass an initializer for a nested object, it has to be:
38639              a) a reference to an object of that class, or      
38640              b) a reference to an object of a subclass of that class, or
38641              c) a reference to a hash of arguments to be passed to the
38642              class's constructor
38643              * If you pass no initializer for a nested object, the attribute
38644              is initialized to C<undef>
38645      Branch: perl
38646            ! lib/Class/Struct.pm
38647 ____________________________________________________________________________
38648 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
38649         Log: Skip the crypt test if no crypt.
38650      Branch: perl
38651            ! t/op/crypt.t
38652 ____________________________________________________________________________
38653 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
38654         Log: Warn against using bare v-strings as IP addresses
38655              (okay if using the wrappers from Socket)
38656      Branch: perl
38657            ! pod/perldata.pod pod/perlport.pod
38658 ____________________________________________________________________________
38659 [ 11973] By: sky                                   on 2001/09/10  11:57:58
38660         Log: Remove unused dTHX. Silenced another warning.
38661      Branch: perl
38662            ! perlio.c
38663 ____________________________________________________________________________
38664 [ 11972] By: sky                                   on 2001/09/10  11:54:25
38665         Log: Silence some more warnings INT2PTR.
38666      Branch: perl
38667            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
38668 ____________________________________________________________________________
38669 [ 11971] By: sky                                   on 2001/09/10  11:21:50
38670         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
38671      Branch: perl
38672            ! cop.h
38673 ____________________________________________________________________________
38674 [ 11970] By: sky                                   on 2001/09/10  11:17:25
38675         Log: Apply INT2PTR with force to silence warnings from
38676              PM_GETRE and friends. No more warnings with 64bit 
38677              IVs and 32bit pointers.    
38678      Branch: perl
38679            ! op.c op.h perl.c
38680 ____________________________________________________________________________
38681 [ 11969] By: sky                                   on 2001/09/10  10:13:02
38682         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
38683      Branch: perl
38684            ! pod/perlguts.pod
38685 ____________________________________________________________________________
38686 [ 11968] By: sky                                   on 2001/09/10  10:02:51
38687         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
38688              Rename to custop_op_name to Perl_custom_op_name to match perlapi
38689              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
38690              perl_clone.
38691      Branch: perl
38692            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
38693 ____________________________________________________________________________
38694 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
38695         Log: Using strlen() not good on embedded nul bytes.
38696      Branch: perl
38697            ! regcomp.c
38698 ____________________________________________________________________________
38699 [ 11966] By: ams                                   on 2001/09/09  21:06:13
38700         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
38701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38702              Date: Mon, 13 Aug 2001 22:51:59 +0200
38703              Message-ID: <20010813225159.C6681@rafael>
38704              (Applied with several tweaks.)
38705      Branch: perl
38706            ! embed.h embed.pl proto.h toke.c
38707 ____________________________________________________________________________
38708 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
38709         Log: The exact error message is system-dependent.
38710      Branch: perl
38711            ! lib/ExtUtils/Manifest.t
38712 ____________________________________________________________________________
38713 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
38714         Log: Add Windows and Mac Sami support to Encode
38715              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
38716      Branch: perl
38717            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
38718            ! MANIFEST
38719 ____________________________________________________________________________
38720 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
38721         Log: Use the tried method.
38722      Branch: perl
38723            ! pod/perlport.pod
38724 ____________________________________________________________________________
38725 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
38726         Log: Can't count parentheses.
38727      Branch: perl
38728            ! ext/IO/lib/IO/Socket/INET.pm
38729 ____________________________________________________________________________
38730 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
38731         Log: perlport additions: 1 while unlink, add/delete directory
38732              entries and permissions, cygwin stat funkiness (from Michael
38733              Schwern and Nicholas Clark)
38734      Branch: perl
38735            ! pod/perlport.pod
38736 ____________________________________________________________________________
38737 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
38738         Log: blib does have a detectable test.
38739      Branch: perl
38740            ! t/lib/1_compile.t
38741 ____________________________________________________________________________
38742 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
38743         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
38744              From: "chromatic" <chromatic@rmci.net>
38745              Date: Sat, 08 Sep 2001 19:33:42 -0600
38746              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
38747      Branch: perl
38748            + lib/Term/Complete.t
38749            ! MANIFEST
38750 ____________________________________________________________________________
38751 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
38752         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
38753              From: Michael G Schwern <schwern@pobox.com> 
38754              Date: Sat, 8 Sep 2001 02:40:26 -0400
38755              Message-ID: <20010908024026.A26283@blackrider>
38756      Branch: perl
38757            + lib/Test/Tutorial.pod
38758            ! MANIFEST
38759 ____________________________________________________________________________
38760 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
38761         Log: Try to look up protocol (by name) only iff it has non-numbers:
38762              nice if the server is in a chrooted environment (no /etc/protocols,
38763              server code using hardcorded protocol numbers like 6 for tcp),
38764              suggested by John Holdsworth <coldwave@bigfoot.com>.
38765              In other words, if we are given a number, why look it up again
38766              (by number)?
38767      Branch: perl
38768            ! ext/IO/lib/IO/Socket/INET.pm
38769 ____________________________________________________________________________
38770 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
38771         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
38772              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38773              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
38774              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
38775              
38776              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
38777              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38778              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
38779              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
38780              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
38781              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38782              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
38783              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
38784      Branch: perl
38785            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
38786 ____________________________________________________________________________
38787 [ 11955] By: ams                                   on 2001/09/09  02:54:21
38788         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
38789              From: "Craig A. Berry" <craigberry@mac.com>
38790              Date: Sat, 08 Sep 2001 19:02:16 -0500
38791              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
38792      Branch: perl
38793            ! lib/CGI/t/carp.t
38794 ____________________________________________________________________________
38795 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
38796         Log: Documentation tweaks; think the IP address as an opaque string.
38797      Branch: perl
38798            ! ext/Socket/Socket.pm
38799 ____________________________________________________________________________
38800 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
38801         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
38802              From: Michael G Schwern <schwern@pobox.com>
38803              Date: Sat, 8 Sep 2001 19:45:46 -0400
38804              Message-ID: <20010908194546.C9193@blackrider>
38805      Branch: perl
38806            + lib/blib.t
38807            ! MANIFEST lib/blib.pm t/lib/1_compile.t
38808 ____________________________________________________________________________
38809 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
38810         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
38811              From: "chromatic" <chromatic@rmci.net>
38812              Date: Sat, 08 Sep 2001 12:31:44 -0600
38813              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
38814      Branch: perl
38815            + lib/CGI/t/fast.t
38816            ! MANIFEST
38817 ____________________________________________________________________________
38818 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
38819         Log: The Socket tests were wrong: they were assuming too much.
38820      Branch: perl
38821            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
38822 ____________________________________________________________________________
38823 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
38824         Log: Retract the portability changes since they
38825              seem to have opened a can of worms... will
38826              go back to UNICOS/mk and do the bare minimum
38827              required to get the tests working.
38828      Branch: perl
38829            ! ext/Socket/Socket.xs
38830 ____________________________________________________________________________
38831 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
38832         Log: PADOFFSET is used to cast pointers into integers,
38833              if pointers are 64 bits and U32 32 bits,
38834              bad things may happen, or at least warnings issued.
38835      Branch: perl
38836            ! op.h
38837 ____________________________________________________________________________
38838 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
38839         Log: Still more Socket portability tweaking.
38840              Now Socket.t seems to be happy in all of
38841              Linux/x86, Tru64/alpha, Solaris/sparc,
38842              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
38843              
38844              Addendum: it seems that io_multihomed, io_sock, and hostent
38845              were broken in little-endians (linux/x86 and tru64/alpha)
38846              because of this change.  Argh.
38847      Branch: perl
38848            ! ext/Socket/Socket.xs
38849 ____________________________________________________________________________
38850 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
38851         Log: More portability kicking on inet_ntoa().
38852      Branch: perl
38853            ! ext/Socket/Socket.xs
38854 ____________________________________________________________________________
38855 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
38856         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
38857              From: Michael G Schwern <schwern@pobox.com> 
38858              Date: Fri, 7 Sep 2001 23:06:51 -0400
38859              Message-ID: <20010907230651.R606@blackrider>
38860      Branch: perl
38861            + lib/ExtUtils/Manifest.t
38862            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
38863 ____________________________________________________________________________
38864 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
38865         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
38866              From: "chromatic" <chromatic@rmci.net>
38867              Date: Fri, 07 Sep 2001 17:53:15 -0600      
38868              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
38869      Branch: perl
38870            + lib/ExtUtils/testlib.t
38871            ! MANIFEST
38872 ____________________________________________________________________________
38873 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
38874         Log: Thinko.
38875      Branch: perl
38876            ! lib/integer.t
38877 ____________________________________________________________________________
38878 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
38879         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
38880              From: "Craig A. Berry" <craigberry@mac.com>
38881              Date: Fri, 07 Sep 2001 15:30:03 -0500
38882              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
38883      Branch: perl
38884            ! lib/CGI/Carp.pm
38885 ____________________________________________________________________________
38886 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
38887         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
38888              From: Michael G Schwern <schwern@pobox.com>
38889              Date: Fri, 7 Sep 2001 15:38:13 -0400
38890              Message-ID: <20010907153813.K606@blackrider>
38891      Branch: perl
38892            ! lib/ExtUtils/MM_Unix.pm
38893 ____________________________________________________________________________
38894 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
38895         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
38896              From: Robin Barker <rmb1@cise.npl.co.uk>
38897              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
38898              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
38899      Branch: perl
38900            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
38901 ____________________________________________________________________________
38902 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
38903         Log: Clean up 1_compile.t; move tests to more consistent
38904              places (t/ subdirectories); add integer.t (much of
38905              the pragma is tested elsewhere but there is no one
38906              centralized place)
38907      Branch: perl
38908            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
38909            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
38910            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
38911            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
38912            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
38913            - lib/File/Find/find.t lib/File/Find/taint.t
38914            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
38915 ____________________________________________________________________________
38916 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
38917         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
38918              From: "chromatic" <chromatic@rmci.net>
38919              Date: Fri, 07 Sep 2001 10:17:40 -0600
38920              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
38921      Branch: perl
38922            ! lib/File/Find/taint.t
38923 ____________________________________________________________________________
38924 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
38925         Log: Update Changes.
38926      Branch: perl
38927            ! Changes patchlevel.h
38928 ____________________________________________________________________________
38929 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
38930         Log: Rename the old threading tutorial, start a new one,
38931              regen toc.
38932      Branch: perl
38933            + pod/perlothrtut.pod
38934            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
38935            ! pod/perltoc.pod
38936 ____________________________________________________________________________
38937 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
38938         Log: vars very much has a test.
38939      Branch: perl
38940            ! t/lib/1_compile.t
38941 ____________________________________________________________________________
38942 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
38943         Log: Subject: Re: wince/perl.ico marked as binary
38944              From: Nicholas Clark <nick@ccl4.org>
38945              Date: Fri, 7 Sep 2001 13:54:40 +0100
38946              Message-ID: <20010907135439.D39150@plum.flirble.org>
38947              
38948              and wince/Makefile.ce change from Rainer Keuchel.
38949      Branch: perl
38950            + wince/makeico.pl
38951            ! MANIFEST wince/Makefile.ce
38952 ____________________________________________________________________________
38953 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
38954         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
38955              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38956              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
38957              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
38958      Branch: perl
38959            ! regexec.c
38960 ____________________________________________________________________________
38961 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
38962         Log: (Replaced by #11934)
38963              Subject: Re: [PATCH regexec.c] more general .* and .*?
38964              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38965              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
38966              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
38967      Branch: perl
38968            ! regexec.c
38969 ____________________________________________________________________________
38970 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
38971         Log: The #11931 patching misbehaved.
38972      Branch: perl
38973            ! lib/Test/Harness/t/test-harness.t
38974 ____________________________________________________________________________
38975 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
38976         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
38977              From: Michael G Schwern <schwern@pobox.com>
38978              Date: Fri, 7 Sep 2001 03:30:41 -0400
38979              Message-ID: <20010907033041.A2796@blackrider>
38980      Branch: perl
38981            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
38982            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
38983            + t/lib/sample-tests/header_at_end_fail
38984            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
38985            - lib/Test/Harness.t
38986            ! MANIFEST lib/Test/Harness.pm t/TEST
38987 ____________________________________________________________________________
38988 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
38989         Log: Subject: [PATCH] Digest::MD5 update
38990              From: Gisle Aas <gisle@ActiveState.com>
38991              Date: 06 Sep 2001 23:32:56 -0700
38992              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
38993      Branch: perl
38994            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38995            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
38996 ____________________________________________________________________________
38997 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
38998         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
38999              From: "chromatic" <chromatic@rmci.net>
39000              Date: Thu, 06 Sep 2001 23:11:44 -0600
39001              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
39002      Branch: perl
39003            + lib/less.t
39004            ! MANIFEST t/lib/1_compile.t
39005 ____________________________________________________________________________
39006 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
39007         Log: The binary file must somehow differently stored.
39008      Branch: perl
39009            - wince/perl.ico
39010            ! MANIFEST
39011 ____________________________________________________________________________
39012 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
39013         Log: Add more modules to the list of modules that have tests,
39014              Schwern's wallet is getting more nervous.
39015              (Run t/lib/1_compile.t manually to see which modules
39016              are lacking tests, or the tests can't be run for some
39017              reason or another, such as the Net:: modules)
39018      Branch: perl
39019            ! t/lib/1_compile.t
39020 ____________________________________________________________________________
39021 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
39022         Log: Try to make Socket::inet_ntoa() more robust.
39023      Branch: perl
39024            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
39025 ____________________________________________________________________________
39026 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
39027         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
39028              From: chromatic <chromatic@rmci.net>       
39029              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
39030              Message-Id: <01090522580506.19590@firewheel>           
39031      Branch: perl
39032            ! lib/English.t
39033 ____________________________________________________________________________
39034 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
39035         Log: Subject: Re: perlvar manpage and localizing special vars
39036              From: Stas Bekman <stas@stason.org>
39037              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
39038              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
39039      Branch: perl
39040            ! pod/perlvar.pod
39041 ____________________________________________________________________________
39042 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
39043         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
39044              From: Robin Barker <rmb1@cise.npl.co.uk>
39045              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
39046              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
39047      Branch: perl
39048            ! lib/ExtUtils/MakeMaker.pm
39049 ____________________________________________________________________________
39050 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
39051         Log: Symbol missing; AIX unhappy.
39052      Branch: perl
39053            ! makedef.pl
39054 ____________________________________________________________________________
39055 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
39056         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
39057              Reported in 5.61, seems to work okay in blead.
39058      Branch: perl
39059            ! t/run/kill_perl.t
39060 ____________________________________________________________________________
39061 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
39062         Log: Update Changes.
39063      Branch: perl
39064            ! Changes patchlevel.h
39065 ____________________________________________________________________________
39066 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
39067         Log: Document the bad assumptions currently breaking
39068              the Socket.t tests 10, 11, and 13 in UNICOS.
39069      Branch: perl
39070            ! ext/Socket/Socket.xs
39071 ____________________________________________________________________________
39072 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
39073         Log: Subject: [PATCH x2p] make OPTIMIZE=...
39074              From: Robin Barker <rmb1@cise.npl.co.uk>
39075              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
39076              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
39077      Branch: perl
39078            ! x2p/Makefile.SH x2p/cflags.SH
39079 ____________________________________________________________________________
39080 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
39081         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
39082              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
39083              Date: Thu, 6 Sep 2001 11:09:40 +0100
39084              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
39085              
39086              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
39087              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39088              Date: 6 Sep 2001 10:14:38 -0000
39089              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
39090      Branch: perl
39091            ! pod/perlfaq1.pod pod/perlhack.pod
39092 ____________________________________________________________________________
39093 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
39094         Log: Subject: Extra NUL is Data::Dumper output - patch
39095              From: Tony Cook <tony@develop-help.com>
39096              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
39097              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
39098      Branch: perl
39099            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39100 ____________________________________________________________________________
39101 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
39102         Log: Avoid redefinition warning
39103              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
39104              from
39105              perl -w -Ilib -MCwd -e ''
39106      Branch: perl
39107            ! lib/Cwd.pm
39108 ____________________________________________________________________________
39109 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
39110         Log: Update the is_tainted() example implementation.
39111      Branch: perl
39112            ! pod/perlsec.pod
39113 ____________________________________________________________________________
39114 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
39115         Log: Missing) in #11912.
39116      Branch: perl
39117            ! lib/Test/Simple/t/fail.t
39118 ____________________________________________________________________________
39119 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
39120         Log: Rewhack Test-Simple into core harness.
39121      Branch: perl
39122            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
39123            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
39124            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
39125            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
39126            ! lib/Test/Simple/t/skipall.t
39127 ____________________________________________________________________________
39128 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
39129         Log: Workaround for the new Exporter 'feature'.
39130      Branch: perl
39131            ! lib/Test/More.pm
39132 ____________________________________________________________________________
39133 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
39134         Log: Re-introduce pure-Perl fall-back for abs_path,
39135              re-introduce #11898.
39136      Branch: perl
39137            ! lib/Cwd.pm lib/File/Find.pm
39138 ____________________________________________________________________________
39139 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
39140         Log: More tests.
39141      Branch: perl
39142            ! lib/Exporter.t
39143 ____________________________________________________________________________
39144 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
39145         Log: Retract #11898 for now because it introduces
39146              a rather nasty depencency: when B is being built,
39147              MakeMaker is used.  MakeMaker uses File::Find.
39148              File::Find uses Cwd::getcwd()...which doesn't
39149              exist yet.
39150      Branch: perl
39151            ! lib/File/Find.pm
39152 ____________________________________________________________________________
39153 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
39154         Log: New test welcome.
39155      Branch: perl
39156            + lib/Test/Simple/t/simple.t
39157 ____________________________________________________________________________
39158 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
39159         Log: Old test begone.
39160      Branch: perl
39161            - lib/Attribute/Handlers/test.pl
39162 ____________________________________________________________________________
39163 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
39164         Log: Test-Simple syncup from Schwern.
39165      Branch: perl
39166            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
39167            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
39168            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
39169            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
39170            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
39171            - lib/Test/More/Changes lib/Test/More/t/More.t
39172            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39173            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39174            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
39175            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
39176            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
39177            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
39178            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
39179            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
39180            ! t/lib/Test/Simple/sample_tests/death.plx
39181            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
39182            ! t/lib/Test/Simple/sample_tests/extras.plx
39183            ! t/lib/Test/Simple/sample_tests/five_fail.plx
39184            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
39185            ! t/lib/Test/Simple/sample_tests/one_fail.plx
39186            ! t/lib/Test/Simple/sample_tests/require.plx
39187            ! t/lib/Test/Simple/sample_tests/success.plx
39188            ! t/lib/Test/Simple/sample_tests/too_few.plx
39189            ! t/lib/Test/Simple/sample_tests/two_fail.plx
39190 ____________________________________________________________________________
39191 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
39192         Log: Integrate File::Find changes from bleadperl
39193      Branch: maint-5.6/macperl
39194            ! lib/File/Find.pm t/lib/filefind-taint.t
39195 ____________________________________________________________________________
39196 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
39197         Log: Integrate 11847 from maint-5.6/perl
39198      Branch: maint-5.6/macperl
39199           !> sv.c
39200 ____________________________________________________________________________
39201 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
39202         Log: In UNICOS division yada yada.
39203      Branch: perl
39204            ! t/op/override.t
39205 ____________________________________________________________________________
39206 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
39207         Log: In UNICOS division is really lossy, better use
39208              a tolerance test.
39209      Branch: perl
39210            ! ext/Time/HiRes/HiRes.t
39211 ____________________________________________________________________________
39212 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
39213         Log: In UNICOS sigaction() sets an extra flag
39214              ("the signal has been registered for all the processes in
39215              a multitasking group.")
39216      Branch: perl
39217            ! ext/POSIX/sigaction.t
39218 ____________________________________________________________________________
39219 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
39220         Log: Documentation micropatch from Damian.
39221      Branch: perl
39222            ! lib/Attribute/Handlers.pm
39223 ____________________________________________________________________________
39224 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
39225         Log: (Retracted by #11908)
39226              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
39227              From: Michael G Schwern <schwern@pobox.com>
39228              Date: Wed, 5 Sep 2001 15:58:21 -0400
39229              Message-ID: <20010905155821.I632@blackrider>
39230      Branch: perl
39231            ! lib/File/Find.pm lib/File/Find/taint.t
39232 ____________________________________________________________________________
39233 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
39234         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
39235              From: Michael G Schwern <schwern@pobox.com>
39236              Date: Wed, 5 Sep 2001 19:16:31 -0400
39237              Message-ID: <20010905191631.E11386@blackrider>
39238      Branch: perl
39239            + lib/CGI/t/carp.t
39240            ! MANIFEST
39241 ____________________________________________________________________________
39242 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
39243         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
39244              From: chromatic <chromatic@rmci.net>
39245              Date: Wed, 5 Sep 2001 18:08:07 -0600
39246              Message-Id: <01090518080700.19590@firewheel>
39247      Branch: perl
39248            ! lib/English.pm
39249 ____________________________________________________________________________
39250 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
39251         Log: Fix a typo #11889 and add a test for the same.
39252      Branch: perl
39253            ! ext/Socket/Socket.t ext/Socket/Socket.xs
39254 ____________________________________________________________________________
39255 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
39256         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
39257              From: "Craig A. Berry" <craigberry@mac.com>
39258              Date: Wed, 05 Sep 2001 17:48:54 -0500
39259              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
39260      Branch: perl
39261            ! lib/warnings.t t/run/kill_perl.t
39262 ____________________________________________________________________________
39263 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
39264         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
39265              From: Michael G Schwern <schwern@pobox.com>
39266              Date: Wed, 5 Sep 2001 17:22:25 -0400
39267              Message-ID: <20010905172225.C11386@blackrider>
39268      Branch: perl
39269            ! t/run/kill_perl.t
39270 ____________________________________________________________________________
39271 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
39272         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
39273              From: Nicholas Clark <nick@ccl4.org>
39274              Date: Wed, 5 Sep 2001 20:54:24 +0100
39275              Message-ID: <20010905205424.C25120@plum.flirble.org>
39276      Branch: perl
39277            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
39278 ____________________________________________________________________________
39279 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
39280         Log: Forgotten thing.
39281      Branch: perl
39282            ! uconfig.h
39283 ____________________________________________________________________________
39284 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
39285         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
39286              From: chromatic <chromatic@rmci.net>               
39287              Date: Wed, 5 Sep 2001 13:22:08 -0600
39288              Message-Id: <01090513220807.10587@firewheel> 
39289      Branch: perl
39290            ! lib/English.pm
39291 ____________________________________________________________________________
39292 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
39293         Log: inet_ntoa() tweaks:
39294              - don't allow addresses with > 255 characters
39295              - indent the HP-UX workaround
39296              - don't leak memory
39297      Branch: perl
39298            ! ext/Socket/Socket.xs
39299 ____________________________________________________________________________
39300 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
39301         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
39302              <xwu@theeducationcenter.com>
39303      Branch: perl
39304            ! lib/File/Find.pm
39305 ____________________________________________________________________________
39306 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
39307         Log: Typo nits.
39308      Branch: perl
39309            ! lib/File/Find.pm
39310 ____________________________________________________________________________
39311 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
39312         Log: -Wall nit.
39313      Branch: perl
39314            ! op.c
39315 ____________________________________________________________________________
39316 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
39317         Log: Update to Scalar-List-Utils 1.05
39318      Branch: perl
39319            ! ext/List/Util/ChangeLog ext/List/Util/README
39320            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
39321 ____________________________________________________________________________
39322 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
39323         Log: Update Changes.
39324      Branch: perl
39325            ! Changes patchlevel.h
39326 ____________________________________________________________________________
39327 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
39328         Log: Update to Scalar-List-Utils 1.04
39329      Branch: perl
39330            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
39331            ! ext/List/Util/lib/List/Util.pm
39332            ! ext/List/Util/lib/Scalar/Util.pm
39333 ____________________________________________________________________________
39334 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
39335         Log: Metaconfigify #11724.
39336      Branch: metaconfig
39337            ! U/threads/archname.U
39338 ____________________________________________________________________________
39339 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
39340         Log: The MacOS reference is okay, no reason to hide it.
39341      Branch: perl
39342            ! lib/Cwd.pm
39343 ____________________________________________________________________________
39344 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
39345         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
39346              From: Michael G Schwern <schwern@pobox.com>
39347              Date: Tue, 4 Sep 2001 15:30:10 -0400
39348              Message-ID: <20010904153010.H26466@blackrider> 
39349              
39350              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
39351      Branch: perl
39352            ! ext/Cwd/Makefile.PL lib/Cwd.pm
39353 ____________________________________________________________________________
39354 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
39355         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.))
39356              From: Michael G Schwern <schwern@pobox.com>
39357              Date: Tue, 4 Sep 2001 17:39:13 -0400
39358              Message-ID: <20010904173913.C626@blackrider>
39359      Branch: perl
39360            ! lib/Cwd.pm
39361 ____________________________________________________________________________
39362 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
39363         Log: Subject: Re: Perl_pp_* in public API?
39364              From: "Craig A. Berry" <craigberry@mac.com>
39365              Date: Tue, 4 Sep 2001 21:51:29 -0500
39366              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
39367      Branch: perl
39368            ! ext/List/Util/Util.xs
39369 ____________________________________________________________________________
39370 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
39371         Log: From Damian: Class::Struct was unable to define
39372              recursive classes.  After the patch an object reference
39373              (rather than a hash) is required to initialize
39374              an object attribute.  If no such initializer is given to
39375              the constructor, object attributes are now default
39376              initialized to C<undef>.
39377      Branch: perl
39378            ! lib/Class/Struct.pm lib/Class/Struct.t
39379 ____________________________________________________________________________
39380 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
39381         Log: Subject: Re: sv_catpvfn and sv_setpvfn
39382              From: Richard Soderberg <rs@oregonnet.com>
39383              Date: Tue, 4 Sep 2001 15:16:47 -0700
39384              Message-Id: <200109042216.PAA17858@oregonnet.com>
39385      Branch: perl
39386            ! pod/perlclib.pod pod/perlguts.pod
39387 ____________________________________________________________________________
39388 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
39389         Log: NetWare updates from Ananth Kesari.
39390      Branch: perl
39391            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
39392            ! NetWare/nw5thread.h
39393 ____________________________________________________________________________
39394 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
39395         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?))
39396              From: Nicholas Clark <nick@ccl4.org>
39397              Date: Tue, 4 Sep 2001 22:42:50 +0100
39398              Message-ID: <20010904224250.P25120@plum.flirble.org>
39399      Branch: perl
39400            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
39401            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
39402            ! t/op/oct.t toke.c
39403 ____________________________________________________________________________
39404 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
39405         Log: Fix Cwd::getcwd() not being tainted, as noticed
39406              by Schwern.
39407      Branch: perl
39408            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
39409            - ext/Cwd/Cwd.t
39410            ! MANIFEST ext/Cwd/Cwd.xs util.c
39411 ____________________________________________________________________________
39412 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
39413         Log: Retract #11870 and volatilize the right destruct_level.
39414              Silly thinko pointed out by Sarathy.
39415      Branch: perl
39416            ! intrpvar.h perl.c
39417 ____________________________________________________________________________
39418 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
39419         Log: At least a temporary fix for the mysterious scope core dumps
39420              in Tru64 from Graham.
39421      Branch: perl
39422            ! ext/List/Util/Util.xs
39423 ____________________________________________________________________________
39424 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
39425         Log: (Retracted by #11872)
39426      Branch: perl
39427            ! intrpvar.h
39428 ____________________________________________________________________________
39429 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
39430         Log: Quench a -Wall gripe noticed by Robin Barker.
39431      Branch: perl
39432            ! op.c
39433 ____________________________________________________________________________
39434 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
39435         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
39436              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39437              Date: Wed, 05 Sep 2001 02:01:32 +0900
39438              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
39439      Branch: perl
39440            ! lib/Unicode/UCD.pm
39441 ____________________________________________________________________________
39442 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
39443         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
39444              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39445              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
39446              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
39447      Branch: perl
39448            ! gv.c
39449 ____________________________________________________________________________
39450 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
39451         Log: Update Changes.
39452      Branch: perl
39453            ! Changes patchlevel.h
39454 ____________________________________________________________________________
39455 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
39456         Log: Add the \[$@%&*] prototype support.
39457      Branch: perl
39458            ! op.c pod/perlsub.pod t/comp/proto.t
39459 ____________________________________________________________________________
39460 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
39461         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
39462              From: Michael G Schwern <schwern@pobox.com>
39463              Date: Mon, 3 Sep 2001 18:59:01 -0400
39464              Message-ID: <20010903185901.Z9233@blackrider>
39465      Branch: perl
39466            ! lib/CGI/t/form.t
39467 ____________________________________________________________________________
39468 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
39469         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
39470              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39471              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
39472              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
39473      Branch: perl
39474            ! gv.c
39475 ____________________________________________________________________________
39476 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
39477         Log: More srand entry tweakage based on Randal's suggestion.
39478      Branch: perl
39479            ! pod/perlfunc.pod
39480 ____________________________________________________________________________
39481 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
39482         Log: Subject: [PATCH] 'main' *is* a reserved word
39483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39484              Date: Mon, 3 Sep 2001 22:55:41 +0200
39485              Message-ID: <20010903225541.A24097@rafael>
39486      Branch: perl
39487            ! toke.c
39488 ____________________________________________________________________________
39489 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
39490         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
39491              From: Peter Prymmer <pvhp@best.com>
39492              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
39493              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
39494      Branch: perl
39495            ! README.vms configure.com
39496 ____________________________________________________________________________
39497 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
39498         Log: Subject: Re: A slightly better default seed?   
39499              From: Michael G Schwern <schwern@pobox.com>
39500              Date: Mon, 3 Sep 2001 18:08:15 -0400 
39501              Message-ID: <20010903180815.W9233@blackrider>
39502      Branch: perl
39503            ! t/op/srand.t
39504 ____________________________________________________________________________
39505 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
39506         Log: Add sharedsv.o to microperl object files.
39507      Branch: perl
39508            ! Makefile.micro
39509 ____________________________________________________________________________
39510 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
39511         Log: AUTHORS updates and
39512              
39513              Subject: [PATCH] Just some preening :-)        
39514              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
39515              Date: Tue, 4 Sep 2001 14:16:59 +0100
39516              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
39517      Branch: perl
39518            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
39519 ____________________________________________________________________________
39520 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
39521         Log: Typo fix and slight rewording.
39522      Branch: perl
39523            ! pod/perlfunc.pod
39524 ____________________________________________________________________________
39525 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
39526         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
39527      Branch: perl
39528            ! pod/perlfaq4.pod
39529 ____________________________________________________________________________
39530 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
39531         Log: The helper file changed name.
39532      Branch: perl
39533            ! MANIFEST
39534 ____________________________________________________________________________
39535 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
39536         Log: Update to Scalar-List-Utils 1.03
39537      Branch: perl
39538            + ext/List/Util/t/shuffle.t
39539            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
39540            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
39541            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
39542            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
39543            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
39544            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
39545            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
39546            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
39547 ____________________________________________________________________________
39548 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
39549         Log: Make crypt() do something more sane for Unicode
39550              (take crypt() of the low eight bits of the characters,
39551              instead of taking crypt() of the UTF-8 of the scalar);
39552              add a test for crypt().
39553      Branch: perl
39554            + t/op/crypt.t
39555            ! MANIFEST pod/perlfunc.pod pp.c
39556 ____________________________________________________________________________
39557 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
39558         Log: Reorganize the srand entry.
39559      Branch: perl
39560            ! pod/perlfunc.pod
39561 ____________________________________________________________________________
39562 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
39563         Log: Remove the tests that assume something about
39564              calling srand() without arguments multiple times.
39565      Branch: perl
39566            ! t/op/srand.t
39567 ____________________________________________________________________________
39568 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
39569         Log: Upgrade to Math::BigInt 1.42.
39570      Branch: perl
39571            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39572            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
39573            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
39574            ! lib/Math/BigInt/t/mbimbf.t
39575 ____________________________________________________________________________
39576 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
39577         Log: integrate change#11847 from maint-5.6
39578              
39579              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
39580      Branch: perl
39581            ! sv.c
39582 ____________________________________________________________________________
39583 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
39584         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
39585      Branch: maint-5.6/perl
39586            ! sv.c
39587 ____________________________________________________________________________
39588 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
39589         Log: As far as I can tell these functions have been Unicodified.
39590      Branch: perl
39591            ! doop.c
39592 ____________________________________________________________________________
39593 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
39594         Log: Update to Storable 1.0.13.
39595      Branch: perl
39596            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39597            ! ext/Storable/Storable.xs
39598 ____________________________________________________________________________
39599 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
39600         Log: Patch the Filter::Simple test to work with
39601              the core test suite (since the FilterTest.pm
39602              is in t/lib, not in lib).
39603      Branch: perl
39604            ! lib/Filter/Simple/t/filter.t
39605 ____________________________________________________________________________
39606 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
39607         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
39608      Branch: perl
39609            + t/lib/FilterTest.pm
39610            - t/lib/MyFilter.pm
39611 ____________________________________________________________________________
39612 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
39613         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
39614              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
39615              Text::Balanced 1.86.
39616      Branch: perl
39617            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
39618            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
39619            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
39620            + lib/Switch/t/nested.t lib/Switch/t/switch.t
39621            + lib/Text/Balanced/Changes lib/Text/Balanced/README
39622            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
39623            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
39624            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
39625            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
39626            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
39627            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
39628            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
39629            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
39630            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
39631            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
39632            ! MANIFEST lib/Attribute/Handlers.pm
39633            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
39634            ! lib/Attribute/Handlers/demo/Demo.pm
39635            ! lib/Attribute/Handlers/demo/Descriptions.pm
39636            ! lib/Attribute/Handlers/demo/MyClass.pm
39637            ! lib/Attribute/Handlers/demo/demo.pl
39638            ! lib/Attribute/Handlers/demo/demo2.pl
39639            ! lib/Attribute/Handlers/demo/demo3.pl
39640            ! lib/Attribute/Handlers/demo/demo4.pl
39641            ! lib/Attribute/Handlers/demo/demo_call.pl
39642            ! lib/Attribute/Handlers/demo/demo_chain.pl
39643            ! lib/Attribute/Handlers/demo/demo_cycle.pl
39644            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
39645            ! lib/Attribute/Handlers/demo/demo_phases.pl
39646            ! lib/Attribute/Handlers/demo/demo_range.pl
39647            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
39648            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
39649            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
39650            ! lib/Text/Balanced.pm
39651 ____________________________________________________________________________
39652 [ 11841] By: sky                                   on 2001/09/03  11:04:15
39653         Log: Forgot to add a file with Change #11840
39654      Branch: perl
39655            + t/op/srand.t
39656 ____________________________________________________________________________
39657 [ 11840] By: sky                                   on 2001/09/03  11:02:04
39658         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
39659              From: Michael G Schwern <schwern@pobox.com>
39660              Date: Mon, 3 Sep 2001 07:43:00 -0400
39661              Message-ID: <20010903074300.E9233@blackrider>
39662      Branch: perl
39663            ! MANIFEST pod/perlfunc.pod t/op/rand.t
39664 ____________________________________________________________________________
39665 [ 11839] By: sky                                   on 2001/09/03  10:47:11
39666         Log: Document the changes with regards to running of END blocks.
39667              And DESTROY on global objects are called in perl_destruct()!
39668      Branch: perl
39669            ! pod/perl572delta.pod pod/perlembed.pod
39670 ____________________________________________________________________________
39671 [ 11838] By: sky                                   on 2001/09/03  09:34:44
39672         Log: Subject: [PATCH t/op/time.t] Partial cleanup
39673              From: Michael G Schwern <schwern@pobox.com>
39674              Date: Mon, 3 Sep 2001 06:29:42 -0400
39675              Message-ID: <20010903062942.C9233@blackrider>
39676      Branch: perl
39677            ! t/op/time.t
39678 ____________________________________________________________________________
39679 [ 11837] By: sky                                   on 2001/09/03  09:30:02
39680         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
39681              From: Michael G Schwern <schwern@pobox.com>
39682              Date: Mon, 3 Sep 2001 06:24:13 -0400
39683              Message-ID: <20010903062413.B9233@blackrider>
39684      Branch: perl
39685            ! t/op/rand.t
39686 ____________________________________________________________________________
39687 [ 11836] By: sky                                   on 2001/09/03  07:56:47
39688         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
39689              From: Michael G Schwern <schwern@pobox.com>
39690              Date: Sun, 2 Sep 2001 21:38:43 -0400
39691              Message-ID: <20010902213843.L2711@blackrider>
39692      Branch: perl
39693            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
39694            ! MANIFEST
39695 ____________________________________________________________________________
39696 [ 11835] By: nick                                  on 2001/09/03  06:20:06
39697         Log: Integrate mainline
39698      Branch: perlio
39699           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
39700            - t/op/misc.t
39701           !> (integrate 187 files)
39702 ____________________________________________________________________________
39703 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
39704         Log: Update Changes.
39705      Branch: perl
39706            ! Changes patchlevel.h
39707 ____________________________________________________________________________
39708 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
39709         Log: Slight tweaks.
39710      Branch: perl
39711            ! t/run/kill_perl.t
39712 ____________________________________________________________________________
39713 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
39714         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
39715      Branch: perl
39716            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
39717 ____________________________________________________________________________
39718 [ 11831] By: sky                                   on 2001/09/02  12:10:42
39719         Log: Change #11828 wasn't complete, this updates to intest path
39720      Branch: perl
39721            ! t/run/kill_perl.t
39722 ____________________________________________________________________________
39723 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
39724         Log: 's's's.
39725      Branch: perl
39726            ! Changes
39727 ____________________________________________________________________________
39728 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
39729         Log: Update Changes.
39730      Branch: perl
39731            ! Changes patchlevel.h
39732 ____________________________________________________________________________
39733 [ 11828] By: sky                                   on 2001/09/02  11:53:56
39734         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
39735              From: Michael G Schwern <schwern@pobox.com>
39736              Date: Sat, 1 Sep 2001 20:18:58 -0400
39737              Message-ID: <20010901201858.X606@blackrider>
39738              +MANIFEST Fix
39739      Branch: perl
39740            + t/run/kill_perl.t
39741            - t/op/misc.t t/run/segfault.t
39742            ! MANIFEST
39743 ____________________________________________________________________________
39744 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
39745         Log: Subject: [PATCH] lib/Time/Local.pm
39746              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39747              Date: Sun, 2 Sep 2001 06:50:01 -0500
39748              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
39749      Branch: perl
39750            ! lib/Time/Local.pm
39751 ____________________________________________________________________________
39752 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
39753         Log: Tick off Unicode collation and the normalization from
39754              the todo list.
39755      Branch: perl
39756            ! pod/perltodo.pod
39757 ____________________________________________________________________________
39758 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
39759         Log: Update to Unicode 3.1.1.
39760      Branch: perl
39761            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
39762            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
39763            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
39764            ! lib/unicore/PropList.txt lib/unicore/README.perl
39765            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
39766            ! lib/unicore/rename lib/unicore/version
39767 ____________________________________________________________________________
39768 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
39769         Log: Slight doc tweaks for the module.
39770      Branch: perl
39771            ! lib/Unicode/UCD.pm
39772 ____________________________________________________________________________
39773 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
39774         Log: Rename the variable: it *used* to be (wrongly) that the
39775              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
39776              but that is no more the case: PL_reg_match_utf8 is better.
39777      Branch: perl
39778            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
39779            ! regexec.c sv.c thrdvar.h
39780 ____________________________________________________________________________
39781 [ 11822] By: ams                                   on 2001/09/02  02:54:50
39782         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
39783              From: Ilmari Karonen <iltzu@sci.fi>
39784              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
39785              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
39786              (op/sub_lval.t updated to take new error message into account.)
39787      Branch: perl
39788            ! op.c t/op/sub_lval.t
39789 ____________________________________________________________________________
39790 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
39791         Log: remove stray CRs in files; keep all files with UNIX line-ends
39792              (Porting/makerel adds CRs to the files that need it in the
39793              distribution)
39794      Branch: perl
39795            ! NetWare/t/NWScripts.pl README.dos
39796            ! ext/Encode/Encode/cns11643-1.enc
39797            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
39798            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
39799 ____________________________________________________________________________
39800 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
39801         Log: some remnants of change#11803
39802      Branch: perl
39803            ! ext/ByteLoader/byterun.h perl.h
39804 ____________________________________________________________________________
39805 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
39806         Log: Update to Unicode::Collate 0.08.
39807      Branch: perl
39808            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
39809            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
39810 ____________________________________________________________________________
39811 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
39812         Log: Test tweaks.
39813      Branch: perl
39814            ! t/op/pat.t
39815 ____________________________________________________________________________
39816 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
39817         Log: Fix test
39818      Branch: maint-5.6/macperl
39819            ! t/lib/b.t
39820 ____________________________________________________________________________
39821 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
39822         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
39823              warnings in Config.pm with -W; increase default and
39824              minimum RAM; bump version number.
39825      Branch: maint-5.6/macperl
39826            + macos/lib/Mac/LowMem.pm
39827            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
39828            ! macos/configpm macos/macperl/MacPerl.r
39829 ____________________________________________________________________________
39830 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
39831         Log: Make syntax check report in MPW style, fix tests
39832              to use Mac::err=unix to get normal-style error
39833              messages.
39834      Branch: maint-5.6/macperl
39835            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
39836            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
39837 ____________________________________________________________________________
39838 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
39839         Log: Make MPW-style errors optional (but the default); add
39840              MacPerl::ErrorFormat() function and Mac::err pragma
39841      Branch: maint-5.6/macperl
39842            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
39843            + macos/ext/Mac/err/err.xs
39844            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
39845            ! macos/macish.c macos/macish.h macos/macperl.sym
39846 ____________________________________________________________________________
39847 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
39848         Log: More module and test ports from Thomas Wegner et al
39849      Branch: maint-5.6/macperl
39850            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39851            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
39852            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
39853            ! t/op/magic.t
39854 ____________________________________________________________________________
39855 [ 11812] By: sky                                   on 2001/09/01  17:19:30
39856         Log: Subject: [PATCH t/op/concat.t] cleanup
39857              From: Michael G Schwern <schwern@pobox.com>
39858              Date: Sat, 1 Sep 2001 14:06:28 -0400
39859              Message-ID: <20010901140628.C606@blackrider>
39860      Branch: perl
39861            ! t/op/concat.t
39862 ____________________________________________________________________________
39863 [ 11811] By: sky                                   on 2001/09/01  12:25:29
39864         Log: Change #11805 didn't update the MANIFEST
39865      Branch: perl
39866            ! MANIFEST
39867 ____________________________________________________________________________
39868 [ 11810] By: sky                                   on 2001/09/01  11:52:44
39869         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
39870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39871              Date: Sat, 1 Sep 2001 14:50:14 +0200
39872              Message-ID: <20010901145014.A691@rafael>
39873      Branch: perl
39874            ! t/op/inccode.t
39875 ____________________________________________________________________________
39876 [ 11809] By: sky                                   on 2001/09/01  11:49:22
39877         Log: Subject: PATCH: ExtUtils::MakeMaker
39878              From: Tony Bowden <tony@kasei.com>
39879              Date: Sat, 1 Sep 2001 10:33:53 +0100
39880              Message-ID: <20010901103353.A13863@soto.kasei.com>
39881              Manually applied
39882      Branch: perl
39883            ! lib/ExtUtils/MakeMaker.pm
39884 ____________________________________________________________________________
39885 [ 11808] By: sky                                   on 2001/09/01  11:39:13
39886         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
39887              From: mike808@users.sourceforge.net
39888              Date: Sat, 1 Sep 101 11:27:50 GMT
39889              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
39890              With little tweak
39891      Branch: perl
39892            ! lib/Term/Cap.pm
39893 ____________________________________________________________________________
39894 [ 11807] By: ams                                   on 2001/09/01  11:31:16
39895         Log: Subject: oct() and hex()
39896              From: Nicholas Clark <nick@ccl4.org>
39897              Date: Fri, 31 Aug 2001 23:14:13 +0100
39898              Message-Id: <20010831231413.J4950@plum.flirble.org>
39899      Branch: perl
39900            ! pod/perlclib.pod
39901 ____________________________________________________________________________
39902 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
39903         Log: Integrate change 11801 from maintperl
39904      Branch: maint-5.6/macperl
39905            ! perl.c
39906 ____________________________________________________________________________
39907 [ 11805] By: sky                                   on 2001/08/31  21:35:10
39908         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
39909              From: Michael G Schwern <schwern@pobox.com>
39910              Date: Fri, 31 Aug 2001 15:36:28 -0400
39911              Message-ID: <20010831153628.B598@blackrider>
39912              Check for things which used to segfault
39913      Branch: perl
39914            + t/run/segfault.t
39915 ____________________________________________________________________________
39916 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
39917         Log: integrate change#11801 from maint-5.6
39918              
39919              remove age-old UNICOS "workaround" that introduces a static, and
39920              hence an egregious race condition for threaded builds (*sigh*
39921              beats me why this kludge wasn't guarded by a UNICOS-specific
39922              #define *sigh*)
39923      Branch: perl
39924            ! perl.c
39925 ____________________________________________________________________________
39926 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
39927         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
39928              working in 5.7.x
39929      Branch: perl
39930            - objXSUB.h
39931            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
39932            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
39933            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
39934            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
39935            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
39936            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
39937            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
39938            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
39939            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
39940            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
39941            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
39942            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
39943            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
39944            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
39945            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
39946            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
39947            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
39948            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
39949            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
39950            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
39951            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
39952            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
39953 ____________________________________________________________________________
39954 [ 11802] By: ams                                   on 2001/08/31  18:11:32
39955         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
39956              From: "Philip Newton" <Philip.Newton@gmx.net>
39957              Date: Fri, 31 Aug 2001 21:12:56 +0200
39958              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
39959      Branch: perl
39960            ! pod/perldiag.pod
39961 ____________________________________________________________________________
39962 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
39963         Log: remove age-old UNICOS "workaround" that introduces a static, and
39964              hence an egregious race condition for threaded builds (*sigh*
39965              beats me why this kludge wasn't guarded by a UNICOS-specific
39966              #define *sigh*)
39967      Branch: maint-5.6/perl
39968            ! perl.c
39969 ____________________________________________________________________________
39970 [ 11800] By: sky                                   on 2001/08/31  17:30:26
39971         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
39972              Might break on platforms where bool is larger than 8 bites ???
39973      Branch: perl
39974            ! regcomp.c
39975 ____________________________________________________________________________
39976 [ 11799] By: ams                                   on 2001/08/31  12:15:44
39977         Log: Integrate 11778 into mainline.
39978      Branch: perl
39979            ! t/base/term.t
39980 ____________________________________________________________________________
39981 [ 11798] By: sky                                   on 2001/08/31  11:31:44
39982         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
39983              supposed to happen.
39984      Branch: perl
39985            ! regcomp.c
39986 ____________________________________________________________________________
39987 [ 11797] By: sky                                   on 2001/08/31  11:28:17
39988         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
39989              From: "John P. Linderman" <jpl@research.att.com>
39990              Date: Fri, 31 Aug 2001 08:20:35 -0400
39991              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
39992              Fixes test 14 which could fail randomly in rare cases.
39993      Branch: perl
39994            ! ext/Time/HiRes/HiRes.t regcomp.c
39995 ____________________________________________________________________________
39996 [ 11796] By: ams                                   on 2001/08/31  01:13:07
39997         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
39998              From: Nicholas Clark <nick@ccl4.org>
39999              Date: Thu, 30 Aug 2001 23:21:50 +0100
40000              Message-Id: <20010830232150.D4950@plum.flirble.org>
40001      Branch: perl
40002            ! ext/Sys/Syslog/Makefile.PL
40003 ____________________________________________________________________________
40004 [ 11795] By: ams                                   on 2001/08/30  23:53:23
40005         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
40006              patching example
40007              From: Michael G Schwern <schwern@pobox.com>
40008              Date: Thu, 30 Aug 2001 17:02:08 -0400
40009              Message-Id: <20010830170208.M2318@blackrider>
40010      Branch: perl
40011            ! pod/perlhack.pod
40012 ____________________________________________________________________________
40013 [ 11794] By: ams                                   on 2001/08/30  19:35:36
40014         Log: Subject: [PATCH] pp_modulo
40015              From: Nicholas Clark <nick@ccl4.org>
40016              Date: Thu, 30 Aug 2001 18:20:54 +0100
40017              Message-Id: <20010830182053.A4950@plum.flirble.org>
40018      Branch: perl
40019            ! pp.c t/op/64bitint.t
40020 ____________________________________________________________________________
40021 [ 11793] By: sky                                   on 2001/08/30  13:02:48
40022         Log: 11792 wasn't complete
40023      Branch: perl
40024            ! makedef.pl regcomp.c
40025 ____________________________________________________________________________
40026 [ 11792] By: sky                                   on 2001/08/30  12:21:11
40027         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
40028      Branch: perl
40029            ! makedef.pl
40030 ____________________________________________________________________________
40031 [ 11791] By: sky                                   on 2001/08/30  10:08:02
40032         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
40033      Branch: perl
40034            ! config_h.SH
40035 ____________________________________________________________________________
40036 [ 11790] By: sky                                   on 2001/08/30  08:22:31
40037         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
40038              on the pad. Fixes coredumps in cleanups introduced by
40039              Change 11755  
40040      Branch: perl
40041            ! op.c perl.c sv.h
40042 ____________________________________________________________________________
40043 [ 11789] By: sky                                   on 2001/08/29  19:01:47
40044         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
40045              This is a replacement implmentation that works on HPUX.
40046              This bug should probably be fixed in GCC.
40047      Branch: perl
40048            ! ext/Socket/Socket.xs
40049 ____________________________________________________________________________
40050 [ 11788] By: ams                                   on 2001/08/29  17:35:33
40051         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
40052              From: Nicholas Clark <nick@ccl4.org>
40053              Date: Wed, 29 Aug 2001 18:21:56 +0100
40054              Message-Id: <20010829182156.O4950@plum.flirble.org>
40055      Branch: perl
40056            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
40057 ____________________________________________________________________________
40058 [ 11787] By: sky                                   on 2001/08/29  10:42:54
40059         Log: Added test for pack_addr_in and unpack_addr_in
40060              Nitpik in test 10
40061      Branch: perl
40062            ! ext/Socket/Socket.t
40063 ____________________________________________________________________________
40064 [ 11786] By: sky                                   on 2001/08/29  10:28:14
40065         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
40066              Trying to catch errors on HP-UX
40067      Branch: perl
40068            ! ext/Socket/Socket.t
40069 ____________________________________________________________________________
40070 [ 11785] By: sky                                   on 2001/08/29  09:07:03
40071         Log: make sure USE_THREADS is defined so external apps work
40072      Branch: perl
40073            ! config_h.SH
40074 ____________________________________________________________________________
40075 [ 11784] By: sky                                   on 2001/08/29  08:06:12
40076         Log: Subject: Re: The hitlist of untested modules.
40077              From: Jonathan Stowe <gellyfish@gellyfish.com>
40078              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
40079              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
40080              Start of tests for Shell.pm (make Schwern poorer!)
40081      Branch: perl
40082            + lib/Shell.t
40083            ! MANIFEST
40084 ____________________________________________________________________________
40085 [ 11783] By: sky                                   on 2001/08/29  07:37:50
40086         Log: END{} can change the return value even if we die from BEGIN{}
40087      Branch: perl
40088            ! miniperlmain.c
40089 ____________________________________________________________________________
40090 [ 11782] By: ams                                   on 2001/08/29  06:32:17
40091         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
40092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40093              Date: Wed, 29 Aug 2001 09:18:17 +0200
40094              Message-Id: <20010829091817.A4453@rafael>
40095      Branch: perl
40096            ! t/op/inccode.t
40097 ____________________________________________________________________________
40098 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
40099         Log: Delete xsubpp.patch, as full copy exists now
40100      Branch: maint-5.6/macperl
40101            - macos/xsubpp.patch
40102 ____________________________________________________________________________
40103 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
40104         Log: Add Changes file
40105      Branch: maint-5.6/macperl
40106            + macos/Changes
40107 ____________________________________________________________________________
40108 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
40109         Log: Add Mac version of xsubpp as separate file
40110      Branch: maint-5.6/macperl
40111            + macos/xsubpp
40112            ! macos/Makefile.mk
40113 ____________________________________________________________________________
40114 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
40115         Log: Fix open of /dev/null for Mac OS
40116      Branch: maint-5.6/macperl
40117            ! t/base/term.t
40118 ____________________________________________________________________________
40119 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
40120         Log: Various patches: enable more tests; skip CVS in PerlInstall;
40121              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
40122      Branch: maint-5.6/macperl
40123            ! macos/MacPerlTests.cmd macos/PerlInstall
40124            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
40125 ____________________________________________________________________________
40126 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
40127         Log: Allow for platforms to override formatting of errors
40128              on output from Matthias Neeracher (Mac files)
40129      Branch: maint-5.6/macperl
40130            ! macos/macish.c macos/macish.h
40131 ____________________________________________________________________________
40132 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
40133         Log: Allow for platforms to override formatting of errors
40134              on output from Matthias Neeracher (core files)
40135      Branch: maint-5.6/macperl
40136            ! perl.h pp_ctl.c util.c
40137 ____________________________________________________________________________
40138 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
40139         Log: Add some param checking, from reports by Kevin Reid.
40140      Branch: maint-5.6/macperl
40141            ! macos/ext/Mac/Controls/Controls.pm
40142            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
40143 ____________________________________________________________________________
40144 [ 11773] By: ams                                   on 2001/08/28  23:54:57
40145         Log: Subject: [PATCH] make coretest
40146              From: Paul Johnson <paul@pjcj.net>
40147              Date: Wed, 29 Aug 2001 00:11:38 +0200
40148              Message-Id: <20010829001138.B12169@pjcj.net>
40149              (Applied without the change to perlhack.pod. This should
40150              probably stay undocumented.)
40151      Branch: perl
40152            ! Makefile.SH t/TEST
40153 ____________________________________________________________________________
40154 [ 11772] By: sky                                   on 2001/08/28  13:01:20
40155         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
40156              From: Michael G Schwern <schwern@pobox.com>
40157              Date: Tue, 28 Aug 2001 09:57:39 -0400
40158              Message-ID: <20010828095738.E17775@blackrider>
40159      Branch: perl
40160            ! pod/perlhack.pod t/op/pack.t
40161 ____________________________________________________________________________
40162 [ 11771] By: sky                                   on 2001/08/28  11:20:13
40163         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
40164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40165              Date: Tue, 28 Aug 2001 14:23:43 +0200
40166              Message-ID: <20010828142343.A19299@rafael>
40167      Branch: perl
40168            ! pod/perlvar.pod pp_ctl.c
40169 ____________________________________________________________________________
40170 [ 11770] By: ams                                   on 2001/08/28  10:13:21
40171         Log: Subject: [PATCH] odd typo in op.h
40172              From: Nicholas Clark <nick@ccl4.org>
40173              Date: Tue, 28 Aug 2001 12:10:26 +0100
40174              Message-Id: <20010828121026.V4950@plum.flirble.org>
40175      Branch: perl
40176            ! op.h
40177 ____________________________________________________________________________
40178 [ 11769] By: sky                                   on 2001/08/28  08:09:16
40179         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
40180              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
40181              Date: Tue, 28 Aug 2001 02:22:20 +0300
40182              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
40183      Branch: perl
40184            ! ext/B/B/Lint.pm
40185 ____________________________________________________________________________
40186 [ 11768] By: ams                                   on 2001/08/28  00:47:35
40187         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
40188              From: Michael G Schwern <schwern@pobox.com>
40189              Date: Mon, 27 Aug 2001 21:24:44 -0400
40190              Message-Id: <20010827212444.F12582@blackrider>
40191      Branch: perl
40192            ! pod/perlhack.pod t/op/pack.t
40193 ____________________________________________________________________________
40194 [ 11767] By: ams                                   on 2001/08/27  23:59:48
40195         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
40196              From: Michael G Schwern <schwern@pobox.com>
40197              Date: Mon, 27 Aug 2001 20:12:29 -0400
40198              Message-Id: <20010827201229.D12582@blackrider>
40199      Branch: perl
40200            ! pod/perlhack.pod t/op/pack.t
40201 ____________________________________________________________________________
40202 [ 11766] By: ams                                   on 2001/08/27  23:39:40
40203         Log: Update Changes.
40204      Branch: perl
40205            ! Changes
40206 ____________________________________________________________________________
40207 [ 11765] By: ams                                   on 2001/08/27  22:53:10
40208         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
40209              From: Michael G Schwern <schwern@pobox.com>
40210              Date: Mon, 27 Aug 2001 19:47:30 -0400
40211              Message-Id: <20010827194730.C12582@blackrider>
40212      Branch: perl
40213            ! t/op/inccode.t
40214 ____________________________________________________________________________
40215 [ 11764] By: ams                                   on 2001/08/27  22:46:21
40216         Log: Subject: [PATCH] new tests for the coderef-in-@INC
40217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40218              Date: Mon, 27 Aug 2001 22:36:27 +0200
40219              Message-Id: <20010827223627.C690@rafael>
40220              
40221              Subject: Re: [PATCH] new tests for the coderef-in-@INC
40222              From: Nicholas Clark <nick@ccl4.org>
40223              Date: Tue, 28 Aug 2001 00:02:46 +0100
40224              Message-Id: <20010828000245.R4950@plum.flirble.org>
40225      Branch: perl
40226            + t/op/inccode.t
40227            ! MANIFEST
40228 ____________________________________________________________________________
40229 [ 11763] By: ams                                   on 2001/08/27  22:41:09
40230         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
40231              bleadperl on fire, Win95+4NT)
40232              From: Michael G Schwern <schwern@pobox.com>
40233              Date: Mon, 27 Aug 2001 16:54:42 -0400
40234              Message-Id: <20010827165442.F9436@blackrider>
40235      Branch: perl
40236            ! lib/warnings.t
40237 ____________________________________________________________________________
40238 [ 11762] By: sky                                   on 2001/08/27  19:19:17
40239         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
40240              avaible at compile time. This broke the compilation of 
40241              Net/Ping.pm
40242      Branch: perl
40243            ! lib/Net/Ping.pm
40244 ____________________________________________________________________________
40245 [ 11761] By: sky                                   on 2001/08/27  18:34:48
40246         Log: Removed tripple definitions of CUSTOM_OP functions.
40247      Branch: perl
40248            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
40249 ____________________________________________________________________________
40250 [ 11760] By: sky                                   on 2001/08/27  18:21:27
40251         Log: Regen headers
40252      Branch: perl
40253            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
40254            ! perlapi.h proto.h
40255 ____________________________________________________________________________
40256 [ 11759] By: ams                                   on 2001/08/27  16:31:53
40257         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
40258              From: "chromatic" <chromatic@rmci.net>
40259              Date: Mon, 27 Aug 2001 11:17:09 -0600
40260              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
40261      Branch: perl
40262            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
40263 ____________________________________________________________________________
40264 [ 11758] By: sky                                   on 2001/08/27  15:16:42
40265         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
40266              Thanks to H. Merijn Brand for the patch.
40267              Some of the comments and or guards might be removable in perl.h now.
40268      Branch: perl
40269            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
40270            ! Porting/Glossary Porting/config_H README.threads config_h.SH
40271            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
40272            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
40273            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
40274            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
40275            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
40276            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
40277            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
40278            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
40279            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
40280            ! win32/config_H.vc win32/perllib.c win32/win32.h
40281            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
40282            ! wince/config.h wince/config_H.ce wince/win32.h
40283            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
40284 ____________________________________________________________________________
40285 [ 11757] By: sky                                   on 2001/08/27  13:39:16
40286         Log: Subject: GNU ld parses arguments different
40287              From: H.Merijn Brand <h.m.brand@hccnet.nl>
40288              Date: Mon, 27 Aug 2001 16:25:51 +0200
40289              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
40290      Branch: perl
40291            ! hints/hpux.sh
40292 ____________________________________________________________________________
40293 [ 11756] By: sky                                   on 2001/08/27  13:18:45
40294         Log: Subject: Custom Ops
40295              From: Simon Cozens <simon@netthink.co.uk>
40296              Date: Sat, 25 Aug 2001 17:45:09 +0100
40297              Message-ID: <20010825174509.A5752@netthink.co.uk>
40298              I also added a fix to Opcode.pm to quite test cases.
40299      Branch: perl
40300            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
40301            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
40302 ____________________________________________________________________________
40303 [ 11755] By: sky                                   on 2001/08/27  05:37:17
40304         Log: Plugs a memory leak on destruction of regular expressions
40305              introcued by #11274.
40306              PL_regex_padav now has an AV as it's first entry with a list
40307              of freed regex_padav slots that it will reuse on creating
40308              new PMOPs.
40309      Branch: perl
40310            ! op.c perl.c
40311 ____________________________________________________________________________
40312 [ 11754] By: ams                                   on 2001/08/26  14:38:52
40313         Log: Subject: [PATCH] t/io/binmode.t
40314              From: Nicholas Clark <nick@ccl4.org>
40315              Date: Sun, 26 Aug 2001 12:03:05 +0100
40316              Message-Id: <20010826120305.C4950@plum.flirble.org>
40317              
40318              (Also a nitpick in #11752 to t/op/universal.t)
40319      Branch: perl
40320            ! t/io/binmode.t t/op/universal.t
40321 ____________________________________________________________________________
40322 [ 11753] By: ams                                   on 2001/08/26  08:19:34
40323         Log: Subject: [PATCH] op/universal.t failing
40324              From: Nicholas Clark <nick@ccl4.org>
40325              Date: Sun, 26 Aug 2001 09:48:22 +0100
40326              Message-Id: <20010826094822.B4950@plum.flirble.org>
40327      Branch: perl
40328            ! t/op/universal.t
40329 ____________________________________________________________________________
40330 [ 11752] By: ams                                   on 2001/08/25  22:46:13
40331         Log: Subject: Re: 'can' with undefined subs
40332              From: Tony Bowden <tony@kasei.com>
40333              Date: Sat, 25 Aug 2001 14:58:17 +0100
40334              Message-Id: <20010825145817.A11788@soto.kasei.com>
40335              (Applied with minor modifications.)
40336      Branch: perl
40337            ! t/op/universal.t
40338 ____________________________________________________________________________
40339 [ 11751] By: ams                                   on 2001/08/25  18:28:43
40340         Log: Subject: Re: 'can' with undefined subs
40341              From: Tony Bowden <tony@kasei.com>
40342              Date: Sat, 25 Aug 2001 15:13:14 +0100
40343              Message-Id: <20010825151314.B11788@soto.kasei.com>
40344      Branch: perl
40345            ! lib/UNIVERSAL.pm
40346 ____________________________________________________________________________
40347 [ 11750] By: nick                                  on 2001/08/25  15:24:15
40348         Log: Integrate mainline
40349      Branch: perlio
40350           +> t/io/binmode.t
40351           !> (integrate 26 files)
40352 ____________________________________________________________________________
40353 [ 11749] By: nick                                  on 2001/08/25  14:55:41
40354         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
40355              From:  John Peacock <jpeacock@rowman.com>
40356              Date:  Wed, 22 Aug 2001 12:05:28 -0400
40357              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
40358      Branch: perl
40359            ! pod/perlhack.pod
40360 ____________________________________________________________________________
40361 [ 11748] By: nick                                  on 2001/08/25  14:53:04
40362         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
40363              From:  Michael G Schwern <schwern@pobox.com>
40364              Date:  Wed, 22 Aug 2001 19:22:45 -0400
40365              Message-Id:  <20010822192245.U619@blackrider>
40366      Branch: perl
40367            ! MANIFEST
40368 ____________________________________________________________________________
40369 [ 11747] By: nick                                  on 2001/08/25  14:52:33
40370         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
40371              From:  Nicholas Clark <nick@ccl4.org>
40372              Date:  Wed, 22 Aug 2001 23:29:06 +0100
40373              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
40374      Branch: perl
40375            + t/io/binmode.t
40376            ! perlio.c pod/perlfunc.pod
40377 ____________________________________________________________________________
40378 [ 11744] By: nick                                  on 2001/08/25  14:37:33
40379         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
40380              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40381              Date:  Fri, 24 Aug 2001 22:10:42 +0200
40382              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
40383      Branch: perl
40384            ! x2p/a2py.c x2p/walk.c
40385 ____________________________________________________________________________
40386 [ 11743] By: nick                                  on 2001/08/25  14:32:47
40387         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
40388              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40389              Date:  Fri, 24 Aug 2001 23:34:13 +0200
40390              Message-Id:  <20010824233413.A1285@rafael>
40391      Branch: perl
40392            ! pod/perlfunc.pod pod/perlvar.pod
40393 ____________________________________________________________________________
40394 [ 11742] By: ams                                   on 2001/08/25  13:16:02
40395         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
40396              From: Nicholas Clark <nick@ccl4.org>
40397              Date: Sat, 25 Aug 2001 14:50:07 +0100
40398              Message-Id: <20010825145007.L41464@plum.flirble.org>
40399      Branch: perl
40400            ! pp_ctl.c
40401 ____________________________________________________________________________
40402 [ 11741] By: nick                                  on 2001/08/24  07:08:45
40403         Log: When applying patch via Porting/apply fails, do p4 refresh
40404              to get old files back.
40405      Branch: perl
40406            ! Porting/apply
40407 ____________________________________________________________________________
40408 [ 11740] By: ams                                   on 2001/08/24  04:47:24
40409         Log: #11739 was incomplete.
40410      Branch: perl
40411            ! pod/perldiag.pod
40412 ____________________________________________________________________________
40413 [ 11739] By: ams                                   on 2001/08/24  04:09:40
40414         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
40415              From: "Philip Newton" <Philip.Newton@gmx.net>
40416              Date: Fri, 24 Aug 2001 07:08:34 +0200
40417      Branch: perl
40418            ! pod/perldiag.pod
40419 ____________________________________________________________________________
40420 [ 11738] By: ams                                   on 2001/08/24  02:19:42
40421         Log: Fixed Doug Wilson's email address.
40422      Branch: perl
40423            ! AUTHORS
40424 ____________________________________________________________________________
40425 [ 11737] By: ams                                   on 2001/08/24  00:10:13
40426         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
40427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40428              Date: Thu, 23 Aug 2001 22:22:58 +0200
40429              Message-Id: <20010823222258.A901@rafael>
40430      Branch: perl
40431            ! pod/perldiag.pod
40432 ____________________________________________________________________________
40433 [ 11736] By: ams                                   on 2001/08/24  00:05:02
40434         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
40435              From: "Craig A. Berry" <craigberry@mac.com>
40436              Date: Thu, 23 Aug 2001 19:07:45 -0500
40437              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
40438      Branch: perl
40439            ! configure.com
40440 ____________________________________________________________________________
40441 [ 11735] By: sky                                   on 2001/08/23  13:42:07
40442         Log: Backed out 11732, it breaks lib/strict.t 
40443      Branch: perl
40444            ! op.c
40445 ____________________________________________________________________________
40446 [ 11734] By: sky                                   on 2001/08/23  11:45:59
40447         Log: Removed toy from 17133 after Matt Sargeants request.
40448      Branch: perl
40449            ! pod/perlfaq4.pod
40450 ____________________________________________________________________________
40451 [ 11733] By: sky                                   on 2001/08/23  11:36:29
40452         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
40453              From: Robin Houston <robin@kitsite.com>
40454              Date: Wed, 22 Aug 2001 23:06:16 +0100
40455              Message-ID: <20010822230616.A254@robin.kitsite.com>
40456      Branch: perl
40457            ! pod/perlfaq4.pod
40458 ____________________________________________________________________________
40459 [ 11732] By: sky                                   on 2001/08/23  10:36:02
40460         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
40461              From: Simon Cozens <simon@netthink.co.uk>
40462              Date: Thu, 23 Aug 2001 12:06:36 +0100
40463              Message-ID: <20010823120636.A9961@netthink.co.uk>
40464      Branch: perl
40465            ! op.c
40466 ____________________________________________________________________________
40467 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
40468         Log: fix broken windows build
40469      Branch: perl
40470            ! perl.h
40471 ____________________________________________________________________________
40472 [ 11730] By: ams                                   on 2001/08/22  21:35:30
40473         Log: Subject: [PATCH] io/tell.t doesn't chdir t
40474              From: Nicholas Clark <nick@ccl4.org>
40475              Date: Wed, 22 Aug 2001 23:25:58 +0100
40476              Message-Id: <20010822232557.Y82818@plum.flirble.org>
40477      Branch: perl
40478            ! t/io/tell.t
40479 ____________________________________________________________________________
40480 [ 11729] By: ams                                   on 2001/08/22  20:32:21
40481         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
40482              questions)
40483              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40484              Date: Wed, 22 Aug 2001 17:09:04 -0400
40485              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
40486              (Oops, forgot File::Spec::Unix in the previous patch.)
40487      Branch: perl
40488            ! lib/File/Spec/Unix.pm
40489 ____________________________________________________________________________
40490 [ 11728] By: ams                                   on 2001/08/22  20:25:41
40491         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
40492              questions)
40493              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40494              Date: Wed, 22 Aug 2001 17:09:04 -0400
40495              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
40496      Branch: perl
40497            ! lib/File/Spec.pm
40498 ____________________________________________________________________________
40499 [ 11727] By: ams                                   on 2001/08/22  19:43:30
40500         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
40501              From: John Peacock <jpeacock@rowman.com>
40502              Date: Wed, 22 Aug 2001 12:35:52 -0400
40503              Message-Id: <3B83DF68.5D89DC81@rowman.com>
40504              (Adds proper tests for $], notwithstanding Subject. +nitpick)
40505      Branch: perl
40506            ! t/op/ver.t
40507 ____________________________________________________________________________
40508 [ 11726] By: ams                                   on 2001/08/22  19:36:39
40509         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
40510              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
40511              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
40512              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
40513      Branch: perl
40514            ! lib/diagnostics.pm lib/diagnostics.t
40515 ____________________________________________________________________________
40516 [ 11725] By: ams                                   on 2001/08/22  19:25:01
40517         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
40518              From: Nicholas Clark <nick@ccl4.org>
40519              Date: Wed, 22 Aug 2001 20:59:05 +0100
40520              Message-Id: <20010822205905.U82818@plum.flirble.org>
40521      Branch: perl
40522            ! pp.c t/op/64bitint.t t/op/arith.t
40523 ____________________________________________________________________________
40524 [ 11724] By: ams                                   on 2001/08/22  10:02:33
40525         Log: Subject: Configure blooper
40526              From: H.Merijn Brand <h.m.brand@hccnet.nl>
40527              Date: Wed, 22 Aug 2001 12:38:35 +0200
40528              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
40529      Branch: perl
40530            ! Configure
40531 ____________________________________________________________________________
40532 [ 11723] By: ams                                   on 2001/08/21  16:17:53
40533         Log: Subject: [PATCH] installperl -help
40534              From: Nicholas Clark <nick@ccl4.org>
40535              Date: Tue, 21 Aug 2001 17:34:23 +0100
40536              Message-Id: <20010821173423.F82818@plum.flirble.org>
40537      Branch: perl
40538            ! installperl
40539 ____________________________________________________________________________
40540 [ 11722] By: ams                                   on 2001/08/20  07:46:31
40541         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
40542              From: Ilmari Karonen <iltzu@sci.fi>
40543              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
40544              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
40545      Branch: perl
40546            ! pod/perlvar.pod
40547 ____________________________________________________________________________
40548 [ 11721] By: nick                                  on 2001/08/20  06:24:31
40549         Log: Integrate mainline
40550      Branch: perlio
40551           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
40552           +> lib/Lingua/KO/Hangul/Util/Changes
40553           +> lib/Lingua/KO/Hangul/Util/README
40554           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
40555           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
40556           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
40557           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
40558           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
40559           +> lib/Unicode/Normalize/t/test.t
40560            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
40561           !> (integrate 55 files)
40562 ____________________________________________________________________________
40563 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
40564         Log: Integrate Change #11599 from maint-5.6/perl
40565      Branch: maint-5.6/macperl
40566           !> README.win32
40567 ____________________________________________________________________________
40568 [ 11719] By: ams                                   on 2001/08/18  21:21:42
40569         Log: Add Porting/apply to MANIFEST.
40570      Branch: perl
40571            ! MANIFEST
40572 ____________________________________________________________________________
40573 [ 11718] By: sky                                   on 2001/08/18  14:38:01
40574         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
40575              Better solution would be to make 5005threaded perl use
40576              the same system as ithreads do
40577      Branch: perl
40578            ! perl.h
40579 ____________________________________________________________________________
40580 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
40581         Log: New try for ID 20010407.006: detach the semantics
40582              "was the last match target UTF8" into its own variable.
40583      Branch: perl
40584            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
40585            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
40586 ____________________________________________________________________________
40587 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
40588         Log: UTF8 flag should be meaningful only when POK.
40589      Branch: perl
40590            ! dump.c
40591 ____________________________________________________________________________
40592 [ 11715] By: sky                                   on 2001/08/18  11:45:16
40593         Log: USE_THREADS and USE_ITHREADS are never true at the same time
40594      Branch: perl
40595            ! perl.h
40596 ____________________________________________________________________________
40597 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
40598         Log: Retract #11712 for now.  The real fix would probably
40599              be something like making PL_reg_sv a copy (PV + UTF8)
40600              of the matched/substituted string (note: not just a SvPOK
40601              string, for example the stringified form of a ROK would
40602              be applicable)  Beware of leaks.
40603      Branch: perl
40604            ! pp_hot.c t/op/pat.t
40605 ____________________________________________________________________________
40606 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
40607         Log: UTF8 wasn't printing for PVMGs.
40608      Branch: perl
40609            ! dump.c
40610 ____________________________________________________________________________
40611 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
40612         Log: (Retracted by #11714)
40613              
40614              Okay analysis, debatable fix.  (The fix will inc
40615              the refcount of all temporary match objects,
40616              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
40617              which will then cause griping at untie() time
40618              ("inner references remain").
40619              
40620              Fix for ID 20010407.006: PL_reg_sv got wiped out
40621              by freetemps if the match target was a temporary
40622              (like function_call() =~ /.../), which in turn meant
40623              that the $1 et al stopped working if they had UTF-8
40624              in them.  Therefore bump up the refcount of PL_reg_sv.
40625      Branch: perl
40626            ! pp_hot.c t/op/pat.t
40627 ____________________________________________________________________________
40628 [ 11711] By: ams                                   on 2001/08/17  20:32:08
40629         Log: Subject: [PATCH] doesn't compile, was perl@11710
40630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40631              Date: Fri, 17 Aug 2001 23:21:10 +0200
40632              Message-Id: <20010817232110.C7041@rafael> 
40633      Branch: perl
40634            ! sharedsv.c
40635 ____________________________________________________________________________
40636 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
40637         Log: Update Changes.
40638      Branch: perl
40639            ! Changes patchlevel.h
40640 ____________________________________________________________________________
40641 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
40642         Log: Upgrade to libnet 1.0704.
40643      Branch: perl
40644            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
40645            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
40646            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
40647            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
40648            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
40649            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
40650            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
40651 ____________________________________________________________________________
40652 [ 11708] By: sky                                   on 2001/08/17  13:34:04
40653         Log: Let perl_clone copy PL_exit_flags
40654      Branch: perl
40655            ! sv.c
40656 ____________________________________________________________________________
40657 [ 11707] By: sky                                   on 2001/08/17  12:28:41
40658         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
40659      Branch: perl
40660            ! sharedsv.c sharedsv.h
40661 ____________________________________________________________________________
40662 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
40663         Log: The metaconfig unit change for #11705.
40664      Branch: metaconfig/U/perl
40665            ! Extensions.U
40666 ____________________________________________________________________________
40667 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
40668         Log: Allow the threads extension to be found if present.
40669      Branch: perl
40670            ! Configure
40671 ____________________________________________________________________________
40672 [ 11704] By: nick                                  on 2001/08/17  11:47:54
40673         Log: Mail -> change script (pre-alpha)
40674      Branch: perl
40675            + Porting/apply
40676 ____________________________________________________________________________
40677 [ 11703] By: sky                                   on 2001/08/17  07:11:24
40678         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
40679              Thanks to Tom Hospel for pointing out my error.
40680      Branch: perl
40681            ! op.h
40682 ____________________________________________________________________________
40683 [ 11702] By: sky                                   on 2001/08/17  04:18:11
40684         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.
40685      Branch: perl
40686            ! embed.pl miniperlmain.c perl.c perl.h proto.h
40687 ____________________________________________________________________________
40688 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
40689         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
40690              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
40691      Branch: perl
40692            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
40693            + lib/Lingua/KO/Hangul/Util/README
40694            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
40695            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
40696            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
40697            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
40698            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
40699            + lib/Unicode/Normalize/t/test.t
40700            ! MANIFEST
40701 ____________________________________________________________________________
40702 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
40703         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
40704              Date: Thu, 16 Aug 2001 22:46:15 -0500
40705              From: "Craig A. Berry" <craigberry@mac.com>
40706              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
40707      Branch: perl
40708            ! configure.com numeric.c
40709 ____________________________________________________________________________
40710 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
40711         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
40712              of the usual suspects (like getpwent) but not for others
40713              (like localtime and rand).  The _r versions are available
40714              for all of them, so let's use them.
40715      Branch: perl
40716            ! perl.h
40717 ____________________________________________________________________________
40718 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
40719         Log: (Accidental apply; thankfully empty.)
40720      Branch: perl
40721            ! hints/os390.sh
40722 ____________________________________________________________________________
40723 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
40724         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
40725              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40726              Date: Thu, 16 Aug 2001 16:27:49 +0100
40727              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
40728      Branch: perl
40729            ! regexec.c t/op/re_tests
40730 ____________________________________________________________________________
40731 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
40732         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
40733              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40734              Date: Thu, 16 Aug 2001 18:50:01 +0100
40735              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
40736      Branch: perl
40737            ! pp_hot.c t/op/pat.t
40738 ____________________________________________________________________________
40739 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
40740         Log: Subject: [PATCH] *time_r again
40741              From: "Arthur Bergman" <arthur@contiller.se>
40742              Date: Thu, 16 Aug 2001 16:01:54 +0200
40743              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
40744      Branch: perl
40745            ! op.h
40746 ____________________________________________________________________________
40747 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
40748         Log: system() and backtick error handling cleanup from Craig A. Berry.
40749      Branch: perl
40750            ! vms/vms.c
40751 ____________________________________________________________________________
40752 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
40753         Log: change#10334 leaks memory, copies string when it doesn't
40754              need to
40755      Branch: perl
40756            ! perl.c
40757 ____________________________________________________________________________
40758 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
40759         Log: One more twist to the sprintf + utf8 testing.
40760      Branch: perl
40761            ! t/op/misc.t
40762 ____________________________________________________________________________
40763 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
40764         Log: Fix for 20010407.008 sprintf removes utf8-ness.
40765      Branch: perl
40766            ! pp.c t/op/misc.t
40767 ____________________________________________________________________________
40768 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
40769         Log: Subject: [PATCH] *time_r fixes
40770              From: "Arthur Bergman" <arthur@contiller.se>
40771              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
40772              Date: Thu, 16 Aug 2001 14:22:27 +0200
40773      Branch: perl
40774            ! op.h
40775 ____________________________________________________________________________
40776 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
40777         Log: Upgrade to CGI.pm 2.77.
40778      Branch: perl
40779            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
40780            ! lib/CGI/t/function.t
40781 ____________________________________________________________________________
40782 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
40783         Log: Document the bytes-to-Unicode upgrading.
40784      Branch: perl
40785            ! pod/perlunicode.pod
40786 ____________________________________________________________________________
40787 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
40788         Log: Add a test for Unicode sprintf.
40789      Branch: perl
40790            ! t/op/misc.t
40791 ____________________________________________________________________________
40792 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
40793         Log: Add Unicode tests for index/rindex.
40794      Branch: perl
40795            ! t/op/index.t
40796 ____________________________________________________________________________
40797 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
40798         Log: Document a bit the art of minimizing the installation,
40799              based on the p5p discussion.
40800      Branch: perl
40801            ! INSTALL
40802 ____________________________________________________________________________
40803 [ 11684] By: nick                                  on 2001/08/15  15:03:31
40804         Log: Integrate mainline
40805      Branch: perlio
40806           +> sharedsv.c sharedsv.h
40807           !> (integrate 53 files)
40808 ____________________________________________________________________________
40809 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
40810         Log: Update Changes.
40811      Branch: perl
40812            ! Changes patchlevel.h
40813 ____________________________________________________________________________
40814 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
40815         Log: The #11673 necessitated a test tweak.
40816      Branch: perl
40817            ! t/io/utf8.t
40818 ____________________________________________________________________________
40819 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
40820         Log: Also UNICOS is in the general case unable to silently
40821              handle fp overflows.
40822      Branch: perl
40823            ! numeric.c
40824 ____________________________________________________________________________
40825 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
40826         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
40827              NV_EPSILON #defined.
40828      Branch: perl
40829            ! perl.h
40830 ____________________________________________________________________________
40831 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
40832         Log: Re-establish the fp overflow detection for VAX VMS; there
40833              is no easy way to have the IEEE fp silent overflow semantics.
40834              (in Alpha VMS we still will use IEEE fp by default-- but it
40835              is still possible to configure Perl to use G_FLOAT)
40836      Branch: perl
40837            ! numeric.c
40838 ____________________________________________________________________________
40839 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
40840         Log: Subject: [PATCH] pp_lock 
40841              From: "Arthur Bergman" <arthur@contiller.se>
40842              Date: Wed, 15 Aug 2001 11:52:16 +0200
40843              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
40844      Branch: perl
40845            ! pp.c
40846 ____________________________________________________________________________
40847 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
40848         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
40849              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40850              Date: Wed, 15 Aug 2001 11:32:11 +0100
40851              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
40852      Branch: perl
40853            ! regcomp.c t/op/re_tests
40854 ____________________________________________________________________________
40855 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
40856         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
40857              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40858              Date: Wed, 15 Aug 2001 10:33:49 +0100
40859              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
40860      Branch: perl
40861            ! regexec.c t/op/re_tests
40862 ____________________________________________________________________________
40863 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
40864         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
40865              From: Barrie Slaymaker <barries@slaysys.com>
40866              Date: Tue, 14 Aug 2001 14:32:25 -0400
40867              Message-ID: <20010814143225.A19822@jester.slaysys.com>
40868      Branch: perl
40869            ! lib/File/Spec.t lib/File/Spec/Unix.pm
40870 ____________________________________________________________________________
40871 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
40872         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
40873              From: Peter Prymmer <pvhp@forte.com>
40874              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
40875              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
40876      Branch: perl
40877            ! README.vms configure.com
40878 ____________________________________________________________________________
40879 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
40880         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
40881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40882              Date: Tue, 14 Aug 2001 21:23:27 +0200
40883              Message-ID: <20010814212327.A1919@rafael>
40884      Branch: perl
40885            ! doio.c
40886 ____________________________________________________________________________
40887 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
40888         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
40889              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
40890              Date: Tue, 14 Aug 2001 22:30:11 +0200
40891              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
40892              
40893              Combination of nmake, quoting, and Perl expanded $( in here-doc.
40894      Branch: perl
40895            ! ext/SDBM_File/Makefile.PL
40896 ____________________________________________________________________________
40897 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
40898         Log: Todo updates.
40899      Branch: perl
40900            ! pod/perltodo.pod
40901 ____________________________________________________________________________
40902 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
40903         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
40904              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
40905              Date: Mon, 13 Aug 2001 23:15:01 +0200
40906              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
40907      Branch: perl
40908            ! sv.c
40909 ____________________________________________________________________________
40910 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
40911         Log: Subject: [PATCH] [b-]showlex.t
40912              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40913              Date: Sun, 12 Aug 2001 22:24:51 +0200
40914              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
40915              
40916              The 4nt command shell will expand the % in command line
40917              no matter what quoting is attempted, changed the % to @.
40918      Branch: perl
40919            ! ext/B/Showlex.t
40920 ____________________________________________________________________________
40921 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
40922         Log: Subject: [PATCH] magic.t
40923              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
40924              Date: Sun, 12 Aug 2001 20:49:27 +0200
40925              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
40926      Branch: perl
40927            ! t/op/magic.t
40928 ____________________________________________________________________________
40929 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
40930         Log: Add sharedsv* to the DOSish platforms; plus add
40931              some WinCE files to the list of DOSish files.
40932      Branch: perl
40933            ! NetWare/Makefile Porting/makerel win32/Makefile
40934            ! win32/makefile.mk wince/Makefile.ce
40935 ____________________________________________________________________________
40936 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
40937         Log: More DOSish files.
40938      Branch: perl
40939            ! Porting/makerel
40940 ____________________________________________________________________________
40941 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
40942         Log: Strip CRs from the WinCE files.  Now we need to
40943              figure out in which CRs are really needed: probably
40944              Makefile.ce and the README files, at least, probably
40945              also the registry.bat.
40946      Branch: perl
40947            ! wince/Makefile.ce wince/README.compile wince/README.perlce
40948            ! wince/config.h wince/include/cectype.h wince/include/errno.h
40949            ! wince/include/sys/stat.h wince/include/sys/types.h
40950            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
40951            ! wince/perldll.def wince/registry.bat wince/wince.h
40952            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
40953 ____________________________________________________________________________
40954 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
40955         Log: Add some files to DOSish and writables.
40956      Branch: perl
40957            ! Porting/makerel
40958 ____________________________________________________________________________
40959 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
40960         Log: Compile failure message tidying.
40961      Branch: perl
40962            ! t/lib/1_compile.t
40963 ____________________________________________________________________________
40964 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
40965         Log: The new sharedsv* should be exported only if usethreads.
40966      Branch: perl
40967            ! makedef.pl
40968 ____________________________________________________________________________
40969 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
40970         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
40971              From: Peter Prymmer <pvhp@forte.com>
40972              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
40973              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
40974      Branch: perl
40975            ! README.os390
40976 ____________________________________________________________________________
40977 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
40978         Log: Update Changes.
40979      Branch: perl
40980            ! Changes patchlevel.h
40981 ____________________________________________________________________________
40982 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
40983         Log: Subject: [PATHC] sharedsv.[c|h]
40984              From: "Artur Bergman" <artur@contiller.se>
40985              Date: Mon, 13 Aug 2001 14:38:41 +0200
40986              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
40987              
40988              Subject: [PATCH] embed.pl
40989              From: Arthur Bergman <arthur@contiller.se>
40990              Date: Mon, 13 Aug 2001 14:38:14 +0200
40991              Message-ID: <B79D96D6.3088%arthur@contiller.se>
40992              
40993              Subject: [PATCH] sharedsv cleanups
40994              From: "Arthur Bergman" <arthur@contiller.se>
40995              Date: Mon, 13 Aug 2001 15:14:25 +0200
40996              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
40997              
40998              Plus few tweaks: _init needs to be Adp, the prototypes
40999              should not be revealed unless using ithreads, #endif FOO
41000              must be #endif /* FOO */, adding (parentheses) around
41001              do { } while doesn't work too well.
41002      Branch: perl
41003            + sharedsv.c sharedsv.h
41004            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
41005            ! perl.h perlapi.c pod/perlapi.pod proto.h
41006 ____________________________________________________________________________
41007 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
41008         Log: Subject: Re: END {} blocks run in perl_run
41009              From: Arthur Bergman <arthur@contiller.se>
41010              Date: Mon, 13 Aug 2001 11:11:30 +0200
41011              Message-ID: <B79D6661.3068%arthur@contiller.se>
41012      Branch: perl
41013            ! perl.c
41014 ____________________________________________________________________________
41015 [ 11657] By: nick                                  on 2001/08/13  09:03:02
41016         Log: Integrate mainline
41017      Branch: perlio
41018           +> (branch 326 files)
41019            - (delete 330 files)
41020           !> (integrate 85 files)
41021 ____________________________________________________________________________
41022 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
41023         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
41024              and the Perl will be built to do that by default (adding that
41025              will break scripts having non-UTF-8 binary data, such as Latin-1.)
41026      Branch: perl
41027            ! op.c toke.c utf8.h
41028 ____________________________________________________________________________
41029 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
41030         Log: Unnecessary downgrades.
41031      Branch: perl
41032            ! doop.c
41033 ____________________________________________________________________________
41034 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
41035         Log: Failure not true anymore (probably caused by my broken setup).
41036      Branch: perl
41037            ! t/op/pat.t
41038 ____________________________________________________________________________
41039 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
41040         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
41041              stopped working).
41042      Branch: perl
41043            ! op.h pp_ctl.c regcomp.c
41044 ____________________________________________________________________________
41045 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
41046         Log: There is no IN_UTF8.
41047      Branch: perl
41048            ! utf8.h
41049 ____________________________________________________________________________
41050 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
41051         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
41052      Branch: perl
41053            ! op.c op.h pp_ctl.c regcomp.c
41054 ____________________________________________________________________________
41055 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
41056         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
41057              and a test tweak.
41058      Branch: perl
41059            ! op.c t/pod/find.t
41060 ____________________________________________________________________________
41061 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
41062         Log: Todo updates and fixes.
41063      Branch: perl
41064            ! pod/perltodo.pod
41065 ____________________________________________________________________________
41066 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
41067         Log: Mark tests (and one module) having explicit Latin-1
41068              (and one file having explicit UTF-8) with an explicit
41069              'no utf8' (and one explicit 'use utf8').
41070              
41071              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
41072      Branch: perl
41073            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
41074            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
41075            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
41076 ____________________________________________________________________________
41077 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
41078         Log: Subject: SV: END {} blocks run in perl_run
41079              From: "Arthur Bergman" <arthur@contiller.se>
41080              Date: Sun, 12 Aug 2001 00:34:28 +0200 
41081              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
41082      Branch: perl
41083            ! miniperlmain.c perl.c
41084 ____________________________________________________________________________
41085 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
41086         Log: Typos in #11645.
41087      Branch: perl
41088            ! perl.h
41089 ____________________________________________________________________________
41090 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
41091         Log: On ithreads default to use_reentrant except on naturally
41092              threadsafe platforms.
41093      Branch: perl
41094            ! perl.h
41095 ____________________________________________________________________________
41096 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
41097         Log: (Hopefully) a fix for 20010723.004: make install needs
41098              write permission in build directory.  The problem was
41099              probably caused by overeager sprinkling of the lib/re.pm
41100              dependencies (which was done to guarantee lib/re.pm being
41101              uptodate for parallel makes: now solved by funneling that
41102              through an explicit recursive make in the preplibrary target).
41103      Branch: perl
41104            ! Makefile.SH
41105 ____________________________________________________________________________
41106 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
41107         Log: Dispell the "use utf8" superstition.
41108      Branch: perl
41109            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
41110            ! pod/perlunicode.pod
41111 ____________________________________________________________________________
41112 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
41113         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
41114              From: "Abigail" <abigail@foad.org> 
41115              Date: Sat, 11 Aug 2001 23:49:49 +0200
41116              Message-ID: <20010811214950.23255.qmail@foad.org>
41117      Branch: perl
41118            ! t/op/taint.t
41119 ____________________________________________________________________________
41120 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
41121         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
41122              From: Abhijit Menon-Sen <ams@wiw.org>
41123              Date: Sat, 11 Aug 2001 06:18:19 +0530
41124              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
41125      Branch: perl
41126            ! mg.c
41127 ____________________________________________________________________________
41128 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
41129         Log: Test for change #11639.
41130      Branch: perl
41131            ! t/op/tiehandle.t
41132 ____________________________________________________________________________
41133 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
41134         Log: Subject: Re: Can't localize *FH, then tie it
41135              From: Abhijit Menon-Sen <ams@wiw.org>
41136              Date: Sun, 12 Aug 2001 16:08:06 +0530
41137              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
41138      Branch: perl
41139            ! pp_hot.c pp_sys.c
41140 ____________________________________________________________________________
41141 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
41142         Log: Drop all the unnecessary "use utf8" clauses and some of
41143              the unnecessary "use bytes" ones.
41144              
41145              TODO: scour the documentation for unnecessary "use utf8"
41146              and prominently display it in perldelta when the time comes.
41147              ("use utf8" should be necessary ONLY if one wants the script
41148              to be in UTF-8.)  Also should be checked in some non-ASCII
41149              non-Latin-1 platform, like EBCDIC.
41150      Branch: perl
41151            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
41152            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
41153 ____________________________________________________________________________
41154 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
41155         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
41156              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
41157              in Unicode handling.
41158      Branch: perl
41159            + t/op/lc.t
41160            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
41161 ____________________________________________________________________________
41162 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
41163         Log: Thinko: we want the flags for native cc, not gcc.
41164      Branch: perl
41165            ! hints/dec_osf.sh
41166 ____________________________________________________________________________
41167 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
41168         Log: (retracted by 13077)
41169              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
41170              From: Robin Houston <robin@kitsite.com>
41171              Date: Fri, 10 Aug 2001 14:42:02 +0100
41172              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
41173      Branch: perl
41174            ! pp.c
41175 ____________________________________________________________________________
41176 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
41177         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
41178              From: Abhijit Menon-Sen <ams@wiw.org>
41179              Date: Sat, 11 Aug 2001 16:31:04 +0530
41180              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
41181      Branch: perl
41182            ! op.c
41183 ____________________________________________________________________________
41184 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
41185         Log: Get rid of indread, from Abhijit Menon-Sen.
41186      Branch: perl
41187            ! pp_sys.c
41188 ____________________________________________________________________________
41189 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
41190         Log: CRLFgngngn.
41191      Branch: perl
41192            ! win32/Makefile win32/makefile.mk
41193 ____________________________________________________________________________
41194 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
41195         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
41196      Branch: perl
41197            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
41198            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
41199            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
41200            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
41201            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
41202            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
41203            ! win32/Makefile win32/makefile.mk
41204 ____________________________________________________________________________
41205 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
41206         Log: Avoid #elif (less portable than #else #if).
41207      Branch: perl
41208            ! handy.h
41209 ____________________________________________________________________________
41210 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
41211         Log: Subject: patch for perlvar.pod
41212              From: mah@everybody.org (Mark A. Hershberger)
41213              Date: 08 Aug 2001 17:03:16 -0500
41214              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
41215      Branch: perl
41216            ! pod/perlvar.pod
41217 ____________________________________________________________________________
41218 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
41219         Log: cpp commands must start (the # must be) at the column #0.
41220      Branch: perl
41221            ! op.c
41222 ____________________________________________________________________________
41223 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
41224         Log: If using gcc -B/foo/bar makedepend would give
41225              unnecessary warnings about unused -B/foo/bar.
41226      Branch: perl
41227            ! makedepend.SH
41228 ____________________________________________________________________________
41229 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
41230         Log: Update Changes.
41231      Branch: perl
41232            ! Changes patchlevel.h
41233 ____________________________________________________________________________
41234 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
41235         Log: s/z/tz/
41236      Branch: perl
41237            ! pod/perlfaq2.pod
41238 ____________________________________________________________________________
41239 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
41240         Log: Article nit.
41241      Branch: perl
41242            ! pod/perlfaq2.pod
41243 ____________________________________________________________________________
41244 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
41245         Log: Rename lib/unicode files to lib/unicore to avoid
41246              conflicts between core lib/unicode and Unicode::
41247              files in case-ignoring filesystems.
41248      Branch: perl
41249            + (add 325 files)
41250            - (delete 324 files)
41251            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
41252 ____________________________________________________________________________
41253 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
41254         Log: Upgrade to Math::BigInt 1.41.
41255      Branch: perl
41256            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
41257 ____________________________________________________________________________
41258 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
41259         Log: Subject: [PATCH] remove PL_na from typemap
41260              From: James <james@rf.net>
41261              Date: Mon, 06 Aug 2001 20:23:15 -0700
41262              Message-ID: <3B6F5F23.A31A81B1@rf.net>
41263              
41264              (had to be manually applied)
41265      Branch: perl
41266            ! lib/ExtUtils/typemap
41267 ____________________________________________________________________________
41268 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
41269         Log: The metaconfig unit changes for #11618.
41270      Branch: metaconfig/U/perl
41271            + d_fpclassl.U i_fp.U
41272 ____________________________________________________________________________
41273 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
41274         Log: Forgot this from #11618.
41275              
41276              NOTE: wince/config_H.ce needs updating.
41277      Branch: perl
41278            ! wince/config.ce
41279 ____________________________________________________________________________
41280 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
41281         Log: Introduce more floating point classifying APIs;
41282              try to define (most importantly) Perl_is{inf,nan}(x).
41283              
41284              For this first cut, assume none such APIs exist in non-UNIXoid
41285              platforms-- this is of course too unkind: Win32 rumoredly has
41286              _fpclass() and _isnan(), and VMS/VOS very probably have some
41287              of the APIs available.     The only thing Perl uses at the moment
41288              is Perl_isnan() (has been in use for a while now).
41289              
41290              NOTE: the Win32 and NetWare config_h.?c need regenerating.
41291      Branch: perl
41292            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
41293            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41294            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
41295            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41296            ! vos/config.ga.h win32/config.bc win32/config.gc
41297            ! win32/config.vc win32/config_H.bc win32/config_H.gc
41298            ! win32/config_H.vc wince/config.ce wince/config.h
41299 ____________________________________________________________________________
41300 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
41301         Log: Integrate change #11519 from perlio:
41302              
41303              Avoid testing for (non-)existance of "encoding(xxxx)"
41304              layer is called "encoding" the (xxxx) is an argument.
41305      Branch: perl
41306           !> lib/open.pm
41307 ____________________________________________________________________________
41308 [ 11616] By: nick                                  on 2001/08/09  07:50:24
41309         Log: Integrate mainline
41310      Branch: perlio
41311           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
41312           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
41313           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
41314           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
41315            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
41316            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
41317           !> (integrate 79 files)
41318 ____________________________________________________________________________
41319 [ 11615] By: nick                                  on 2001/08/09  06:23:44
41320         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
41321              layer is called "encoding" the (xxxx) is an argument.
41322      Branch: perlio
41323            ! lib/open.pm
41324 ____________________________________________________________________________
41325 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
41326         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
41327              From: Paul Johnson <paul@pjcj.net>
41328              Date: Wed, 8 Aug 2001 23:54:17 +0200
41329              Message-ID: <20010808235417.O1006@pjcj.net>
41330      Branch: perl
41331            ! ext/B/B/Concise.pm
41332 ____________________________________________________________________________
41333 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
41334         Log: Make VMS use IEEE math by default; reorder Tru64 hints
41335              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
41336              exception semantics) is always set if using (the new) cc.
41337      Branch: perl
41338            ! configure.com hints/dec_osf.sh
41339 ____________________________________________________________________________
41340 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
41341         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
41342              From: Abhijit Menon-Sen <ams@wiw.org>
41343              Date: Tue, 7 Aug 2001 17:16:05 +0530
41344              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
41345      Branch: perl
41346            ! pp_sys.c
41347 ____________________________________________________________________________
41348 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
41349         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
41350              From: "Craig A. Berry" <craigberry@mac.com>
41351              Date: Tue, 07 Aug 2001 22:27:47 -0500
41352              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
41353      Branch: perl
41354            ! t/run/exit.t
41355 ____________________________________________________________________________
41356 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
41357         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
41358              From: "Craig A. Berry" <craigberry@mac.com>
41359              Date: Tue, 07 Aug 2001 20:01:53 -0500
41360              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
41361      Branch: perl
41362            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
41363 ____________________________________________________________________________
41364 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
41365         Log: Update the magazine information.
41366      Branch: perl
41367            ! pod/perlfaq2.pod
41368 ____________________________________________________________________________
41369 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
41370         Log: Ignore SIGFPE everywhere.
41371      Branch: perl
41372            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
41373 ____________________________________________________________________________
41374 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
41375         Log: With permission, change the licensing of the docs by
41376              TomC (and Gnat) to comply with the rest of Perl.
41377      Branch: perl
41378            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41379            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41380            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41381            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
41382            ! pod/perltootc.pod
41383 ____________________________________________________________________________
41384 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
41385         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
41386              From: Andy Dougherty <doughera@lafayette.edu>
41387              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
41388              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
41389      Branch: perl
41390            ! hints/openbsd.sh
41391 ____________________________________________________________________________
41392 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
41393         Log: Subject: [PATCH] Makefile.SH test_prep dependency
41394              From: Andy Dougherty <doughera@lafayette.edu>
41395              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
41396              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
41397      Branch: perl
41398            ! Makefile.SH
41399 ____________________________________________________________________________
41400 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
41401         Log: Don't autogenerate the headers et alia,
41402              make regen_headers explicitly.
41403      Branch: perl
41404            ! Makefile.SH
41405 ____________________________________________________________________________
41406 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
41407         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
41408              From: Gurusamy Sarathy <gsar@ActiveState.com> 
41409              Date: Tue, 07 Aug 2001 08:33:26 -0700
41410              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
41411              
41412              Unnecessary dependency.
41413      Branch: perl
41414            ! embed.pl
41415 ____________________________________________________________________________
41416 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
41417         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
41418              From: Abhijit Menon-Sen <ams@wiw.org>
41419              Date: Tue, 7 Aug 2001 09:10:54 +0530
41420              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
41421      Branch: perl
41422            ! pp_hot.c
41423 ____________________________________________________________________________
41424 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
41425         Log: Subject: [PATCH perl@11597] B && BEGIN handling
41426              From: "James A. Duncan" <jduncan@fotango.com>
41427              Date: Mon, 6 Aug 2001 17:29:11 +0100
41428              Message-ID: <20010806172911.A2071@fotango.com>
41429              
41430              (the intrpvar.h addition moved to the end for bincompat)
41431      Branch: perl
41432            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
41433 ____________________________________________________________________________
41434 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
41435         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
41436      Branch: perl
41437           !> README.win32
41438 ____________________________________________________________________________
41439 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
41440         Log: fix URLs for fcrypt.c
41441      Branch: maint-5.6/perl
41442            ! README.win32
41443 ____________________________________________________________________________
41444 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
41445         Log: Yet another way to say Infinity: HP-UX calls its "++".
41446      Branch: perl
41447            ! lib/Math/BigInt/t/bigintpm.t
41448 ____________________________________________________________________________
41449 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
41450         Log: Update Changes.
41451      Branch: perl
41452            ! Changes patchlevel.h
41453 ____________________________________________________________________________
41454 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
41455         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
41456      Branch: perl
41457            ! pod/perlfaq5.pod
41458 ____________________________________________________________________________
41459 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
41460         Log: The #11593 wasn't right.
41461      Branch: perl
41462            ! lib/Math/BigInt/t/bigintpm.t
41463 ____________________________________________________________________________
41464 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
41465         Log: Subject: [PATCH: perl@11564] introducing perlivp
41466              From: Prymmer/Kahn <pvhp@best.com>
41467              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
41468              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
41469              
41470              Subject: Re: [PATCH: perl@11564] introducing perlivp
41471              From: Prymmer/Kahn <pvhp@best.com>
41472              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
41473              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
41474      Branch: perl
41475            + utils/perlivp.PL
41476            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
41477            ! win32/Makefile win32/makefile.mk
41478 ____________________________________________________________________________
41479 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
41480         Log: libcs are confused what to call Infinity.
41481      Branch: perl
41482            ! lib/Math/BigInt/t/bigintpm.t
41483 ____________________________________________________________________________
41484 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
41485         Log: Avoid SIGFPE in Tru64.
41486      Branch: perl
41487            ! numeric.c
41488 ____________________________________________________________________________
41489 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
41490         Log: Upgrade to Math::BigInt 1.40.
41491              
41492              NOTE: this patch necessitates doing something about
41493              infinity handling since the new bigintpm.t tests use
41494              infinity, which causes SIGFPEs at least in Tru64.
41495      Branch: perl
41496            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41497            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
41498            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
41499            ! lib/Math/BigInt/t/mbimbf.t
41500 ____________________________________________________________________________
41501 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
41502         Log: remove hardcoded cmd shell in testsuite
41503      Branch: perl
41504            ! t/op/glob.t t/op/magic.t t/op/stat.t
41505 ____________________________________________________________________________
41506 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
41507         Log: 4-arg select() was busted on windows because change#8178 didn't
41508              make it into mainline
41509      Branch: perl
41510            ! perl.h win32/include/sys/socket.h
41511 ____________________________________________________________________________
41512 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
41513         Log: Rename the Getopt::Long tests to be as they are
41514              in the Getopt::Long official distribution.
41515      Branch: perl
41516            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
41517            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
41518            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
41519            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
41520            ! MANIFEST
41521 ____________________________________________________________________________
41522 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
41523         Log: Upgrade to Getopt::Long 2.26.
41524      Branch: perl
41525            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
41526            ! MANIFEST lib/Getopt/Long.pm
41527 ____________________________________________________________________________
41528 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
41529         Log: Retract #10874 (the hack should be unnecessary by now)
41530      Branch: perl
41531            ! lib/Test/Harness.pm
41532 ____________________________________________________________________________
41533 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
41534         Log: avoid temp file littering in tests
41535      Branch: perl
41536            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
41537 ____________________________________________________________________________
41538 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
41539         Log: Subject: warning in sv.c: double format, NV arg
41540              From: "Philip Newton" <Philip.Newton@gmx.net>
41541              Date: Sun, 5 Aug 2001 19:41:07 +0200
41542              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
41543      Branch: perl
41544            ! sv.c
41545 ____________________________________________________________________________
41546 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
41547         Log: fix POSIX.t#13 for windos
41548      Branch: perl
41549            ! ext/POSIX/POSIX.t
41550 ____________________________________________________________________________
41551 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
41552         Log: Add a test for PerlIO::Via.
41553      Branch: perl
41554            + ext/PerlIO/t/via.t
41555            ! MANIFEST ext/PerlIO/Via/Via.pm
41556 ____________________________________________________________________________
41557 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
41558         Log: flock() and link() are not available on Windows 9x
41559      Branch: perl
41560            ! win32/config_sh.PL
41561 ____________________________________________________________________________
41562 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
41563         Log: Some Tru64 C compilers have C++ components that confuse
41564              the ccversion parsing.
41565      Branch: perl
41566            ! hints/dec_osf.sh
41567 ____________________________________________________________________________
41568 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
41569         Log: (Reintroduce #11125)
41570              
41571              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
41572              From: Alan Burlison <Alan.Burlison@sun.com> 
41573              Date: Tue, 03 Jul 2001 15:20:13 +0100   
41574              Message-ID: <3B41D49D.A923D4F9@sun.com> 
41575      Branch: perl
41576            ! lib/ExtUtils/MM_Unix.pm
41577 ____________________________________________________________________________
41578 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
41579         Log: Little pointer juggling for HP-UX cc to avoid
41580              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
41581              followed by
41582              "error 1549: Modifiable lvalue required for assignment operator."
41583      Branch: perl
41584            ! hv.c
41585 ____________________________________________________________________________
41586 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
41587         Log: Continuation of #11575: SANY_SEEN completely deprecated,
41588              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
41589              plus a fix for the bug.
41590      Branch: perl
41591            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
41592 ____________________________________________________________________________
41593 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
41594         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
41595              From: Doug MacEachern <dougm@covalent.net>
41596              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
41597              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
41598      Branch: perl
41599            ! sv.c
41600 ____________________________________________________________________________
41601 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
41602         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
41603              the new CANY is the \C.  The problem reported and the
41604              test case supplied in
41605              
41606              Subject: UTF-8 bugs in string length & single line regex matches
41607              From: "Daniel P. Berrange" <dan@berrange.com>
41608              Date: Fri, 3 Aug 2001 11:39:33 +0100
41609              Message-ID: <20010803113932.A19318@berrange.com>
41610      Branch: perl
41611            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
41612            ! t/op/pat.t
41613 ____________________________________________________________________________
41614 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
41615         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
41616              From: Doug MacEachern <dougm@covalent.net>
41617              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
41618              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
41619      Branch: perl
41620            ! perl.c regexec.c
41621 ____________________________________________________________________________
41622 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
41623         Log: The #11572 didn't up the test count.
41624      Branch: perl
41625            ! t/op/length.t
41626 ____________________________________________________________________________
41627 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
41628         Log: Subject: UTF-8 bugs in string length & single line regex matches
41629              From: "Daniel P. Berrange" <dan@berrange.com>
41630              Date: Fri, 3 Aug 2001 11:39:33 +0100         
41631              Message-ID: <20010803113932.A19318@berrange.com>
41632              
41633              (the mg_length() fix)
41634      Branch: perl
41635            ! mg.c t/op/length.t
41636 ____________________________________________________________________________
41637 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
41638         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
41639              From: Abhijit Menon-Sen <ams@wiw.org>
41640              Date: Sat, 4 Aug 2001 16:56:35 +0530
41641              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
41642      Branch: perl
41643            ! hv.c
41644 ____________________________________________________________________________
41645 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
41646         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
41647              From: Abhijit Menon-Sen <ams@wiw.org>
41648              Date: Sat, 4 Aug 2001 16:16:03 +0530
41649              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
41650      Branch: perl
41651            ! hv.c
41652 ____________________________________________________________________________
41653 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
41654         Log: Subject: Re: [patch] refcount re ops
41655              From: Abhijit Menon-Sen <ams@wiw.org>
41656              Date: Sat, 4 Aug 2001 08:54:55 +0530
41657              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
41658      Branch: perl
41659            ! sv.c
41660 ____________________________________________________________________________
41661 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
41662         Log: Subject: [patch] refcount re ops
41663              From: Doug MacEachern <dougm@covalent.net>
41664              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
41665              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
41666      Branch: perl
41667            ! regcomp.c sv.c
41668 ____________________________________________________________________________
41669 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
41670         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
41671              From: Doug MacEachern <dougm@covalent.net>
41672              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
41673              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
41674      Branch: perl
41675            ! perl.c regexec.c
41676 ____________________________________________________________________________
41677 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
41678         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
41679              From: "Craig A. Berry" <craigberry@mac.com> 
41680              Date: Fri, 03 Aug 2001 16:16:16 -0500
41681              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
41682      Branch: perl
41683            ! t/op/misc.t
41684 ____________________________________________________________________________
41685 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
41686         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
41687              From: John Kristian <jmk2001@engineer.com>
41688              Date: Fri, 03 Aug 2001 00:59:08 -0700
41689              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
41690      Branch: perl
41691            ! win32/win32.c
41692 ____________________________________________________________________________
41693 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
41694         Log: Update Changes.
41695      Branch: perl
41696            ! Changes patchlevel.h
41697 ____________________________________________________________________________
41698 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
41699         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
41700              From: "Craig A. Berry" <craigberry@mac.com>
41701              Date: Thu, 02 Aug 2001 23:15:24 -0500
41702              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
41703      Branch: perl
41704            ! ext/B/Stash.t
41705 ____________________________________________________________________________
41706 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
41707         Log: Subject: [patch] plug PL_cshname leak
41708              From: Doug MacEachern <dougm@covalent.net>
41709              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
41710              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
41711      Branch: perl
41712            ! sv.c
41713 ____________________________________________________________________________
41714 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
41715         Log: Subject: [patch] plug PL_sh_path leak
41716              From: Doug MacEachern <dougm@covalent.net>
41717              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
41718              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
41719      Branch: perl
41720            ! sv.c
41721 ____________________________________________________________________________
41722 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
41723         Log: Subject: [patch] plug PL_regex_padav leaks
41724              From: Doug MacEachern <dougm@covalent.net>
41725              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
41726              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
41727      Branch: perl
41728            ! op.c op.h perl.c
41729 ____________________________________________________________________________
41730 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
41731         Log: Subject: [patch] plug PL_origargv leak
41732              From: Doug MacEachern <dougm@covalent.net>
41733              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
41734              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
41735      Branch: perl
41736            ! perl.c
41737 ____________________________________________________________________________
41738 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
41739         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
41740              From: Abhijit Menon-Sen <ams@wiw.org>
41741              Date: Fri, 3 Aug 2001 06:38:11 +0530
41742              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
41743      Branch: perl
41744            ! hv.c
41745 ____________________________________________________________________________
41746 [ 11557] By: nick                                  on 2001/08/03  08:17:38
41747         Log: Integrate mainline
41748      Branch: perlio
41749           +> (branch 47 files)
41750            - lib/Switch/test.pl
41751           !> (integrate 49 files)
41752 ____________________________________________________________________________
41753 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
41754         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
41755              From: "Craig A. Berry" <craigberry@mac.com>
41756              Date: Thu, 02 Aug 2001 12:56:19 -0500
41757              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
41758      Branch: perl
41759            ! ext/B/Showlex.t
41760 ____________________________________________________________________________
41761 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
41762         Log: Be more careful about non-existent files.
41763      Branch: perl
41764            ! lib/File/Copy.pm
41765 ____________________________________________________________________________
41766 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
41767         Log: Subject: [PATCH resend] deparse empty formats
41768              From: Robin Houston <robin@kitsite.com> 
41769              Date: Thu, 2 Aug 2001 14:32:36 +0100
41770              Message-ID: <20010802143236.A894@robin.kitsite.com>
41771      Branch: perl
41772            ! ext/B/B/Deparse.pm
41773 ____________________________________________________________________________
41774 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
41775         Log: Subject: [patch] ithreads + refto fix improvement
41776              From: Doug MacEachern <dougm@covalent.net>
41777              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
41778              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
41779      Branch: perl
41780            ! pp.c
41781 ____________________________________________________________________________
41782 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
41783         Log: Readability nit from Abhijit.
41784      Branch: perl
41785            ! op.c
41786 ____________________________________________________________________________
41787 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
41788         Log: setproctitle() API version nit from Anton Berezin.
41789      Branch: perl
41790            ! mg.c
41791 ____________________________________________________________________________
41792 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
41793         Log: Add PerlCE to the docs.
41794      Branch: perl
41795            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41796            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41797 ____________________________________________________________________________
41798 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
41799         Log: Integrate the PerlCE (WinCE Perl) port;
41800              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
41801      Branch: perl
41802            + README.ce wince/FindExt.pm wince/Makefile.ce
41803            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
41804            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
41805            + wince/bin/search.pl wince/config.ce wince/config.h
41806            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
41807            + wince/dl_win32.xs wince/include/arpa/inet.h
41808            + wince/include/cectype.h wince/include/errno.h
41809            + wince/include/netdb.h wince/include/sys/socket.h
41810            + wince/include/sys/stat.h wince/include/sys/types.h
41811            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
41812            + wince/perl.rc wince/perldll.def wince/perllib.c
41813            + wince/perlmain.c wince/registry.bat wince/runperl.c
41814            + wince/splittree.pl wince/win32.h wince/win32iop.h
41815            + wince/win32thread.c wince/win32thread.h wince/wince.c
41816            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
41817            + wince/xdistclean.ksh wince/xmakediffs.ksh
41818            ! MANIFEST perl.c perl.h perlio.c
41819 ____________________________________________________________________________
41820 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
41821         Log: setproctitle() made simpler.  (This assumes the string is
41822              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
41823              should be used.  Note len, not len + 1.)  BSD-fu from Anton
41824              Berezin.
41825      Branch: perl
41826            ! mg.c
41827 ____________________________________________________________________________
41828 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
41829         Log: Subject: [PATCH] -Wall cleanup: op.c
41830              From: Richard Soderberg <rs@oregonnet.com>
41831              Date: Thu, 2 Aug 2001 00:17:09 -0700
41832              Message-Id: <200108020717.AAA26895@oregonnet.com>
41833              
41834              Subject: [PATCH] -Wall cleanup: sv.c
41835              From: Richard Soderberg <rs@oregonnet.com>
41836              Date: Thu, 2 Aug 2001 00:49:21 -0700
41837              Message-Id: <200108020749.AAA27492@oregonnet.com>
41838      Branch: perl
41839            ! op.c sv.c
41840 ____________________________________________________________________________
41841 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
41842         Log: Update Changes.
41843      Branch: perl
41844            ! Changes patchlevel.h
41845 ____________________________________________________________________________
41846 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
41847         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
41848              From: Doug MacEachern <dougm@covalent.net>
41849              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
41850              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
41851      Branch: perl
41852            ! op.c
41853 ____________________________________________________________________________
41854 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
41855         Log: The #11541 didn't work under threads.
41856      Branch: perl
41857            ! op.c
41858 ____________________________________________________________________________
41859 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
41860         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
41861              From: Hugo <hv@crypt.compulink.co.uk>
41862              Date: Fri, 22 Jun 2001 01:19:08 +0100 
41863              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
41864              
41865              (Skip tests if accept() failed)
41866      Branch: perl
41867            ! ext/IO/lib/IO/t/io_unix.t
41868 ____________________________________________________________________________
41869 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
41870         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
41871              From: "Stian Seeberg" <sseeberg@nimsoft.no>
41872              Date: Mon, 30 Jul 2001 12:28:07 +0200
41873              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
41874      Branch: perl
41875            ! perl.h
41876 ____________________________________________________________________________
41877 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
41878         Log: Subject: Pluggable optimizer
41879              From: Simon Cozens <simon@netthink.co.uk>
41880              Date: Wed, 1 Aug 2001 13:57:02 -0700
41881              Message-ID: <20010801135702.I10442@netthink.co.uk>
41882      Branch: perl
41883            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
41884 ____________________________________________________________________________
41885 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
41886         Log: Subject: [ID 20010801.039] perlre.pod message typo
41887              From: Autrijus Tang <autrijus@geb.elixus.org>
41888              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
41889              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
41890      Branch: perl
41891            ! pod/perlre.pod
41892 ____________________________________________________________________________
41893 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
41894         Log: Test for change #11536.
41895      Branch: perl
41896            ! t/op/tiehandle.t
41897 ____________________________________________________________________________
41898 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
41899         Log: More test fixups for #11537.
41900      Branch: perl
41901            ! t/lib/warnings/4lint t/lib/warnings/9enabled
41902 ____________________________________________________________________________
41903 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
41904         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
41905              From: Doug MacEachern <dougm@covalent.net>
41906              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
41907              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
41908      Branch: perl
41909            ! op.c t/TestInit.pm
41910 ____________________________________________________________________________
41911 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
41912         Log: Subject: [patch] ithreads + refto bug
41913              From: Doug MacEachern <dougm@covalent.net>
41914              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
41915              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
41916              
41917              (Test in change #11539)
41918      Branch: perl
41919            ! pp.c
41920 ____________________________________________________________________________
41921 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
41922         Log: Subject: [PATCH: perl@11523] fixups for t/harness
41923              From: Prymmer/Kahn <pvhp@best.com>
41924              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
41925              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
41926      Branch: perl
41927            ! t/harness
41928 ____________________________________________________________________________
41929 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
41930         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
41931              From: Prymmer/Kahn <pvhp@best.com>
41932              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
41933              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
41934      Branch: perl
41935            ! win32/Makefile win32/makefile.mk
41936 ____________________________________________________________________________
41937 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
41938         Log: Need to know the number of tests.
41939      Branch: perl
41940            ! t/run/exit.t
41941 ____________________________________________________________________________
41942 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
41943         Log: Subject: Re: new exit tests on VMS
41944              From: "Craig A. Berry" <craigberry@mac.com>
41945              Date: Tue, 31 Jul 2001 12:19:29 -0500
41946              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
41947      Branch: perl
41948            ! t/run/exit.t
41949 ____________________________________________________________________________
41950 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
41951         Log: Retract #11530 (the dTHX is needed under threads)
41952      Branch: perl
41953            ! perlio.c
41954 ____________________________________________________________________________
41955 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
41956         Log: (Retracted by #11531)
41957      Branch: perl
41958            ! perlio.c
41959 ____________________________________________________________________________
41960 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
41961         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
41962              From: Richard Soderberg <rs@crystalflame.net>
41963              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
41964              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
41965      Branch: perl
41966            ! unixish.h
41967 ____________________________________________________________________________
41968 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
41969         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
41970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41971              Date: Tue, 31 Jul 2001 05:39:09 -0400
41972              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
41973              
41974              (with a note about the case of UV being equal to long long)
41975      Branch: perl
41976            ! utils/h2xs.PL
41977 ____________________________________________________________________________
41978 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
41979         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
41980              From: "Craig A. Berry" <craigberry@mac.com>
41981              Date: Tue, 31 Jul 2001 14:57:43 -0500
41982              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
41983      Branch: perl
41984            ! t/io/fs.t
41985 ____________________________________________________________________________
41986 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
41987         Log: Fix for
41988              
41989              Subject: [ID 20010116.001] File::Copy truncates orig file 
41990              From: arbor@al37al08.telecel.pt
41991              Date: Tue, 16 Jan 2001 11:43:02 GMT
41992              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
41993              
41994              (copy($foo, $foo) would truncate $foo)
41995      Branch: perl
41996            ! lib/File/Copy.pm lib/File/Copy.t
41997 ____________________________________________________________________________
41998 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
41999         Log: Metaconfig unit change for #11524.
42000      Branch: metaconfig/U/perl
42001            ! Extras.U
42002 ____________________________________________________________________________
42003 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
42004         Log: Multiple modules didn't work; plus typo fixes.
42005      Branch: perl
42006            ! Configure
42007 ____________________________________________________________________________
42008 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
42009         Log: Update Changes.
42010      Branch: perl
42011            ! Changes patchlevel.h
42012 ____________________________________________________________________________
42013 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
42014         Log: Regen perlapi.
42015      Branch: perl
42016            ! pod/perlapi.pod
42017 ____________________________________________________________________________
42018 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
42019         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
42020              From: Dave Mitchell <davem@fdgroup.co.uk>
42021              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
42022              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
42023      Branch: perl
42024            ! sv.c
42025 ____________________________________________________________________________
42026 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
42027         Log: Regen toc.
42028      Branch: perl
42029            ! pod/perltoc.pod
42030 ____________________________________________________________________________
42031 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
42032         Log: Regen Porting stuff.
42033      Branch: perl
42034            ! Porting/Glossary Porting/config.sh Porting/config_H
42035 ____________________________________________________________________________
42036 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
42037         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
42038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42039              Date: Tue, 31 Jul 2001 05:34:38 -0400
42040              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
42041      Branch: perl
42042            ! utils/h2xs.PL
42043 ____________________________________________________________________________
42044 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
42045         Log: Metaconfig unit change for #11516. 
42046      Branch: metaconfig/U/perl
42047            ! gccvers.U
42048 ____________________________________________________________________________
42049 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
42050         Log: Add -Wall in cflags, not in Configure.
42051              (This way -Wall affects only the core and the core XS,
42052              not user modules' XS.  Concern from Paul Marquess,
42053              implementation idea from Andy Dougherty.)
42054      Branch: perl
42055            ! Configure cflags.SH
42056 ____________________________________________________________________________
42057 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
42058         Log: Metaconfig unit changes for #11514.
42059      Branch: metaconfig
42060            + U/modified/sysman.U
42061            ! U/installdirs/man1dir.U
42062 ____________________________________________________________________________
42063 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
42064         Log: Subject: Configure's detection of system manual
42065              From: Sean Dague <sean@dague.net> 
42066              Date: Sun, 13 May 2001 15:53:15 -0400
42067              Message-ID: <20010513155315.A15833@underhill.dague.net>
42068      Branch: perl
42069            ! Configure
42070 ____________________________________________________________________________
42071 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
42072         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
42073              From: Autrijus Tang <autrijus@autrijus.org> 
42074              Date: Thu, 21 Jun 2001 23:56:48 +0800
42075              Message-Id: <20010621235648.A57340@not.autrijus.org>
42076      Branch: perl
42077            ! pod/perlobj.pod
42078 ____________________________________________________________________________
42079 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
42080         Log: Subject: Typo in DB_File.pm
42081              From: "Philip Newton" <Philip.Newton@gmx.net>
42082              Date: Tue, 31 Jul 2001 06:19:35 +0200
42083              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
42084      Branch: perl
42085            ! ext/DB_File/DB_File.pm
42086 ____________________________________________________________________________
42087 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
42088         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
42089              From: "Stephen P. Potter" <spp@spotter.yi.org>
42090              Date: Wed, 30 May 2001 13:59:34 -0400
42091              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
42092      Branch: perl
42093            ! pod/perlre.pod
42094 ____________________________________________________________________________
42095 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
42096         Log: eval "format foo=" would loop indefinitely; reported in
42097              
42098              Subject: A load of old rubbish
42099              From: Mike Guy <mjtg@cam.ac.uk>
42100              Date: Mon, 14 May 2001 16:12:22 +0100
42101              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
42102              
42103              (The core dumps reported in there already fixed.)
42104      Branch: perl
42105            ! toke.c
42106 ____________________________________________________________________________
42107 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
42108         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
42109      Branch: perl
42110            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
42111            + lib/Switch/t/switch_case.t
42112            - lib/Switch/test.pl
42113            ! MANIFEST lib/Switch.pm
42114 ____________________________________________________________________________
42115 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
42116         Log: Subject: [PATCH @11505] DB_File-1.78
42117              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
42118              Date: Mon, 30 Jul 2001 22:54:37 +0100
42119              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
42120      Branch: perl
42121            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42122            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42123 ____________________________________________________________________________
42124 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
42125         Log: Explain in more detail why -pipe and -fno-common are good.
42126      Branch: perl
42127            ! hints/darwin.sh
42128 ____________________________________________________________________________
42129 [ 11506] By: nick                                  on 2001/07/30  14:32:23
42130         Log: Integrate mainline
42131      Branch: perlio
42132           !> INSTALL Makefile.SH doio.c hints/darwin.sh
42133 ____________________________________________________________________________
42134 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
42135         Log: Perl hasn't been putting man pages into $prefix/lib for
42136              a long time now; pointed out by Andy Dougherty. 
42137      Branch: perl
42138            ! hints/darwin.sh
42139 ____________________________________________________________________________
42140 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
42141         Log: Document the extras Configure option.
42142      Branch: perl
42143            ! INSTALL
42144 ____________________________________________________________________________
42145 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
42146         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
42147              everywhere.
42148      Branch: perl
42149           !> doio.c
42150 ____________________________________________________________________________
42151 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
42152         Log: Doubly guard against invoking CPAN if no extras defined,
42153              pointed out by H. Merijn Brand.
42154      Branch: perl
42155            ! Makefile.SH
42156 ____________________________________________________________________________
42157 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
42158         Log: Fix O_RDONLY check to check for O_RDONLY.
42159      Branch: maint-5.6/macperl
42160            ! doio.c
42161 ____________________________________________________________________________
42162 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
42163         Log: Integrate miscellaneous changes from maint-5.6/perl.
42164      Branch: maint-5.6/macperl
42165           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
42166 ____________________________________________________________________________
42167 [ 11499] By: nick                                  on 2001/07/30  06:52:42
42168         Log: Integrate mainline
42169      Branch: perlio
42170           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
42171           +> win32/sync_ext.pl
42172            - win32/sncfnmcs.pl
42173           !> (integrate 71 files)
42174 ____________________________________________________________________________
42175 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
42176         Log: Update Changes.
42177      Branch: perl
42178            ! Changes patchlevel.h
42179 ____________________________________________________________________________
42180 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
42181         Log: Now Configure -Dextras=Foo::Bar and "make install" will
42182              fetch and install Foo::Bar.
42183      Branch: perl
42184            ! Makefile.SH
42185 ____________________________________________________________________________
42186 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
42187         Log: Metaconfig unit change for #11495.
42188      Branch: metaconfig/U/perl
42189            ! Extras.U
42190 ____________________________________________________________________________
42191 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
42192         Log: extras.make, extras.test, and extras.install make targets.
42193      Branch: perl
42194            ! Configure Makefile.SH
42195 ____________________________________________________________________________
42196 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
42197         Log: Metaconfig unit change for #11493.
42198      Branch: metaconfig/U/perl
42199            ! Extras.U
42200 ____________________________________________________________________________
42201 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
42202         Log: Better to have the list of extras in $extras than 'define'.
42203      Branch: perl
42204            ! Configure
42205 ____________________________________________________________________________
42206 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
42207         Log: The metaconfig unit change for #11490.
42208      Branch: metaconfig/U/perl
42209            + Extras.U
42210 ____________________________________________________________________________
42211 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
42212         Log: Missed from #11490 (the required dependency).
42213      Branch: perl
42214            ! Makefile.SH
42215 ____________________________________________________________________________
42216 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
42217         Log: Add the support of asking for extra modules or bundles of modules
42218              to be fetched from the CPAN and installed as a part of the Perl
42219              build process.  None of this installation is yet really done;
42220              only the list is asked, and saved away in extras.lst for
42221              the build and installation process to worry about later.
42222      Branch: perl
42223            ! Configure
42224 ____________________________________________________________________________
42225 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
42226         Log: Beginnings of better Inf and NaN support.
42227              At least toke.c and sv.c still need quite a bit of work.
42228      Branch: perl
42229            ! numeric.c perl.h
42230 ____________________________________________________________________________
42231 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
42232         Log: Top-level Makefile didn't honour OPTIMIZE.
42233      Branch: perl
42234            ! Makefile.SH
42235 ____________________________________________________________________________
42236 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
42237         Log: Update Changes.
42238      Branch: perl
42239            ! Changes patchlevel.h
42240 ____________________________________________________________________________
42241 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
42242         Log: Use Search::Dict 1.02 interface for charinfo().
42243      Branch: perl
42244            ! lib/UnicodeCD.pm
42245 ____________________________________________________________________________
42246 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
42247         Log: Now also allow transforming the read lines before comparing them.
42248              (This will help UnicodeCD.) 
42249      Branch: perl
42250            ! lib/Search/Dict.pm
42251 ____________________________________________________________________________
42252 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
42253         Log: Remove tiehandle code.
42254      Branch: perl
42255            ! lib/UnicodeCD.pm
42256 ____________________________________________________________________________
42257 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
42258         Log: Allow specifying a comparison function for Search::Dict::look().
42259      Branch: perl
42260            ! lib/Search/Dict.pm
42261 ____________________________________________________________________________
42262 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
42263         Log: Small UnicodeCD tweaks.
42264      Branch: perl
42265            ! lib/UnicodeCD.pm lib/UnicodeCD.t
42266 ____________________________________________________________________________
42267 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
42268         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
42269              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42270              Date: Tue, 24 Jul 2001 01:51:32 +0900
42271              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
42272      Branch: perl
42273            ! lib/UnicodeCD.pm lib/UnicodeCD.t
42274 ____________________________________________________________________________
42275 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
42276         Log: Subject: [PATCH] installperl
42277              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
42278              Date: Fri, 27 Jul 2001 19:05:04 -0700
42279              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
42280      Branch: perl
42281            ! installperl
42282 ____________________________________________________________________________
42283 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
42284         Log: Subject: [PATCH] Set proper compatibility versions in core
42285              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
42286              Date: Fri, 27 Jul 2001 20:01:49 -0700
42287              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
42288      Branch: perl
42289            ! Makefile.SH
42290 ____________________________________________________________________________
42291 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
42292         Log: Metaconfig unit change for #11477.
42293      Branch: metaconfig/U/perl
42294            ! dlsrc.U
42295 ____________________________________________________________________________
42296 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
42297         Log: Subject: [PATCH] Darwin: -fpic not so good
42298              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
42299              Date: Fri, 27 Jul 2001 18:57:38 -0700
42300              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
42301      Branch: perl
42302            ! Configure
42303 ____________________________________________________________________________
42304 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
42305         Log: Subject: [PATCH] Clean up Darwin hints
42306              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
42307              Date: Fri, 27 Jul 2001 19:13:15 -0700
42308              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
42309      Branch: perl
42310            ! hints/darwin.sh
42311 ____________________________________________________________________________
42312 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
42313         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
42314              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42315              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
42316              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
42317      Branch: perl
42318            ! pod/perlfunc.pod pp.c t/op/split.t
42319 ____________________________________________________________________________
42320 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
42321         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
42322              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42323              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
42324              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
42325      Branch: perl
42326            ! pod/perlvar.pod
42327 ____________________________________________________________________________
42328 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
42329         Log: Subject: [PATCH] fixes to constant.pm documentation
42330              From: Ilmari Karonen <iltzu@sci.fi>
42331              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
42332              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
42333      Branch: perl
42334            ! lib/constant.pm
42335 ____________________________________________________________________________
42336 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
42337         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
42338              From: "Philip Newton" <Philip.Newton@gmx.net>
42339              Date: Fri, 27 Jul 2001 07:51:10 +0200
42340              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
42341      Branch: perl
42342            ! pod/perlport.pod
42343 ____________________________________________________________________________
42344 [ 11471] By: nick                                  on 2001/07/26  06:23:32
42345         Log: Subject:  [PATCH] Doc fix for perlguts / threading
42346              From:  Arthur Bergman <arthur@contiller.se>
42347              Date:  Wed, 25 Jul 2001 11:28:23 +0200
42348              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
42349      Branch: perl
42350            ! pod/perlguts.pod
42351 ____________________________________________________________________________
42352 [ 11470] By: nick                                  on 2001/07/26  06:21:06
42353         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
42354              From:  Philip Newton <Philip.Newton@gmx.net>
42355              Date:  Wed, 25 Jul 2001 08:19:47 +0200
42356              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
42357      Branch: perl
42358            ! INSTALL
42359 ____________________________________________________________________________
42360 [ 11469] By: nick                                  on 2001/07/26  06:20:25
42361         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
42362              From:  Philip Newton <Philip.Newton@gmx.net>
42363              Date:  Wed, 25 Jul 2001 08:12:48 +0200
42364              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
42365      Branch: perl
42366            ! INSTALL
42367 ____________________________________________________________________________
42368 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
42369         Log: More +x.
42370      Branch: perl
42371            ! Porting/makerel
42372 ____________________________________________________________________________
42373 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
42374         Log: Update Changes.
42375      Branch: perl
42376            ! Changes patchlevel.h
42377 ____________________________________________________________________________
42378 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
42379         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
42380              From: "Philip Newton" <Philip.Newton@gmx.net>
42381              Date: Tue, 24 Jul 2001 06:45:55 +0200
42382              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
42383      Branch: perl
42384            ! os2/perlrexx.c
42385 ____________________________________________________________________________
42386 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
42387         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
42388              From: Peter Prymmer <pvhp@forte.com>
42389              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
42390              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
42391      Branch: perl
42392            ! pod/perlport.pod t/io/fs.t vms/test.com
42393 ____________________________________________________________________________
42394 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
42395         Log: Workaround on Cwd bootstrap problem.
42396      Branch: perl
42397            ! lib/ExtUtils/MakeMaker.pm
42398 ____________________________________________________________________________
42399 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
42400         Log: When in Rome, quote like the Romans do.
42401      Branch: perl
42402            ! cflags.SH
42403 ____________________________________________________________________________
42404 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
42405         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
42406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42407              Date: Mon, 23 Jul 2001 19:29:49 -0400
42408              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
42409      Branch: perl
42410            + os2/perlrexx.c
42411            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
42412            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
42413            ! t/op/write.t
42414 ____________________________________________________________________________
42415 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
42416         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
42417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42418              Date: Mon, 23 Jul 2001 18:43:42 -0400
42419              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
42420      Branch: perl
42421            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
42422 ____________________________________________________________________________
42423 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
42424         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
42425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42426              Date: Mon, 23 Jul 2001 18:33:16 -0400
42427              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
42428      Branch: perl
42429            ! lib/ExtUtils/MakeMaker.pm
42430 ____________________________________________________________________________
42431 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
42432         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
42433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42434              Date: Mon, 23 Jul 2001 18:20:35 -0400
42435              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
42436      Branch: perl
42437            ! Makefile.SH cflags.SH
42438 ____________________________________________________________________________
42439 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
42440         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
42441              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
42442              Date: Mon, 23 Jul 2001 11:32:17 -0500
42443              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
42444      Branch: perl
42445            ! lib/ExtUtils/MakeMaker.pm
42446 ____________________________________________________________________________
42447 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
42448         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
42449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42450              Date: Mon, 23 Jul 2001 18:13:20 -0400
42451              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
42452      Branch: perl
42453            ! lib/perl5db.pl
42454 ____________________________________________________________________________
42455 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
42456         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
42457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42458              Date: Mon, 23 Jul 2001 18:07:40 -0400
42459              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
42460      Branch: perl
42461            ! op.c
42462 ____________________________________________________________________________
42463 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
42464         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
42465              From: "Craig A. Berry" <craigberry@mac.com>
42466              Date: Mon, 23 Jul 2001 15:35:06 -0500
42467              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
42468      Branch: perl
42469            ! util.c
42470 ____________________________________________________________________________
42471 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
42472         Log: Subject: [PATCH perlfaq9.pod typo]
42473              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
42474              Date: Mon, 23 Jul 2001 07:49:05 -0700
42475              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
42476      Branch: perl
42477            ! pod/perlfaq9.pod
42478 ____________________________________________________________________________
42479 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
42480         Log: Subject: win32\sncfnmcs.pl corrections
42481              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
42482              Date: Mon, 23 Jul 2001 12:56:54 +0200
42483              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
42484              
42485              Rename the script a little bit more sensibly.
42486      Branch: perl
42487            + win32/sync_ext.pl
42488            - win32/sncfnmcs.pl
42489            ! MANIFEST README.win32
42490 ____________________________________________________________________________
42491 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
42492         Log: Test tweak.
42493      Branch: perl
42494            ! ext/B/Deparse.t
42495 ____________________________________________________________________________
42496 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
42497         Log: Metaconfig unit tweak for #11450.
42498      Branch: metaconfig/U/perl
42499            ! Mksymlinks.U
42500 ____________________________________________________________________________
42501 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
42502         Log: Too volatile failsafe check.
42503      Branch: perl
42504            ! Configure
42505 ____________________________________________________________________________
42506 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
42507         Log: Further doc tweaks.
42508      Branch: perl
42509            ! lib/UnicodeCD.pm
42510 ____________________________________________________________________________
42511 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
42512         Log: Doc tweaks.
42513      Branch: perl
42514            ! lib/UnicodeCD.pm
42515 ____________________________________________________________________________
42516 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
42517         Log: Doc tweakery from Abhijit.
42518      Branch: perl
42519            ! Porting/repository.pod
42520 ____________________________________________________________________________
42521 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
42522         Log: An accidental empty line.
42523      Branch: perl
42524            ! MANIFEST
42525 ____________________________________________________________________________
42526 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
42527         Log: Missing MANIFESTations.
42528      Branch: perl
42529            ! MANIFEST
42530 ____________________________________________________________________________
42531 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
42532         Log: Update Changes.
42533      Branch: perl
42534            ! Changes patchlevel.h
42535 ____________________________________________________________________________
42536 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
42537         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
42538              From: Mike Guy <mjtg@cam.ac.uk>
42539              Date: Fri, 20 Jul 2001 16:12:49 +0100
42540              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
42541      Branch: perl
42542            ! Porting/pumpkin.pod
42543 ____________________________________________________________________________
42544 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
42545         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
42546              From: Peter Prymmer <pvhp@forte.com>
42547              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
42548              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
42549      Branch: perl
42550            ! pod/perlhack.pod
42551 ____________________________________________________________________________
42552 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
42553         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
42554              From: Michael G Schwern <schwern@pobox.com>
42555              Date: Fri, 20 Jul 2001 20:22:35 -0400
42556              Message-ID: <20010720202235.O4498@blackrider>
42557      Branch: perl
42558            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
42559            ! lib/Test/t/todo.t
42560 ____________________________________________________________________________
42561 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
42562         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
42563              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42564              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
42565              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
42566      Branch: perl
42567            ! ext/POSIX/POSIX.pod
42568 ____________________________________________________________________________
42569 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
42570         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
42571              From: Mark-Jason Dominus <mjd@plover.com>
42572              Date: Fri, 20 Jul 2001 23:16:54 -0400
42573              Message-ID: <20010721031654.21877.qmail@plover.com>
42574      Branch: perl
42575            ! ext/POSIX/POSIX.pod
42576 ____________________________________________________________________________
42577 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
42578         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
42579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42580              Date: Sun, 22 Jul 2001 14:56:09 +0200
42581              Message-ID: <20010722145609.A766@rafael>
42582      Branch: perl
42583            ! ext/B/O.pm
42584 ____________________________________________________________________________
42585 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
42586         Log: Subject: regexec.c #define cleanup
42587              From: Mark-Jason Dominus <mjd@plover.com>
42588              Date: Sat, 21 Jul 2001 18:33:25 -0400
42589              Message-ID: <20010721223325.3069.qmail@plover.com>
42590      Branch: perl
42591            ! regexec.c
42592 ____________________________________________________________________________
42593 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
42594         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
42595              From: Prymmer/Kahn <pvhp@best.com>
42596              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
42597              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
42598      Branch: perl
42599            ! t/io/fs.t
42600 ____________________________________________________________________________
42601 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
42602         Log: Typo in #11432.
42603      Branch: perl
42604            ! ext/POSIX/POSIX.t
42605 ____________________________________________________________________________
42606 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
42607         Log: Integrate (manually) change #11424 from macperl.
42608      Branch: perl
42609            ! ext/Filter/t/call.t
42610 ____________________________________________________________________________
42611 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
42612         Log: Integrate change #11408 from macperl.
42613      Branch: perl
42614           !> README.macos pod/perlport.pod
42615 ____________________________________________________________________________
42616 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
42617         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
42618      Branch: perl
42619           +> macos/MacPerlTests.cmd macos/xsubpp.patch
42620            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
42621            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
42622            ! ext/POSIX/POSIX.t
42623 ____________________________________________________________________________
42624 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
42625         Log: pod/*.t tests not picked up by t/TEST either
42626      Branch: maint-5.6/perl
42627            ! t/TEST
42628 ____________________________________________________________________________
42629 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
42630         Log: better tweak for change#11429 (windows has both / and \ separated
42631              paths in @INC at that point)
42632      Branch: maint-5.6/perl
42633            ! t/pod/testp2pt.pl
42634 ____________________________________________________________________________
42635 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
42636         Log: MacOS pod test tweak needs \Escape
42637      Branch: maint-5.6/perl
42638            ! t/pod/testp2pt.pl
42639 ____________________________________________________________________________
42640 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
42641         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
42642              resulting duplicate output, but t/harness isn't)
42643      Branch: maint-5.6/perl
42644            ! t/run/runenv.t
42645 ____________________________________________________________________________
42646 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
42647         Log: t/harness wasn't picking up all the tests
42648      Branch: maint-5.6/perl
42649            ! t/harness
42650 ____________________________________________________________________________
42651 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
42652         Log: update MANIFEST for new file
42653      Branch: maint-5.6/perl
42654            ! MANIFEST
42655 ____________________________________________________________________________
42656 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
42657         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
42658              the exception of the macperl/macos/... tree
42659      Branch: maint-5.6/perl
42660           +> t/lib/filefind-taint.t
42661           !> (integrate 72 files)
42662 ____________________________________________________________________________
42663 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
42664         Log: Fix test.
42665      Branch: maint-5.6/macperl
42666            ! macos/bundled_ext/Filter/t/call.t
42667 ____________________________________________________________________________
42668 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
42669         Log: Make perl fork()-safe (in a slightly limited way) even on
42670              platforms that don't have pthread_atfork() (extension of
42671              the fix in change#11151).
42672              
42673              Note that this will not help extensions that call fork()
42674              directly in C, or that link to libraries that call fork()
42675              directly.  Such cases must be fixed to either call
42676              PerlProc_fork(), or call atfork_lock() in parent before the
42677              calling the function that forks and call atfork_unlock()
42678              in both parent and child immediately after the fork().
42679              (There are no worries if C code calls exec() in the child
42680              immediately after a fork().  Only cases where the child
42681              calls perl's API functions (including New()) after the
42682              fork() are problematic.)
42683              
42684              This change also eliminates the use of vfork() from perl,
42685              since all such uses were violating the severe restrictions
42686              on modifying the state of the process between the vfork()
42687              and the exec().
42688              
42689              This is a modified version of patches suggested by Abhijit
42690              Menon-Sen and Richard Soderberg.
42691      Branch: perl
42692            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
42693            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
42694 ____________________________________________________________________________
42695 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
42696         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
42697              Switch, and Text::Balanced.
42698      Branch: maint-5.6/macperl
42699            + macos/bundled_ext/Filter/Util/Call/Call.pm
42700            + macos/bundled_ext/Filter/Util/Call/Call.xs
42701            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
42702            + macos/bundled_ext/Filter/t/MyFilter.pm
42703            + macos/bundled_ext/Filter/t/call.t
42704            + macos/bundled_ext/Filter/t/filter-util.pl
42705            + macos/bundled_lib/blib/lib/Class/ISA.pm
42706            + macos/bundled_lib/blib/lib/Digest.pm
42707            + macos/bundled_lib/blib/lib/Filter/Simple.pm
42708            + macos/bundled_lib/blib/lib/Switch.pm
42709            + macos/bundled_lib/blib/lib/Text/Balanced.pm
42710            + macos/bundled_lib/blib/lib/Text/Balanced.pod
42711            + macos/bundled_lib/t/Class/ISA/test.pl
42712            + macos/bundled_lib/t/Digest/Digest.t
42713            + macos/bundled_lib/t/Filter/Simple/test.pl
42714            + macos/bundled_lib/t/Switch/test.pl
42715            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
42716            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
42717            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
42718            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
42719            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
42720            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
42721            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
42722            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
42723 ____________________________________________________________________________
42724 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
42725         Log: Add Filter::Util::Call to config/make files; edit utils
42726              to recognize the module (it was descended too far down).
42727              Bump version to 5.6.1a4.
42728      Branch: maint-5.6/macperl
42729            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
42730            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
42731            ! macos/macperl/Makefile.mk macos/xsubpp.patch
42732 ____________________________________________________________________________
42733 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
42734         Log: Make DB_File the default for MLDBM on MacOS.
42735      Branch: maint-5.6/macperl
42736            ! macos/bundled_lib/blib/lib/MLDBM.pm
42737 ____________________________________________________________________________
42738 [ 11419] By: nick                                  on 2001/07/20  14:51:03
42739         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
42740              From:  Simon Cozens <simon@netthink.co.uk>
42741              Date:  Fri, 20 Jul 2001 11:42:35 -0400
42742              Message-Id:  <20010720114235.A5235@netthink.co.uk>
42743      Branch: perl
42744            ! lib/UnicodeCD.pm
42745 ____________________________________________________________________________
42746 [ 11418] By: nick                                  on 2001/07/20  14:48:12
42747         Log: Subject:  [PATCH regcomp.h] adds a comment
42748              From:  Abhijit Menon-Sen <ams@wiw.org>
42749              Date:  Fri, 20 Jul 2001 21:05:37 +0530
42750              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
42751      Branch: perl
42752            ! regcomp.h
42753 ____________________________________________________________________________
42754 [ 11417] By: nick                                  on 2001/07/20  14:16:38
42755         Log: Subject:  [PATCH 5.7.2] INSTALL updates
42756              From:  Andy Dougherty <doughera@lafayette.edu>
42757              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
42758              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
42759      Branch: perl
42760            ! INSTALL
42761 ____________________________________________________________________________
42762 [ 11416] By: nick                                  on 2001/07/20  06:44:44
42763         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
42764              From:  Russ Allbery <rra@stanford.edu>
42765              Date:  19 Jul 2001 15:52:37 -0700
42766              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
42767      Branch: perl
42768            ! lib/Pod/Man.pm
42769 ____________________________________________________________________________
42770 [ 11415] By: nick                                  on 2001/07/20  06:35:11
42771         Log: Subject:  [PATCH] defer op_seq allocation
42772              From:  Abhijit Menon-Sen <ams@wiw.org>
42773              Date:  Thu, 19 Jul 2001 22:12:24 +0530
42774              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
42775      Branch: perl
42776            ! op.c
42777 ____________________________________________________________________________
42778 [ 11414] By: nick                                  on 2001/07/20  06:23:36
42779         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
42780              From:  Abhijit Menon-Sen <ams@wiw.org>
42781              Date:  Fri, 20 Jul 2001 01:18:50 +0530
42782              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
42783              (Private e-mail)
42784      Branch: perl
42785            ! ext/Time/HiRes/HiRes.xs
42786 ____________________________________________________________________________
42787 [ 11413] By: nick                                  on 2001/07/20  06:18:53
42788         Log: Integrate mainline
42789      Branch: perlio
42790           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
42791            - t/base/commonsense.t
42792           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
42793           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
42794           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
42795           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
42796           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
42797           !> win32/win32.c
42798 ____________________________________________________________________________
42799 [ 11412] By: nick                                  on 2001/07/19  06:44:27
42800         Log: Integrate win32/perlhost.h from maintenance branch.
42801              (Rest of $ENV{PATH} / system() fix.)
42802      Branch: perl
42803           !> win32/perlhost.h
42804 ____________________________________________________________________________
42805 [ 11411] By: nick                                  on 2001/07/19  06:41:34
42806         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
42807              From:  Philip Newton <Philip.Newton@gmx.net>
42808              Date:  Wed, 18 Jul 2001 21:43:57 +0200
42809              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
42810      Branch: perl
42811            ! pod/perlhack.pod
42812 ____________________________________________________________________________
42813 [ 11410] By: nick                                  on 2001/07/19  06:39:35
42814         Log: Subject:  Security hole in taint checking in open()
42815              From:  deekoo@tentacle.net
42816              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
42817              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
42818      Branch: perl
42819            ! doio.c
42820 ____________________________________________________________________________
42821 [ 11409] By: nick                                  on 2001/07/19  06:28:08
42822         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
42823              From:  Abhijit Menon-Sen <ams@wiw.org>
42824              Date:  Thu, 19 Jul 2001 04:30:43 +0530
42825              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
42826      Branch: perl
42827            ! ext/Time/HiRes/HiRes.xs
42828 ____________________________________________________________________________
42829 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
42830         Log: Update docs with latest implementation information and new URLs.
42831      Branch: maint-5.6/macperl
42832            ! README.macos pod/perlport.pod
42833 ____________________________________________________________________________
42834 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
42835         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
42836              Fix BuildRules to accept optimization variables.
42837      Branch: maint-5.6/macperl
42838            + macos/bundled_ext/Digest/MD5/Makefile.mk
42839            ! macos/BuildRules.mk macos/Makefile.mk
42840            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
42841            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
42842 ____________________________________________________________________________
42843 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
42844         Log: Integrate changes 11399,11401
42845      Branch: maint-5.6/macperl
42846           !> win32/perlhost.h win32/win32.c
42847 ____________________________________________________________________________
42848 [ 11405] By: nick                                  on 2001/07/18  06:50:33
42849         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
42850              from perl5.6*
42851      Branch: perl
42852           !> win32/perlhost.h win32/win32.c
42853 ____________________________________________________________________________
42854 [ 11404] By: nick                                  on 2001/07/18  06:43:59
42855         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
42856              From:  hv@crypt0.demon.co.uk
42857              Date:  Wed, 18 Jul 2001 05:58:46 +0100
42858              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
42859      Branch: perl
42860            ! ext/POSIX/POSIX.t
42861 ____________________________________________________________________________
42862 [ 11403] By: nick                                  on 2001/07/18  06:38:57
42863         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
42864              From:  hv@crypt0.demon.co.uk
42865              Date:  Wed, 18 Jul 2001 05:21:54 +0100
42866              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
42867      Branch: perl
42868            ! numeric.c t/op/arith.t
42869 ____________________________________________________________________________
42870 [ 11402] By: nick                                  on 2001/07/18  06:19:17
42871         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
42872              From:  mjd@plover.com
42873              Date:  17 Jul 2001 17:59:20 -0000
42874              Message-Id:  <20010717175920.8177.qmail@plover.com>
42875      Branch: perl
42876            ! pod/perlre.pod
42877 ____________________________________________________________________________
42878 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
42879         Log: thinko in change#11400 (duh)
42880      Branch: maint-5.6/perl
42881            ! win32/perlhost.h
42882 ____________________________________________________________________________
42883 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
42884         Log: change#11399 revealed another unrelated bug; this is just a temporary
42885              bandaid
42886      Branch: maint-5.6/perl
42887            ! win32/perlhost.h
42888 ____________________________________________________________________________
42889 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
42890         Log: fix bugs in handling of the virtualized environment under windows;
42891              there were bugs in propagating any changes to %ENV down to the real
42892              environment when such changes happened in the toplevel process
42893              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
42894              problem identification, and for a part of the fix)
42895      Branch: maint-5.6/perl
42896            ! win32/perlhost.h win32/win32.c
42897 ____________________________________________________________________________
42898 [ 11398] By: nick                                  on 2001/07/17  08:26:35
42899         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
42900              From: Peter Prymmer <pvhp@forte.com>
42901              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
42902              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
42903              
42904              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
42905              should not depend on existance of Config.pm
42906      Branch: perl
42907           +> t/lib/commonsense.t
42908            - t/base/commonsense.t
42909            ! MANIFEST t/README
42910 ____________________________________________________________________________
42911 [ 11397] By: nick                                  on 2001/07/17  08:09:58
42912         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
42913              From:  Michael G Schwern <schwern@pobox.com>
42914              Date:  Mon, 16 Jul 2001 18:20:31 -0400
42915              Message-Id:  <20010716182031.A1128@blackrider>
42916      Branch: perl
42917            ! pod/perlhack.pod
42918 ____________________________________________________________________________
42919 [ 11396] By: nick                                  on 2001/07/17  08:04:11
42920         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
42921              From:  Gwyn Judd <b.judd@xtra.co.nz>
42922              Date:  Tue, 17 Jul 2001 20:55:58 +1200
42923              Message-Id:  <20010717205558.A3107@thislove>
42924      Branch: perl
42925            ! pod/perlfunc.pod
42926 ____________________________________________________________________________
42927 [ 11395] By: nick                                  on 2001/07/17  08:02:22
42928         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
42929              From:  Peter Prymmer <pvhp@forte.com>
42930              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
42931              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
42932      Branch: perl
42933            ! t/op/sprintf.t
42934 ____________________________________________________________________________
42935 [ 11394] By: nick                                  on 2001/07/17  07:57:06
42936         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
42937              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
42938              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
42939              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
42940      Branch: perl
42941            ! gv.c
42942 ____________________________________________________________________________
42943 [ 11392] By: nick                                  on 2001/07/17  07:50:12
42944         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
42945              From:  Coral <coral@moonlight.crystalflame.net>
42946              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
42947              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
42948      Branch: perl
42949            ! pp_sys.c thread.h
42950 ____________________________________________________________________________
42951 [ 11391] By: nick                                  on 2001/07/17  07:34:28
42952         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
42953              From:  Jonathan Stowe <gellyfish@gellyfish.com>
42954              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
42955              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
42956      Branch: perl
42957            ! utils/h2xs.PL
42958 ____________________________________________________________________________
42959 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
42960         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
42961              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
42962              and Mac::Apps::Launch, which don't work, and Time::HiRes and
42963              Time::Piece, which don't yet work.
42964      Branch: maint-5.6/macperl
42965            + (add 154 files)
42966 ____________________________________________________________________________
42967 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
42968         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
42969              Also add hack to get around missing setenv for PERL5DB.
42970      Branch: maint-5.6/macperl
42971            ! macos/macish.c macos/macish.h
42972 ____________________________________________________________________________
42973 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
42974         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
42975      Branch: maint-5.6/macperl
42976            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
42977            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
42978 ____________________________________________________________________________
42979 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
42980         Log: Fix up some configuration and make options, add extra
42981              extensions.
42982      Branch: maint-5.6/macperl
42983            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
42984            ! macos/macperl/Makefile.mk
42985 ____________________________________________________________________________
42986 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
42987         Log: From Change 11374 in maintperl.
42988      Branch: maint-5.6/macperl
42989           !> utils/h2ph.PL
42990 ____________________________________________________________________________
42991 [ 11385] By: nick                                  on 2001/07/16  14:12:58
42992         Log: Back out change to h2xs till it passes its test.
42993      Branch: perl
42994            ! utils/h2xs.PL
42995 ____________________________________________________________________________
42996 [ 11384] By: nick                                  on 2001/07/16  14:00:10
42997         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
42998              From:  Jonathan Stowe <gellyfish@gellyfish.com>
42999              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
43000              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
43001      Branch: perl
43002            ! utils/h2xs.PL
43003 ____________________________________________________________________________
43004 [ 11383] By: nick                                  on 2001/07/16  13:53:12
43005         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
43006              From:  Robin Houston <robin@kitsite.com>
43007              Date:  Sun, 15 Jul 2001 18:22:31 +0100
43008              Message-Id:  <20010715182230.A11174@robin>
43009      Branch: perl
43010            ! hints/darwin.sh
43011 ____________________________________________________________________________
43012 [ 11382] By: nick                                  on 2001/07/16  13:52:49
43013         Log: Subject:  [PATCH perl@11372] re_dup
43014              From:  Radu Greab <radu@netsoft.ro>
43015              Date:  Sun, 15 Jul 2001 04:50:06 +0300
43016              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
43017      Branch: perl
43018            ! sv.c
43019 ____________________________________________________________________________
43020 [ 11379] By: nick                                  on 2001/07/16  13:35:39
43021         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
43022              From:  Robin Houston <robin@kitsite.com>
43023              Date:  Sat, 14 Jul 2001 14:28:50 +0100
43024              Message-Id:  <20010714142850.A10205@robin>
43025      Branch: perl
43026            ! ext/B/B/Deparse.pm
43027 ____________________________________________________________________________
43028 [ 11378] By: nick                                  on 2001/07/16  13:30:36
43029         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
43030              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
43031              Date:  Sat, 14 Jul 2001 22:17:42 +0900
43032              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
43033      Branch: perl
43034            + ext/Encode/Encode/euc-jp-0212.enc
43035            ! ext/Encode/Encode/Tcl.pm
43036 ____________________________________________________________________________
43037 [ 11377] By: nick                                  on 2001/07/16  13:17:28
43038         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
43039              From:  Andy Dougherty <doughera@lafayette.edu>
43040              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
43041              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
43042      Branch: perl
43043            ! hints/darwin.sh hints/rhapsody.sh
43044 ____________________________________________________________________________
43045 [ 11376] By: nick                                  on 2001/07/16  09:05:00
43046         Log: Integrate mainline
43047      Branch: perlio
43048           +> ext/Encode/Encode/7bit-greek.enc
43049           +> ext/Encode/Encode/7bit-latin1.enc
43050           +> ext/Encode/Encode/cns11643-1.enc
43051           +> ext/Encode/Encode/cns11643-2.enc
43052           +> ext/Encode/Encode/iso2022-cn.enc
43053           +> ext/Encode/Encode/iso2022-jp1.enc
43054           +> ext/Encode/Encode/iso2022-jp2.enc
43055           !> Changes Configure MANIFEST Makefile.SH
43056           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
43057           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
43058           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
43059           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
43060           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
43061 ____________________________________________________________________________
43062 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
43063         Log: integrate change#11374 from maint-5.6
43064              
43065              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
43066      Branch: perl
43067           !> utils/h2ph.PL
43068 ____________________________________________________________________________
43069 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
43070         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
43071      Branch: maint-5.6/perl
43072            ! utils/h2ph.PL
43073 ____________________________________________________________________________
43074 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
43075         Log: Update Changes.
43076      Branch: perl
43077            ! Changes patchlevel.h
43078 ____________________________________________________________________________
43079 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
43080         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
43081              From: Jonathan Stowe <gellyfish@gellyfish.com>
43082              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
43083              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
43084      Branch: perl
43085            ! utils/h2xs.PL
43086 ____________________________________________________________________________
43087 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
43088         Log: Subject: patch to add DEL to [:cntrl:]
43089              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43090              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
43091              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
43092      Branch: perl
43093            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
43094 ____________________________________________________________________________
43095 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
43096         Log: Metaconfig unit change for #11369; plus a dependency nit.
43097      Branch: metaconfig
43098            ! U/compline/nblock_io.U
43099      Branch: metaconfig/U/perl
43100            ! Extensions.U
43101 ____________________________________________________________________________
43102 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
43103         Log: #include <stdlib.h> so that exit() is prototyped,
43104              noticed by Hugo.
43105      Branch: perl
43106            ! Configure
43107 ____________________________________________________________________________
43108 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
43109         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
43110              From: Peter Prymmer <pvhp@forte.com>
43111              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
43112              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
43113      Branch: perl
43114            ! t/op/sprintf.t
43115 ____________________________________________________________________________
43116 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
43117         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
43118              From: Peter Prymmer <pvhp@forte.com>
43119              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
43120              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
43121      Branch: perl
43122            ! ext/Encode/Encode/Tcl.t
43123 ____________________________________________________________________________
43124 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
43125         Log: Add information about gcc 3.0 basic block profiling.
43126      Branch: perl
43127            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
43128 ____________________________________________________________________________
43129 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
43130         Log: Subject: Error in lib/PerlIO/Via.pm ?
43131              From: Mark-Jason Dominus <mjd@plover.com>
43132              Date: Fri, 13 Jul 2001 15:55:41 -0400
43133              Message-ID: <20010713195541.26751.qmail@plover.com>
43134      Branch: perl
43135            ! ext/PerlIO/Via/Via.pm
43136 ____________________________________________________________________________
43137 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
43138         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
43139              section from the Compiler section.
43140      Branch: perl
43141            ! myconfig.SH
43142 ____________________________________________________________________________
43143 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
43144         Log: Handle glibc style of constant definitions using enum
43145              with intervening #defines; from Brendan O'Dea.
43146      Branch: perl
43147            ! utils/h2ph.PL
43148 ____________________________________________________________________________
43149 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
43150         Log: Add LC_MESSAGES to the locale_h export tag (it already is
43151              in the Makefile.PL and thusly eligible for an XS constant)
43152              (see also maintperl #10543)
43153      Branch: perl
43154            ! ext/POSIX/POSIX.pm
43155 ____________________________________________________________________________
43156 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
43157         Log: Subject: Re: [patch] re_dup
43158              From: Abhijit Menon-Sen <ams@wiw.org>
43159              Date: Fri, 13 Jul 2001 21:41:09 +0530
43160              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
43161      Branch: perl
43162            ! sv.c
43163 ____________________________________________________________________________
43164 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
43165         Log: Subject: [patch] re_dup
43166              From: Doug MacEachern <dougm@covalent.net>
43167              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
43168              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
43169      Branch: perl
43170            ! sv.c
43171 ____________________________________________________________________________
43172 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
43173         Log: Update Changes.
43174      Branch: perl
43175            ! Changes patchlevel.h
43176 ____________________________________________________________________________
43177 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
43178         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
43179              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
43180              Date: Sat, 14 Jul 2001 00:06:30 +0900
43181              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
43182      Branch: perl
43183            + ext/Encode/Encode/7bit-greek.enc
43184            + ext/Encode/Encode/7bit-latin1.enc
43185            + ext/Encode/Encode/cns11643-1.enc
43186            + ext/Encode/Encode/cns11643-2.enc
43187            + ext/Encode/Encode/iso2022-cn.enc
43188            + ext/Encode/Encode/iso2022-jp1.enc
43189            + ext/Encode/Encode/iso2022-jp2.enc
43190            ! MANIFEST ext/Encode/Encode/Tcl.pm
43191            ! ext/Encode/Encode/iso2022-kr.enc
43192 ____________________________________________________________________________
43193 [ 11357] By: nick                                  on 2001/07/13  14:24:06
43194         Log: Blind integrate mainline (as of 5.7.2?)
43195      Branch: perlio
43196           !> AUTHORS Changes Porting/config.sh Porting/config_H
43197           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
43198           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
43199           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43200           !> win32/makefile.mk
43201 ____________________________________________________________________________
43202 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
43203         Log: Snip away the devel patchlevel.
43204      Branch: perl
43205            ! patchlevel.h
43206 ____________________________________________________________________________
43207 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
43208         Log: Bump the version to 5.7.2.
43209      Branch: perl
43210            ! Porting/config.sh Porting/config_H patchlevel.h
43211            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
43212            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43213            ! win32/makefile.mk
43214 ____________________________________________________________________________
43215 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
43216         Log: Update Changes.
43217      Branch: perl
43218            ! Changes
43219 ____________________________________________________________________________
43220 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
43221         Log: Reword.
43222      Branch: perl
43223            ! AUTHORS
43224 ____________________________________________________________________________
43225 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
43226         Log: AUTHORS update.
43227      Branch: perl
43228            ! AUTHORS
43229 ____________________________________________________________________________
43230 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
43231         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
43232              unless ithreads.
43233      Branch: perl
43234            ! makedef.pl
43235 ____________________________________________________________________________
43236 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
43237         Log: Integrate perlio.
43238      Branch: perl
43239           !> win32/distclean.bat
43240 ____________________________________________________________________________
43241 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
43242         Log: Test the encoding transform only iff we have PerlIO,
43243              noticed by H. Merijn Brand.
43244      Branch: perl
43245            ! ext/PerlIO/t/encoding.t
43246 ____________________________________________________________________________
43247 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
43248         Log: README.netware tweaks from Ananth Kesari.
43249      Branch: perl
43250            ! README.netware
43251 ____________________________________________________________________________
43252 [ 11346] By: nick                                  on 2001/07/13  09:18:51
43253         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
43254              to avoid /unicode vs /Unicode issues.
43255      Branch: perlio
43256            ! win32/distclean.bat
43257 ____________________________________________________________________________
43258 [ 11345] By: nick                                  on 2001/07/13  06:24:18
43259         Log: Integrate mainline
43260      Branch: perlio
43261           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
43262            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
43263           !> (integrate 63 files)
43264 ____________________________________________________________________________
43265 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
43266         Log: Add d_bincompat5005 information to perl -V.
43267      Branch: perl
43268            ! myconfig.SH
43269 ____________________________________________________________________________
43270 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
43271         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
43272              From: Abhijit Menon-Sen <ams@wiw.org>
43273              Date: Fri, 13 Jul 2001 07:12:36 +0530
43274              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
43275      Branch: perl
43276            ! sv.c
43277 ____________________________________________________________________________
43278 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
43279         Log: Remove unicode::distinct, as per Inaba Hiroto.
43280      Branch: perl
43281            - lib/unicode/distinct.pm
43282            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
43283            ! t/lib/1_compile.t
43284 ____________________________________________________________________________
43285 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
43286         Log: Paging for Dr Octothorpe.
43287      Branch: perl
43288            ! pod/perlfaq4.pod
43289 ____________________________________________________________________________
43290 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
43291         Log: cut-n-paste error noticed by mjd.
43292      Branch: perl
43293            ! pod/perlfaq4.pod
43294 ____________________________________________________________________________
43295 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
43296         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
43297              From: Peter Prymmer <pvhp@forte.com>
43298              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
43299              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
43300      Branch: perl
43301            ! pod/perlfaq4.pod
43302 ____________________________________________________________________________
43303 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
43304         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
43305              From: Randall Gellens <randy@qualcomm.com>
43306              Date: Thu, 12 Jul 2001 16:56:23 -0700
43307              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
43308      Branch: perl
43309            ! Porting/repository.pod
43310 ____________________________________________________________________________
43311 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
43312         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
43313      Branch: perl
43314            ! thread.h
43315 ____________________________________________________________________________
43316 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
43317         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
43318              From: coral <coral@moonlight.crystalflame.net>
43319              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
43320              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
43321      Branch: perl
43322            ! thread.h
43323 ____________________________________________________________________________
43324 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
43325         Log: Metaconfig unit change for #11134.
43326      Branch: metaconfig
43327            + U/threads/d_pthread_atfork.U
43328 ____________________________________________________________________________
43329 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
43330         Log: Add HAS_PTHREAD_ATFORK.
43331      Branch: perl
43332            ! Configure NetWare/config.wc NetWare/config_H.wc
43333            ! Porting/Glossary Porting/config.sh Porting/config_H
43334            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
43335            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
43336            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43337            ! win32/config.gc win32/config.vc win32/config_H.bc
43338            ! win32/config_H.gc win32/config_H.vc
43339 ____________________________________________________________________________
43340 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
43341         Log: Subject: [PATCH] File::Copy fails on tied handles
43342              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
43343              Date: Thu, 12 Jul 2001 15:18:51 -0700
43344              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
43345      Branch: perl
43346            ! lib/File/Copy.pm
43347 ____________________________________________________________________________
43348 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
43349         Log: Subject: [PATCH] Langinfo.t
43350              From: Nicholas Clark <nick@ccl4.org>
43351              Date: Thu, 12 Jul 2001 23:55:38 +0100
43352              Message-ID: <20010712235538.M5827@plum.flirble.org>
43353      Branch: perl
43354            ! ext/I18N/Langinfo/Langinfo.t
43355 ____________________________________________________________________________
43356 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
43357         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
43358              From: Peter Prymmer <pvhp@forte.com>
43359              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
43360              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
43361      Branch: perl
43362            ! pod/perl572delta.pod
43363 ____________________________________________________________________________
43364 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
43365         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
43366              From: Abhijit Menon-Sen <ams@wiw.org>
43367              Date: Fri, 13 Jul 2001 05:21:16 +0530
43368              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
43369      Branch: perl
43370            ! sv.c
43371 ____________________________________________________________________________
43372 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
43373         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
43374              From: Abhijit Menon-Sen <ams@wiw.org>
43375              Date: Fri, 13 Jul 2001 03:04:25 +0530
43376              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
43377      Branch: perl
43378            ! av.c
43379 ____________________________________________________________________________
43380 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
43381         Log: s/^M$//g
43382      Branch: perl
43383            ! win32/Makefile win32/makefile.mk
43384 ____________________________________________________________________________
43385 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
43386         Log: Update Changes.
43387      Branch: perl
43388            ! Changes patchlevel.h
43389 ____________________________________________________________________________
43390 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
43391         Log: Typo spotted by Philip Newton.
43392      Branch: perl
43393            ! pod/perl572delta.pod
43394 ____________________________________________________________________________
43395 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
43396         Log: Subject: [PATCH] fixes perl_clone of perl_clone
43397              From: Artur Bergman <artur@contiller.se>
43398              Date: Thu, 12 Jul 2001 20:57:09 +0200
43399              Message-ID: <B773BFA4.236B%artur@contiller.se>
43400      Branch: perl
43401            ! sv.c
43402 ____________________________________________________________________________
43403 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
43404         Log: Add README.uts from Hal Morris.
43405      Branch: perl
43406            + README.uts
43407            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
43408            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
43409 ____________________________________________________________________________
43410 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
43411         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
43412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43413              Date: Thu, 12 Jul 2001 20:32:37 +0200
43414              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
43415      Branch: perl
43416            ! hints/aix.sh
43417 ____________________________________________________________________________
43418 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
43419         Log: Subject: Patch: document reg_data.what member
43420              From: Mark-Jason Dominus <mjd@plover.com>
43421              Message-ID: <20010712182532.14821.qmail@plover.com>
43422              Date: Thu, 12 Jul 2001 14:25:32 -0400
43423      Branch: perl
43424            ! regcomp.c regcomp.h
43425 ____________________________________________________________________________
43426 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
43427         Log: Subject: [PATCH] Perl_re_dup()
43428              From: Abhijit Menon-Sen <ams@wiw.org>
43429              Date: Thu, 12 Jul 2001 23:54:32 +0530
43430              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
43431      Branch: perl
43432            ! embed.h embed.pl perlapi.c proto.h sv.c
43433 ____________________________________________________________________________
43434 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
43435         Log: Regen Configure, modlib, toc.
43436      Branch: perl
43437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43438            ! pod/perlmodlib.pod pod/perltoc.pod
43439 ____________________________________________________________________________
43440 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
43441         Log: The problem seems to be in PerlIO::Layer::->find() not
43442              accepting the ":encoding(blurflur)" arguments.
43443      Branch: perl
43444            ! lib/PerlIO.pm lib/open.pm
43445 ____________________________________________________________________________
43446 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
43447         Log: AIX doc update.
43448      Branch: perl
43449            ! README.aix pod/perl572delta.pod
43450 ____________________________________________________________________________
43451 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
43452         Log: Subject: AIX README update
43453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43454              Date: Thu, 12 Jul 2001 19:28:30 +0200
43455              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
43456      Branch: perl
43457            ! README.aix
43458 ____________________________________________________________________________
43459 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
43460         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
43461              From: Norton Allen <allen@huarp.harvard.edu>
43462              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
43463              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
43464      Branch: perl
43465            ! ext/IO/lib/IO/t/io_unix.t
43466 ____________________________________________________________________________
43467 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
43468         Log: Subject: [PATCH README.qnx hints/qnx.sh]
43469              From: Norton Allen <allen@huarp.harvard.edu>
43470              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
43471              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
43472      Branch: perl
43473            ! README.qnx hints/qnx.sh
43474 ____________________________________________________________________________
43475 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
43476         Log: Subject: [patch] faster PM_GETRE
43477              From: Doug MacEachern <dougm@covalent.net>
43478              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
43479              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
43480      Branch: perl
43481            ! op.h
43482 ____________________________________________________________________________
43483 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
43484         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
43485              From: Doug MacEachern <dougm@covalent.net>
43486              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
43487              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
43488      Branch: perl
43489            ! op.c
43490 ____________________________________________________________________________
43491 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
43492         Log: Tell where the nice Estonian database is.
43493      Branch: perl
43494            ! lib/open.pm
43495 ____________________________________________________________________________
43496 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
43497         Log: Retract #11309 since #11310 is a better fix.
43498      Branch: perl
43499            ! t/lib/1_compile.t
43500 ____________________________________________________________________________
43501 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
43502         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
43503              change#11300 needs to return the status of failed win32_spawnvp())
43504              
43505              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
43506              splitting correctly; remove unused variables; 'require' at run time
43507              rather than 'use' at compile time for I18N::Langinfo, since it
43508              isn't everyware
43509      Branch: perl
43510            ! lib/open.pm win32/win32.c
43511 ____________________________________________________________________________
43512 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
43513         Log: Temporary workaround.
43514      Branch: perl
43515            ! t/lib/1_compile.t
43516 ____________________________________________________________________________
43517 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
43518         Log: UCD typo in #11306 and add also more known-to-be-tested
43519              modules to the skip list.
43520      Branch: perl
43521            ! t/lib/1_compile.t
43522 ____________________________________________________________________________
43523 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
43524         Log: Rename Unicode::UCD to UnicodeCD to avoid
43525              messups with case-insensitive filesystems.
43526      Branch: perl
43527            + lib/UnicodeCD.pm lib/UnicodeCD.t
43528            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
43529            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
43530 ____________________________________________________________________________
43531 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
43532         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
43533              From: daniel@biz.bitpusher.com
43534              Date: Wed, 11 Jul 2001 23:25:47 -0700
43535              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
43536      Branch: perl
43537            ! lib/Tie/Array.pm t/op/splice.t
43538 ____________________________________________________________________________
43539 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
43540         Log: Subject: [PATCH] More accurate line numbers in messages
43541              From: Paul Johnson <paul@pjcj.net>
43542              Date: Thu, 12 Jul 2001 04:14:11 +0200
43543              Message-ID: <20010712041411.A3467@pjcj.net>
43544              
43545              (With prototyping and multiplicity tweaks.)
43546      Branch: perl
43547            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
43548 ____________________________________________________________________________
43549 [ 11304] By: nick                                  on 2001/07/12  12:53:40
43550         Log: Integrate mainline
43551      Branch: perlio
43552           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
43553           !> regexec.c thread.h
43554 ____________________________________________________________________________
43555 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
43556         Log: Cut-and-pasto in #11298.
43557      Branch: perl
43558            ! ext/ByteLoader/bytecode.h
43559 ____________________________________________________________________________
43560 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
43561         Log: Update the AIX known problems section.
43562      Branch: perl
43563            ! pod/perl572delta.pod
43564 ____________________________________________________________________________
43565 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
43566         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
43567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43568              Date: Thu, 12 Jul 2001 12:16:16 +0200
43569              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
43570      Branch: perl
43571            ! hints/aix.sh
43572 ____________________________________________________________________________
43573 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
43574         Log: Integrate perlio.
43575      Branch: perl
43576           !> makedef.pl win32/win32.c
43577 ____________________________________________________________________________
43578 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
43579         Log: Subject: [PATCH] fix for PMOP threadness failures
43580              From: Artur Bergman <artur@contiller.se>
43581              Date: Thu, 12 Jul 2001 09:48:06 +0200
43582              Message-ID: <B77322D6.22DD%artur@contiller.se>
43583      Branch: perl
43584            ! regexec.c
43585 ____________________________________________________________________________
43586 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
43587         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
43588              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
43589              Date: Thu, 12 Jul 2001 09:09:48 +0200
43590              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
43591              
43592              More parentheses to keep bcc happy.
43593      Branch: perl
43594            ! ext/ByteLoader/bytecode.h
43595 ____________________________________________________________________________
43596 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
43597         Log: Subject: Re: [patch] pthread_atfork bandaid
43598              From: Doug MacEachern <dougm@covalent.net>
43599              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
43600              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
43601      Branch: perl
43602            ! thread.h
43603 ____________________________________________________________________________
43604 [ 11296] By: nick                                  on 2001/07/12  11:55:48
43605         Log: Exclude reentrant_buffer from .def file
43606      Branch: perlio
43607            ! makedef.pl
43608 ____________________________________________________________________________
43609 [ 11295] By: nick                                  on 2001/07/12  11:11:44
43610         Log: Honour void-ness of my_exit()
43611      Branch: perlio
43612            ! win32/win32.c
43613 ____________________________________________________________________________
43614 [ 11294] By: nick                                  on 2001/07/12  07:51:04
43615         Log: Integrate mainline
43616      Branch: perlio
43617           +> uts/sprintf_wrap.c
43618           !> (integrate 35 files)
43619 ____________________________________________________________________________
43620 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
43621         Log: Retract #11289.
43622      Branch: perl
43623            ! embed.h embed.pl perl.c proto.h thread.h
43624 ____________________________________________________________________________
43625 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
43626         Log: Now the :locale pseudolayer *almost* works...
43627      Branch: perl
43628            ! lib/open.pm
43629 ____________________________________________________________________________
43630 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
43631         Log: Locale encoding tweaks.
43632      Branch: perl
43633            ! lib/open.pm
43634 ____________________________________________________________________________
43635 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
43636         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
43637              From: Mark-Jason Dominus <mjd@plover.com>
43638              Date: Thu, 12 Jul 2001 00:59:31 -0400
43639              Message-ID: <20010712045931.8543.qmail@plover.com>
43640              
43641              Remove the chmod/umask leading zero warning.
43642      Branch: perl
43643            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
43644            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
43645 ____________________________________________________________________________
43646 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
43647         Log: (Retracted by #11289.)
43648      Branch: perl
43649            ! embed.h embed.pl perl.c proto.h thread.h
43650 ____________________________________________________________________________
43651 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
43652         Log: Needed by #11283.
43653      Branch: perl
43654            ! intrpvar.h
43655 ____________________________________________________________________________
43656 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
43657         Log: Metaconfig unit change for #11286.
43658      Branch: metaconfig/U/perl
43659            ! patchlevel.U
43660 ____________________________________________________________________________
43661 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
43662         Log: Subject: Re: [PATCH Configure] perl -V broken
43663              From: Andy Dougherty <doughera@lafayette.edu>
43664              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
43665              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
43666      Branch: perl
43667            ! Configure myconfig.SH
43668 ____________________________________________________________________________
43669 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
43670         Log: Retract #11166 (and #11237).
43671      Branch: perl
43672            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
43673            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
43674            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
43675 ____________________________________________________________________________
43676 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
43677         Log: UTS tweaks for Hal Morris.
43678      Branch: perl
43679            + uts/sprintf_wrap.c
43680            ! MANIFEST hints/uts.sh perl.h
43681 ____________________________________________________________________________
43682 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
43683         Log: Subject: [PATCH] Use reentrant API glibc
43684              From: Artur Bergman <artur@contiller.se>
43685              Date: Thu, 12 Jul 2001 00:58:21 +0200
43686              Message-ID: <B772A6AD.2288%artur@contiller.se>
43687      Branch: perl
43688            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
43689            ! sv.c
43690 ____________________________________________________________________________
43691 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
43692         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
43693              From: barries <barries@slaysys.com>
43694              Date: Wed, 11 Jul 2001 15:11:46 -0400
43695              Message-ID: <20010711151146.G24560@jester.slaysys.com>
43696      Branch: perl
43697            ! pp_sys.c t/lib/warnings/doio win32/win32.c
43698 ____________________________________________________________________________
43699 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
43700         Log: Subject: [patch] pthread_atfork bandaid
43701              From: Doug MacEachern <dougm@covalent.net>
43702              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
43703              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
43704      Branch: perl
43705            ! miniperlmain.c perl.c
43706 ____________________________________________________________________________
43707 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
43708         Log: Subject: [patch] perl_clone leaks
43709              From: Doug MacEachern <dougm@covalent.net>
43710              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
43711              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
43712      Branch: perl
43713            ! sv.c
43714 ____________________________________________________________________________
43715 [ 11279] By: nick                                  on 2001/07/11  15:49:38
43716         Log: Integrate mainline
43717      Branch: perlio
43718           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
43719           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
43720           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
43721           +> lib/Term/ANSIColor/README
43722           !> (integrate 54 files)
43723 ____________________________________________________________________________
43724 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
43725         Log: Update Changes.
43726      Branch: perl
43727            ! Changes patchlevel.h
43728 ____________________________________________________________________________
43729 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
43730         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
43731              From: Peter Prymmer <pvhp@forte.com>
43732              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
43733              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
43734              
43735              Backport of embed.pl to 5.003.
43736      Branch: perl
43737            ! embed.pl
43738 ____________________________________________________________________________
43739 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
43740         Log: Subject: Re: POSIX test #14 on UTS 
43741              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43742              Date: Wed, 11 Jul 2001 03:02:14 +0100
43743              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
43744      Branch: perl
43745            ! ext/POSIX/POSIX.t
43746 ____________________________________________________________________________
43747 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
43748         Log: Make the I32 an IV to preserve structure alignment and size.
43749      Branch: perl
43750            ! op.h
43751 ____________________________________________________________________________
43752 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
43753         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
43754              From: "Artur Bergman" <artur@contiller.se>
43755              Date: Wed, 11 Jul 2001 14:23:37 +0200
43756              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
43757              
43758              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
43759      Branch: perl
43760            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
43761            ! pod/perlapi.pod sv.c
43762 ____________________________________________________________________________
43763 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
43764         Log: Tweak until Pod::Parser gets updated.
43765      Branch: perl
43766            ! t/pod/special_seqs.xr
43767 ____________________________________________________________________________
43768 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
43769         Log: File::Spec usage tweak.
43770      Branch: perl
43771            ! lib/ExtUtils.t
43772 ____________________________________________________________________________
43773 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
43774         Log: Integrate #11263 from macperl; macos and macosx updates.
43775      Branch: perl
43776           !> pod/perlport.pod
43777 ____________________________________________________________________________
43778 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
43779         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
43780              From: Peter Prymmer <pvhp@forte.com>
43781              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
43782              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
43783      Branch: perl
43784            + ext/Time/HiRes/hints/dynixptx.pl
43785            ! MANIFEST hints/dynixptx.sh
43786 ____________________________________________________________________________
43787 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
43788         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
43789              From: Nicholas Clark <nick@ccl4.org>
43790              Date: Tue, 10 Jul 2001 23:17:43 +0100
43791              Message-ID: <20010710231742.B59620@plum.flirble.org>
43792      Branch: perl
43793            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
43794 ____________________________________________________________________________
43795 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
43796         Log: Subject: [DOC PATCH] Pluggable runops
43797              From: Paul Johnson <paul@pjcj.net>
43798              Date: Tue, 10 Jul 2001 21:53:28 +0200
43799              Message-ID: <20010710215328.B26577@pjcj.net>
43800      Branch: perl
43801            ! pod/perlguts.pod
43802 ____________________________________________________________________________
43803 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
43804         Log: Subject: [PATCH] Authors
43805              From: Artur Bergman <artur@contiller.se>
43806              Date: Tue, 10 Jul 2001 20:39:12 +0200
43807              Message-ID: <B771186F.21CD%artur@contiller.se>
43808      Branch: perl
43809            ! AUTHORS
43810 ____________________________________________________________________________
43811 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
43812         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
43813              From: Doug MacEachern <dougm@covalent.net>
43814              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
43815              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
43816      Branch: perl
43817            ! pp_ctl.c
43818 ____________________________________________________________________________
43819 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
43820         Log: Subject: doc patch; times() in scalar context
43821              From: mjd@plover.com
43822              Date: 10 Jul 2001 18:01:17 -0000
43823              Message-ID: <20010710180117.12477.qmail@plover.com>
43824      Branch: perl
43825            ! pod/perlfunc.pod
43826 ____________________________________________________________________________
43827 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
43828         Log: Subject: [PATCH] Small fix to pp_gmtime
43829              From: Artur Bergman <artur@contiller.se>
43830              Date: Tue, 10 Jul 2001 19:54:52 +0200
43831              Message-ID: <B7710E0B.21C5%artur@contiller.se>
43832      Branch: perl
43833            ! pp_sys.c
43834 ____________________________________________________________________________
43835 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
43836         Log: Integrate changes from mainline perl, add notes about
43837              Mac OS X and Mac OS.
43838      Branch: maint-5.6/macperl
43839            ! pod/perlport.pod
43840 ____________________________________________________________________________
43841 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
43842         Log: A proof of the dangers of package; ?
43843      Branch: perl
43844            ! t/lib/warnings/op
43845 ____________________________________________________________________________
43846 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
43847         Log: Regen toc and modlib.
43848      Branch: perl
43849            ! pod/perlmodlib.pod pod/perltoc.pod
43850 ____________________________________________________________________________
43851 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
43852         Log: Add compexcl(), casefold(), and casespec() interfaces;
43853              and make all interfaces to return hash references instead
43854              of hashes. 
43855      Branch: perl
43856            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
43857 ____________________________________________________________________________
43858 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
43859         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
43860              From: "Philip Newton" <Philip.Newton@gmx.net>
43861              Date: Tue, 10 Jul 2001 09:55:59 +0200
43862              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
43863              
43864              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
43865              From: "Philip Newton" <Philip.Newton@gmx.net>
43866              Date: Tue, 10 Jul 2001 09:56:37 +0200
43867              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
43868      Branch: perl
43869            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43870            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
43871 ____________________________________________________________________________
43872 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
43873         Log: Subject: [patch] undef &xsub for 1,2
43874              From: Doug MacEachern <dougm@covalent.net>
43875              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
43876              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
43877              
43878              (This version of the patch with a comment from Gisle.)
43879      Branch: perl
43880            ! op.c
43881 ____________________________________________________________________________
43882 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
43883         Log: Mention package; deprecation and the Win32 problems.
43884      Branch: perl
43885            ! pod/perl572delta.pod
43886 ____________________________________________________________________________
43887 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
43888         Log: Subject: [PATCH] deprecate package with no arguments
43889              From: Robin Houston <robin@kitsite.com>
43890              Date: Tue, 10 Jul 2001 13:33:40 +0100
43891              Message-ID: <20010710133340.A13452@robin.kitsite.com>
43892      Branch: perl
43893            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
43894 ____________________________________________________________________________
43895 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
43896         Log: Upgrade to podlators 1.10.
43897      Branch: perl
43898            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
43899            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
43900            ! pod/pod2man.PL pod/pod2text.PL
43901 ____________________________________________________________________________
43902 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
43903         Log: Upgrade to Term::ANSIColor 1.04.
43904      Branch: perl
43905            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
43906            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
43907 ____________________________________________________________________________
43908 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
43909         Log: Integrate perlio (the right fix for the ":layer(args)")
43910      Branch: perl
43911           !> perlio.c
43912 ____________________________________________________________________________
43913 [ 11252] By: nick                                  on 2001/07/10  06:58:14
43914         Log: Fix open(...,"...:layer(xxx)",...)
43915              - use memEQ not strEQ as there is '(' not '\0'
43916      Branch: perlio
43917            ! perlio.c
43918 ____________________________________________________________________________
43919 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
43920         Log: Telling the number of tests helps.
43921      Branch: perl
43922            ! ext/PerlIO/t/encoding.t
43923 ____________________________________________________________________________
43924 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
43925         Log: Require I18N::Langinfo, not use.
43926      Branch: perl
43927            ! lib/open.pm
43928 ____________________________________________________________________________
43929 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
43930         Log: Add a test for for PerlIO ":encoding(...)" layer.
43931      Branch: perl
43932            + ext/PerlIO/t/encoding.t
43933            ! MANIFEST ext/Encode/Encode.pm
43934 ____________________________________________________________________________
43935 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
43936         Log: PerlIO ":encoding(foobar)" temporary fix.
43937              Not really correct, I think, since the change means
43938              that prefixes match.
43939      Branch: perl
43940            ! perlio.c
43941 ____________________________________________________________________________
43942 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
43943         Log: Update to Math::BigInt 1.36.  The biggest news is
43944              the separation of the backend; now the pure Perl
43945              implementation is in Math::BigInt::Calc, but one
43946              can plugin, say, Math::BigInt::BitVect, and get
43947              considerable speedup.
43948      Branch: perl
43949            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
43950            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
43951            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
43952            ! lib/Math/BigInt/t/mbimbf.t
43953 ____________________________________________________________________________
43954 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
43955         Log: Subject: Re: compatibility question
43956              From: Peter Prymmer <pvhp@forte.com>
43957              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
43958              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
43959      Branch: perl
43960            ! lib/ExtUtils/MM_VMS.pm
43961 ____________________________________________________________________________
43962 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
43963         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
43964              From: Norton Allen <allen@huarp.harvard.edu>
43965              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
43966              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
43967      Branch: perl
43968            ! ext/File/Glob/t/basic.t
43969 ____________________________________________________________________________
43970 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
43971         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
43972              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43973              Date: Tue, 10 Jul 2001 00:29:55 +0900
43974              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
43975      Branch: perl
43976            + ext/Encode/Encode/HZ.enc
43977            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
43978            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
43979            ! ext/Encode/Encode/iso2022-jp.enc
43980            ! ext/Encode/Encode/iso2022-kr.enc
43981 ____________________________________________________________________________
43982 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
43983         Log: Add in all them there macos/ files.
43984      Branch: maint-5.6/macperl
43985            + (add 577 files)
43986 ____________________________________________________________________________
43987 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
43988         Log: Add the new modules to the list of having those own tests.
43989      Branch: perl
43990            ! t/lib/1_compile.t
43991 ____________________________________________________________________________
43992 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
43993         Log: Add INOUT to control both ways at the same time.
43994      Branch: perl
43995            ! lib/open.pm
43996 ____________________________________________________________________________
43997 [ 11240] By: nick                                  on 2001/07/09  16:33:50
43998         Log: Integrate mainline
43999      Branch: perlio
44000           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
44001           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
44002           !> (integrate 41 files)
44003 ____________________________________________________________________________
44004 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
44005         Log: More encoding mapping magic.
44006      Branch: perl
44007            ! lib/open.pm
44008 ____________________________________________________________________________
44009 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
44010         Log: Update Changes.
44011      Branch: perl
44012            ! Changes patchlevel.h
44013 ____________________________________________________________________________
44014 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
44015         Log: (Retracted by #11285).
44016              
44017              Subject: [PATCH] OPpCONST_OCTAL fixes
44018              From: Abhijit Menon-Sen <ams@wiw.org>
44019              Date: Mon, 9 Jul 2001 07:38:45 +0530
44020              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
44021      Branch: perl
44022            ! op.c
44023 ____________________________________________________________________________
44024 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
44025         Log: Add a pseudolayer ":locale" to the open pragma which
44026              will get the encoding from the locale.  Yet undocumented
44027              because I can't get the PerlIO :encoding(foobar) to work.
44028      Branch: perl
44029            ! ext/Encode/Encode.pm lib/open.pm
44030 ____________________________________________________________________________
44031 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
44032         Log: Add more encoding mappings.
44033      Branch: perl
44034            ! ext/Encode/Encode.pm
44035 ____________________________________________________________________________
44036 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
44037         Log: Document that using :encoding layer requires using Encode.
44038      Branch: perl
44039            ! ext/Encode/Encode.pm lib/PerlIO.pm
44040 ____________________________________________________________________________
44041 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
44042         Log: Netware tweak from Ananth Kesari.
44043      Branch: perl
44044            ! NetWare/netware.h
44045 ____________________________________________________________________________
44046 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
44047         Log: t/harness doesn't know about run/*.t
44048      Branch: perl
44049            ! t/harness
44050 ____________________________________________________________________________
44051 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
44052         Log: run/exit.t busted on windows
44053      Branch: perl
44054            ! t/run/exit.t
44055 ____________________________________________________________________________
44056 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
44057         Log: fix a couple of UCD.t tests that fail due to bad case
44058      Branch: perl
44059            ! lib/Unicode/UCD.t
44060 ____________________________________________________________________________
44061 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
44062         Log: test skip logic was broken
44063      Branch: perl
44064            ! ext/I18N/Langinfo/Langinfo.t
44065 ____________________________________________________________________________
44066 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
44067         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
44068              failure of ExtUtils.t#27 when built in debug mode)
44069      Branch: perl
44070            ! lib/ExtUtils/MM_Win32.pm
44071 ____________________________________________________________________________
44072 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
44073         Log: I18N::Langinfo is not available on windows
44074      Branch: perl
44075            ! win32/FindExt.pm
44076 ____________________________________________________________________________
44077 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
44078         Log: save a dTHX
44079      Branch: perl
44080            ! ext/POSIX/POSIX.xs
44081 ____________________________________________________________________________
44082 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
44083         Log: Update Changes.
44084      Branch: perl
44085            ! Changes patchlevel.h
44086 ____________________________________________________________________________
44087 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
44088         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
44089              as pointed out by Sarathy.
44090      Branch: perl
44091            ! ext/I18N/Langinfo/Langinfo.xs
44092 ____________________________________________________________________________
44093 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
44094         Log: Retract #11212.
44095      Branch: perl
44096            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
44097 ____________________________________________________________________________
44098 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
44099         Log: Bump up the VERSION of Cwd.xs.
44100      Branch: perl
44101            ! ext/Cwd/Makefile.PL
44102 ____________________________________________________________________________
44103 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
44104         Log: Retract #11220, the problem wasn't the missing leading zero.
44105              Here's the problem:
44106              $ ./perl -we 'chmod(oct("755"), ".")'
44107              Non-octal literal mode (493) specified at -e line 1.
44108              (Did you mean 0493 instead?)
44109      Branch: perl
44110            ! lib/ExtUtils/MM_Unix.pm
44111 ____________________________________________________________________________
44112 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
44113         Log: (Retracted by #11221)
44114              Change the PERM_RW and PERM_RWX to 0644 and 0755
44115              (add the leading zero).
44116      Branch: perl
44117            ! lib/ExtUtils/MM_Unix.pm
44118 ____________________________________________________________________________
44119 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
44120         Log: Integrate changes #11193, 11205, 11209 from macperl.
44121              
44122              Fix up AutoLoader to fudge for Mac paths in import().
44123              
44124              Allow symbols in try_symbol() to begin with "_".
44125              
44126              Small portability fix for Mac OS.
44127      Branch: perl
44128           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
44129 ____________________________________________________________________________
44130 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
44131         Log: Metaconfig unit change for #11217.
44132      Branch: metaconfig/U/perl
44133            ! Extensions.U
44134 ____________________________________________________________________________
44135 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
44136         Log: Detypo, problem noticed by Gerrit P. Haase.
44137      Branch: perl
44138            ! Configure config_h.SH
44139 ____________________________________________________________________________
44140 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
44141         Log: Cwd cleanups.
44142      Branch: perl
44143            ! ext/Cwd/Cwd.xs
44144 ____________________________________________________________________________
44145 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
44146         Log: Slight tweaks on #11213.
44147      Branch: perl
44148            ! toke.c
44149 ____________________________________________________________________________
44150 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
44151         Log: A missing dTHX noticed by Gerrit P. Haase.
44152      Branch: perl
44153            ! ext/POSIX/POSIX.xs
44154 ____________________________________________________________________________
44155 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
44156         Log: Subject: [PATCH toke.c] Simplify yytoke()
44157              From: Simon Cozens <simon@netthink.co.uk>
44158              Date: Sun, 8 Jul 2001 13:24:34 +0100
44159              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
44160              
44161              Split out pending_ident().
44162      Branch: perl
44163            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
44164 ____________________________________________________________________________
44165 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
44166         Log: (Retracted by #11223.)
44167              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
44168              Date: Wed, 05 Nov 1997 17:22:34 -0600
44169              From: Graham Barr <gbarr@ti.com>
44170              Message-Id: <3460FFBA.6DA51F46@ti.com>
44171      Branch: perl
44172            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
44173 ____________________________________________________________________________
44174 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
44175         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
44176      Branch: perl
44177            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
44178            ! pod/perllocale.pod
44179 ____________________________________________________________________________
44180 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
44181         Log: Really do the test under the C locale.
44182      Branch: perl
44183            ! ext/I18N/Langinfo/Langinfo.t
44184 ____________________________________________________________________________
44185 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
44186         Log: Small portability fix for Mac OS.
44187      Branch: maint-5.6/macperl
44188            ! lib/Cwd.pm
44189 ____________________________________________________________________________
44190 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
44191         Log: Metaconfig unit change for #11207.
44192      Branch: metaconfig/U/perl
44193            ! Extensions.U
44194 ____________________________________________________________________________
44195 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
44196         Log: Add I18N::Langinfo, which is basically a wrapper around
44197              nl_langinfo(), which is an additional way to query locale
44198              specific information.
44199      Branch: perl
44200            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
44201            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
44202            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
44203 ____________________________________________________________________________
44204 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
44205         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
44206              used in File::Find tests; replace with if.t.
44207      Branch: maint-5.6/macperl
44208            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
44209            ! t/pragma/warn/op
44210 ____________________________________________________________________________
44211 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
44212         Log: Allow symbols in try_symbol() to begin with "_".
44213      Branch: maint-5.6/macperl
44214            ! makedef.pl
44215 ____________________________________________________________________________
44216 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
44217         Log: Sync up the File::Find changes from the rewrite by
44218              Thomas Wegner, et al.
44219      Branch: maint-5.6/macperl
44220            + t/lib/filefind-taint.t
44221            ! lib/File/Find.pm t/lib/filefind.t
44222 ____________________________________________________________________________
44223 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
44224         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
44225              From: Thomas Wegner <wegner_thomas@yahoo.com>
44226              Date: Thu, 5 Jul 2001 20:31:25 +0200
44227              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
44228      Branch: maint-5.6/macperl
44229            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
44230 ____________________________________________________________________________
44231 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
44232         Log: Some more test portability fixes.
44233      Branch: maint-5.6/macperl
44234            ! t/lib/filecopy.t t/pragma/warn/pp_sys
44235 ____________________________________________________________________________
44236 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
44237         Log: The #11200 removed wrong (non-existent) target.  Duh.
44238      Branch: perl
44239            ! Makefile.SH
44240 ____________________________________________________________________________
44241 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
44242         Log: Zap the lib/re.pm before creating it.
44243      Branch: perl
44244            ! Makefile.SH
44245 ____________________________________________________________________________
44246 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
44247         Log: Another test.  Please ignore.
44248      Branch: maint-5.6/macperl
44249            ! README.macos
44250 ____________________________________________________________________________
44251 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
44252         Log: Portability fixes for a lot of tests, especially IO-related
44253              tests, and warnings, and the harness script.
44254      Branch: maint-5.6/macperl
44255            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
44256            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
44257            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
44258            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
44259            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
44260            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
44261            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
44262            ! t/pragma/warnings.t
44263 ____________________________________________________________________________
44264 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
44265         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
44266              From: Nicholas Clark <nick@ccl4.org>
44267              Date: Sat, 7 Jul 2001 21:00:17 +0100
44268              Message-ID: <20010707210017.H59620@plum.flirble.org>
44269      Branch: perl
44270            ! lib/h2xs.t
44271 ____________________________________________________________________________
44272 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
44273         Log: The UNICOS/mk SysV IPC problem has been fixed.
44274      Branch: perl
44275            ! pod/perl572delta.pod
44276 ____________________________________________________________________________
44277 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
44278         Log: Slight update tweaks on perlunicode.pod.
44279      Branch: perl
44280            ! pod/perlunicode.pod
44281 ____________________________________________________________________________
44282 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
44283         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
44284              From: Mark-Jason Dominus <mjd@plover.com>
44285              Date: Sat, 07 Jul 2001 13:04:04 -0400
44286              Message-ID: <20010707170404.32694.qmail@plover.com>
44287      Branch: perl
44288            ! ext/DB_File/DB_File.pm
44289 ____________________________________________________________________________
44290 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
44291         Log: Fix up AutoLoader to fudge for Mac paths in import().
44292      Branch: maint-5.6/macperl
44293            ! lib/AutoLoader.pm
44294 ____________________________________________________________________________
44295 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
44296         Log: Try to force the lib/re.pm to be there before entering
44297              the extensions builds, should help for parallel makes.
44298      Branch: perl
44299            ! Makefile.SH
44300 ____________________________________________________________________________
44301 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
44302         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
44303              From: Norton Allen <allen@huarp.harvard.edu>
44304              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
44305              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
44306      Branch: perl
44307            ! ext/POSIX/POSIX.xs
44308 ____________________________________________________________________________
44309 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
44310         Log: Subject: [PATCH] Re: op/arith.t
44311              From: Nicholas Clark <nick@ccl4.org>
44312              Date: Sat, 7 Jul 2001 13:04:54 +0100
44313              Message-ID: <20010707130454.D59620@plum.flirble.org>
44314      Branch: perl
44315            ! numeric.c toke.c
44316 ____________________________________________________________________________
44317 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
44318         Log: Subject: [PATCH] h2xs
44319              From: Nicholas Clark <nick@ccl4.org>
44320              Date: Fri, 6 Jul 2001 23:25:14 +0100
44321              Message-ID: <20010706232514.X59620@plum.flirble.org>
44322      Branch: perl
44323            ! utils/h2xs.PL
44324 ____________________________________________________________________________
44325 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
44326         Log: Subject: Re: bleedperl perl_alloc..free leakage
44327              From: Radu Greab <radu@netsoft.ro>
44328              Date: Fri, 6 Jul 2001 19:48:54 +0300
44329              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
44330              
44331              Leak-be-gone.
44332      Branch: perl
44333            ! op.c
44334 ____________________________________________________________________________
44335 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
44336         Log: Test again.  Please ignore.
44337      Branch: maint-5.6/macperl
44338            ! README.macos
44339 ____________________________________________________________________________
44340 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
44341         Log: Test.  Please ignore.
44342      Branch: maint-5.6/macperl
44343            ! README.macos
44344 ____________________________________________________________________________
44345 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
44346         Log: Include changes already sent in separately as patches,
44347              before branch was created.
44348      Branch: maint-5.6/macperl
44349            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
44350            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
44351            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
44352            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
44353            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
44354            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
44355            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
44356            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
44357            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
44358            ! t/pragma/strict.t
44359 ____________________________________________________________________________
44360 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
44361         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
44362              From: Norton Allen <allen@huarp.harvard.edu>
44363              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
44364              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
44365      Branch: perl
44366            ! utf8.h
44367 ____________________________________________________________________________
44368 [ 11183] By: nick                                  on 2001/07/06  16:27:40
44369         Log: Integrate mainline
44370      Branch: perlio
44371           +> (branch 42 files)
44372            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
44373            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
44374            - win32/bin/mdelete.bat
44375           !> (integrate 215 files)
44376 ____________________________________________________________________________
44377 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
44378         Log: The #11166 needed also these updated.
44379      Branch: perl
44380            ! lib/warnings.pm warnings.h
44381 ____________________________________________________________________________
44382 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
44383         Log: Update Changes.
44384      Branch: perl
44385            ! Changes patchlevel.h
44386 ____________________________________________________________________________
44387 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
44388         Log: Regen toc.
44389      Branch: perl
44390            ! pod/perltoc.pod
44391 ____________________________________________________________________________
44392 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
44393         Log: Nit from Abhijit.
44394      Branch: perl
44395            ! lib/CPAN.pm
44396 ____________________________________________________________________________
44397 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
44398         Log: Retract #11172.
44399      Branch: perl
44400            ! t/op/method.t
44401 ____________________________________________________________________________
44402 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
44403         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
44404              From: Norton Allen <allen@huarp.harvard.edu>
44405              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
44406              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
44407      Branch: perl
44408            ! lib/Cwd.pm
44409 ____________________________________________________________________________
44410 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
44411         Log: (Accidentally empty check-in.)
44412      Branch: perl
44413            ! utf8.h
44414 ____________________________________________________________________________
44415 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
44416         Log: Retract #11165 since Sarathy pointed out it'll not
44417              work properly under threads, the problem should be
44418              solved using "the savestack, either via SSNEW() or
44419              using a newSVpv()+SAVEFREESV() combo."
44420      Branch: perl
44421            ! ext/POSIX/POSIX.xs
44422 ____________________________________________________________________________
44423 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
44424         Log: Retract #11125 since NI-S pointed out it'll not work in
44425              cases where the extension has their own handcrafted INC
44426              et alia.
44427      Branch: perl
44428            ! lib/ExtUtils/MM_Unix.pm
44429 ____________________________________________________________________________
44430 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
44431         Log: Subject: RE: [PATCH] -I and MakeMaker again
44432              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
44433              Date: Fri, 6 Jul 2001 09:18:29 +0200
44434              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
44435      Branch: perl
44436            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
44437            ! lib/ExtUtils/MM_Win32.pm
44438 ____________________________________________________________________________
44439 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
44440         Log: (Retracted by #11178)
44441              Subject: [PATCH t/op/method.t] SUPER:: strangeness
44442              From: Piers Cawley <pdcawley@iterative-software.com>
44443              Date: 06 Jul 2001 10:49:01 +0100
44444              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
44445      Branch: perl
44446            ! t/op/method.t
44447 ____________________________________________________________________________
44448 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
44449         Log: VOS README update from Paul Green.
44450      Branch: perl
44451            ! README.vos
44452 ____________________________________________________________________________
44453 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
44454         Log: Subject: [PATCH README.qnx hints/qnx.sh]
44455              From: Norton Allen <allen@huarp.harvard.edu>
44456              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
44457              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
44458      Branch: perl
44459            ! README.qnx hints/qnx.sh
44460 ____________________________________________________________________________
44461 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
44462         Log: Subject: [PATCH] Doc patch for Tie::Hash
44463              From: Artur Bergman <artur@contiller.se>
44464              Date: Thu, 05 Jul 2001 22:51:18 +0200
44465              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
44466      Branch: perl
44467            ! lib/Tie/Hash.pm
44468 ____________________________________________________________________________
44469 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
44470         Log: Subject: [PATCH] perlfaq4.pod
44471              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
44472              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
44473              Date: Thu, 5 Jul 2001 18:44:10 +0100 
44474      Branch: perl
44475            ! pod/perlfaq4.pod
44476 ____________________________________________________________________________
44477 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
44478         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
44479              From: Robin Houston <robin@kitsite.com>
44480              Date: Thu, 5 Jul 2001 18:33:21 +0100
44481              Message-ID: <20010705183321.A27345@robin.kitsite.com>
44482      Branch: perl
44483            ! ext/B/B/Deparse.pm
44484 ____________________________________________________________________________
44485 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
44486         Log: (Retracted by #11285.)
44487              
44488              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
44489              From: Abhijit Menon-Sen <ams@wiw.org>
44490              Date: Fri, 6 Jul 2001 01:26:32 +0530
44491              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
44492      Branch: perl
44493            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
44494            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
44495            ! warnings.pl
44496 ____________________________________________________________________________
44497 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
44498         Log: (Retracted by #11175)
44499              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
44500              From: Norton Allen <allen@huarp.harvard.edu>
44501              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
44502              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
44503      Branch: perl
44504            ! ext/POSIX/POSIX.xs
44505 ____________________________________________________________________________
44506 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
44507         Log: Unterminated C< (noticed by Richard Hatch), and few other
44508              small Unicode doc tweaks.
44509      Branch: perl
44510            ! pod/perlretut.pod
44511 ____________________________________________________________________________
44512 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
44513         Log: More flexible argument understanding; add charblocks() and
44514              charscripts(); make charblock() and charscript() two-way;
44515              add charinrange(); separate the $Unicode::UCD::VERSION and
44516              the version of the Unicode by adding UnicodeVersion().
44517      Branch: perl
44518            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
44519 ____________________________________________________________________________
44520 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
44521         Log: Update Unicode::UCD on \p{In...}.
44522      Branch: perl
44523            ! lib/Unicode/UCD.pm
44524 ____________________________________________________________________________
44525 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
44526         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
44527              From: Norton Allen <allen@huarp.harvard.edu>
44528              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
44529              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
44530      Branch: perl
44531            ! lib/ExtUtils/MM_Unix.pm
44532 ____________________________________________________________________________
44533 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
44534         Log: POSIX-BC tweaks from Thomas Dorner.
44535      Branch: perl
44536            ! hints/posix-bc.sh perlio.h
44537 ____________________________________________________________________________
44538 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
44539         Log: Module updates for the delta.
44540      Branch: perl
44541            ! pod/perl572delta.pod
44542 ____________________________________________________________________________
44543 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
44544         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
44545              From: Norton Allen <allen@huarp.harvard.edu>
44546              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
44547              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
44548      Branch: perl
44549            ! ext/IO/lib/IO/t/io_sock.t
44550 ____________________________________________________________________________
44551 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
44552         Log: Subject: [PATCH perldiag.pod] Quick fixes
44553              From: Simon Cozens <simon@netthink.co.uk>
44554              Date: Wed, 4 Jul 2001 20:22:12 +0100
44555              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
44556      Branch: perl
44557            ! pod/perldiag.pod
44558 ____________________________________________________________________________
44559 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
44560         Log: (retracted by #13533)
44561              
44562              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
44563              From: Radu Greab <radu@netsoft.ro>
44564              Date: Wed, 4 Jul 2001 22:13:31 +0300
44565              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
44566      Branch: perl
44567            ! op.c sv.c t/op/pos.t
44568 ____________________________________________________________________________
44569 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
44570         Log: Subject: [PATCH] -I and MakeMaker again
44571              From: Michael G Schwern <schwern@pobox.com>
44572              Date: Wed, 4 Jul 2001 15:03:07 -0400
44573              Message-ID: <20010704150307.I20340@blackrider>
44574              
44575              (and retract #11145)
44576      Branch: perl
44577            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
44578            ! lib/ExtUtils/MakeMaker.pm
44579 ____________________________________________________________________________
44580 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
44581         Log: Subject: Re: PERFORCE change 11142 for review
44582              From: "Philip Newton" <Philip.Newton@gmx.net>
44583              Date: Wed, 4 Jul 2001 20:46:26 +0200
44584              Message-Id: <200107041841.VAA25380@taas.iki.fi>
44585      Branch: perl
44586            ! lib/ExtUtils/MakeMaker.pm
44587 ____________________________________________________________________________
44588 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
44589         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
44590              From: Jonathan Stowe <gellyfish@gellyfish.com>
44591              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
44592              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
44593      Branch: perl
44594            ! utils/pl2pm.PL
44595 ____________________________________________________________________________
44596 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
44597         Log: fix the binary compatibility issue when building with/without
44598              usemymalloc by exporting Perl_malloc() et al as simple wrappers
44599              around the system functions (this allows most extensions built
44600              using one mode to coexist with perls built in the other mode)
44601              
44602              XXX the Perl_mfree() wrapper might need to do return(free()) on
44603              platforms where Free_t isn't "void"
44604      Branch: perl
44605            ! embed.h embed.pl makedef.pl proto.h util.c
44606 ____________________________________________________________________________
44607 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
44608         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
44609              since it doesn't ensure threads other than the one calling fork()
44610              aren't holding any locks; the fix is to use pthread_atfork() to
44611              hold global locks
44612              
44613              building perl with -Dusemymalloc exacerbates the problem since
44614              Perl_malloc() holds a mutex, and perl's exec() calls New()
44615              
44616              XXX the code in win32thread.h may be needed on platforms that have
44617              no pthread_atfork()
44618      Branch: perl
44619            ! perl.c thread.h win32/win32thread.h
44620 ____________________________________________________________________________
44621 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
44622         Log: Integrate #11009 from maintperl.
44623      Branch: maint-5.6/macperl
44624           !> lib/ExtUtils/Manifest.pm
44625 ____________________________________________________________________________
44626 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
44627         Log: Flexing my Perforce muscles.
44628      Branch: maint-5.6/macperl
44629            ! README.macos
44630 ____________________________________________________________________________
44631 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
44632         Log: Update Changes.
44633      Branch: perl
44634            ! Changes patchlevel.h
44635 ____________________________________________________________________________
44636 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
44637         Log: Metaconfig unit change for #11146.
44638      Branch: metaconfig/U/perl
44639            ! d_fcntl_can_lock.U
44640 ____________________________________________________________________________
44641 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
44642         Log: Somehow the #ifdefs of the added code (in #11093) made
44643              HP-UX to fail the fcntl locking test, without the ifdefs
44644              the test seems to be working again.  Reason unknown:
44645              HP-UX cc doesn't complain either way.
44646      Branch: perl
44647            ! Configure
44648 ____________________________________________________________________________
44649 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
44650         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
44651      Branch: perl
44652            ! lib/ExtUtils/MM_Unix.pm
44653 ____________________________________________________________________________
44654 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
44655         Log: gcc -Wall nit.
44656      Branch: perl
44657            ! pp_hot.c
44658 ____________________________________________________________________________
44659 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
44660         Log: When removing tests updating the test count is a good idea, too.
44661      Branch: perl
44662            ! lib/Net/t/require.t
44663 ____________________________________________________________________________
44664 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
44665         Log: Document #11134 and add the new symbols to the list of
44666              of MakeMaker known ones.
44667      Branch: perl
44668            ! lib/ExtUtils/MakeMaker.pm
44669 ____________________________________________________________________________
44670 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
44671         Log: Microperl update.
44672      Branch: perl
44673            ! uconfig.h
44674 ____________________________________________________________________________
44675 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
44676         Log: Update the libnet tests as per #11138.
44677      Branch: perl
44678            - lib/Net/t/ph.t
44679            ! MANIFEST lib/Net/t/require.t
44680 ____________________________________________________________________________
44681 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
44682         Log: Regen toc and modlib.
44683      Branch: perl
44684            ! pod/perlmodlib.pod pod/perltoc.pod
44685 ____________________________________________________________________________
44686 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
44687         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
44688              Graham's request.
44689      Branch: perl
44690            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
44691            ! MANIFEST
44692 ____________________________________________________________________________
44693 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
44694         Log: Add the OS/390 harness results to the delta.
44695      Branch: perl
44696            ! pod/perl572delta.pod
44697 ____________________________________________________________________________
44698 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
44699         Log: Avoid the two study tests in OS/390 until the bug has been solved.
44700      Branch: perl
44701            ! t/op/study.t
44702 ____________________________________________________________________________
44703 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
44704         Log: DOS/DJGPP tweaks from Laszlo Molnar.
44705      Branch: perl
44706            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
44707 ____________________________________________________________________________
44708 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
44709         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
44710              From: Michael G Schwern <schwern@pobox.com>
44711              Date: Wed, 4 Jul 2001 00:01:16 -0400
44712              Message-ID: <20010704000116.C591@blackrider>
44713      Branch: perl
44714            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
44715 ____________________________________________________________________________
44716 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
44717         Log: The #11132 missed singleton characters (not part
44718              of a unilo..unihi range) in Unicode scripts.
44719      Branch: perl
44720            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
44721            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
44722            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
44723            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
44724            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
44725            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
44726            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
44727            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
44728            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
44729            ! lib/unicode/mktables.PL t/op/pat.t
44730 ____________________________________________________________________________
44731 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
44732         Log: Support preferentially the Unicode 'scripts' definition
44733              in the \p{In...} notation since according to Unicode the
44734              scripts concept is more natural for matching than using
44735              the somewhat artificial block names.  The block names are
44736              still available, though, and if there's a name conflict,
44737              the scripts one wins and the blocks one has to do with
44738              'Block' appended to its name.  For more information see
44739              
44740              http://www.unicode.org/unicode/reports/tr24/
44741      Branch: perl
44742            + lib/unicode/In/100.pl lib/unicode/In/101.pl
44743            + lib/unicode/In/102.pl lib/unicode/In/103.pl
44744            + lib/unicode/In/104.pl lib/unicode/In/105.pl
44745            + lib/unicode/In/106.pl lib/unicode/In/107.pl
44746            + lib/unicode/In/108.pl lib/unicode/In/109.pl
44747            + lib/unicode/In/110.pl lib/unicode/In/111.pl
44748            + lib/unicode/In/112.pl lib/unicode/In/113.pl
44749            + lib/unicode/In/114.pl lib/unicode/In/115.pl
44750            + lib/unicode/In/116.pl lib/unicode/In/117.pl
44751            + lib/unicode/In/118.pl lib/unicode/In/119.pl
44752            + lib/unicode/In/120.pl lib/unicode/In/121.pl
44753            + lib/unicode/In/122.pl lib/unicode/In/123.pl
44754            + lib/unicode/In/124.pl lib/unicode/In/125.pl
44755            + lib/unicode/In/126.pl lib/unicode/In/127.pl
44756            + lib/unicode/In/128.pl lib/unicode/In/129.pl
44757            + lib/unicode/In/130.pl lib/unicode/In/131.pl
44758            + lib/unicode/In/132.pl lib/unicode/In/133.pl
44759            + lib/unicode/In/134.pl lib/unicode/In/135.pl
44760            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
44761            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
44762            ! (edit 106 files)
44763 ____________________________________________________________________________
44764 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
44765         Log: Better document the difference between a block and a script.
44766      Branch: perl
44767            ! lib/Unicode/UCD.pm
44768 ____________________________________________________________________________
44769 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
44770         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
44771              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44772              Date: Tue, 3 Jul 2001 15:04:23 -0500
44773              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
44774      Branch: perl
44775            ! lib/CPAN.pm
44776 ____________________________________________________________________________
44777 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
44778         Log: Add tests for charscript().
44779      Branch: perl
44780            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
44781 ____________________________________________________________________________
44782 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
44783         Log: Add charscript() to get the UTR#24 script names of characters.
44784      Branch: perl
44785            ! lib/Unicode/UCD.pm
44786 ____________________________________________________________________________
44787 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
44788         Log: Todo updates.
44789      Branch: perl
44790            ! pod/perltodo.pod
44791 ____________________________________________________________________________
44792 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
44793         Log: Unicode::UCD updates.
44794      Branch: perl
44795            ! lib/Unicode/UCD.pm
44796 ____________________________________________________________________________
44797 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
44798         Log: (Retracted by #11174)
44799              Subject: MakeMaker should pass through DEFINE and INC to subdirs
44800              From: Alan Burlison <Alan.Burlison@sun.com>
44801              Date: Tue, 03 Jul 2001 15:20:13 +0100
44802              Message-ID: <3B41D49D.A923D4F9@sun.com>
44803      Branch: perl
44804            ! lib/ExtUtils/MM_Unix.pm
44805 ____________________________________________________________________________
44806 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
44807         Log: Subject: Patch needed for UTS
44808              From: hom00@utsglobal.com (Hal Morris)
44809              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
44810              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
44811              
44812              Replace #11113 with a better version.
44813      Branch: perl
44814            ! perl.h
44815 ____________________________________________________________________________
44816 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
44817         Log: Subject: Re: POINTERRIGOR
44818              From: Andy Dougherty <doughera@lafayette.edu>
44819              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
44820              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
44821      Branch: perl
44822            ! util.c
44823 ____________________________________________________________________________
44824 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
44825         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
44826              From: "Philip Newton" <pnewton@gmx.de>
44827              Date: Tue, 3 Jul 2001 17:03:34 +0200
44828              Message-ID: <3B41FAE6.29564.660E117@localhost>
44829      Branch: perl
44830            ! pp_hot.c
44831 ____________________________________________________________________________
44832 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
44833         Log: Typos.
44834      Branch: perl
44835            ! INSTALL
44836 ____________________________________________________________________________
44837 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
44838         Log: Subject: [PATCH 5.6.1] debugger fixes
44839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44840              Date: Tue, 3 Jul 2001 03:38:18 -0400
44841              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
44842              
44843              The $^S is working again.
44844      Branch: perl
44845            ! lib/perl5db.pl
44846 ____________________________________________________________________________
44847 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
44848         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
44849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44850              Date: Tue, 3 Jul 2001 03:34:06 -0400
44851              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
44852      Branch: perl
44853            ! os2/OS2/Process/Process.pm
44854 ____________________________________________________________________________
44855 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
44856         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
44857              From: "Philip Newton" <Philip.Newton@gmx.net>
44858              Date: Tue, 3 Jul 2001 09:11:27 +0200
44859              Message-Id: <200107030706.KAA04596@taas.iki.fi>
44860      Branch: perl
44861            ! lib/FindBin.pm
44862 ____________________________________________________________________________
44863 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
44864         Log: Delta delta.
44865      Branch: perl
44866            ! pod/perl572delta.pod
44867 ____________________________________________________________________________
44868 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
44869         Log: Metaconfig unit change for 11115.
44870      Branch: metaconfig
44871            ! U/modified/libc.U
44872 ____________________________________________________________________________
44873 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
44874         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
44875              (from Richard Hatch) (this was the cause of pipes() and
44876              times() mysteriously not being found)
44877      Branch: perl
44878            ! Configure
44879 ____________________________________________________________________________
44880 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
44881         Log: Retract #10142, the real culprit found by Richard Hatch,
44882              coming soon to Configure near you.
44883      Branch: perl
44884            ! hints/aix.sh
44885 ____________________________________________________________________________
44886 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
44887         Log: (Replaced by #11124) UTS workaround from Hal Morris.
44888      Branch: perl
44889            ! perl.h
44890 ____________________________________________________________________________
44891 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
44892         Log: Subject: [PATCH] grok not grocking correctly
44893              From: Nicholas Clark <nick@ccl4.org>
44894              Date: Tue, 3 Jul 2001 00:19:08 +0100
44895              Message-ID: <20010703001908.H59620@plum.flirble.org>
44896      Branch: perl
44897            ! numeric.c
44898 ____________________________________________________________________________
44899 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
44900         Log: Subject: [PATCH Deparse.t] test just-posted patches
44901              From: Robin Houston <robin@kitsite.com>
44902              Date: Mon, 2 Jul 2001 23:46:15 +0100
44903              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
44904      Branch: perl
44905            ! ext/B/Deparse.t
44906 ____________________________________________________________________________
44907 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
44908         Log: Subject: [PATCH toke.c] autosplit into @F
44909              From: Robin Houston <robin@kitsite.com>
44910              Date: Mon, 2 Jul 2001 23:18:20 +0100
44911              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
44912      Branch: perl
44913            ! perl.c toke.c
44914 ____________________________________________________________________________
44915 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
44916         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
44917              From: Robin Houston <robin@kitsite.com>
44918              Date: Mon, 2 Jul 2001 23:00:48 +0100
44919              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
44920      Branch: perl
44921            ! ext/B/B/Deparse.pm
44922 ____________________________________________________________________________
44923 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
44924         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
44925              From: "Philip Newton" <Philip.Newton@gmx.net>
44926              Date: Mon, 2 Jul 2001 22:06:22 +0200
44927              (no Message-Id)
44928      Branch: perl
44929            ! ext/NDBM_File/hints/linux.pl
44930 ____________________________________________________________________________
44931 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
44932         Log: Subject: Re: Fixed pack problem - sort of
44933              From: Nicholas Clark <nick@ccl4.org>
44934              Date: Mon, 2 Jul 2001 20:59:20 +0100
44935              Message-ID: <20010702205919.F59620@plum.flirble.org>
44936      Branch: perl
44937            ! pp_pack.c t/op/pack.t
44938 ____________________________________________________________________________
44939 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
44940         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
44941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44942              Date: Mon, 2 Jul 2001 15:45:41 -0400
44943              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
44944      Branch: perl
44945            ! os2/os2.c
44946 ____________________________________________________________________________
44947 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
44948         Log: (Mistaken retraction)
44949      Branch: perl
44950            ! utils/pl2pm.PL
44951 ____________________________________________________________________________
44952 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
44953         Log: Detypo in #11103.
44954      Branch: perl
44955            ! utils/pl2pm.PL
44956 ____________________________________________________________________________
44957 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
44958         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
44959              From: Jonathan Stowe <gellyfish@gellyfish.com>
44960              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
44961              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
44962      Branch: perl
44963            ! utils/pl2pm.PL
44964 ____________________________________________________________________________
44965 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
44966         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
44967              From: "Craig A. Berry" <craigberry@mac.com>
44968              Date: Mon, 02 Jul 2001 14:11:23 -0500
44969              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
44970      Branch: perl
44971            ! lib/Unicode/UCD.pm
44972 ____________________________________________________________________________
44973 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
44974         Log: Subject: [PATCH] Re: op/numconvert.t failures
44975              From: Nicholas Clark <nick@ccl4.org>
44976              Date: Mon, 2 Jul 2001 20:10:48 +0100
44977              Message-ID: <20010702201048.E59620@plum.flirble.org>
44978      Branch: perl
44979            ! t/op/numconvert.t
44980 ____________________________________________________________________________
44981 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
44982         Log: Update Changes.
44983      Branch: perl
44984            ! Changes patchlevel.h
44985 ____________________________________________________________________________
44986 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
44987         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
44988              The real fix must be more involved.  The line of code all the leaky
44989              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
44990              line of Perl_newPMOP().
44991      Branch: perl
44992            ! op.h
44993 ____________________________________________________________________________
44994 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
44995         Log: Based on
44996              
44997              Subject: Re: sizeof(struct sembuf)
44998              From: Nicholas Clark <nick@ccl4.org>
44999              Date: Sun, 1 Jul 2001 22:26:48 +0100
45000              Message-ID: <20010701222648.W59620@plum.flirble.org>
45001              
45002              but do semop() always the slow way.
45003      Branch: perl
45004            ! doio.c
45005 ____________________________________________________________________________
45006 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
45007         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
45008              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45009              Date: Tue, 03 Jul 2001 00:56:30 +0900
45010              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
45011      Branch: perl
45012            ! ext/Encode/Encode/Tcl.t
45013 ____________________________________________________________________________
45014 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
45015         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
45016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45017              Date: Tue, 03 Jul 2001 00:55:46 +0900
45018              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
45019      Branch: perl
45020            ! ext/Encode/Encode/Tcl.pm
45021 ____________________________________________________________________________
45022 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
45023         Log: Regen api and toc.
45024      Branch: perl
45025            ! pod/perlapi.pod pod/perltoc.pod
45026 ____________________________________________________________________________
45027 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
45028         Log: Metaconfig unit change for #11093.
45029      Branch: metaconfig/U/perl
45030            ! d_fcntl_can_lock.U
45031 ____________________________________________________________________________
45032 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
45033         Log: The fcntl locking test may hang if NFS locking messed up;
45034              break out with alarm(10).
45035      Branch: perl
45036            ! Configure
45037 ____________________________________________________________________________
45038 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
45039         Log: Move the mdelete.bat from win32/bin to win32.
45040      Branch: perl
45041            ! MANIFEST
45042 ____________________________________________________________________________
45043 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
45044         Log: Typo in #11083.
45045      Branch: perl
45046            ! ext/Time/Piece/Piece.t
45047 ____________________________________________________________________________
45048 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
45049         Log: Netware tweaks from Guruprasad.
45050      Branch: perl
45051            - NetWare/perlsdio.h
45052            ! MANIFEST NetWare/Makefile NetWare/interface.c
45053            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
45054            ! perlsdio.h
45055 ____________________________________________________________________________
45056 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
45057         Log: Subject: Re: [PATH] shared -> unique;
45058              From: Abhijit Menon-Sen <ams@wiw.org>
45059              Date: Wed, 27 Jun 2001 03:51:27 +0530
45060              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
45061      Branch: perl
45062            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
45063 ____________________________________________________________________________
45064 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
45065         Log: Subject: Re: AIX / gcc-3.0
45066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45067              Date: Mon, 02 Jul 2001 15:20:21 +0200
45068              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
45069      Branch: perl
45070            ! hints/aix.sh
45071 ____________________________________________________________________________
45072 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
45073         Log: Subject: Re: Bug report: split splits on wrong pattern
45074              From: Abhijit Menon-Sen <ams@wiw.org>
45075              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
45076              Date: Mon, 2 Jul 2001 16:31:33 +0530
45077      Branch: perl
45078            ! pp_ctl.c
45079 ____________________________________________________________________________
45080 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
45081         Log: Subject: [PATCH 5.6.1] test harness
45082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45083              Date: Mon, 2 Jul 2001 06:29:21 -0400
45084              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
45085      Branch: perl
45086            ! lib/Test/Harness.pm
45087 ____________________________________________________________________________
45088 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
45089         Log: Subject: [PATCH 5.6.1] debugger goof
45090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45091              Date: Mon, 2 Jul 2001 06:27:22 -0400
45092              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
45093      Branch: perl
45094            ! lib/perl5db.pl
45095 ____________________________________________________________________________
45096 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
45097         Log: Subject: [PATCH 5.6.1] OS/2 cwd
45098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45099              Date: Mon, 2 Jul 2001 06:21:17 -0400
45100              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
45101      Branch: perl
45102            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
45103 ____________________________________________________________________________
45104 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
45105         Log: Make #11082 more OS/2-specific.
45106      Branch: perl
45107            ! ext/Time/Piece/Piece.t
45108 ____________________________________________________________________________
45109 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
45110         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
45111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45112              Date: Mon, 2 Jul 2001 06:06:34 -0400
45113              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
45114      Branch: perl
45115            ! ext/Time/Piece/Piece.t
45116 ____________________________________________________________________________
45117 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
45118         Log: Subject: [PATCH B::Deparse] version number & changes
45119              From: Robin Houston <robin@kitsite.com>  
45120              Date: Sun, 1 Jul 2001 17:17:29 +0100
45121              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
45122      Branch: perl
45123            ! ext/B/B/Deparse.pm
45124 ____________________________________________________________________________
45125 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
45126         Log: Subject: a small fix.
45127              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45128              Date: Mon, 2 Jul 2001 12:17:53 +0200
45129              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
45130      Branch: perl
45131            ! ext/Thread/Thread.xs
45132 ____________________________________________________________________________
45133 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
45134         Log: Subject: RE: perl@10907
45135              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45136              Date: Mon, 2 Jul 2001 12:06:16 +0200
45137              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
45138              
45139              Borland C vs PerlIO.
45140      Branch: perl
45141            ! win32/config.bc win32/config_H.bc
45142 ____________________________________________________________________________
45143 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
45144         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
45145              From: "H.M. Brand" <merijn@l1.procura.nl>
45146              Date: Mon, 02 Jul 2001 11:18:57 +0200
45147              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
45148      Branch: perl
45149            ! t/op/write.t
45150 ____________________________________________________________________________
45151 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
45152         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
45153              From: Michael G Schwern <schwern@pobox.com>
45154              Date: Mon, 2 Jul 2001 00:26:24 -0400
45155              Message-ID: <20010702002624.A18302@blackrider>
45156      Branch: perl
45157            - ext/util/mkbootstrap
45158 ____________________________________________________________________________
45159 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
45160         Log: Subject: [PATCH op.h] v minor comment tweak
45161              From: Robin Houston <robin@puffinry.freeserve.co.uk>
45162              Date: Mon, 2 Jul 2001 00:42:01 +0100
45163              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
45164      Branch: perl
45165            ! op.h
45166 ____________________________________________________________________________
45167 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
45168         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
45169      Branch: perl
45170            ! pod/perlfunc.pod
45171 ____________________________________________________________________________
45172 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
45173         Log: Subject: Re: sizeof(struct sembuf)
45174              From: Nicholas Clark <nick@ccl4.org>
45175              Date: Sun, 1 Jul 2001 19:23:16 +0100
45176              Message-ID: <20010701192316.V59620@plum.flirble.org>
45177              
45178              s/signaling/signalling/
45179      Branch: perl
45180            ! pod/perlfunc.pod
45181 ____________________________________________________________________________
45182 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
45183         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
45184              From: "Philip Newton" <Philip.Newton@gmx.net>
45185              Date: Sun, 1 Jul 2001 09:37:56 +0200
45186              Message-Id: <200107010733.KAA03920@taas.iki.fi>
45187      Branch: perl
45188            ! pod/perlvar.pod
45189 ____________________________________________________________________________
45190 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
45191         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
45192              From: "Philip Newton" <Philip.Newton@gmx.net>
45193              Date: Sun, 1 Jul 2001 09:37:56 +0200
45194              Message-Id: <200107010733.KAA03925@taas.iki.fi>
45195      Branch: perl
45196            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
45197 ____________________________________________________________________________
45198 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
45199         Log: Metaconfig unit change for #11070.
45200      Branch: metaconfig
45201            ! U/compline/randfunc.U
45202 ____________________________________________________________________________
45203 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
45204         Log: Subject: [PATCH perlsnap] its --> it's --> its
45205              From: "Philip Newton" <Philip.Newton@gmx.net>
45206              Date: Sun, 1 Jul 2001 09:37:56 +0200
45207              Message-Id: <200107010733.KAA03914@taas.iki.fi>
45208      Branch: perl
45209            ! Porting/config_H
45210 ____________________________________________________________________________
45211 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
45212         Log: Sync with Sarathy; integrate with perlio.
45213      Branch: perl
45214           !> gv.c
45215 ____________________________________________________________________________
45216 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
45217         Log: regenerate win32/config_H.?c files
45218      Branch: perl
45219            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45220 ____________________________________________________________________________
45221 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
45222         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
45223              naming discipline
45224              
45225              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
45226              because of this)
45227              
45228              fix a warning about "fd" being used without being set in Cwd.xs
45229      Branch: perl
45230            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
45231            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
45232            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
45233            ! win32/config.vc
45234 ____________________________________________________________________________
45235 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
45236         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
45237              within macro arguments") and warnings ("unary minus applied to
45238              unsigned type", among others)
45239      Branch: perl
45240            ! gv.c hv.c op.c pp.c sv.c toke.c
45241 ____________________________________________________________________________
45242 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
45243         Log: win32 fixes: more spurious CRs
45244      Branch: perl
45245            ! win32/mdelete.bat
45246 ____________________________________________________________________________
45247 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
45248         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
45249              from win32/bin (or it gets deleted by distclean); don't delete
45250              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
45251              NT (should be made Win9x specific, and added to makefile.mk)
45252      Branch: perl
45253           +> win32/mdelete.bat
45254            - win32/bin/mdelete.bat
45255            ! win32/Makefile win32/makefile.mk
45256 ____________________________________________________________________________
45257 [ 11063] By: nick                                  on 2001/07/01  18:54:09
45258         Log: Quick for for #ifdef mess
45259      Branch: perlio
45260            ! gv.c
45261 ____________________________________________________________________________
45262 [ 11062] By: nick                                  on 2001/07/01  18:47:42
45263         Log: Raw integrate - does not build #if mess in gv.c
45264      Branch: perlio
45265           !> (integrate 29 files)
45266 ____________________________________________________________________________
45267 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
45268         Log: Make 'compile' target a little less broken.
45269              Still very broken, though: -Wall warnings from
45270              the generated code, boot_Foo prototypes missing,
45271              can't autoload Fcntl::SEEK_CUR et alia, ...
45272      Branch: perl
45273            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
45274            ! utils/perlcc.PL x2p/Makefile.SH
45275 ____________________________________________________________________________
45276 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
45277         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
45278      Branch: perl
45279            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45280            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
45281 ____________________________________________________________________________
45282 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
45283         Log: Update Changes.
45284      Branch: perl
45285            ! Changes patchlevel.h
45286 ____________________________________________________________________________
45287 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
45288         Log: Still one typo, regen toc.
45289      Branch: perl
45290            ! lib/Unicode/UCD.pm pod/perltoc.pod
45291 ____________________________________________________________________________
45292 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
45293         Log: Detypos and regen toc.
45294      Branch: perl
45295            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
45296 ____________________________________________________________________________
45297 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
45298         Log: VERSION tweak.
45299      Branch: perl
45300            ! ext/List/Util/lib/List/Util.pm
45301 ____________________________________________________________________________
45302 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
45303         Log: Attempt at plugging the leak under ithreads detected by Doug.
45304      Branch: perl
45305            ! op.h
45306 ____________________________________________________________________________
45307 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
45308         Log: gcc -Wall lint after #11051.
45309      Branch: perl
45310            ! pp_sys.c
45311 ____________________________________________________________________________
45312 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
45313         Log: Integrate perlio.
45314      Branch: perl
45315           !> lib/File/Find/taint.t
45316 ____________________________________________________________________________
45317 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
45318         Log: Don't use the v-strings for module VERSIONs.
45319      Branch: perl
45320            ! lib/Unicode/UCD.pm
45321 ____________________________________________________________________________
45322 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
45323         Log: Code cleanup based on turning off the -woffs in IRIX.
45324              Not all of the gripes cleaned up (hairy code in hv.c and
45325              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
45326              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
45327              to the IRIX hints)
45328      Branch: perl
45329            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
45330            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
45331            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
45332            ! regcomp.c sv.c
45333 ____________________________________________________________________________
45334 [ 11050] By: nick                                  on 2001/06/30  20:46:46
45335         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
45336      Branch: perlio
45337            ! lib/File/Find/taint.t
45338 ____________________________________________________________________________
45339 [ 11049] By: nick                                  on 2001/06/30  18:13:33
45340         Log: Integrate mainline
45341      Branch: perlio
45342           +> NetWare/nwstdio.h NetWare/perlsdio.h
45343           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
45344           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
45345           +> lib/Unicode/UCD.t t/run/exit.t
45346           !> (integrate 60 files)
45347 ____________________________________________________________________________
45348 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
45349         Log: Delta delta.
45350      Branch: perl
45351            ! pod/perl572delta.pod
45352 ____________________________________________________________________________
45353 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
45354         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
45355              by CPAN.pm, use rather _00.
45356      Branch: perl
45357            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
45358            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
45359            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
45360            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
45361            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
45362            ! lib/ExtUtils/Embed.pm lib/Test.pm
45363 ____________________________________________________________________________
45364 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
45365         Log: Add a simple Unicode character database interface, Unicode::UCD.
45366      Branch: perl
45367            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
45368            ! MANIFEST
45369 ____________________________________________________________________________
45370 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
45371         Log: Subject: [PATCH] op/numconver.t
45372              From: Nicholas Clark <nick@ccl4.org>
45373              Date: Sat, 30 Jun 2001 15:40:10 +0100
45374              Message-ID: <20010630154010.I59620@plum.flirble.org>
45375      Branch: perl
45376            ! t/op/numconvert.t
45377 ____________________________________________________________________________
45378 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
45379         Log: The $^N is now taken (by #11038).
45380      Branch: perl
45381            ! t/base/lex.t
45382 ____________________________________________________________________________
45383 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
45384         Log: The #11040 had slipped to a wrong function...
45385      Branch: perl
45386            ! sv.c
45387 ____________________________________________________________________________
45388 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
45389         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
45390              the Configure library symbol probe mysteriously finds all
45391              symbols but those of pipe() and times().
45392      Branch: perl
45393            ! hints/aix.sh
45394 ____________________________________________________________________________
45395 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
45396         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
45397              From: Nicholas Clark <nick@ccl4.org>
45398              Date: Fri, 29 Jun 2001 23:49:07 +0100
45399              Message-ID: <20010629234907.D59620@plum.flirble.org>
45400      Branch: perl
45401            ! lib/ExtUtils.t
45402 ____________________________________________________________________________
45403 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
45404         Log: Subject: [PATCH] weakref fix 2, not yet there
45405              From: Artur Bergman <artur@contiller.se>
45406              Date: Sat, 30 Jun 2001 01:18:16 +0200
45407              Message-ID: <B762D957.1CC9%artur@contiller.se>
45408      Branch: perl
45409            ! sv.c
45410 ____________________________________________________________________________
45411 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
45412         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
45413              From: Michael G Schwern <schwern@pobox.com>
45414              Date: Fri, 29 Jun 2001 19:39:11 -0400
45415              Message-ID: <20010629193910.D25304@blackrider>
45416      Branch: perl
45417            + t/run/exit.t
45418            ! MANIFEST
45419 ____________________________________________________________________________
45420 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
45421         Log: Add support for $^N, the most-recently closed group.
45422      Branch: perl
45423            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
45424            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
45425            ! thrdvar.h
45426 ____________________________________________________________________________
45427 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
45428         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
45429              From: lvirden@cas.org
45430              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
45431              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
45432              
45433              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
45434              From: lvirden@cas.org
45435              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
45436              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
45437      Branch: perl
45438            ! README.solaris
45439 ____________________________________________________________________________
45440 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
45441         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
45442              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45443              Date: Sat, 30 Jun 2001 07:33:37 +0900
45444              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
45445              
45446              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
45447              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45448              Date: Sat, 30 Jun 2001 21:38:14 +0900
45449              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
45450      Branch: perl
45451            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
45452            + ext/Encode/Encode/7bit-kr.enc
45453            ! MANIFEST ext/Encode/Encode/Tcl.pm
45454 ____________________________________________________________________________
45455 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
45456         Log: NetWare tweaks from Guruprasad.
45457      Branch: perl
45458            + NetWare/nwstdio.h NetWare/perlsdio.h
45459            ! MANIFEST NetWare/Makefile NetWare/config.wc
45460            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
45461            ! NetWare/t/Readme.txt
45462 ____________________________________________________________________________
45463 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
45464         Log: More module $VERSION bump-ups.
45465      Branch: perl
45466            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
45467            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
45468            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
45469 ____________________________________________________________________________
45470 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
45471         Log: Doc update due to #11032.
45472      Branch: perl
45473            ! pod/perl572delta.pod
45474 ____________________________________________________________________________
45475 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
45476         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
45477              From: Peter Prymmer <pvhp@forte.com>
45478              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
45479              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
45480      Branch: perl
45481            ! ext/Time/HiRes/HiRes.xs
45482 ____________________________________________________________________________
45483 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
45484         Log: -lpthreads missing in AIX.
45485      Branch: perl
45486            ! hints/aix.sh
45487 ____________________________________________________________________________
45488 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
45489         Log: Subject: [PATCH] CLONE && weakrefs
45490              From: Artur Bergman <artur@contiller.se>
45491              Date: Fri, 29 Jun 2001 17:02:00 +0200
45492              Message-ID: <B7626508.1CA0%artur@contiller.se>
45493      Branch: perl
45494            ! sv.c
45495 ____________________________________________________________________________
45496 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
45497         Log: Subject: Re: Bug report: split splits on wrong pattern
45498              From: Radu Greab <radu@netsoft.ro>
45499              Date: Wed, 27 Jun 2001 21:50:52 +0300
45500              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
45501      Branch: perl
45502            ! pp_ctl.c t/op/split.t
45503 ____________________________________________________________________________
45504 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
45505         Log: Metaconfig unit change for #11027.
45506      Branch: metaconfig/U/perl
45507            ! d_modfl.U
45508 ____________________________________________________________________________
45509 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
45510         Log: I thought this Configure glitch for AIX was just recently fixed?
45511      Branch: perl
45512            ! Configure
45513 ____________________________________________________________________________
45514 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
45515         Log: Update Changes.
45516      Branch: perl
45517            ! Changes patchlevel.h
45518 ____________________________________________________________________________
45519 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
45520         Log: Subject: Re: perl@10967, File::Find, and Cwd
45521              From: Mike Guy <mjtg@cam.ac.uk>
45522              Date: Fri, 29 Jun 2001 14:56:49 +0100
45523              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
45524      Branch: perl
45525            ! lib/File/Find/taint.t
45526 ____________________________________________________________________________
45527 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
45528         Log: Update the sv_pvprintify() spec.
45529      Branch: perl
45530            ! pod/perltodo.pod
45531 ____________________________________________________________________________
45532 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
45533         Log: Known test failures update.
45534      Branch: perl
45535            ! pod/perl572delta.pod
45536 ____________________________________________________________________________
45537 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
45538         Log: Based on
45539              
45540              Subject: [PATCH @11016] More );) fixes
45541              From: Richard Soderberg <rs@crystalflame.net>
45542              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
45543              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
45544      Branch: perl
45545            ! ext/Thread/Thread.xs ext/Thread/typemap
45546 ____________________________________________________________________________
45547 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
45548         Log: Subject: [PATCH @11016] Fixes compile errors in four files
45549              From: Richard Soderberg <rs@crystalflame.net>
45550              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
45551              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
45552      Branch: perl
45553            ! mg.c pp.c pp_hot.c util.c
45554 ____________________________________________________________________________
45555 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
45556         Log: AIX hints tweaking continues, from Merijn Brand.
45557      Branch: perl
45558            ! hints/aix.sh
45559 ____________________________________________________________________________
45560 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
45561         Log: HP-UX needs gccversion sooner, from Merijn Brand.
45562      Branch: perl
45563            ! hints/hpux.sh
45564 ____________________________________________________________________________
45565 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
45566         Log: Subject: [PATCH 5.6.1] OS/2 docs
45567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45568              Date: Fri, 29 Jun 2001 02:34:12 -0400
45569              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
45570      Branch: perl
45571            ! README.os2 os2/Changes
45572 ____________________________________________________________________________
45573 [ 11017] By: nick                                  on 2001/06/29  10:20:30
45574         Log: Integrate mainline
45575      Branch: perlio
45576           +> (branch 37 files)
45577            - ext/ODBM_File/sdbm.t
45578           !> (integrate 211 files)
45579 ____________________________________________________________________________
45580 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
45581         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
45582              the modules found using a script written by Larry Schatzer Jr.
45583      Branch: perl
45584            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
45585            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
45586            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
45587            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
45588            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
45589            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
45590            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
45591            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
45592            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
45593            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
45594            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
45595            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
45596            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
45597            ! lib/constant.pm lib/fields.pm lib/strict.pm
45598 ____________________________________________________________________________
45599 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
45600         Log: The latest JPL from the anoncvs.
45601      Branch: perl
45602            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45603 ____________________________________________________________________________
45604 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
45605         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
45606      Branch: perl
45607            ! t/op/pat.t
45608 ____________________________________________________________________________
45609 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
45610         Log: Worrying about insecure directories now is a bit too late.
45611      Branch: perl
45612            ! lib/File/Find/taint.t
45613 ____________________________________________________________________________
45614 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
45615         Log: Cannot DIE() in a void function,
45616              from Richard Hatch <rhatch@austin.ibm.com>.
45617      Branch: perl
45618            ! ext/IPC/SysV/SysV.xs
45619 ____________________________________________________________________________
45620 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
45621         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
45622              From: Peter Prymmer <pvhp@forte.com>
45623              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
45624              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
45625              
45626              (unfinished: time/hires tests 3, 5, 14 failing, but better
45627              than wholesale failure)
45628      Branch: perl
45629            ! ext/Time/HiRes/HiRes.xs
45630 ____________________________________________________________________________
45631 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
45632         Log: Subject: [PATCH 5.6.1] OS/2 improvements
45633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45634              Date: Thu, 28 Jun 2001 16:03:14 -0400
45635              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
45636      Branch: perl
45637            + os2/os2_base.t
45638            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
45639            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
45640            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
45641            ! os2/os2ish.h
45642 ____________________________________________________________________________
45643 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
45644         Log: Subject: Incrementing Extutils::Manifest's $VERSION
45645              From: Michael G Schwern <schwern@pobox.com>
45646              Date: Thu, 28 Jun 2001 13:13:49 -0400
45647              Message-ID: <20010628131349.A14738@blackrider>
45648      Branch: maint-5.6/perl
45649            ! lib/ExtUtils/Manifest.pm
45650 ____________________________________________________________________________
45651 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
45652         Log: AIX tweak from Merijn Brand.
45653      Branch: perl
45654            ! hints/aix.sh
45655 ____________________________________________________________________________
45656 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
45657         Log: Create the macperl branch.
45658      Branch: maint-5.6/macperl
45659           +> (branch 1728 files)
45660 ____________________________________________________________________________
45661 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
45662         Log: Update Changes.
45663      Branch: perl
45664            ! Changes patchlevel.h
45665 ____________________________________________________________________________
45666 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
45667         Log: More Perforce lore.
45668      Branch: perl
45669            ! Porting/repository.pod
45670 ____________________________________________________________________________
45671 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
45672         Log: Metaconfig unit changes for #11003.
45673      Branch: metaconfig/U/perl
45674            + d_nl_langinfo.U i_langinfo.U
45675 ____________________________________________________________________________
45676 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
45677         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
45678              Expected not to exist in non-UNIX excepting in VMS, where
45679              according to a quick web survey they just might.
45680      Branch: perl
45681            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
45682            ! Porting/config_H config_h.SH configure.com epoc/config.sh
45683            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
45684            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45685            ! win32/config.bc win32/config.gc win32/config.vc
45686 ____________________________________________________________________________
45687 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
45688         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
45689              in AIX is one is doing a 64-bit build.
45690      Branch: perl
45691            ! hints/aix.sh
45692 ____________________________________________________________________________
45693 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
45694         Log: Metaconfig unit changes for #11000.
45695      Branch: metaconfig/U/perl
45696            ! use64bits.U uselfs.U
45697 ____________________________________________________________________________
45698 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
45699         Log: Move use64bitint and use64bitall before uselargefiles.
45700      Branch: perl
45701            ! Configure
45702 ____________________________________________________________________________
45703 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
45704         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
45705              From: Robert Spier <rspier@pobox.com>
45706              Message-ID: <15162.41164.618712.841415@rls.cx>
45707              Date: Wed, 27 Jun 2001 23:13:16 -0400
45708      Branch: perl
45709            ! doio.c
45710 ____________________________________________________________________________
45711 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
45712         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
45713              From: Peter Prymmer <pvhp@forte.com>
45714              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
45715              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
45716      Branch: perl
45717            ! numeric.c
45718 ____________________________________________________________________________
45719 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
45720         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
45721              From: Peter Prymmer <pvhp@forte.com>
45722              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
45723              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
45724      Branch: perl
45725            ! configure.com ext/Digest/MD5/Makefile.PL
45726 ____________________________________________________________________________
45727 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
45728         Log: Update Changes.
45729      Branch: perl
45730            ! Changes patchlevel.h
45731 ____________________________________________________________________________
45732 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
45733         Log: Tiny EPOC updates.
45734      Branch: perl
45735            ! epoc/config.sh
45736 ____________________________________________________________________________
45737 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
45738         Log: The Test::More and Test::Simple tests required help
45739              thanks to our schizophrenic test scheme.
45740      Branch: perl
45741            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
45742            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
45743            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
45744            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
45745            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
45746 ____________________________________________________________________________
45747 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
45748         Log: Upgrade to Test::Simple 0.09.
45749      Branch: perl
45750            + lib/Test/Simple/Changes
45751            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
45752            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
45753            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
45754            ! lib/Test/Simple/t/plan_is_noplan.t
45755 ____________________________________________________________________________
45756 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
45757         Log: Upgrade to Test::More 0.07.
45758      Branch: perl
45759            + lib/Test/More/Changes
45760            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
45761            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
45762            ! lib/Test/More/t/skipall.t
45763 ____________________________________________________________________________
45764 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
45765         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
45766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45767              Date: Wed, 27 Jun 2001 18:40:04 +0200
45768              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
45769      Branch: perl
45770            ! hints/hpux.sh
45771 ____________________________________________________________________________
45772 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
45773         Log: Subject: [PATCH README.qnx hints/qnx.sh]
45774              From: Norton Allen <allen@huarp.harvard.edu>
45775              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
45776              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
45777      Branch: perl
45778            ! README.qnx hints/qnx.sh
45779 ____________________________________________________________________________
45780 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
45781         Log: Subject: [PATCH] two little documentation nits
45782              From: Abhijit Menon-Sen <ams@wiw.org>
45783              Date: Wed, 27 Jun 2001 20:07:50 +0530
45784              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
45785      Branch: perl
45786            ! sv.c sv.h
45787 ____________________________________________________________________________
45788 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
45789         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
45790              From: Norton Allen <allen@huarp.harvard.edu>
45791              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
45792              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
45793      Branch: perl
45794            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
45795 ____________________________________________________________________________
45796 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
45797         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
45798              From: Michael G Schwern <schwern@pobox.com>
45799              Date: Wed, 27 Jun 2001 02:34:58 -0400
45800              Message-ID: <20010627023458.K23874@blackrider>
45801      Branch: perl
45802            ! vms/test.com
45803 ____________________________________________________________________________
45804 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
45805         Log: Add perl_clone_host() for Netware.
45806      Branch: perl
45807            ! NetWare/nw5.c
45808 ____________________________________________________________________________
45809 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
45810         Log: GCC 3.0 hints for HP-UX.
45811      Branch: perl
45812            ! hints/hpux.sh
45813 ____________________________________________________________________________
45814 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
45815         Log: In some Linux distributions the libndbm is broken
45816              (no null key support), therefore link with libgdbm
45817              (if available), since it has a working ndbm emulation,
45818              from Jonathan Stowe.
45819      Branch: perl
45820            + ext/NDBM_File/hints/linux.pl
45821            ! MANIFEST
45822 ____________________________________________________________________________
45823 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
45824         Log: Subject: [PATCH perl@10930] find.t hack for VMS
45825              From: "Craig A. Berry" <craigberry@mac.com>
45826              Date: Tue, 26 Jun 2001 23:40:25 -0500
45827              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
45828      Branch: perl
45829            ! lib/File/Find/find.t
45830 ____________________________________________________________________________
45831 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
45832         Log: AUTHORS updates.
45833      Branch: perl
45834            ! AUTHORS
45835 ____________________________________________________________________________
45836 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
45837         Log: Metaconfig unit change like #10980.
45838      Branch: metaconfig
45839            ! U/compline/d_stdstdio.U
45840 ____________________________________________________________________________
45841 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
45842         Log: "lose the it's", from Abhijit Menon-Sen.
45843              ("It's" not searched, pods not searched.)
45844      Branch: perl
45845            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
45846            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
45847            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
45848            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
45849            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45850            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
45851 ____________________________________________________________________________
45852 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
45853         Log: "lose the looses", from Abhijit Menon-Sen.
45854      Branch: perl
45855            ! ext/B/B/Assembler.pm gv.c
45856 ____________________________________________________________________________
45857 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
45858         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
45859      Branch: perl
45860            ! hints/os390.sh
45861 ____________________________________________________________________________
45862 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
45863         Log: DEC C 5.3 on the VAX simply doesn't seem to like
45864              compiling the MD5 extension, disable it there for now,
45865              from Peter Prymmer.
45866      Branch: perl
45867            ! configure.com
45868 ____________________________________________________________________________
45869 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
45870         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
45871              From: Jonathan Stowe <gellyfish@gellyfish.com>
45872              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
45873              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
45874      Branch: perl
45875            ! pod/perlfaq3.pod
45876 ____________________________________________________________________________
45877 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
45878         Log: Subject: [PATCH 5.6.1] perlxs misprints
45879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45880              Date: Tue, 26 Jun 2001 17:20:00 -0400
45881              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
45882      Branch: perl
45883            ! pod/perlxs.pod
45884 ____________________________________________________________________________
45885 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
45886         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
45887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45888              Date: Tue, 26 Jun 2001 17:27:07 -0400
45889              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
45890      Branch: perl
45891            ! lib/ExtUtils/MM_Unix.pm
45892 ____________________________________________________________________________
45893 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
45894         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
45895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45896              Date: Tue, 26 Jun 2001 17:23:24 -0400
45897              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
45898      Branch: perl
45899            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
45900 ____________________________________________________________________________
45901 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
45902         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
45903              by Olaf Flebbe.
45904      Branch: perl
45905            ! perl.h
45906 ____________________________________________________________________________
45907 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
45908         Log: Detypo.
45909      Branch: perl
45910            ! lib/Memoize/t/tie_sdbm.t
45911 ____________________________________________________________________________
45912 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
45913         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
45914      Branch: perl
45915            ! win32/perllib.c
45916 ____________________________________________________________________________
45917 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
45918         Log: Subject: [patch] perl_clone+CvFILE
45919              From: Doug MacEachern <dougm@covalent.net>
45920              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
45921              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
45922      Branch: perl
45923            ! sv.c
45924 ____________________________________________________________________________
45925 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
45926         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
45927              From: Mark-Jason Dominus <mjd@plover.com>
45928              Date: Tue, 26 Jun 2001 12:33:01 -0400
45929              Message-ID: <20010626163301.31298.qmail@plover.com>
45930      Branch: perl
45931            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
45932 ____________________________________________________________________________
45933 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
45934         Log: Update Changes.
45935      Branch: perl
45936            ! Changes patchlevel.h
45937 ____________________________________________________________________________
45938 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
45939         Log: Also catfile() needs now to explicitly exported.
45940      Branch: perl
45941            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
45942 ____________________________________________________________________________
45943 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
45944         Log: Regen toc.
45945      Branch: perl
45946            ! pod/perltoc.pod
45947 ____________________________________________________________________________
45948 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
45949         Log: Nonexistent pod command.
45950      Branch: perl
45951            ! pod/perl572delta.pod
45952 ____________________________________________________________________________
45953 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
45954         Log: Be more portable in the quest for tmpdir.
45955      Branch: perl
45956            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
45957 ____________________________________________________________________________
45958 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
45959         Log: Be more portable in finding out the home directory,
45960              and use File::Spec to do the concat.
45961              (Come to think of it, couldn't File::Spec provide
45962              for a ->homedir method?)
45963      Branch: perl
45964            ! lib/Net/Config.pm
45965 ____________________________________________________________________________
45966 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
45967         Log: Doc patch for #10959.
45968      Branch: perl
45969            ! pod/perlfunc.pod
45970 ____________________________________________________________________________
45971 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
45972         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
45973              From: "Philip Newton" <pnewton@gmx.de>
45974              Date: Tue, 26 Jun 2001 16:26:47 +0200
45975              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
45976      Branch: perl
45977            ! pod/perldata.pod
45978 ____________________________________________________________________________
45979 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
45980         Log: Subject: [PATH] shared -> unique;
45981              From: "Artur Bergman" <artur@contiller.se>
45982              Date: Tue, 26 Jun 2001 16:18:40 +0200
45983              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
45984              
45985              Because "shared" isn't: it's read-only.
45986      Branch: perl
45987            ! toke.c xsutils.c
45988 ____________________________________________________________________________
45989 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
45990         Log: Escape multiline croak messages.
45991      Branch: perl
45992            ! t/op/ver.t
45993 ____________________________________________________________________________
45994 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
45995         Log: No more pragma/*.t for minitest.
45996      Branch: perl
45997            ! Makefile.SH
45998 ____________________________________________________________________________
45999 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
46000         Log: AUTHORS updates.
46001      Branch: perl
46002            ! AUTHORS
46003 ____________________________________________________________________________
46004 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
46005         Log: delta updates.
46006      Branch: perl
46007            ! pod/perl572delta.pod
46008 ____________________________________________________________________________
46009 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
46010         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
46011              From: Artur Bergman <artur@contiller.se> 
46012              Date: Tue, 26 Jun 2001 15:32:53 +0200
46013              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
46014      Branch: perl
46015            ! makedef.pl sv.c sv.h win32/perllib.c
46016 ____________________________________________________________________________
46017 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
46018         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
46019              From: Jonathan Stowe <gellyfish@gellyfish.com>
46020              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
46021              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
46022              
46023              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
46024      Branch: perl
46025            + ext/Time/HiRes/hints/sco.pl
46026            ! MANIFEST
46027 ____________________________________________________________________________
46028 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
46029         Log: Subject: [PATCH 5.6.1] static build
46030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46031              Date: Tue, 26 Jun 2001 04:22:25 -0400
46032              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
46033      Branch: perl
46034            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
46035            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
46036 ____________________________________________________________________________
46037 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
46038         Log: DJGPP patches from Laszlo Molnar.
46039      Branch: perl
46040            ! djgpp/djgpp.c perl.c util.c
46041 ____________________________________________________________________________
46042 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
46043         Log: Netware patches from Ananth Kesari.
46044      Branch: perl
46045            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
46046            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
46047            ! NetWare/nwtinfo.h
46048 ____________________________________________________________________________
46049 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
46050         Log: Detypo.
46051      Branch: perl
46052            ! ext/Errno/Errno_pm.PL
46053 ____________________________________________________________________________
46054 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
46055         Log: There seems to be two ways of spelling the $^O in *STEP.
46056      Branch: perl
46057            ! ext/Errno/Errno_pm.PL
46058 ____________________________________________________________________________
46059 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
46060         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
46061              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
46062      Branch: perl
46063            ! ext/Errno/Errno_pm.PL
46064 ____________________________________________________________________________
46065 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
46066         Log: Known bugs update.
46067      Branch: perl
46068            ! pod/perl572delta.pod
46069 ____________________________________________________________________________
46070 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
46071         Log: The default installation of Cygwin has 500 as root's uid.
46072      Branch: perl
46073            ! lib/User/pwent.t
46074 ____________________________________________________________________________
46075 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
46076         Log: Be even more relaxed (re-allow having only one entry).
46077      Branch: perl
46078            ! t/op/grent.t t/op/pwent.t
46079 ____________________________________________________________________________
46080 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
46081         Log: Test failure updates.
46082      Branch: perl
46083            ! pod/perl572delta.pod
46084 ____________________________________________________________________________
46085 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
46086         Log: MPE/iX test tweaks from Mark Bixby.
46087      Branch: perl
46088            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
46089            ! t/io/fs.t t/op/stat.t
46090 ____________________________________________________________________________
46091 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
46092         Log: Microperl findings.
46093      Branch: perl
46094            ! perl.h pp_sys.c
46095 ____________________________________________________________________________
46096 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
46097         Log: Touch uconfig.h.
46098      Branch: perl
46099            ! uconfig.h
46100 ____________________________________________________________________________
46101 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
46102         Log: Subject: [PATCH] Proposed fix for Pod::Man
46103              From: Rob Napier <rnapier@employees.org>
46104              Date: Mon, 25 Jun 2001 15:49:24 -0400
46105              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
46106              
46107              Cater for Solaris nroff brokenness (shortchanges daisywheel
46108              printers, but hey, we also no more support PDPs.)
46109      Branch: perl
46110            ! lib/Pod/Man.pm
46111 ____________________________________________________________________________
46112 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
46113         Log: Typo in #10937.
46114      Branch: perl
46115            ! ext/POSIX/sigaction.t
46116 ____________________________________________________________________________
46117 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
46118         Log: SIGCONT not trappable in VMS.
46119      Branch: perl
46120            ! ext/POSIX/sigaction.t
46121 ____________________________________________________________________________
46122 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
46123         Log: Subject: [DRAFT] Encode-Tcl.t
46124              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46125              Date: Tue, 26 Jun 2001 03:38:08 +0900
46126              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
46127      Branch: perl
46128            + ext/Encode/Encode/Tcl.t
46129            ! MANIFEST ext/Encode/Encode/Tcl.pm
46130 ____________________________________________________________________________
46131 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
46132         Log: Because of #10932 retract also the perlfunc hunk of #10910.
46133      Branch: perl
46134            ! pod/perlfunc.pod
46135 ____________________________________________________________________________
46136 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
46137         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
46138              by Ilya Zakharevich in
46139              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
46140      Branch: perl
46141            ! XSUB.h
46142 ____________________________________________________________________________
46143 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
46144         Log: Typo in #10889.
46145      Branch: perl
46146            ! hints/uts.sh
46147 ____________________________________________________________________________
46148 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
46149         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
46150              From: Abhijit Menon-Sen <ams@wiw.org>
46151              Date: Mon, 25 Jun 2001 23:45:45 +0530
46152              Message-ID: <20010625234545.A5022@lustre.linux.in>
46153      Branch: perl
46154            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
46155 ____________________________________________________________________________
46156 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
46157         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
46158              From: Michael G Schwern <schwern@pobox.com>
46159              Date: Mon, 25 Jun 2001 14:35:51 -0400
46160              Message-ID: <20010625143551.H13819@blackrider>
46161      Branch: perl
46162            ! lib/Test.pm
46163 ____________________________________________________________________________
46164 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
46165         Log: Update Changes.
46166      Branch: perl
46167            ! Changes patchlevel.h
46168 ____________________________________________________________________________
46169 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
46170         Log: Regen toc and modlib.
46171      Branch: perl
46172            ! pod/perlmodlib.pod pod/perltoc.pod
46173 ____________________________________________________________________________
46174 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
46175         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
46176              for the benefit of C++ compilers, as suggested by Guruprasad.
46177      Branch: perl
46178            ! embed.pl proto.h
46179 ____________________________________________________________________________
46180 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
46181         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
46182              From: Jonathan Stowe <gellyfish@gellyfish.com>
46183              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
46184              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
46185      Branch: perl
46186            ! pod/perlfaq5.pod
46187 ____________________________________________________________________________
46188 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
46189         Log: Missed from #10925.
46190      Branch: perl
46191            ! gv.c
46192 ____________________________________________________________________________
46193 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
46194         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
46195              From: Robin Houston <robin@kitsite.com>
46196              Date: Sat, 19 May 2001 16:19:34 +0100
46197              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
46198      Branch: perl
46199            ! cv.h gv.h op.c
46200 ____________________________________________________________________________
46201 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
46202         Log: Netware README tweak.
46203      Branch: perl
46204            ! README.netware
46205 ____________________________________________________________________________
46206 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
46207         Log: Subject: [PATCH] Re: overload.t fails
46208              From: Abhijit Menon-Sen <ams@wiw.org>
46209              Date: Mon, 25 Jun 2001 14:52:20 +0530
46210              Message-ID: <20010625145220.A24114@lustre.linux.in>
46211      Branch: perl
46212            ! lib/overload.t
46213 ____________________________________________________________________________
46214 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
46215         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
46216              From: Mike Guy <mjtg@cam.ac.uk>
46217              Date: Mon, 25 Jun 2001 11:43:23 +0100
46218              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
46219      Branch: perl
46220            ! lib/Carp.pm
46221 ____________________________________________________________________________
46222 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
46223         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
46224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46225              Date: Sun, 24 Jun 2001 05:17:05 -0400
46226              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
46227      Branch: perl
46228            ! os2/os2ish.h
46229 ____________________________________________________________________________
46230 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
46231         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
46232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46233              Date: Mon, 25 Jun 2001 05:52:27 -0400
46234              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
46235      Branch: perl
46236            ! hints/os2.sh
46237 ____________________________________________________________________________
46238 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
46239         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
46240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46241              Date: Mon, 25 Jun 2001 05:23:35 -0400
46242              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
46243      Branch: perl
46244            ! os2/os2.c
46245 ____________________________________________________________________________
46246 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
46247         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
46248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46249              Date: Mon, 25 Jun 2001 05:04:32 -0400
46250              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
46251      Branch: perl
46252            ! os2/OS2/REXX/DLL/DLL.pm
46253 ____________________________________________________________________________
46254 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
46255         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
46256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46257              Date: Mon, 25 Jun 2001 05:02:36 -0400
46258              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
46259      Branch: perl
46260            ! mg.c os2/dl_os2.c os2/os2.c
46261 ____________________________________________________________________________
46262 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
46263         Log: Subject: Re: [PATCH 5.6.1] misprints
46264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46265              Date: Mon, 25 Jun 2001 04:50:50 -0400
46266              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
46267      Branch: perl
46268            ! os2/os2.c pp_sys.c
46269 ____________________________________________________________________________
46270 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
46271         Log: Add Test::More and Test::Simple to the delta.
46272      Branch: perl
46273            ! pod/perl572delta.pod
46274 ____________________________________________________________________________
46275 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
46276         Log: Add Test::More, from Michael G Schwern.
46277      Branch: perl
46278            + lib/Test/More.pm lib/Test/More/t/More.t
46279            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
46280            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
46281            + t/lib/Test/More/Catch.pm
46282            ! MANIFEST
46283 ____________________________________________________________________________
46284 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
46285         Log: Add Test::Simple from Michael G Schwern.
46286      Branch: perl
46287            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
46288            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
46289            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
46290            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
46291            + t/lib/Test/Simple/Catch.pm
46292            + t/lib/Test/Simple/sample_tests/death.plx
46293            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
46294            + t/lib/Test/Simple/sample_tests/extras.plx
46295            + t/lib/Test/Simple/sample_tests/five_fail.plx
46296            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
46297            + t/lib/Test/Simple/sample_tests/one_fail.plx
46298            + t/lib/Test/Simple/sample_tests/require.plx
46299            + t/lib/Test/Simple/sample_tests/success.plx
46300            + t/lib/Test/Simple/sample_tests/too_few.plx
46301            + t/lib/Test/Simple/sample_tests/two_fail.plx
46302            ! MANIFEST
46303 ____________________________________________________________________________
46304 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
46305         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
46306              From: "Craig A. Berry" <craigberry@mac.com>
46307              Date: Sun, 24 Jun 2001 23:41:36 -0500
46308              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
46309      Branch: perl
46310            ! pp_sys.c
46311 ____________________________________________________________________________
46312 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
46313         Log: Upgrade to Attribute::Handlers 0.70.
46314      Branch: perl
46315            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
46316            ! MANIFEST lib/Attribute/Handlers.pm
46317 ____________________________________________________________________________
46318 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
46319         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
46320              From: Abhijit Menon-Sen <ams@wiw.org>
46321              Date: Sat, 23 Jun 2001 05:17:44 +0530
46322              Message-ID: <20010623051744.A18583@lustre.linux.in>
46323              
46324              (Can't think of a good place to put tests.)
46325      Branch: perl
46326            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
46327 ____________________________________________________________________________
46328 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
46329         Log: Subject: [PATCH] t/op/pat.t typo fix
46330              From: Richard Soderberg <rs@crystalflame.net>
46331              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
46332              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
46333      Branch: perl
46334            ! t/op/pat.t
46335 ____________________________________________________________________________
46336 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
46337         Log: Move the pack warnings to their own file, as pointed
46338              out by Spider.
46339      Branch: perl
46340            + t/lib/warnings/pp_pack
46341            ! MANIFEST t/lib/warnings/pp
46342 ____________________________________________________________________________
46343 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
46344         Log: Update Changes.
46345      Branch: perl
46346            ! Changes patchlevel.h
46347 ____________________________________________________________________________
46348 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
46349         Log: Partially fix a problem noticed by IRIX compiler:
46350              the initialization of parse_start was bypassed by
46351              several gotos.  Now initialized to zero, which may
46352              not be the best choice.
46353      Branch: perl
46354            ! regcomp.c
46355 ____________________________________________________________________________
46356 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
46357         Log: Relax the group and password tests back to moaning only
46358              if no matches at all are found.  (Even with a small sample
46359              I could find many sites where there are, umm, anomalies in
46360              the said databases.)       
46361      Branch: perl
46362            ! t/op/grent.t t/op/pwent.t
46363 ____________________________________________________________________________
46364 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
46365         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
46366      Branch: perl
46367            ! pp_ctl.c
46368 ____________________________________________________________________________
46369 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
46370         Log: De-cut-and-pasto in #10902.
46371      Branch: perl
46372            ! pp_ctl.c
46373 ____________________________________________________________________________
46374 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
46375         Log: The #10771 didn't take?
46376      Branch: perl
46377            ! pp_ctl.c
46378 ____________________________________________________________________________
46379 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
46380         Log: Undo the filetests part of #10900, under multiplicity
46381              weird errors take place.
46382      Branch: perl
46383            ! pp_sys.c
46384 ____________________________________________________________________________
46385 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
46386         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
46387      Branch: perl
46388            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
46389 ____________________________________________________________________________
46390 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
46391         Log: (Replaced by #10922)
46392              
46393              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
46394              From: Tony Bowden <tony@kasei.com>
46395              Date: Sun, 24 Jun 2001 17:32:40 +0100
46396              Message-ID: <20010624173240.A16293@blackstar.co.uk>
46397              
46398              Document (well, mention) shortmess() and longmess()
46399              to rob people of their fun of reinventing the wheel.
46400      Branch: perl
46401            ! lib/Carp.pm
46402 ____________________________________________________________________________
46403 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
46404         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
46405              From: Brian Jepson <bjepson@oreilly.com>
46406              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
46407              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
46408      Branch: perl
46409            ! pp_sys.c
46410 ____________________________________________________________________________
46411 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
46412         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
46413              From: Robin Barker <rmb1@cise.npl.co.uk> 
46414              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
46415              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
46416      Branch: perl
46417            ! lib/CPAN.pm
46418 ____________________________________________________________________________
46419 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
46420         Log: Memoize patch from mjd.
46421      Branch: perl
46422            ! lib/Memoize/t/tie_storable.t
46423 ____________________________________________________________________________
46424 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
46425         Log: Spec the sv_pvprintify() a bit more.
46426      Branch: perl
46427            ! pod/perltodo.pod
46428 ____________________________________________________________________________
46429 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
46430         Log: Upgrade to Memoize 0.65.
46431      Branch: perl
46432            + lib/Memoize/t/array_confusion.t
46433            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
46434            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
46435            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
46436            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
46437            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
46438            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
46439            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
46440            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
46441            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
46442            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
46443            ! lib/Memoize/t/tie_storable.t
46444 ____________________________________________________________________________
46445 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
46446         Log: Metaconfig unit change for #10892.
46447      Branch: metaconfig
46448            ! U/modified/Options.U
46449 ____________________________________________________________________________
46450 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
46451         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
46452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46453              Date: Sun, 24 Jun 2001 05:24:40 -0400
46454              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
46455      Branch: perl
46456            ! Configure hints/os2.sh
46457 ____________________________________________________________________________
46458 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
46459         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
46460              From: Mike Guy <mjtg@cam.ac.uk>
46461              Date: Sun, 24 Jun 2001 15:28:39 +0100
46462              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
46463              
46464              Fix an ancient (5.002) bug.
46465      Branch: perl
46466            ! lib/Carp/Heavy.pm
46467 ____________________________________________________________________________
46468 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
46469         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
46470              variables.
46471      Branch: perl
46472            ! pp_sys.c
46473 ____________________________________________________________________________
46474 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
46475         Log: Make UTS as per #10888.
46476      Branch: perl
46477            ! hints/uts.sh
46478 ____________________________________________________________________________
46479 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
46480         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
46481      Branch: perl
46482            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
46483            ! mpeix/mpeixish.h perl.h unixish.h
46484 ____________________________________________________________________________
46485 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
46486         Log: AUTHORS update.
46487      Branch: perl
46488            ! AUTHORS
46489 ____________________________________________________________________________
46490 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
46491         Log: Subject: Encode::Tcl for multibyte doesnot work
46492              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46493              Date: Sun, 24 Jun 2001 22:48:21 +0900
46494              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
46495      Branch: perl
46496            ! ext/Encode/Encode/Tcl.pm
46497 ____________________________________________________________________________
46498 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
46499         Log: Subject: [PATCH] Remove tautology in error messages
46500              From: Mike Guy <mjtg@cam.ac.uk>
46501              Date: Sun, 24 Jun 2001 13:31:00 +0100
46502              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
46503      Branch: perl
46504            ! pp_sys.c
46505 ____________________________________________________________________________
46506 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
46507         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
46508      Branch: perl
46509            ! hints/darwin.sh
46510 ____________________________________________________________________________
46511 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
46512         Log: Subject: Re: [PATCH 5.6.1] test suite
46513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46514              Date: Sun, 24 Jun 2001 05:47:05 -0400
46515              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
46516              
46517              Test suite fixes.
46518      Branch: perl
46519            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
46520 ____________________________________________________________________________
46521 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
46522         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
46523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46524              Date: Sun, 24 Jun 2001 05:37:19 -0400
46525              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
46526      Branch: perl
46527            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
46528 ____________________________________________________________________________
46529 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
46530         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
46531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46532              Date: Sun, 24 Jun 2001 05:34:50 -0400
46533              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
46534              
46535              Pacify compiler warnings.
46536      Branch: perl
46537            ! pp_sys.c
46538 ____________________________________________________________________________
46539 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
46540         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
46541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46542              Date: Sun, 24 Jun 2001 05:21:18 -0400
46543              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
46544              
46545              Enable compression of executables during link time.
46546      Branch: perl
46547            ! hints/os2.sh
46548 ____________________________________________________________________________
46549 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
46550         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
46551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46552              Date: Sun, 24 Jun 2001 05:15:11 -0400
46553              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
46554              
46555              Add ordinals to the export list for Perl DLL.
46556              (Breaks intra-version DLL compatibility.)
46557      Branch: perl
46558            ! makedef.pl
46559 ____________________________________________________________________________
46560 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
46561         Log: Allow (displaying and) re-editing the Subject in perlbug.
46562              Also abstract the Subject quality control into a function.
46563      Branch: perl
46564            ! utils/perlbug.PL
46565 ____________________________________________________________________________
46566 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
46567         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
46568      Branch: perl
46569            ! utils/perlbug.PL
46570 ____________________________________________________________________________
46571 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
46572         Log: Regen toc and modlib.
46573      Branch: perl
46574            ! pod/perlmodlib.pod pod/perltoc.pod
46575 ____________________________________________________________________________
46576 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
46577         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
46578              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
46579              attribute semantics as much as possible, or 'ntsec' which uses
46580              native NTFS semantics.)  (See also #10877.)
46581      Branch: perl
46582            ! perl.c
46583 ____________________________________________________________________________
46584 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
46585         Log: (Retracted by #11586)
46586              
46587              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
46588      Branch: perl
46589            ! lib/Test/Harness.pm
46590 ____________________________________________________________________________
46591 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
46592         Log: Just zap the -uPerlio.
46593      Branch: perl
46594            ! ext/B/Stash.t
46595 ____________________________________________________________________________
46596 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
46597         Log: Do not test PerlIO if PerlIO not used.
46598      Branch: perl
46599            ! ext/PerlIO/PerlIO.t
46600 ____________________________________________________________________________
46601 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
46602         Log: Regen perlapi.
46603      Branch: perl
46604            ! pod/perlapi.pod
46605 ____________________________________________________________________________
46606 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
46607         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
46608              From: Nicholas Clark <nick@ccl4.org>
46609              Date: Sat, 23 Jun 2001 22:55:47 +0100
46610              Message-ID: <20010623225547.Z98663@plum.flirble.org>
46611      Branch: perl
46612            ! numeric.c
46613 ____________________________________________________________________________
46614 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
46615         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
46616              From: Prymmer/Kahn <pvhp@best.com>
46617              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
46618              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
46619      Branch: perl
46620            ! lib/h2xs.t
46621 ____________________________________________________________________________
46622 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
46623         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
46624              cygwin does not taint cwd, just like win32.
46625      Branch: perl
46626            ! lib/File/Find/taint.t t/op/taint.t
46627 ____________________________________________________________________________
46628 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
46629         Log: Retract #10865, the patch should be unnecessary.
46630              (But seemingly helpful in Cygwin?  Strange.)
46631      Branch: perl
46632            ! lib/Memoize/t/tie_ndbm.t
46633 ____________________________________________________________________________
46634 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
46635         Log: Misplaced test file; plus Cygwin filesystem semantics.
46636      Branch: perl
46637            + ext/SDBM_File/sdbm.t
46638            - ext/ODBM_File/sdbm.t
46639            ! MANIFEST
46640 ____________________________________________________________________________
46641 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
46642         Log: (Retracted by #10867.)
46643      Branch: perl
46644            ! lib/Memoize/t/tie_ndbm.t
46645 ____________________________________________________________________________
46646 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
46647         Log: Metaconfig unit change for #10863.
46648      Branch: metaconfig/U/perl
46649            ! Extensions.U
46650 ____________________________________________________________________________
46651 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
46652         Log: In Cygwin do not build NDBM_File and ODBM_File unless
46653              -lndbm and -ldbm are available.
46654      Branch: perl
46655            ! Configure config_h.SH
46656 ____________________________________________________________________________
46657 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
46658         Log: More Cygwin filesystem semantics.
46659      Branch: perl
46660            ! t/io/fs.t t/op/stat.t
46661 ____________________________________________________________________________
46662 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
46663         Log: More DOSish permission semantics for Cygwin.
46664      Branch: perl
46665            ! lib/AnyDBM_File.t
46666 ____________________________________________________________________________
46667 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
46668         Log: Cygwin too has different permission semantics.
46669      Branch: perl
46670            ! ext/GDBM_File/gdbm.t
46671 ____________________________________________________________________________
46672 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
46673         Log: The group (and assumedly passwd) databases can have
46674              only one entry (this is the case in cygwin).
46675      Branch: perl
46676            ! t/op/grent.t t/op/pwent.t
46677 ____________________________________________________________________________
46678 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
46679         Log: Also in Cygwin use Socket to figure out domainname
46680              (if any) (avoids trying to call external 'domainname',
46681              which doesn't at the moment exist in Cygwin)
46682      Branch: perl
46683            ! lib/Net/Domain.pm
46684 ____________________________________________________________________________
46685 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
46686         Log: Remove also the lib$Foo.def, not just $Foo.def.
46687      Branch: perl
46688            ! lib/ExtUtils/MM_Unix.pm
46689 ____________________________________________________________________________
46690 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
46691         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
46692      Branch: perl
46693            ! unixish.h
46694 ____________________________________________________________________________
46695 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
46696         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
46697              to match the whole isprint(), only the space character.
46698      Branch: perl
46699            ! handy.h pod/perlre.pod t/op/pat.t
46700 ____________________________________________________________________________
46701 [ 10854] By: nick                                  on 2001/06/23  08:09:33
46702         Log: Integrate mainline
46703      Branch: perlio
46704           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
46705           !> lib/ExtUtils.t lib/File/Find/taint.t
46706           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
46707           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
46708           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
46709 ____________________________________________________________________________
46710 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
46711         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
46712              with its floats    in os390 and s390 (UTS).
46713      Branch: perl
46714            ! lib/Math/BigInt/t/bigintpm.t
46715 ____________________________________________________________________________
46716 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
46717         Log: Add also UTS (s390) to the non-IEEE float platforms.
46718      Branch: perl
46719            ! t/op/sprintf.t
46720 ____________________________________________________________________________
46721 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
46722         Log: Subject: RFC: what are applicable standards for exponent sizes?
46723              From: Peter Prymmer <pvhp@forte.com>
46724              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
46725              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
46726      Branch: perl
46727            ! t/op/sprintf.t
46728 ____________________________________________________________________________
46729 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
46730         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
46731              From: Peter Prymmer <pvhp@forte.com>
46732              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
46733              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
46734      Branch: perl
46735            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
46736 ____________________________________________________________________________
46737 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
46738         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
46739              From: Peter Prymmer <pvhp@forte.com>
46740              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
46741              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
46742      Branch: perl
46743            ! lib/ExtUtils.t
46744 ____________________________________________________________________________
46745 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
46746         Log: Retract #10845.
46747      Branch: perl
46748            ! lib/File/Find/taint.t
46749 ____________________________________________________________________________
46750 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
46751         Log: Yet another error message.
46752      Branch: perl
46753            ! t/op/mkdir.t
46754 ____________________________________________________________________________
46755 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
46756         Log: The croak message for nonexistent socket functions may vary.
46757      Branch: perl
46758            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
46759 ____________________________________________________________________________
46760 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
46761         Log: (Retracted by #10848.)
46762      Branch: perl
46763            ! lib/File/Find/taint.t
46764 ____________________________________________________________________________
46765 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
46766         Log: Integrate perlio.
46767      Branch: perl
46768           !> lib/File/Find/taint.t t/op/write.t
46769 ____________________________________________________________________________
46770 [ 10843] By: nick                                  on 2001/06/22  21:24:51
46771         Log: Back out debug in taint.t
46772      Branch: perlio
46773            ! lib/File/Find/taint.t
46774 ____________________________________________________________________________
46775 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
46776         Log: setitimer() does not exist in Unicos, despite of what
46777              Configure thinks, from Mark P. Lutz.
46778      Branch: perl
46779            ! hints/unicos.sh
46780 ____________________________________________________________________________
46781 [ 10841] By: nick                                  on 2001/06/22  21:19:36
46782         Log: Skip cwd test on Win32 ???
46783      Branch: perlio
46784            ! lib/File/Find/taint.t
46785 ____________________________________________________________________________
46786 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
46787         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
46788              and Tru64 gcc -Wall happy.
46789      Branch: perl
46790            ! mg.c
46791 ____________________________________________________________________________
46792 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
46793         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
46794      Branch: perl
46795            ! ext/IPC/SysV/Semaphore.pm
46796 ____________________________________________________________________________
46797 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
46798         Log: Metaconfig unit change for #10837.
46799      Branch: metaconfig/U/perl
46800            ! Cross.U
46801 ____________________________________________________________________________
46802 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
46803         Log: Cleanup of the cross-compilation unit.
46804      Branch: perl
46805            ! Configure
46806 ____________________________________________________________________________
46807 [ 10836] By: nick                                  on 2001/06/22  20:45:12
46808         Log: Skip |- based op/write.t on Win32 as well as VMS
46809      Branch: perlio
46810            ! t/op/write.t
46811 ____________________________________________________________________________
46812 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
46813         Log: Integrate perlio.
46814      Branch: perl
46815           !> util.c
46816 ____________________________________________________________________________
46817 [ 10834] By: nick                                  on 2001/06/22  20:41:54
46818         Log: Integrate mainline
46819      Branch: perlio
46820           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46821           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
46822           !> vos/config.ga.h
46823 ____________________________________________________________________________
46824 [ 10833] By: nick                                  on 2001/06/22  20:22:58
46825         Log: Patcho fix.
46826      Branch: perlio
46827            ! util.c
46828 ____________________________________________________________________________
46829 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
46830         Log: Metaconfig unit changes for #10831.
46831      Branch: metaconfig
46832            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
46833 ____________________________________________________________________________
46834 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
46835         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
46836              From: Andy Dougherty <doughera@lafayette.edu>
46837              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
46838              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
46839      Branch: perl
46840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46841            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
46842 ____________________________________________________________________________
46843 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
46844         Log: MPE/iX prototype nits from Mark Bixby.
46845      Branch: perl
46846            ! pp_sys.c
46847 ____________________________________________________________________________
46848 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
46849         Log: Detypo.
46850      Branch: perl
46851            ! util.c
46852 ____________________________________________________________________________
46853 [ 10828] By: nick                                  on 2001/06/22  15:33:37
46854         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
46855      Branch: perlio
46856           +> lib/h2xs.t
46857           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
46858           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
46859           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
46860           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
46861           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
46862           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
46863           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
46864           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
46865           !> vms/vmsish.h
46866 ____________________________________________________________________________
46867 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
46868         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
46869              Date: Fri, 22 Jun 2001 10:08:35 -0500
46870              From: "Craig A. Berry" <craigberry@mac.com>
46871              Message-Id: <a05101001b75908704194@[192.168.56.145]>
46872      Branch: perl
46873            ! vms/vms.c vms/vmsish.h
46874 ____________________________________________________________________________
46875 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
46876         Log: NetWare scripts tweak from Ananth Kesari.
46877      Branch: perl
46878            ! NetWare/t/NWScripts.pl
46879 ____________________________________________________________________________
46880 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
46881         Log: Update Changes.
46882      Branch: perl
46883            ! Changes patchlevel.h
46884 ____________________________________________________________________________
46885 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
46886         Log: Add .i and .s targets.
46887      Branch: perl
46888            ! Makefile.SH
46889 ____________________________________________________________________________
46890 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
46891         Log: Upgrade to Locale::Maketext 1.03.
46892      Branch: perl
46893            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
46894            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
46895 ____________________________________________________________________________
46896 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
46897         Log: Upgrade to I18N::LangTags 0.26.
46898      Branch: perl
46899            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
46900            ! lib/I18N/LangTags/test.pl
46901 ____________________________________________________________________________
46902 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
46903         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
46904              Philip Newton.
46905      Branch: perl
46906            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
46907            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46908 ____________________________________________________________________________
46909 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
46910         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
46911              From: Prymmer/Kahn <pvhp@best.com>
46912              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
46913              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
46914      Branch: perl
46915            + lib/h2xs.t
46916            ! MANIFEST utils/h2xs.PL
46917 ____________________________________________________________________________
46918 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
46919         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
46920              From: Prymmer/Kahn <pvhp@best.com>
46921              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
46922              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
46923      Branch: perl
46924            ! lib/ExtUtils.t
46925 ____________________________________________________________________________
46926 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
46927         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
46928              From: Prymmer/Kahn <pvhp@best.com>
46929              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
46930              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
46931      Branch: perl
46932            ! t/pod/plainer.t
46933 ____________________________________________________________________________
46934 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
46935         Log: AUTHORS update.
46936      Branch: perl
46937            ! AUTHORS
46938 ____________________________________________________________________________
46939 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
46940         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
46941              From: "Craig A. Berry" <craigberry@mac.com>
46942              Date: Thu, 21 Jun 2001 18:20:38 -0500
46943              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
46944      Branch: perl
46945            ! ext/POSIX/POSIX.xs
46946 ____________________________________________________________________________
46947 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
46948         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
46949              From: "Craig A. Berry" <craigberry@mac.com>
46950              Date: Thu, 21 Jun 2001 09:58:52 -0500
46951              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
46952      Branch: perl
46953            ! ext/B/Deparse.t t/op/write.t
46954 ____________________________________________________________________________
46955 [ 10814] By: nick                                  on 2001/06/22  08:13:09
46956         Log: Integrate mainline.
46957      Branch: perlio
46958           !> (integrate 46 files)
46959 ____________________________________________________________________________
46960 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
46961         Log: Change the prefixes only if $prefix is unset,
46962              as originally patched by Marcel Grunauer.
46963      Branch: perl
46964            ! hints/darwin.sh hints/rhapsody.sh
46965 ____________________________________________________________________________
46966 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
46967         Log: Subject: Re: Patch for hints/darwin.sh
46968              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
46969              Date: Thu, 21 Jun 2001 11:23:46 -0700
46970              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
46971      Branch: perl
46972            ! hints/darwin.sh hints/rhapsody.sh
46973 ____________________________________________________________________________
46974 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
46975         Log: Add .PHONY targets for non-file targets,
46976              from Wilfredo Sánchez.  Should help saying
46977              "make install" on case-insensitive filesystems.
46978      Branch: perl
46979            ! Makefile.SH
46980 ____________________________________________________________________________
46981 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
46982         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
46983              From: Doug MacEachern <dougm@covalent.net>
46984              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
46985              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
46986              
46987              plus reword the getcwd() comment, plus use getcwd() buffer
46988              size minus one.
46989      Branch: perl
46990            ! util.c
46991 ____________________________________________________________________________
46992 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
46993         Log: More gprofing from Doug MacEachern.
46994      Branch: perl
46995            ! Makefile.SH
46996 ____________________________________________________________________________
46997 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
46998         Log: Metaconfig unit change for #10807.
46999      Branch: metaconfig/U/perl
47000            ! d_sfio.U
47001 ____________________________________________________________________________
47002 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
47003         Log: Tell that you are removing the unneeded -lsfio.
47004      Branch: perl
47005            ! Configure
47006 ____________________________________________________________________________
47007 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
47008         Log: More MPE/iX tweaks from Mark Bixby.
47009      Branch: perl
47010            ! perl.c t/op/magic.t
47011 ____________________________________________________________________________
47012 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
47013         Log: The fchdir() proto is supposed to live in <unistd.h>.
47014      Branch: perl
47015            ! ext/Cwd/Cwd.xs
47016 ____________________________________________________________________________
47017 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
47018         Log: This town is too small for the Cwd extension and me,
47019              it would seem...
47020      Branch: perl
47021            ! ext/Cwd/Cwd.xs
47022 ____________________________________________________________________________
47023 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
47024         Log: Metaconfig unit change for #10802.
47025      Branch: metaconfig/U/perl
47026            ! d_modfl.U
47027 ____________________________________________________________________________
47028 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
47029         Log: More d'ohs.
47030      Branch: perl
47031            ! Configure
47032 ____________________________________________________________________________
47033 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
47034         Log: Off-by-one.  I'm so classic.
47035      Branch: perl
47036            ! util.c
47037 ____________________________________________________________________________
47038 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
47039         Log: Update Changes.
47040      Branch: perl
47041            ! Changes patchlevel.h
47042 ____________________________________________________________________________
47043 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
47044         Log: Subject: Documentation patch for Net::FTP
47045              From: Marcel Grunauer <marcel@codewerk.com>
47046              Date: Wed, 20 Jun 2001 23:03:26 +0200
47047              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
47048      Branch: perl
47049            ! lib/Net/FTP.pm
47050 ____________________________________________________________________________
47051 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
47052         Log: Retract the #10417 mg.c and embed.pl parts because of
47053              strange SEGVs in 64bit x86 FreeBSD observed by
47054              Nicholas Clark.
47055      Branch: perl
47056            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
47057 ____________________________________________________________________________
47058 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
47059         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
47060      Branch: perl
47061            ! Configure NetWare/config.wc NetWare/config_H.wc
47062            ! Porting/Glossary Porting/config.sh Porting/config_H
47063            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47064            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47065            ! vos/config.ga.h win32/config.bc win32/config.gc
47066            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47067            ! win32/config_H.vc
47068 ____________________________________________________________________________
47069 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
47070         Log: Cwd tweak from Doug MacEachern.
47071      Branch: perl
47072            ! ext/Cwd/Cwd.xs
47073 ____________________________________________________________________________
47074 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
47075         Log: Protect the fchdir() and lstat() with ifdefs.
47076              fchdir() needs a Configure probe.
47077      Branch: perl
47078            ! ext/Cwd/Cwd.xs
47079 ____________________________________________________________________________
47080 [ 10794] By: nick                                  on 2001/06/21  17:11:35
47081         Log: Integrate mainline
47082      Branch: perlio
47083           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
47084           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
47085           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
47086           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
47087           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
47088           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
47089           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
47090           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
47091            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
47092            - lib/File/Glob/case.t lib/File/Glob/global.t
47093            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
47094            - lib/File/Temp/posix.t lib/File/Temp/security.t
47095            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
47096            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
47097            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
47098            - lib/Text/Wrap/wrap.t
47099           !> (integrate 41 files)
47100 ____________________________________________________________________________
47101 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
47102         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
47103              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
47104              Date: Thu, 21 Jun 2001 13:04:54 -0500
47105              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
47106      Branch: perl
47107            ! ext/Cwd/Cwd.xs
47108 ____________________________________________________________________________
47109 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
47110         Log: Subject: [PATCH pod] overlong =item
47111              From: Robin Barker <rmb1@cise.npl.co.uk>
47112              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
47113              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
47114      Branch: perl
47115            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
47116            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47117 ____________________________________________________________________________
47118 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
47119         Log: Subject: [PATCH perlio.c] format 
47120              From: Robin Barker <rmb1@cise.npl.co.uk>
47121              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
47122              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
47123      Branch: perl
47124            ! perlio.c
47125 ____________________________________________________________________________
47126 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
47127         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
47128              From: Radu Greab <radu@netsoft.ro>
47129              Date: Thu, 21 Jun 2001 19:06:02 +0300
47130              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
47131      Branch: perl
47132            ! pod/perlapi.pod sv.c
47133 ____________________________________________________________________________
47134 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
47135         Log: The metaconfig unit changes for #10788.
47136      Branch: metaconfig/U/perl
47137            ! Cross.U fflushall.U
47138 ____________________________________________________________________________
47139 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
47140         Log: Cross-configuration changes: make $from to rm the files
47141              before copying them over (this means that he rm can be
47142              removed from the fflushall test), create $targetmkdir      
47143              (not documented in install since it is supposed to internal
47144              use only), make $run to copy over the executable only if
47145              a stamp file .xok doesn't already exist (to avoid unnecessary
47146              copying of the executable)
47147      Branch: perl
47148            ! Configure Makefile.SH
47149 ____________________________________________________________________________
47150 [ 10787] By: nick                                  on 2001/06/21  14:16:18
47151         Log: Integrate mainline
47152      Branch: perlio
47153           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
47154           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
47155           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
47156            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
47157           !> (integrate 34 files)
47158 ____________________________________________________________________________
47159 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
47160         Log: Re-add the files as text.
47161      Branch: perl
47162            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
47163 ____________________________________________________________________________
47164 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
47165         Log: Delete the binary files.
47166      Branch: perl
47167            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
47168 ____________________________________________________________________________
47169 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
47170         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
47171              From: Andy Dougherty <doughera@lafayette.edu>
47172              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
47173              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
47174      Branch: perl
47175            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
47176            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
47177            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
47178            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
47179 ____________________________________________________________________________
47180 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
47181         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
47182              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
47183              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
47184              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
47185              
47186              Setting umask to something friendlier.
47187      Branch: perl
47188            ! installman installperl
47189 ____________________________________________________________________________
47190 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
47191         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
47192              Resort MANIFEST with sort -f, looks much better.
47193      Branch: perl
47194            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
47195            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
47196            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
47197            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
47198            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
47199            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
47200            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
47201            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
47202            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
47203            - lib/File/Glob/case.t lib/File/Glob/global.t
47204            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
47205            - lib/File/Temp/posix.t lib/File/Temp/security.t
47206            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
47207            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
47208            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
47209            - lib/Text/Wrap/wrap.t
47210            ! MANIFEST
47211 ____________________________________________________________________________
47212 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
47213         Log: Upgrade to I18N::LangTags 0.25.
47214      Branch: perl
47215            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
47216            ! lib/I18N/LangTags/List.pm
47217 ____________________________________________________________________________
47218 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
47219         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
47220              From: Richard Soderberg <rs@crystalflame.net>
47221              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
47222              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
47223      Branch: perl
47224            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
47225            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
47226 ____________________________________________________________________________
47227 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
47228         Log: Test obsoleted by change #10777.
47229      Branch: perl
47230            ! t/op/sub_lval.t
47231 ____________________________________________________________________________
47232 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
47233         Log: Case of confused test numbering.
47234      Branch: perl
47235            ! t/op/pat.t
47236 ____________________________________________________________________________
47237 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
47238         Log: Subject: Re: Opinion on undef lvalue
47239              From: Abhijit Menon-Sen <ams@wiw.org>
47240              Date: Sun, 17 Jun 2001 13:04:46 +0530
47241              Message-ID: <20010617130446.B27925@lustre.linux.in>
47242              
47243              Allow lvalue subs to return undef in array context.
47244      Branch: perl
47245            ! pp_hot.c
47246 ____________________________________________________________________________
47247 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
47248         Log: Just a guess that using the same hack for cygwin as
47249              for win32 might help.
47250      Branch: perl
47251            ! lib/File/Find/find.t
47252 ____________________________________________________________________________
47253 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
47254         Log: NetWare tweaks from Guruprasad.
47255      Branch: perl
47256            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
47257            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
47258            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
47259            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
47260 ____________________________________________________________________________
47261 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
47262         Log: Subject: Re: perl@10722: Bogus warnings on REs 
47263              From: Hugo <hv@crypt.compulink.co.uk>
47264              Date: Thu, 21 Jun 2001 09:51:17 +0100
47265              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
47266              
47267              Unroll to avoid a UTS compiler bug.
47268      Branch: perl
47269            ! regcomp.c
47270 ____________________________________________________________________________
47271 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
47272         Log: Subject: Re: [PATCH] Make /o work under i?threads
47273              From: Artur Bergman <artur@contiller.se>
47274              Date: Thu, 21 Jun 2001 14:38:03 +0200
47275              Message-ID: <B757B74A.184D%artur@contiller.se>
47276      Branch: perl
47277            ! t/op/pat.t
47278 ____________________________________________________________________________
47279 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
47280         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
47281              From: Artur Bergman <artur@contiller.se> 
47282              Date: Thu, 21 Jun 2001 14:27:33 +0200
47283              Message-ID: <B757B4D4.1849%artur@contiller.se>
47284              
47285              Plus extra parentheses.
47286      Branch: perl
47287            ! op.h
47288 ____________________________________________________________________________
47289 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
47290         Log: Subject: [PATCH] Make /o work under i?threads
47291              From: Richard Soderberg <rs@crystalflame.net>
47292              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
47293              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
47294      Branch: perl
47295            ! pp_ctl.c
47296 ____________________________________________________________________________
47297 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
47298         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
47299              From: Artur Bergman <artur@contiller.se>
47300              Date: Thu, 21 Jun 2001 14:04:54 +0200
47301              Message-ID: <B757AF86.1842%artur@contiller.se>
47302      Branch: perl
47303            ! op.h
47304 ____________________________________________________________________________
47305 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
47306         Log: Subject: Re: perl@10765: sv.c not OK on win32
47307              From: Artur Bergman <artur@contiller.se>
47308              Date: Thu, 21 Jun 2001 10:31:06 +0200
47309              Message-ID: <B7577D69.182C%artur@contiller.se>
47310      Branch: perl
47311            ! sv.c
47312 ____________________________________________________________________________
47313 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
47314         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
47315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47316              Date: Thu, 21 Jun 2001 06:23:56 -0400
47317              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
47318              
47319              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
47320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47321              Date: Thu, 21 Jun 2001 06:32:21 -0400
47322              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
47323      Branch: perl
47324            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
47325 ____________________________________________________________________________
47326 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
47327         Log: Subject: [PATCH] make syslog test more verbose
47328              From: Robert Spier <rspier@pobox.com>
47329              Date: Thu, 21 Jun 2001 00:54:32 -0400
47330              Message-ID: <15153.32264.295807.333073@rls.cx>
47331      Branch: perl
47332            ! ext/Sys/Syslog/syslog.t
47333 ____________________________________________________________________________
47334 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
47335         Log: Subject: op/study.t refinements
47336              From: Hugo <hv@crypt.compulink.co.uk>
47337              Date: Thu, 21 Jun 2001 00:29:07 +0100
47338              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
47339      Branch: perl
47340            ! t/op/study.t
47341 ____________________________________________________________________________
47342 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
47343         Log: Update Changes.
47344      Branch: perl
47345            ! Changes patchlevel.h
47346 ____________________________________________________________________________
47347 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
47348         Log: Subject: Re: [PATCH] djgpp updates
47349              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
47350              Date: Wed, 20 Jun 2001 10:05:15 +0200
47351              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
47352      Branch: perl
47353            ! djgpp/config.over
47354 ____________________________________________________________________________
47355 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
47356         Log: Fix for ID 20010619.002 "When building hash, hash keys that
47357              are function calls are not being called", from Abhijit.
47358      Branch: perl
47359            ! t/base/lex.t toke.c
47360 ____________________________________________________________________________
47361 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
47362         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
47363      Branch: perl
47364            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
47365            + lib/Locale/Maketext/test.pl
47366            - lib/Locale/Maketext.t
47367            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47368            ! lib/Locale/Maketext/TPJ13.pod
47369 ____________________________________________________________________________
47370 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
47371         Log: Metaconfig unit change for #10760.
47372      Branch: metaconfig
47373            ! U/modified/Cppsym.U
47374 ____________________________________________________________________________
47375 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
47376         Log: Do not remove the ccsym* Cppsym* files since
47377              they are useful for metaconfig units coming after us.
47378              (This is the Configure nit mentioned in #10752.)
47379      Branch: perl
47380            ! Configure
47381 ____________________________________________________________________________
47382 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
47383         Log: Update to I18N::LangTags 0.24, from Sean Burke.
47384      Branch: perl
47385            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
47386            + lib/I18N/LangTags/README
47387            - lib/I18N/LangTags/List.pod
47388            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
47389 ____________________________________________________________________________
47390 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
47391         Log: Regen headers.
47392      Branch: perl
47393            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
47394            ! pod/perlapi.pod proto.h
47395 ____________________________________________________________________________
47396 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
47397         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
47398              From: Artur Bergman <artur@contiller.se>
47399              Date: Wed, 20 Jun 2001 11:31:32 +0200
47400              Message-ID: <B7563A14.17D8%artur@contiller.se>
47401      Branch: perl
47402            ! embed.pl hv.c intrpvar.h sv.c sv.h
47403 ____________________________________________________________________________
47404 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
47405         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
47406              From: Tim Sweetman <tim@aldigital.co.uk> 
47407              Date: Wed, 13 Jun 2001 14:25:17 +0100 
47408              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
47409      Branch: perl
47410            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
47411 ____________________________________________________________________________
47412 [ 10755] By: nick                                  on 2001/06/20  16:12:37
47413         Log: Integrate mainline
47414      Branch: perlio
47415           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
47416           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
47417           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
47418           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
47419           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
47420           !> t/op/study.t util.c
47421 ____________________________________________________________________________
47422 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
47423         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
47424              but not Makefile)
47425      Branch: maint-5.6/perl
47426            ! win32/Makefile
47427 ____________________________________________________________________________
47428 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
47429         Log: Security tweak on readlink().
47430      Branch: perl
47431            ! pp_sys.c
47432 ____________________________________________________________________________
47433 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
47434         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
47435      Branch: perl
47436            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
47437            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
47438            ! mpeix/relink t/op/pwent.t
47439 ____________________________________________________________________________
47440 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
47441         Log: Reinstate #10725 (with probe for alarm()).
47442      Branch: perl
47443            ! t/op/study.t
47444 ____________________________________________________________________________
47445 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
47446         Log: Replace our implementation of realpath() with OpenBSD's
47447              (src/lib/libc/stdlib/realpath.c 1.4).
47448      Branch: perl
47449            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
47450            ! pod/perldiag.pod proto.h util.c
47451 ____________________________________________________________________________
47452 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
47453         Log: Integrate perlio.
47454      Branch: perl
47455           !> perlio.c
47456 ____________________________________________________________________________
47457 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
47458         Log: No point in going into memory-saving contortions
47459              with getcwd() since there's a danger of buffer overflow.
47460              Also make the POSIX extension to use sv_getcwd().
47461              Finally, a missed proto.h fragment.
47462      Branch: perl
47463            ! ext/POSIX/POSIX.xs proto.h util.c
47464 ____________________________________________________________________________
47465 [ 10747] By: nick                                  on 2001/06/20  12:38:26
47466         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
47467      Branch: perlio
47468            ! perlio.c
47469 ____________________________________________________________________________
47470 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
47471         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
47472              From: Graham Barr <gbarr@pobox.com>
47473              Date: Wed, 20 Jun 2001 11:05:49 +0100
47474              Message-ID: <20010620110549.I19188@pobox.com>
47475              
47476              reported in        
47477              
47478              Subject: Bug in IO::Socket::INET module (repeat)
47479              From: "Harmon S. Nine" <hnine@netarx.com>
47480              Date: Tue, 19 Jun 2001 09:41:35 -0400
47481              Message-ID: <3B2F568F.8080605@netarx.com>
47482              
47483              The bug was that the IO::Socket::INET constructor
47484              did not allow a 'LocalPort' of 0.
47485      Branch: perl
47486            ! ext/IO/lib/IO/Socket/INET.pm
47487 ____________________________________________________________________________
47488 [ 10745] By: nick                                  on 2001/06/20  08:56:39
47489         Log: Integrate mainline.
47490      Branch: perlio
47491           !> (integrate 37 files)
47492 ____________________________________________________________________________
47493 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
47494         Log: After some reading I don't think we can blindly
47495              use systems' realpath().  Too many security problems,
47496              too many buggy implementations.
47497              
47498              TODO: the realpath() emulation code in util.c doesn't
47499              seem fully operational?  (readlink(), for example?)
47500      Branch: perl
47501            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
47502            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
47503            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
47504            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
47505            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
47506            ! win32/config_H.gc win32/config_H.vc
47507 ____________________________________________________________________________
47508 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
47509         Log: Metaconfig unit change for #10738.
47510      Branch: metaconfig
47511            ! U/compline/d_gconvert.U
47512 ____________________________________________________________________________
47513 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
47514         Log: Integrate change #10739 from maintperl:
47515              
47516              C<eval "/x$\r\n/x"> fails to compile correctly 
47517      Branch: perl
47518           !> t/op/pat.t toke.c
47519 ____________________________________________________________________________
47520 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
47521         Log: Retract #10725 (Hugo asked NOT to apply the patch)
47522      Branch: perl
47523            ! t/op/study.t
47524 ____________________________________________________________________________
47525 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
47526         Log: The test.third results were funnily named because of the
47527              new test scheme.
47528      Branch: perl
47529            ! t/TEST
47530 ____________________________________________________________________________
47531 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
47532         Log: C<eval "/x$\r\n/x"> fails to compile correctly
47533      Branch: maint-5.6/perl
47534            ! t/op/pat.t toke.c
47535 ____________________________________________________________________________
47536 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
47537         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
47538              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47539              Date: Tue, 19 Jun 2001 19:15:40 -0400
47540              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
47541              
47542              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
47543              because "1e+129" being expected but "1.e+129" being returned.
47544              The culprit (at least in Tru64) is the use of gcvt().
47545      Branch: perl
47546            ! Configure
47547 ____________________________________________________________________________
47548 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
47549         Log: Subject: [PATCH perl@10722] test hunting on VMS
47550              From: "Craig A. Berry" <craigberry@mac.com>
47551              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
47552              Date: Tue, 19 Jun 2001 18:59:01 -0500
47553      Branch: perl
47554            ! vms/test.com
47555 ____________________________________________________________________________
47556 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
47557         Log: Subject: [PATCH] s/typos//
47558              From: Abhijit Menon-Sen <ams@wiw.org>
47559              Date: Wed, 20 Jun 2001 02:15:02 +0530
47560              Message-ID: <20010620021502.A14541@lustre.linux.in>
47561              
47562              Without the op.h s/bearword/bareword/ hunk, see
47563              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
47564      Branch: perl
47565            ! util.c
47566 ____________________________________________________________________________
47567 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
47568         Log: Metaconfig unit change for #10732 and #10733.
47569      Branch: metaconfig/U/perl
47570            ! fflushall.U
47571 ____________________________________________________________________________
47572 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
47573         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
47574              From: "Craig A. Berry" <craigberry@mac.com>
47575              Date: Tue, 19 Jun 2001 17:19:48 -0500
47576              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
47577      Branch: perl
47578            ! configure.com vms/descrip_mms.template
47579 ____________________________________________________________________________
47580 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
47581         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
47582              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47583              Date: Tue, 19 Jun 2001 16:48:07 -0400
47584              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
47585              
47586              Further fixes to fflush(NULL) detection.
47587      Branch: perl
47588            ! Configure
47589 ____________________________________________________________________________
47590 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
47591         Log: AIX test -s hangs with non-existent files?
47592              (A genuine logic bug in Configure, but AIX also broken?)
47593      Branch: perl
47594            ! Configure
47595 ____________________________________________________________________________
47596 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
47597         Log: AUTHORS updates.
47598      Branch: perl
47599            ! AUTHORS
47600 ____________________________________________________________________________
47601 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
47602         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
47603              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47604              Date: Tue, 19 Jun 2001 15:33:25 -0400
47605              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
47606      Branch: perl
47607            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
47608            ! t/lib/warnings/pp
47609 ____________________________________________________________________________
47610 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
47611         Log: Integrate perlio.
47612      Branch: perl
47613           !> lib/File/Find/find.t win32/distclean.bat
47614 ____________________________________________________________________________
47615 [ 10728] By: nick                                  on 2001/06/19  18:24:53
47616         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
47617      Branch: perlio
47618            ! lib/File/Find/find.t win32/distclean.bat
47619 ____________________________________________________________________________
47620 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
47621         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
47622              also add information how to find out whether one has PerlIO.
47623      Branch: perl
47624            ! pod/perlfunc.pod
47625 ____________________________________________________________________________
47626 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
47627         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
47628              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47629              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
47630              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
47631      Branch: perl
47632            ! pod/perlfunc.pod
47633 ____________________________________________________________________________
47634 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
47635         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
47636              From: Hugo <hv@crypt.compulink.co.uk>
47637              Date: Tue, 19 Jun 2001 12:37:30 +0100
47638              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
47639      Branch: perl
47640            ! t/op/study.t
47641 ____________________________________________________________________________
47642 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
47643         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
47644              From: Hugo <hv@crypt.compulink.co.uk>
47645              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
47646              Date: Tue, 19 Jun 2001 13:15:17 +0100
47647      Branch: perl
47648            ! util.c
47649 ____________________________________________________________________________
47650 [ 10723] By: nick                                  on 2001/06/19  14:46:15
47651         Log: Integrate mainline
47652      Branch: perlio
47653           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
47654           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
47655           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
47656           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
47657           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
47658           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
47659            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
47660            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
47661            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
47662            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
47663            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
47664            - ext/Thread/unsync4.t
47665           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
47666           !> djgpp/config.over djgpp/fixpmain
47667           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
47668           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
47669           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
47670 ____________________________________________________________________________
47671 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
47672         Log: Update Changes.
47673      Branch: perl
47674            ! Changes patchlevel.h
47675 ____________________________________________________________________________
47676 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
47677         Log: The existence shall be MANIFESted.
47678      Branch: perl
47679            ! MANIFEST
47680 ____________________________________________________________________________
47681 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
47682         Log: The old libnet.cfg is first searched from the current directory,
47683              only then from the module path.
47684      Branch: perl
47685            ! utils/libnetcfg.PL
47686 ____________________________________________________________________________
47687 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
47688         Log: NetWare tweaks from Guruprasad.
47689      Branch: perl
47690            ! NetWare/Makefile NetWare/config.wc
47691 ____________________________________________________________________________
47692 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
47693         Log: Subject: [PATCH] djgpp updates
47694              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
47695              Date: Tue, 19 Jun 2001 10:59:06 +0200
47696              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
47697      Branch: perl
47698            ! djgpp/config.over djgpp/fixpmain
47699 ____________________________________________________________________________
47700 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
47701         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
47702              From: Prymmer/Kahn <pvhp@best.com>
47703              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
47704              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
47705      Branch: perl
47706            ! win32/Makefile
47707 ____________________________________________________________________________
47708 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
47709         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
47710              to happen right after the inclusion of <inttypes.h>,
47711              from Edward Moy.
47712      Branch: perl
47713            ! handy.h perl.h
47714 ____________________________________________________________________________
47715 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
47716         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
47717              From: Doug MacEachern <dougm@covalent.net>
47718              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
47719              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
47720      Branch: perl
47721            ! ext/DynaLoader/DynaLoader_pm.PL
47722 ____________________________________________________________________________
47723 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
47724         Log: Revert #10656 for performance reasons but leave in the
47725              use of Hv*() macros -- in comments, so that grepping the
47726              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
47727              suggested by Sarathy, also by Abhijit.)
47728      Branch: perl
47729            ! hv.c
47730 ____________________________________________________________________________
47731 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
47732         Log: Subject: [patch] .s MakeMaker suffix
47733              From: Doug MacEachern <dougm@covalent.net>
47734              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
47735              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
47736      Branch: perl
47737            ! lib/ExtUtils/MM_Unix.pm
47738 ____________________________________________________________________________
47739 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
47740         Log: One test lost in the big shuffle restored.
47741      Branch: perl
47742            + ext/IPC/SysV/ipcsysv.t
47743            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
47744 ____________________________________________________________________________
47745 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
47746         Log: Rename the old non-standard threads tests so that
47747              they won't be invoked.
47748      Branch: perl
47749            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
47750            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
47751            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
47752            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
47753            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
47754            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
47755            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
47756            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
47757            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
47758            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
47759            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
47760            - ext/Thread/unsync4.t
47761            ! MANIFEST
47762 ____________________________________________________________________________
47763 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
47764         Log: Integrate perlio.
47765      Branch: perl
47766           !> win32/config_sh.PL
47767 ____________________________________________________________________________
47768 [ 10709] By: nick                                  on 2001/06/19  08:18:18
47769         Log: Integrate mainline
47770      Branch: perlio
47771           +> (branch 40 files)
47772            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
47773            - lib/strict/subs lib/strict/vars lib/warnings/1global
47774            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
47775            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
47776            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
47777            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
47778            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
47779            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
47780            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
47781            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
47782            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
47783            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
47784            - lib/warnings/utf8 lib/warnings/util
47785           !> (integrate 57 files)
47786 ____________________________________________________________________________
47787 [ 10708] By: nick                                  on 2001/06/19  07:57:10
47788         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
47789      Branch: perlio
47790            ! win32/config_sh.PL
47791 ____________________________________________________________________________
47792 [ 10707] By: nick                                  on 2001/06/19  07:05:07
47793         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
47794      Branch: perl
47795            ! perly.c perly.y perly_c.diff vms/perly_c.vms
47796 ____________________________________________________________________________
47797 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
47798         Log: More perl572delta tweaks.
47799      Branch: perl
47800            ! pod/perl572delta.pod
47801 ____________________________________________________________________________
47802 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
47803         Log: Update perl572delta.
47804      Branch: perl
47805            ! pod/perl572delta.pod
47806 ____________________________________________________________________________
47807 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
47808         Log: VOS updates from Paul Green.
47809      Branch: perl
47810            ! vos/Changes vos/build.cm vos/perl.bind
47811 ____________________________________________________________________________
47812 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
47813         Log: Update the vos/config.*.* files.
47814      Branch: perl
47815            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47816            ! vos/config.ga.h
47817 ____________________________________________________________________________
47818 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
47819         Log: Add a makefile for more painless adding of symbols to the
47820              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
47821              takes care of the adding)
47822      Branch: perl
47823            + vos/Makefile
47824 ____________________________________________________________________________
47825 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
47826         Log: Make libnetcfg by default display the libnet configuration,
47827              -c to change, add -i for old config, document all options,
47828              regen toc.
47829      Branch: perl
47830            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
47831 ____________________________________________________________________________
47832 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
47833         Log: gcc -Wall sweep.
47834      Branch: perl
47835            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
47836 ____________________________________________________________________________
47837 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
47838         Log: So there.
47839      Branch: perl
47840            ! universal.c
47841 ____________________________________________________________________________
47842 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
47843         Log: Document the need for sv_printify().
47844              
47845              Document that 'use utf8' has been considered.
47846              
47847              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
47848      Branch: perl
47849            ! pod/perltodo.pod universal.c
47850 ____________________________________________________________________________
47851 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
47852         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
47853              From: Nicholas Clark <nick@ccl4.org>
47854              Date: Mon, 18 Jun 2001 23:29:23 +0100
47855              Message-ID: <20010618232923.I98663@plum.flirble.org>
47856      Branch: perl
47857            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
47858            ! ext/Sys/Syslog/Makefile.PL
47859 ____________________________________________________________________________
47860 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
47861         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
47862              From: Scott.L.Miller@Compaq.com
47863              Date: Mon, 18 Jun 2001 10:12:27 -0500
47864              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
47865      Branch: perl
47866            ! lib/perl5db.pl pod/perldebug.pod
47867 ____________________________________________________________________________
47868 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
47869         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
47870              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
47871              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
47872              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
47873      Branch: perl
47874            ! lib/Carp/Heavy.pm
47875 ____________________________________________________________________________
47876 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
47877         Log: Subject: [PATCH] Documentation changes for CLONE
47878              From: Artur Bergman <artur@contiller.se>
47879              Date: Mon, 18 Jun 2001 22:06:37 +0200
47880              Message-ID: <B7542BEC.1719%artur@contiller.se>
47881      Branch: perl
47882            ! pod/perlmod.pod pod/perlsub.pod
47883 ____________________________________________________________________________
47884 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
47885         Log: Subject: Re: configure.com
47886              From: "Craig A. Berry" <craigberry@mac.com>
47887              Date: Mon, 18 Jun 2001 16:04:38 -0500
47888              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
47889      Branch: perl
47890            ! configure.com
47891 ____________________________________________________________________________
47892 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
47893         Log: Subject: PL_nullstash + perl_clone()
47894              From: Doug MacEachern <dougm@covalent.net>
47895              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
47896              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
47897      Branch: perl
47898            ! sv.c
47899 ____________________________________________________________________________
47900 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
47901         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
47902              From: davem@fdgroup.co.uk
47903              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
47904              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
47905      Branch: perl
47906            ! embed.pl pod/perlapi.pod
47907 ____________________________________________________________________________
47908 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
47909         Log: More cross-compilation defaults gleaned from -Dcc
47910              if it is CPU-OS-gcc.
47911      Branch: metaconfig
47912            ! U/modified/libc.U
47913      Branch: metaconfig/U/perl
47914            ! Cross.U
47915      Branch: perl
47916            ! Configure INSTALL
47917 ____________________________________________________________________________
47918 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
47919         Log: Update Changes.
47920      Branch: perl
47921            ! Changes patchlevel.h
47922 ____________________________________________________________________________
47923 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
47924         Log: Subject: [PATCH 5.7.1] sv.c documentation
47925              From: davem@fdgroup.co.uk
47926              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
47927              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
47928      Branch: perl
47929            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
47930            ! sv.c sv.h
47931 ____________________________________________________________________________
47932 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
47933         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
47934              From: "Jon Gunnip" <jongunnip@hotmail.com>
47935              Date: Sun, 17 Jun 2001 18:24:29 -0400
47936              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
47937      Branch: perl
47938            ! pod/perlvar.pod
47939 ____________________________________________________________________________
47940 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
47941         Log: Move the locale/strict/warnings helper files back
47942              under the t/lib; this way the amount of non-installabled
47943              stuff under lib/ stays smaller.
47944      Branch: perl
47945            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
47946            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
47947            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
47948            + t/lib/warnings/5nolint t/lib/warnings/6default
47949            + t/lib/warnings/7fatal t/lib/warnings/8signal
47950            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
47951            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
47952            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
47953            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
47954            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
47955            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
47956            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
47957            + t/lib/warnings/taint t/lib/warnings/toke
47958            + t/lib/warnings/universal t/lib/warnings/utf8
47959            + t/lib/warnings/util
47960            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
47961            - lib/strict/subs lib/strict/vars lib/warnings/1global
47962            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
47963            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
47964            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
47965            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
47966            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
47967            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
47968            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
47969            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
47970            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
47971            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
47972            - lib/warnings/utf8 lib/warnings/util
47973            ! MANIFEST installperl lib/locale.t lib/strict.t
47974 ____________________________________________________________________________
47975 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
47976         Log: Split off the pack/unpack code, from Nicholas Clark.
47977      Branch: perl
47978            + pp_pack.c
47979            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
47980            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
47981            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
47982 ____________________________________________________________________________
47983 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
47984         Log: Guard the SysV IPC tests against being invoked in
47985              SysV-IPC-less places.
47986      Branch: perl
47987            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
47988 ____________________________________________________________________________
47989 [ 10683] By: nick                                  on 2001/06/18  12:24:42
47990         Log: Integrate mainline (new test scheme now ok on Linux).
47991      Branch: perlio
47992           +> lib/warnings.t
47993           !> dump.c sv.c
47994 ____________________________________________________________________________
47995 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
47996         Log: Add the locale.c and numeric.c to the microperl sources.
47997      Branch: perl
47998            ! Makefile.micro win32/Makefile
47999 ____________________________________________________________________________
48000 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
48001         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
48002              From: Abhijit Menon-Sen <ams@wiw.org>
48003              Date: Mon, 18 Jun 2001 14:23:44 +0530
48004              Message-ID: <20010618142344.A13136@lustre.linux.in>
48005      Branch: perl
48006            ! dump.c
48007 ____________________________________________________________________________
48008 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
48009         Log: Subject: Re: [PATCH] more anonymous stash cleanups
48010              From: Abhijit Menon-Sen <ams@wiw.org>
48011              Date: Mon, 18 Jun 2001 15:50:32 +0530
48012              Message-ID: <20010618155032.A13223@lustre.linux.in>
48013              
48014              Plus the comment left in as suggested by NI-S.
48015      Branch: perl
48016            ! sv.c
48017 ____________________________________________________________________________
48018 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
48019         Log: One missed file.
48020      Branch: perl
48021            + lib/warnings.t
48022 ____________________________________________________________________________
48023 [ 10678] By: nick                                  on 2001/06/18  08:05:29
48024         Log: Integrate mainline (part2 - the deletes)
48025      Branch: perlio
48026            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
48027            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
48028            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
48029            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
48030            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
48031            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
48032            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
48033            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
48034            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
48035            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
48036            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
48037 ____________________________________________________________________________
48038 [ 10677] By: nick                                  on 2001/06/18  08:04:44
48039         Log: Integrate mainline (part1)
48040      Branch: perlio
48041           +> (branch 376 files)
48042            - (delete 219 files)
48043           !> (integrate 151 files)
48044 ____________________________________________________________________________
48045 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
48046         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
48047              No doubt I made some mistakes like missed some files or
48048              misnamed some files.  The naming rules were more or less:
48049              (1) if the module is from CPAN, follows its ways, be it
48050              t/*.t or test.pl.
48051              (2) otherwise if there are multiple tests for a module
48052              put them in a t/
48053              (3) otherwise if there's only one test put it in Module.t
48054              (4) helper files go to module/ (locale, strict, warnings)
48055              (5) use longer filenames now that we can (but e.g. the
48056              compat-0.6.t and the Text::Balanced test files still
48057              were renamed to be more civil against the 8.3 people)
48058              installperl was updated appropriately not to install the
48059              *.t files or the help files from under lib.
48060              
48061              TODO: some helper files still remain under t/ that could
48062              follow their 'masters'.  UPDATE: On second thoughts, why
48063              should they.  They can continue to live under t/lib, and
48064              in fact the locale/strict/warnings helpers that were moved
48065              could be moved back.  This way the amount of non-installable
48066              stuff under lib/ stays smaller.
48067      Branch: perl
48068            + (add 253 files)
48069            - (delete 254 files)
48070            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
48071 ____________________________________________________________________________
48072 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
48073         Log: The warning no more comes from util.c, it comes from numeric.c.
48074      Branch: perl
48075            ! README.tru64
48076 ____________________________________________________________________________
48077 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
48078         Log: Subject: Re: anyone good at casting spells?
48079              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48080              Date: Sun, 17 Jun 2001 21:21:04 -0400
48081              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
48082      Branch: perl
48083            ! ext/POSIX/POSIX.xs hv.h
48084 ____________________________________________________________________________
48085 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
48086         Log: Protect the (original) thread tests against testing if no 5.005
48087              threads have been configured.
48088      Branch: perl
48089            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
48090            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
48091            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
48092            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
48093            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
48094            ! ext/Thread/unsync4.t
48095 ____________________________________________________________________________
48096 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
48097         Log: Try the new test scanning scheme on Text::Abbrev.
48098      Branch: perl
48099            + lib/Text/Abbrev.t
48100            - lib/Text/Abbrev/t/abbrev.t
48101            ! MANIFEST
48102 ____________________________________________________________________________
48103 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
48104         Log: Change the scan policy of the *.t and test.pl files,
48105              now the *.t do not need to live in a t/ directory.
48106      Branch: perl
48107            ! t/TEST t/harness
48108 ____________________________________________________________________________
48109 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
48110         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
48111              From: Ilmari Karonen <iltzu@sci.fi>
48112              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
48113              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
48114      Branch: perl
48115            ! pod/perlfaq7.pod
48116 ____________________________________________________________________________
48117 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
48118         Log: Quench the warnings from Tru64; the HP-UX is still
48119              broken because it really, REALLY, doesn't like the
48120              HvARRAY() being lvalue:
48121              
48122              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
48123              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
48124      Branch: perl
48125            ! hv.c
48126 ____________________________________________________________________________
48127 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
48128         Log: Integrate change #10667 from maintperl:
48129              
48130              change#10449 broke the special-case that makes lexicals inside the
48131              eval"" within DB::DB() visible
48132      Branch: perl
48133           !> op.c
48134 ____________________________________________________________________________
48135 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
48136         Log: change#10449 broke the special-case that makes lexicals inside the
48137              eval"" within DB::DB() visible
48138      Branch: maint-5.6/perl
48139            ! op.c
48140 ____________________________________________________________________________
48141 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
48142         Log: Still spurious output; indent the code a bit.
48143              
48144              TODO1: separate the utility functions like MkDir
48145              into a helper script?
48146              
48147              TODO2: I see a lot of repetition in the filepath()
48148              and dirpath() calls.
48149      Branch: perl
48150            ! t/lib/filefind.t t/lib/findtaint.t
48151 ____________________________________________________________________________
48152 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
48153         Log: Regen modlib, toc.
48154      Branch: perl
48155            ! pod/perlmodlib.pod pod/perltoc.pod
48156 ____________________________________________________________________________
48157 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
48158         Log: Add libnetcfg to perlutil.
48159      Branch: perl
48160            ! pod/perlutil.pod
48161 ____________________________________________________________________________
48162 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
48163         Log: Initial integration of libnet-1.0703.
48164              The Configure script renamed as libnetcfg, will be
48165              installed along other utilities.
48166      Branch: perl
48167            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
48168            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
48169            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
48170            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
48171            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
48172            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
48173            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
48174            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
48175            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
48176            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
48177            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
48178            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
48179            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
48180            + utils/libnetcfg.PL
48181            ! MANIFEST utils.lst utils/Makefile
48182 ____________________________________________________________________________
48183 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
48184         Log: Less potentially test-harness-confusing output.
48185      Branch: perl
48186            ! lib/Memoize/t/expire_module_t.t
48187 ____________________________________________________________________________
48188 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
48189         Log: The final print annoys make test.
48190      Branch: perl
48191            ! t/lib/filefind.t t/lib/findtaint.t
48192 ____________________________________________________________________________
48193 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
48194         Log: Add an option for handling dangling symbolic links.
48195      Branch: perl
48196            ! lib/File/Find.pm t/lib/filefind.t
48197 ____________________________________________________________________________
48198 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
48199         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
48200              From: Thomas Wegner <wegner_thomas@yahoo.com>
48201              Date: Sun, 17 Jun 2001 14:43:11 +0200
48202              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
48203      Branch: perl
48204            + t/lib/findtaint.t
48205            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
48206 ____________________________________________________________________________
48207 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
48208         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
48209              From: Jonathan Stowe <gellyfish@gellyfish.com>
48210              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
48211              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
48212      Branch: perl
48213            ! lib/ExtUtils/MM_Unix.pm
48214 ____________________________________________________________________________
48215 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
48216         Log: Subject: [PATCH] more anonymous stash cleanups
48217              From: Abhijit Menon-Sen <ams@wiw.org>
48218              Date: Sun, 17 Jun 2001 11:44:06 +0530
48219              Message-ID: <20010617114406.A25203@lustre.linux.in>
48220      Branch: perl
48221            ! op.c
48222 ____________________________________________________________________________
48223 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
48224         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
48225              From: Abhijit Menon-Sen <ams@wiw.org>
48226              Date: Sun, 17 Jun 2001 08:02:59 +0530
48227              Message-ID: <20010617080259.A28776@lustre.linux.in>
48228              
48229              Subject: [PATCH #2/7] xhv_eiter
48230              From: Abhijit Menon-Sen <ams@wiw.org>
48231              Date: Sun, 17 Jun 2001 08:13:18 +0530
48232              Message-ID: <20010617081318.B28776@lustre.linux.in>
48233              
48234              Subject: [PATCH #3/7] xhv_fill
48235              From: Abhijit Menon-Sen <ams@wiw.org>
48236              Date: Sun, 17 Jun 2001 08:25:16 +0530
48237              Message-ID: <20010617082516.C28776@lustre.linux.in>
48238              
48239              Subject: [PATCH #4/7] xhv_keys
48240              From: Abhijit Menon-Sen <ams@wiw.org>
48241              Date: Sun, 17 Jun 2001 08:36:17 +0530
48242              Message-ID: <20010617083617.D28776@lustre.linux.in>
48243              
48244              Subject: [PATCH #5/7] xhv_max
48245              From: Abhijit Menon-Sen <ams@wiw.org>
48246              Date: Sun, 17 Jun 2001 08:39:48 +0530
48247              Message-ID: <20010617083948.E28776@lustre.linux.in>
48248              
48249              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
48250              From: Abhijit Menon-Sen <ams@wiw.org>
48251              Date: Sun, 17 Jun 2001 08:51:11 +0530
48252              Message-ID: <20010617085111.F28776@lustre.linux.in>
48253      Branch: perl
48254            ! hv.c
48255 ____________________________________________________________________________
48256 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
48257         Log: Update Changes.
48258      Branch: perl
48259            ! Changes patchlevel.h
48260 ____________________________________________________________________________
48261 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
48262         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
48263              From: Abhijit Menon-Sen <ams@wiw.org>
48264              Date: Sat, 16 Jun 2001 07:41:19 +0530
48265              Message-ID: <20010616074119.A24720@lustre.linux.in>
48266      Branch: perl
48267            ! hv.c perl.c vms/vmsish.h win32/win32.h
48268 ____________________________________________________________________________
48269 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
48270         Log: Document tests failing when threaded, since we now have more.
48271      Branch: perl
48272            ! pod/perl572delta.pod
48273 ____________________________________________________________________________
48274 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
48275         Log: -Wall cleanup.
48276      Branch: perl
48277            ! ext/Thread/Thread.xs
48278 ____________________________________________________________________________
48279 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
48280         Log: pthread_attr_setstacksize() isn't absolutely necessary
48281              to call, only iff THREAD_CREATE_NEEDS_STACK.
48282      Branch: perl
48283            ! ext/Thread/Thread.xs
48284 ____________________________________________________________________________
48285 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
48286         Log: -Wall strays.
48287      Branch: perl
48288            ! perl.c util.c
48289 ____________________________________________________________________________
48290 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
48291         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
48292              (and INT64_MIN) brokenness.
48293      Branch: perl
48294            ! hints/darwin.sh perl.h
48295 ____________________________________________________________________________
48296 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
48297         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
48298              From: Nicholas Clark <nick@ccl4.org>
48299              Date: Sun, 17 Jun 2001 00:16:05 +0100
48300              Message-ID: <20010617001605.V98663@plum.flirble.org>
48301      Branch: perl
48302            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
48303            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
48304            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
48305 ____________________________________________________________________________
48306 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
48307         Log: Add perlnetware to docs; regen toc; supply skeleton
48308              docs for some Memoize submodules.
48309      Branch: perl
48310            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
48311            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
48312            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
48313            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
48314            ! win32/Makefile win32/makefile.mk
48315 ____________________________________________________________________________
48316 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
48317         Log: pod cleanup.
48318      Branch: perl
48319            ! README.netware
48320 ____________________________________________________________________________
48321 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
48322         Log: Integrate Memoize 0.64.  Few tweaks were required in
48323              the test scripts.  Note that the speed and expire*
48324              tests take several dozen seconds to run.
48325      Branch: perl
48326            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
48327            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
48328            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
48329            + lib/Memoize/README lib/Memoize/SDBM_File.pm
48330            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
48331            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
48332            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
48333            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
48334            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
48335            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
48336            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
48337            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
48338            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
48339            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
48340            ! MANIFEST t/lib/1_compile.t
48341 ____________________________________________________________________________
48342 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
48343         Log: Document the cross-compilation options.
48344      Branch: perl
48345            ! Cross/README INSTALL
48346 ____________________________________________________________________________
48347 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
48348         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
48349      Branch: perl
48350            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
48351            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
48352            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
48353            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
48354            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
48355            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
48356            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
48357            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
48358            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
48359            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
48360            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
48361            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
48362            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
48363            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
48364            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
48365            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
48366            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
48367            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
48368            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
48369            + lib/ExtUtils/MM_NW5.pm
48370            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
48371            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
48372            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
48373            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
48374            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
48375            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
48376            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
48377            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
48378            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
48379            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
48380            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
48381            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
48382            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
48383            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
48384            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
48385            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
48386            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
48387            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
48388            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
48389            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
48390            ! util.h x2p/a2py.c
48391 ____________________________________________________________________________
48392 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
48393         Log: Resort MANIFEST.
48394      Branch: perl
48395            ! MANIFEST
48396 ____________________________________________________________________________
48397 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
48398         Log: Integrate perlio.
48399      Branch: perl
48400           +> win32/win32io.c
48401           !> MANIFEST perlio.c perliol.h win32/makefile.mk
48402 ____________________________________________________________________________
48403 [ 10640] By: nick                                  on 2001/06/16  18:38:31
48404         Log: Disable :win32 layer as default till I get it working
48405      Branch: perlio
48406            ! MANIFEST perlio.c
48407 ____________________________________________________________________________
48408 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
48409         Log: Try the new scheme by moving the Text::Abbrev test
48410              to a new place under lib.
48411      Branch: perl
48412            + lib/Text/Abbrev/t/abbrev.t
48413            - t/lib/abbrev.t
48414            ! MANIFEST
48415 ____________________________________________________________________________
48416 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
48417         Log: Make the code even more dynamical so that testname
48418              suffix length can change.
48419      Branch: perl
48420            ! lib/Test/Harness.pm t/TEST
48421 ____________________________________________________________________________
48422 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
48423         Log: Allow for deeper t/ and also a single test.pl.
48424      Branch: perl
48425            ! t/TEST t/harness
48426 ____________________________________________________________________________
48427 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
48428         Log: #define fix from Nicholas Clark.
48429      Branch: perl
48430            ! ext/POSIX/POSIX.xs
48431 ____________________________________________________________________________
48432 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
48433         Log: Initialization is nice.
48434      Branch: perl
48435            ! lib/Test/Harness.pm
48436 ____________________________________________________________________________
48437 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
48438         Log: Make t/TEST and t/harness to test also the t/ tests
48439              under the main lib/ and ext/ directories.  Fix Test::Harness
48440              to dynamically change the width of its "foo/bar....ok" output.
48441      Branch: perl
48442            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
48443 ____________________________________________________________________________
48444 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
48445         Log: Subject: [PATCH] Re: perl@10611 
48446              From: Nicholas Clark <nick@ccl4.org>
48447              Date: Sat, 16 Jun 2001 16:52:47 +0100
48448              Message-ID: <20010616165247.O98663@plum.flirble.org>
48449              
48450              The .xs parts, too.
48451      Branch: perl
48452            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
48453            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
48454 ____________________________________________________________________________
48455 [ 10632] By: nick                                  on 2001/06/16  16:44:35
48456         Log: Work-in-progress win32 layer semi-functional, checking 
48457              for UNIX breakage.
48458      Branch: perlio
48459            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
48460 ____________________________________________________________________________
48461 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
48462         Log: Subject: [PATCH] Re: perl@10611 
48463              From: Nicholas Clark <nick@ccl4.org>
48464              Date: Sat, 16 Jun 2001 16:52:47 +0100
48465              Message-ID: <20010616165247.O98663@plum.flirble.org>
48466      Branch: perl
48467            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
48468            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
48469            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
48470            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
48471            ! lib/ExtUtils/Constant.pm
48472 ____________________________________________________________________________
48473 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
48474         Log: Metaconfig unit change for #10629.
48475      Branch: metaconfig
48476            ! U/modified/Finish.U
48477 ____________________________________________________________________________
48478 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
48479         Log: The extraction changed directories.
48480      Branch: perl
48481            ! Configure
48482 ____________________________________________________________________________
48483 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
48484         Log: Math::BigInt 1.35 from Tels.
48485      Branch: perl
48486            + t/lib/mbimbf.t
48487            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
48488            ! t/lib/bigfltpm.t t/lib/bigintpm.t
48489 ____________________________________________________________________________
48490 [ 10627] By: nick                                  on 2001/06/16  14:54:52
48491         Log: Work in progress UNIX-side edit of win32 PerLIO layer
48492      Branch: perlio
48493            + win32/win32io.c
48494            ! perlio.c win32/makefile.mk
48495 ____________________________________________________________________________
48496 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
48497         Log: Subject: [PATCH 5.6.1] os2/diff-configure
48498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48499              Date: Fri, 15 Jun 2001 01:19:36 -0400
48500              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
48501              
48502              Empty all of it because I think #10624 made even the
48503              last patch hunk unnecessary.
48504      Branch: perl
48505            ! os2/diff.configure
48506 ____________________________________________________________________________
48507 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
48508         Log: Metaconfig unit change for 10624.
48509      Branch: metaconfig
48510            ! U/modified/libc.U
48511      Branch: perl
48512            ! config_h.SH
48513 ____________________________________________________________________________
48514 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
48515         Log: Move the initialization of libnames to the beginning so
48516              that can one 'seed' it (as OS/2 does.)
48517      Branch: perl
48518            ! Configure
48519 ____________________________________________________________________________
48520 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
48521         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
48522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48523              Date: Fri, 15 Jun 2001 19:10:57 -0400
48524              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
48525      Branch: perl
48526            ! os2/OS2/REXX/DLL/DLL.pm
48527 ____________________________________________________________________________
48528 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
48529         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
48530              From: "Craig A. Berry" <craigberry@mac.com>
48531              Date: Fri, 15 Jun 2001 17:00:03 -0500
48532              Message-Id: <a05101007b750342599be@[172.16.52.1]>
48533      Branch: perl
48534            ! vms/descrip_mms.template
48535 ____________________________________________________________________________
48536 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
48537         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
48538              From: "Craig A. Berry" <craigberry@mac.com>
48539              Date: Fri, 15 Jun 2001 18:39:42 -0500
48540              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
48541      Branch: perl
48542            ! lib/File/Spec/VMS.pm t/lib/extutils.t
48543 ____________________________________________________________________________
48544 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
48545         Log: Integrate perlio.
48546      Branch: perl
48547           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
48548           !> t/io/utf8.t t/lib/io_scalar.t
48549 ____________________________________________________________________________
48550 [ 10619] By: nick                                  on 2001/06/15  21:05:19
48551         Log: Generated files
48552      Branch: perlio
48553            ! embed.h proto.h
48554 ____________________________________________________________________________
48555 [ 10618] By: nick                                  on 2001/06/15  20:27:42
48556         Log: Fix open.pm to work via XS-implemented method calls rather
48557              than *open::layers variables which caused all the HV/AV hassle.
48558      Branch: perlio
48559            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
48560            ! t/lib/io_scalar.t
48561 ____________________________________________________________________________
48562 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
48563         Log: Integrate perlio.
48564      Branch: perl
48565           !> lib/ExtUtils/Constant.pm
48566 ____________________________________________________________________________
48567 [ 10616] By: nick                                  on 2001/06/15  18:46:47
48568         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
48569      Branch: perlio
48570            ! lib/ExtUtils/Constant.pm
48571 ____________________________________________________________________________
48572 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
48573         Log: Integrate perlio.
48574      Branch: perl
48575           !> ext/Socket/Socket.xs
48576 ____________________________________________________________________________
48577 [ 10614] By: nick                                  on 2001/06/15  18:33:37
48578         Log: MULTIPLICITY fix for Socket.xs
48579      Branch: perlio
48580            ! ext/Socket/Socket.xs
48581 ____________________________________________________________________________
48582 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
48583         Log: Subject: Re: perl@10611
48584              From: Doug MacEachern <dougm@covalent.net>
48585              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
48586              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
48587      Branch: perl
48588            ! ext/Socket/Socket.xs
48589 ____________________________________________________________________________
48590 [ 10612] By: nick                                  on 2001/06/15  16:14:38
48591         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
48592      Branch: perlio
48593           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
48594           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
48595           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
48596           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
48597           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
48598           !> utils/h2ph.PL
48599 ____________________________________________________________________________
48600 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
48601         Log: Update Changes.
48602      Branch: perl
48603            ! Changes patchlevel.h
48604 ____________________________________________________________________________
48605 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
48606         Log: Upping the test count.
48607      Branch: perl
48608            ! t/lib/filefind.t
48609 ____________________________________________________________________________
48610 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
48611         Log: Integrate perlio.
48612      Branch: perl
48613           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48614 ____________________________________________________________________________
48615 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
48616         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
48617              From: andreas.koenig@anima.de (Andreas J. Koenig)
48618              Date: 15 Jun 2001 13:30:39 +0200
48619              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
48620              
48621              Record the grim history.
48622      Branch: perl
48623            ! lib/File/Find.pm
48624 ____________________________________________________________________________
48625 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
48626         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
48627              From: Brian McCauley <nobull@mail.com>
48628              Date: 15 Jun 2001 07:51:26 +0100
48629              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
48630      Branch: perl
48631            ! lib/File/Find.pm t/lib/filefind.t
48632 ____________________________________________________________________________
48633 [ 10606] By: nick                                  on 2001/06/15  14:00:08
48634         Log: regen_config_h for Win32.
48635      Branch: perlio
48636            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48637 ____________________________________________________________________________
48638 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
48639         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
48640              From: Peter Prymmer <pvhp@forte.com>
48641              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
48642              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
48643      Branch: perl
48644            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
48645 ____________________________________________________________________________
48646 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
48647         Log: Some filesystems require writability for rename/unlink.
48648      Branch: perl
48649            ! opcode.pl
48650 ____________________________________________________________________________
48651 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
48652         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
48653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48654              Date: Fri, 15 Jun 2001 12:08:53 +0200
48655              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
48656      Branch: perl
48657            ! perlio.c
48658 ____________________________________________________________________________
48659 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
48660         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
48661              From: Mike Guy <mjtg@cam.ac.uk>
48662              Date: Fri, 15 Jun 2001 14:11:49 +0100
48663              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
48664      Branch: perl
48665            ! opcode.pl
48666 ____________________________________________________________________________
48667 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
48668         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
48669              From: Nicholas Clark <nick@ccl4.org>
48670              Date: Thu, 14 Jun 2001 23:52:56 +0100
48671              Message-ID: <20010614235256.G98663@plum.flirble.org>
48672      Branch: perl
48673            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
48674            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
48675 ____________________________________________________________________________
48676 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
48677         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
48678              From: Russ Allbery <rra@stanford.edu>
48679              Date: 14 Jun 2001 13:24:43 -0700
48680              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
48681      Branch: perl
48682            ! ext/GDBM_File/GDBM_File.pm
48683 ____________________________________________________________________________
48684 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
48685         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
48686              From: Nicholas Clark <nick@ccl4.org>
48687              Date: Thu, 14 Jun 2001 20:37:47 +0100
48688              Message-ID: <20010614203747.F98663@plum.flirble.org>
48689      Branch: perl
48690            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
48691            ! t/lib/gdbm.t
48692 ____________________________________________________________________________
48693 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
48694         Log: Integrate perlio.
48695      Branch: perl
48696           !> makedef.pl sv.c
48697 ____________________________________________________________________________
48698 [ 10597] By: nick                                  on 2001/06/15  11:08:13
48699         Log: Check that HVs with HvNAME() != NULL are really stashes before
48700              treating them as such. Also be more defensive on the GvCV.
48701              Win32 fork and dprof now working again. 
48702      Branch: perlio
48703            ! sv.c
48704 ____________________________________________________________________________
48705 [ 10596] By: nick                                  on 2001/06/15  10:11:20
48706         Log: Integrate mainline.
48707      Branch: perlio
48708           +> Cross/README
48709           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
48710           !> Porting/config_H config_h.SH configure.com epoc/config.sh
48711           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
48712           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48713           !> vos/config.ga.h win32/config.bc win32/config.gc
48714           !> win32/config.vc win32/config_H.bc win32/config_H.gc
48715           !> win32/config_H.vc
48716 ____________________________________________________________________________
48717 [ 10595] By: nick                                  on 2001/06/15  09:37:17
48718         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
48719              - Win32 (VC++) now builds but fails:
48720              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
48721              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
48722              write.t    - open(...,"|-") not implemented on Win32 
48723      Branch: perlio
48724            ! makedef.pl
48725 ____________________________________________________________________________
48726 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
48727         Log: Integrate perlio.
48728      Branch: perl
48729           !> perlio.c win32/makefile.mk
48730 ____________________________________________________________________________
48731 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
48732         Log: Metaconfig unit changes for #10592.
48733      Branch: metaconfig
48734            + U/modified/i_varhdr.U U/modified/startsh.U
48735            - U/a_dvisory/crosscompile.U U/target/Target.U
48736            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
48737            ! U/compline/bitpbyte.U U/compline/byteorder.U
48738            ! U/compline/ccflags.U U/compline/charsize.U
48739            ! U/compline/d_casti32.U U/compline/d_castneg.U
48740            ! U/compline/d_closedir.U U/compline/d_fd_set.U
48741            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
48742            ! U/compline/d_keepsig.U U/compline/d_open3.U
48743            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
48744            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
48745            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
48746            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
48747            ! U/compline/doublesize.U U/compline/floatsize.U
48748            ! U/compline/nblock_io.U U/compline/orderlib.U
48749            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
48750            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
48751            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
48752            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
48753            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
48754            ! U/modified/spitshell.U U/threads/archname.U
48755            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
48756            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
48757            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
48758            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
48759            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
48760      Branch: metaconfig/U/perl
48761            + Cross.U
48762            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
48763            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
48764            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
48765            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
48766            ! stdio_streams.U uselfs.U
48767 ____________________________________________________________________________
48768 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
48769         Log: The first steps towards cross-compilation.
48770              
48771              Abstract execution of compiled test executables with $run,
48772              and abstract transfer of files with $to and $from.
48773              
48774              Under cross-compilation the $run, $to, and $from will point
48775              to appropriate wrapper scripts, by default ssh and scp,
48776              but also rsh, rcp, and cp are supported.  If not
48777              cross-compiling, they will be set to '', ':', and ':',
48778              respectively.
48779              
48780              With these patches I was able to get Configure for
48781              iPAQ ARM Linux on an Intel Linux about 95% right
48782              (only a few tests failed to execute or they produced
48783              incorrect results), and I was able to compile
48784              a functional miniperl.
48785              
48786              The symbol crosscompile renamed to be usecrosscompile,
48787              the corresponding C symbol from CROSSCOMPILE to
48788              USE_CROSS_COMPILE.
48789      Branch: perl
48790            ! Configure Cross/README Makefile.SH Porting/Glossary
48791            ! Porting/config.sh Porting/config_H config_h.SH configure.com
48792            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
48793            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48794            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48795            ! win32/config.gc win32/config.vc win32/config_H.bc
48796            ! win32/config_H.gc win32/config_H.vc
48797 ____________________________________________________________________________
48798 [ 10591] By: nick                                  on 2001/06/14  20:00:12
48799         Log: Steps along the road toward Win32 building again.
48800      Branch: perlio
48801            ! perlio.c win32/makefile.mk
48802 ____________________________________________________________________________
48803 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
48804         Log: Integrate perlio.
48805      Branch: perl
48806           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48807 ____________________________________________________________________________
48808 [ 10589] By: nick                                  on 2001/06/14  13:54:07
48809         Log: Routine regen_config_h for Win32
48810      Branch: perlio
48811            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48812 ____________________________________________________________________________
48813 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
48814         Log: Integrate perlio.
48815      Branch: perl
48816           +> perlyline.pl
48817           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
48818 ____________________________________________________________________________
48819 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
48820         Log: A placeholder.
48821      Branch: perl
48822            + Cross/README
48823 ____________________________________________________________________________
48824 [ 10586] By: nick                                  on 2001/06/14  08:25:07
48825         Log: Add new step to run_byacc which:
48826              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
48827              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
48828      Branch: perlio
48829            + perlyline.pl
48830            ! MANIFEST Makefile.SH perly.c
48831 ____________________________________________________________________________
48832 [ 10585] By: nick                                  on 2001/06/14  08:22:29
48833         Log: Integrate mainline
48834      Branch: perlio
48835           +> locale.c numeric.c
48836           !> Changes cygwin/Makefile.SHs embed.h embed.pl
48837           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
48838           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
48839           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
48840           !> x2p/Makefile.SH
48841 ____________________________________________________________________________
48842 [ 10584] By: nick                                  on 2001/06/14  08:05:53
48843         Log: Hack to remove insecure directories from PATH so test will run.
48844      Branch: perlio
48845            ! t/lib/filefind.t
48846 ____________________________________________________________________________
48847 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
48848         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
48849      Branch: perl
48850            - t/lib/mbimbf.t
48851            ! MANIFEST
48852 ____________________________________________________________________________
48853 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
48854         Log: Detypo.
48855      Branch: perl
48856            ! x2p/Makefile.SH
48857 ____________________________________________________________________________
48858 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
48859         Log: de-$CONFIG continues.
48860      Branch: perl
48861            ! cygwin/Makefile.SHs x2p/Makefile.SH
48862 ____________________________________________________________________________
48863 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
48864         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
48865              From: Nicholas Clark <nick@ccl4.org>
48866              Date: Wed, 13 Jun 2001 21:20:13 +0100
48867              Message-ID: <20010613212013.D98663@plum.flirble.org>
48868      Branch: perl
48869            ! opcode.pl
48870 ____________________________________________________________________________
48871 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
48872         Log: Subject: splitting util.c
48873              From: Hugo <hv@crypt.compulink.co.uk>
48874              Date: Thu, 14 Jun 2001 00:41:08 +0100
48875              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
48876      Branch: perl
48877            + locale.c numeric.c
48878            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
48879            ! pod/perlapi.pod proto.h util.c
48880 ____________________________________________________________________________
48881 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
48882         Log: Upgrade to Math::BigInt 1.34 from Tels.
48883      Branch: perl
48884            + t/lib/mbimbf.t
48885            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
48886            ! t/lib/bigfltpm.t t/lib/bigintpm.t
48887 ____________________________________________________________________________
48888 [ 10577] By: nick                                  on 2001/06/13  19:02:48
48889         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
48890      Branch: perlio
48891           !> (integrate 125 files)
48892 ____________________________________________________________________________
48893 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
48894         Log: Update Changes.
48895      Branch: perl
48896            ! Changes patchlevel.h
48897 ____________________________________________________________________________
48898 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
48899         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
48900              From: "Craig A. Berry" <craigberry@mac.com>
48901              Date: Wed, 13 Jun 2001 13:24:28 -0500
48902              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
48903      Branch: perl
48904            ! ext/re/Makefile.PL
48905 ____________________________________________________________________________
48906 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
48907         Log: Mc.u.c. for #10573.
48908      Branch: metaconfig
48909            ! U/threads/usethreads.U
48910 ____________________________________________________________________________
48911 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
48912         Log: It would be also be good if I could type.
48913      Branch: perl
48914            ! Configure
48915 ____________________________________________________________________________
48916 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
48917         Log: Metaconfig unit change for #10571.
48918      Branch: metaconfig
48919            ! U/threads/usethreads.U
48920 ____________________________________________________________________________
48921 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
48922         Log: A non-empty default is a good thing.
48923      Branch: perl
48924            ! Configure
48925 ____________________________________________________________________________
48926 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
48927         Log: Metaconfig unit change for #10569.
48928      Branch: metaconfig
48929            ! U/threads/usethreads.U
48930 ____________________________________________________________________________
48931 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
48932         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
48933              extremely experimental, not even prompted for.
48934      Branch: perl
48935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48936            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
48937            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
48938            ! win32/config.bc win32/config.gc win32/config.vc
48939 ____________________________________________________________________________
48940 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
48941         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
48942      Branch: perl
48943            ! pod/perlfaq6.pod
48944 ____________________________________________________________________________
48945 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
48946         Log: Integrate perlio; conflicts, accept Nick's versions.
48947      Branch: perl
48948           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
48949           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
48950 ____________________________________________________________________________
48951 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
48952         Log: Subject: Re: ext/ + -Wall
48953              From: Doug MacEachern <dougm@covalent.net>
48954              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
48955              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
48956      Branch: perl
48957            ! XSUB.h lib/ExtUtils/xsubpp perl.h
48958 ____________________________________________________________________________
48959 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
48960         Log: Similar logic as DB_File.xs, using the modern macros and
48961              defines them to older ones for older Perls where PERL_VERSION
48962              is not defined, from Doug MacEachern.
48963      Branch: perl
48964            ! ext/Storable/Storable.xs
48965 ____________________________________________________________________________
48966 [ 10564] By: nick                                  on 2001/06/13  15:22:01
48967         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
48968              and using that instead (name lookups are sequential search for now).
48969      Branch: perlio
48970            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
48971            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
48972 ____________________________________________________________________________
48973 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
48974         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
48975              From: "Richard Soderberg" <rs@crystalflame.net>
48976              Date: Sat, 26 May 2001 06:44:20 -0700
48977              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
48978      Branch: perl
48979            ! sv.c t/op/glob.t
48980 ____________________________________________________________________________
48981 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
48982         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
48983              From: "Craig A. Berry" <craigberry@mac.com>
48984              Date: Tue, 12 Jun 2001 23:55:26 -0500
48985              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
48986      Branch: perl
48987            ! ext/re/Makefile.PL ext/re/re.xs
48988 ____________________________________________________________________________
48989 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
48990         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
48991              suggested by NI-S.
48992      Branch: perl
48993            ! XSUB.h malloc.c perl.h
48994 ____________________________________________________________________________
48995 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
48996         Log: Regen toc.
48997      Branch: perl
48998            ! pod/perltoc.pod
48999 ____________________________________________________________________________
49000 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
49001         Log: Subject: [patch] perl.gprof control
49002              From: Doug MacEachern <dougm@covalent.net>
49003              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
49004              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
49005      Branch: perl
49006            ! miniperlmain.c perl.h
49007 ____________________________________________________________________________
49008 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
49009         Log: Subject: Re: ext/ + -Wall
49010              From: Doug MacEachern <dougm@covalent.net>
49011              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
49012              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
49013              
49014              Document ax and break up dXSARGS.
49015      Branch: perl
49016            ! XSUB.h pod/perlapi.pod
49017 ____________________________________________________________________________
49018 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
49019         Log: More AIX tweakage from Merijn.
49020      Branch: perl
49021            ! hints/aix.sh
49022 ____________________________________________________________________________
49023 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
49024         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
49025              From: "Craig A. Berry" <craigberry@mac.com>
49026              Date: Tue, 12 Jun 2001 22:57:45 -0500
49027              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
49028      Branch: perl
49029            ! vms/descrip_mms.template
49030 ____________________________________________________________________________
49031 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
49032         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
49033              From: "Craig A. Berry" <craigberry@mac.com>
49034              Date: Tue, 12 Jun 2001 22:21:39 -0500
49035              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
49036      Branch: perl
49037            ! configure.com util.c
49038 ____________________________________________________________________________
49039 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
49040         Log: New AIX dynaloading code from Jens-Uwe Mager.
49041              Does break binary compatibility.
49042      Branch: perl
49043            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
49044 ____________________________________________________________________________
49045 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
49046         Log: VMS DEC C compiler found nits by Peter Prymmer.
49047      Branch: perl
49048            ! util.c
49049 ____________________________________________________________________________
49050 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
49051         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
49052              From: Peter Prymmer <pvhp@forte.com>
49053              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
49054              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
49055      Branch: perl
49056            ! t/lib/filecomp.t
49057 ____________________________________________________________________________
49058 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
49059         Log: I wonder how many $CONFIGs still lurk in the shadows.
49060      Branch: perl
49061            ! pod/Makefile.SH x2p/cflags.SH
49062 ____________________________________________________________________________
49063 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
49064         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
49065      Branch: perl
49066            ! pod/checkpods.PL
49067 ____________________________________________________________________________
49068 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
49069         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
49070      Branch: perl
49071            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
49072 ____________________________________________________________________________
49073 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
49074         Log: Subject: [patch] rid local_patches warnings
49075              From: Doug MacEachern <dougm@covalent.net>
49076              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
49077              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
49078      Branch: perl
49079            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
49080 ____________________________________________________________________________
49081 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
49082         Log: Subject: Re: ext/ + -Wall
49083              From: Doug MacEachern <dougm@covalent.net>
49084              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
49085              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
49086      Branch: perl
49087            ! ext/attrs/attrs.xs
49088 ____________________________________________________________________________
49089 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
49090         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
49091              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49092              Date: Tue, 12 Jun 2001 14:36:20 -0400
49093              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
49094      Branch: perl
49095            ! pod/perlretut.pod
49096 ____________________________________________________________________________
49097 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
49098         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
49099              From: Mike Guy <mjtg@cam.ac.uk>
49100              Date: Tue, 12 Jun 2001 19:10:31 +0100
49101              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
49102              
49103              Subject: Re: [ID 20010612.001] out of memory during regex compilation
49104              From: Mike Guy <mjtg@cam.ac.uk>
49105              Date: Tue, 12 Jun 2001 19:21:01 +0100
49106              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
49107      Branch: perl
49108            ! pod/perlop.pod
49109 ____________________________________________________________________________
49110 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
49111         Log: AIX tweaks from Merijn H. Brand.
49112      Branch: perl
49113            ! hints/aix.sh
49114 ____________________________________________________________________________
49115 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
49116         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
49117              From: "Brendan O'Dea" <bod@compusol.com.au>
49118              Date: Wed, 13 Jun 2001 05:16:47 +1000
49119              Message-ID: <20010613051647.A8945@compusol.com.au>
49120      Branch: maint-5.6/perl
49121            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49122 ____________________________________________________________________________
49123 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
49124         Log: Subject: Small bcopy cleanup
49125              From: Andy Dougherty <doughera@lafayette.edu>
49126              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
49127              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
49128      Branch: perl
49129            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
49130 ____________________________________________________________________________
49131 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
49132         Log: Subject: [PATCH] Re: ext/ + -Wall
49133              From: Nicholas Clark <nick@ccl4.org>
49134              Date: Wed, 13 Jun 2001 00:04:30 +0100
49135              Message-ID: <20010613000430.M5901@plum.flirble.org>
49136      Branch: perl
49137            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49138 ____________________________________________________________________________
49139 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
49140         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
49141              From: Nicholas Clark <nick@ccl4.org>
49142              Date: Tue, 12 Jun 2001 23:53:07 +0100
49143              Message-ID: <20010612235307.L5901@plum.flirble.org>
49144      Branch: perl
49145            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49146 ____________________________________________________________________________
49147 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
49148         Log: MPE/iX tweaks from Mark Bixby.
49149      Branch: perl
49150            ! hints/mpeix.sh mpeix/mpeixish.h util.c
49151 ____________________________________________________________________________
49152 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
49153         Log: Update Changes.
49154      Branch: perl
49155            ! Changes patchlevel.h
49156 ____________________________________________________________________________
49157 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
49158         Log: One less -Wall whine (found under DEBUGGING).
49159      Branch: perl
49160            ! x2p/Makefile.SH x2p/a2p.c
49161 ____________________________________________________________________________
49162 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
49163         Log: s/case-independent/case-insensitive/g
49164      Branch: perl
49165            ! pod/perldebug.pod
49166 ____________________________________________________________________________
49167 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
49168         Log: As suggested in    
49169              
49170              Subject: Re: ext/ + -Wall
49171              From: Gurusamy Sarathy <gsar@ActiveState.com>
49172              Date: Mon, 11 Jun 2001 23:34:31 -0700
49173              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
49174      Branch: perl
49175            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
49176            ! perl.h
49177 ____________________________________________________________________________
49178 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
49179         Log: Subject: ext/ + -Wall
49180              From: Doug MacEachern <dougm@covalent.net>
49181              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
49182              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
49183      Branch: perl
49184            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
49185            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
49186            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
49187            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
49188            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
49189            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
49190            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
49191            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
49192            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
49193            ! lib/ExtUtils/xsubpp
49194 ____________________________________________________________________________
49195 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
49196         Log: Subject: [PATCH] anonymous stashes
49197              From: Abhijit Menon-Sen <ams@wiw.org>
49198              Date: Tue, 12 Jun 2001 12:47:04 +0530
49199              Message-ID: <20010612124704.A29029@lustre.linux.in>
49200      Branch: perl
49201            ! dump.c gv.c sv.c xsutils.c
49202 ____________________________________________________________________________
49203 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
49204         Log: One more test for $^S.
49205      Branch: perl
49206            ! t/op/magic.t
49207 ____________________________________________________________________________
49208 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
49209         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
49210              From: Abhijit Menon-Sen <ams@wiw.org>
49211              Date: Tue, 12 Jun 2001 17:35:55 +0530
49212              Message-ID: <20010612173555.A32426@lustre.linux.in>
49213      Branch: perl
49214            ! mg.c t/op/magic.t
49215 ____________________________________________________________________________
49216 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
49217         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
49218              From: Mike Guy <mjtg@cam.ac.uk>
49219              Date: Tue, 12 Jun 2001 13:14:15 +0100
49220              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
49221      Branch: perl
49222            ! pod/perlop.pod
49223 ____________________________________________________________________________
49224 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
49225         Log: AUTHORS updates.
49226      Branch: perl
49227            ! AUTHORS
49228 ____________________________________________________________________________
49229 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
49230         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
49231              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
49232              Content-Transfer-Encoding: 7bit
49233              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
49234      Branch: perl
49235            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
49236 ____________________________________________________________________________
49237 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
49238         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
49239              From: "Philip Newton" <Philip.Newton@gmx.net>
49240              Date: Mon, 11 Jun 2001 07:08:03 +0200
49241              Message-Id: <200106120802.LAA08992@taas.iki.fi>
49242      Branch: perl
49243            ! t/base/term.t
49244 ____________________________________________________________________________
49245 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
49246         Log: Cleanup the a2p.c for -Wall.
49247      Branch: perl
49248            ! x2p/Makefile.SH x2p/a2p.c
49249 ____________________________________________________________________________
49250 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
49251         Log: File::Find update for MacOS from Chris Nandor.
49252      Branch: perl
49253            ! lib/File/Find.pm t/lib/filefind.t
49254 ____________________________________________________________________________
49255 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
49256         Log: gcc -Wall nits picked out by a non-UNIX system
49257              (courtesy of Mark Bixby)
49258      Branch: perl
49259            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
49260            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
49261            ! pp_sys.c util.c
49262 ____________________________________________________________________________
49263 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
49264         Log: Metaconfig unit change for #10522.  (The d_modfl changes
49265              placate metalint.)
49266      Branch: metaconfig/U/perl
49267            ! d_modfl.U d_u32align.U
49268 ____________________________________________________________________________
49269 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
49270         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
49271              be "./try 2>&1 >/dev/null".
49272      Branch: perl
49273            ! Configure
49274 ____________________________________________________________________________
49275 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
49276         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
49277              From: "Craig A. Berry" <craigberry@mac.com>
49278              Date: Mon, 11 Jun 2001 14:00:32 -0500
49279              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
49280      Branch: perl
49281            ! configure.com
49282 ____________________________________________________________________________
49283 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
49284         Log: Move the full \p\P lists to perlunicode.
49285      Branch: perl
49286            ! pod/perlretut.pod pod/perlunicode.pod
49287 ____________________________________________________________________________
49288 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
49289         Log: VOS build tweak for 5.6.1 from Paul Green.
49290      Branch: maint-5.6/perl
49291            ! vos/build.cm
49292 ____________________________________________________________________________
49293 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
49294         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
49295              From: "Craig A. Berry" <craigberry@mac.com>
49296              Date: Fri, 8 Jun 2001 18:08:18 -0500
49297              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
49298      Branch: perl
49299            ! vms/vms.c
49300 ____________________________________________________________________________
49301 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
49302         Log: Update Changes.
49303      Branch: perl
49304            ! Changes patchlevel.h
49305 ____________________________________________________________________________
49306 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
49307         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
49308      Branch: perl
49309            ! vos/config.alpha.h vos/config.ga.h
49310 ____________________________________________________________________________
49311 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
49312         Log: VOS updates from Paul Green for @10476.
49313      Branch: perl
49314            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
49315            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49316            ! vos/config.ga.h vos/configure_perl.cm
49317 ____________________________________________________________________________
49318 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
49319         Log: Subject: [PATCH] Not many people know this ...
49320              From: Mike Guy <mjtg@cam.ac.uk>
49321              Date: Mon, 11 Jun 2001 14:55:15 +0100
49322              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
49323      Branch: perl
49324            ! pod/perldebug.pod
49325 ____________________________________________________________________________
49326 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
49327         Log: Add final commas to lists as suggested by Philip Newton.
49328      Branch: perl
49329            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49330 ____________________________________________________________________________
49331 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
49332         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
49333              Date: Sun, 10 Jun 2001 23:35:38 -0400
49334              From: Chris Nandor <pudge@pobox.com>
49335              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
49336      Branch: perl
49337            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
49338            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
49339            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
49340            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
49341            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
49342            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
49343            ! t/op/write.t t/pragma/strict.t
49344 ____________________________________________________________________________
49345 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
49346         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
49347              From: Chris Nandor <pudge@pobox.com>
49348              Date: Mon, 11 Jun 2001 08:24:28 -0400
49349              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
49350      Branch: perl
49351            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
49352            ! t/lib/io_dir.t
49353 ____________________________________________________________________________
49354 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
49355         Log: One more run_byacc (a hand-tweaked version had slipped in).
49356      Branch: perl
49357            ! perly.c vms/perly_c.vms
49358 ____________________________________________________________________________
49359 [ 10509] By: nick                                  on 2001/06/11  07:49:15
49360         Log: Integrate mainline
49361      Branch: perlio
49362           !> Makefile.SH embed.h embed.pl global.sym
49363           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
49364           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
49365           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
49366           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
49367 ____________________________________________________________________________
49368 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
49369         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
49370              From: Mike Guy <mjtg@cam.ac.uk>
49371              Reply-To: mjtg@cam.ac.uk
49372              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
49373      Branch: perl
49374            ! lib/ExtUtils/Manifest.pm
49375 ____________________________________________________________________________
49376 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
49377         Log: Subject: [PATCH] ExtUtils::Constant
49378              From: Nicholas Clark <nick@ccl4.org>
49379              Date: Sun, 10 Jun 2001 23:25:41 +0100
49380              Message-ID: <20010610232540.C76396@plum.flirble.org>
49381      Branch: perl
49382            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49383 ____________________________________________________________________________
49384 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
49385         Log: Integrate perlio.
49386      Branch: perl
49387           !> iperlsys.h
49388 ____________________________________________________________________________
49389 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
49390         Log: Move the grok_number and its lieutenant grok_numeric_radix
49391              from sv.c statics to util.c and public.
49392      Branch: perl
49393            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
49394            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
49395 ____________________________________________________________________________
49396 [ 10504] By: nick                                  on 2001/06/10  17:47:06
49397         Log: Fix (valid) -Wall warnings in perlio.c
49398      Branch: perlio
49399            ! iperlsys.h
49400 ____________________________________________________________________________
49401 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
49402         Log: Update perly_c.diff, update perly.fixer to edit away
49403              some of the -Wall noise.
49404      Branch: perl
49405            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
49406 ____________________________________________________________________________
49407 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
49408         Log: Check the version of byacc.
49409      Branch: perl
49410            ! Makefile.SH
49411 ____________________________________________________________________________
49412 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
49413         Log: Subject: [PATCH] perly.y overhaul
49414              From: Simon Cozens <simon@netthink.co.uk>
49415              Date: Sun, 10 Jun 2001 16:56:54 +0100
49416              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
49417              
49418              Plus make run_byacc.
49419      Branch: perl
49420            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
49421 ____________________________________________________________________________
49422 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
49423         Log: Integrate perlio.
49424      Branch: perl
49425           !> perlio.c perlsfio.h
49426 ____________________________________________________________________________
49427 [ 10499] By: nick                                  on 2001/06/10  15:01:08
49428         Log: Integrate mainline
49429      Branch: perlio
49430           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
49431           !> t/pragma/locale.t util.c
49432 ____________________________________________________________________________
49433 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
49434         Log: Put some meat on the perl572delta bones.  The list of
49435              selected bug fixes needs more work, as does still the
49436              whole document.
49437      Branch: perl
49438            ! pod/perl572delta.pod
49439 ____________________________________________________________________________
49440 [ 10497] By: nick                                  on 2001/06/10  12:27:51
49441         Log: Paper over a crack or two with USE_SFIO
49442      Branch: perlio
49443            ! perlio.c perlsfio.h
49444 ____________________________________________________________________________
49445 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
49446         Log: Update Changes.
49447      Branch: perl
49448            ! Changes patchlevel.h
49449 ____________________________________________________________________________
49450 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
49451         Log: Subject: Re: pragma/locale.t #107
49452              From: Hugo <hv@crypt.compulink.co.uk>
49453              Date: Sun, 10 Jun 2001 11:23:30 +0100
49454              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
49455              
49456              Encapsulate the scan of the decimal radix separator.
49457      Branch: perl
49458            ! embed.h embed.pl proto.h sv.c
49459 ____________________________________________________________________________
49460 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
49461         Log: Try to grok numbers both with the locale specific separator
49462              and with the usual "." (if different from the lss); add a test
49463              to locale.t to do also a little bit of math in addition to just
49464              equalness testing; remove extraneous logic as suggested in
49465              
49466              Subject: Re: pragma/locale.t #107
49467              From: Nicholas Clark <nick@ccl4.org>
49468              Date: Sat, 9 Jun 2001 22:37:36 +0100
49469              Message-ID: <20010609223735.Y76396@plum.flirble.org>
49470      Branch: perl
49471            ! sv.c t/pragma/locale.t
49472 ____________________________________________________________________________
49473 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
49474         Log: Metaconfig unit change for #10492.
49475      Branch: metaconfig/U/perl
49476            ! Extensions.U
49477 ____________________________________________________________________________
49478 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
49479         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
49480              From: Artur Bergman <artur@contiller.se> 
49481              Date: Sat, 09 Jun 2001 21:03:51 +0200
49482              Message-ID: <B7483FB6.1398%artur@contiller.se>
49483      Branch: perl
49484            ! Configure
49485 ____________________________________________________________________________
49486 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
49487         Log: Integrate perlio.
49488      Branch: perl
49489           !> perlsfio.h
49490 ____________________________________________________________________________
49491 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
49492         Log: Do locale specific separator if only in locale.
49493      Branch: perl
49494            ! util.c
49495 ____________________________________________________________________________
49496 [ 10489] By: nick                                  on 2001/06/09  19:13:25
49497         Log: Make XS/Typemap compile (but fail) with sfio
49498      Branch: perlio
49499            ! perlsfio.h
49500 ____________________________________________________________________________
49501 [ 10488] By: nick                                  on 2001/06/09  19:12:51
49502         Log: Re-integrate mainline
49503      Branch: perlio
49504           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
49505           !> proto.h sv.c util.c
49506 ____________________________________________________________________________
49507 [ 10487] By: nick                                  on 2001/06/09  16:26:29
49508         Log: Integrate mainline
49509      Branch: perlio
49510           !> (integrate 31 files)
49511 ____________________________________________________________________________
49512 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
49513         Log: Subject: [PATCH] New attempt to clone callack
49514              From: Artur Bergman <artur@contiller.se> 
49515              Date: Thu, 07 Jun 2001 11:52:16 +0200
49516              Message-ID: <B7451B6F.12B7%artur@contiller.se>
49517      Branch: perl
49518            ! embedvar.h intrpvar.h perlapi.h sv.c
49519 ____________________________________________________________________________
49520 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
49521         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
49522      Branch: perl
49523            ! embed.h embed.pl perl.h proto.h sv.c util.c
49524 ____________________________________________________________________________
49525 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
49526         Log: Subject: Re: pragma/locale.t #107
49527              From: Nicholas Clark <nick@ccl4.org>
49528              Date: Sat, 9 Jun 2001 16:26:10 +0100
49529              Message-ID: <20010609162609.V76396@plum.flirble.org>
49530              
49531              A missing NVification.
49532      Branch: perl
49533            ! sv.c
49534 ____________________________________________________________________________
49535 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
49536         Log: Redo the #10482, there already was a test script for formats.
49537      Branch: perl
49538            - t/io/format.t
49539            ! MANIFEST t/op/write.t
49540 ____________________________________________________________________________
49541 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
49542         Log: Twisted format testing, from Merijn.
49543      Branch: perl
49544            + t/io/format.t
49545            ! MANIFEST
49546 ____________________________________________________________________________
49547 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
49548         Log: More \p{In...} testing, combined with \N{...}.
49549      Branch: perl
49550            ! lib/utf8_heavy.pl t/op/pat.t
49551 ____________________________________________________________________________
49552 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
49553         Log: Metaconfig changes for #10479.
49554      Branch: metaconfig
49555            ! U/Glossary.patch
49556      Branch: metaconfig/U/perl
49557            ! d_modfl.U
49558 ____________________________________________________________________________
49559 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
49560         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
49561      Branch: perl
49562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49563            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
49564            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
49565            ! win32/config.bc win32/config.gc win32/config.vc
49566 ____________________________________________________________________________
49567 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
49568         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
49569              From: "Craig A. Berry" <craigberry@mac.com>
49570              Date: Thu, 7 Jun 2001 14:27:20 -0500
49571              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
49572      Branch: perl
49573            ! vms/perlvms.pod
49574 ____________________________________________________________________________
49575 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
49576         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
49577              From: Gisle Aas <gisle@ActiveState.com>
49578              Date: 07 Jun 2001 17:04:29 -0700
49579              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
49580      Branch: perl
49581            ! ext/re/re.xs
49582 ____________________________________________________________________________
49583 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
49584         Log: Update Changes.
49585      Branch: perl
49586            ! Changes patchlevel.h
49587 ____________________________________________________________________________
49588 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
49589         Log: Regen Glossary et alia.
49590      Branch: perl
49591            ! Porting/Glossary Porting/config.sh Porting/config_H
49592 ____________________________________________________________________________
49593 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
49594         Log: Metaconfig unit changes for #10473.
49595      Branch: metaconfig/U/perl
49596            ! d_modfl.U
49597 ____________________________________________________________________________
49598 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
49599         Log: Harumph, also AIX will spill its guts (i.e. dump core)
49600              if an executable contains modfl() but it hasn't been
49601              compiled right (in the case of AIX, with cc -qlongdouble).
49602      Branch: perl
49603            ! Configure
49604 ____________________________________________________________________________
49605 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
49606         Log: integrate change#10471 from mainline
49607              
49608              in change#10451, check that CvOUTSIDE is a CV before looking in
49609              (it can apparently be SVt_NULL during global destruction)
49610      Branch: maint-5.6/perl
49611           !> op.c
49612 ____________________________________________________________________________
49613 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
49614         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
49615              (it can apparently be SVt_NULL during global destruction)
49616      Branch: perl
49617            ! op.c
49618 ____________________________________________________________________________
49619 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
49620         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
49621              From: Robin Barker <rmb1@cise.npl.co.uk>
49622              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
49623              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
49624      Branch: perl
49625            ! lib/diagnostics.pm pod/perldiag.pod
49626 ____________________________________________________________________________
49627 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
49628         Log: Subject: [PATCH perl@10439] long =item
49629              From: Robin Barker <rmb1@cise.npl.co.uk>
49630              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
49631              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
49632      Branch: perl
49633            ! README.amiga lib/Attribute/Handlers.pm
49634            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49635 ____________________________________________________________________________
49636 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
49637         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
49638              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
49639              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
49640              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
49641      Branch: perl
49642            ! pod/perlguts.pod
49643 ____________________________________________________________________________
49644 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
49645         Log: Integrate perlio.
49646      Branch: perl
49647           !> sv.c
49648 ____________________________________________________________________________
49649 [ 10466] By: nick                                  on 2001/06/07  10:25:40
49650         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
49651              whitespace tweaks.
49652              Still coredumps in pragma/overload.t - what a nice hard fail that is...
49653      Branch: perlio
49654            ! sv.c
49655 ____________________________________________________________________________
49656 [ 10465] By: nick                                  on 2001/06/07  08:41:58
49657         Log: Raw integrate of mainline for S_grok_number debug
49658              (sv.c has MULTIPLICITY issues as well as whatever else ...)
49659      Branch: perlio
49660            - plan9/perlplan9.doc plan9/perlplan9.pod
49661           !> (integrate 46 files)
49662 ____________________________________________________________________________
49663 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
49664         Log: The proper prototyping for #10463.
49665      Branch: perl
49666            ! embed.h embed.pl proto.h sv.c
49667 ____________________________________________________________________________
49668 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
49669         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49670              From: Nicholas Clark <nick@ccl4.org>
49671              Date: Thu, 7 Jun 2001 00:29:59 +0100
49672              Message-ID: <20010607002959.Z76396@plum.flirble.org>
49673      Branch: perl
49674            ! sv.c
49675 ____________________________________________________________________________
49676 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
49677         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
49678              From: "Craig A. Berry" <craigberry@mac.com>
49679              Date: Wed, 06 Jun 2001 17:54:30 -0500
49680              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
49681      Branch: perl
49682            ! vms/perlvms.pod
49683 ____________________________________________________________________________
49684 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
49685         Log: Podify the remaining README.platform files;
49686              merge README.plan9 and plan9/perlplan9.pod;
49687              delete plan9/perlplan9.* (the perlplan.doc needs to
49688              be regenerated in Plan 9); make the =head1 and =head2
49689              in the README.platform to be a little more verbose
49690              (skipped README.os2 not to anger Ilya) so that they
49691              look better in the toc; regen toc.
49692      Branch: perl
49693            - plan9/perlplan9.doc plan9/perlplan9.pod
49694            ! MANIFEST README.aix README.amiga README.apollo README.beos
49695            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
49696            ! README.hpux README.hurd README.machten README.macos
49697            ! README.micro README.mint README.mpeix README.os390
49698            ! README.plan9 README.qnx README.solaris README.threads
49699            ! README.tru64 README.vmesa README.vms README.vos README.win32
49700            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
49701            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
49702 ____________________________________________________________________________
49703 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
49704         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
49705              From: Mike Guy <mjtg@cam.ac.uk>
49706              Reply-To: mjtg@cam.ac.uk
49707              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
49708      Branch: perl
49709            ! pod/perlguts.pod
49710 ____________________________________________________________________________
49711 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
49712         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
49713              From: Mike Guy <mjtg@cam.ac.uk>
49714              Reply-To: mjtg@cam.ac.uk
49715              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
49716      Branch: perl
49717            ! pod/perlsec.pod
49718 ____________________________________________________________________________
49719 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
49720         Log: Disable long doubles from pre-5.0 Tru64s.
49721      Branch: perl
49722            ! README.tru64 hints/dec_osf.sh
49723 ____________________________________________________________________________
49724 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
49725         Log: The #10455 exposed that modfl() is fundamentally busted
49726              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
49727              testing it.
49728      Branch: perl
49729            ! hints/dec_osf.sh
49730 ____________________________________________________________________________
49731 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
49732         Log: Metaconfig unit change for #10455.
49733      Branch: metaconfig/U/perl
49734            ! d_modfl.U
49735 ____________________________________________________________________________
49736 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
49737         Log: Configure check for geborken modfl(), inspired by
49738              
49739              Subject: Re: [20010118.017] op/int.t failure 
49740              From: Hugo <hv@crypt.compulink.co.uk>
49741              Date: Tue, 05 Jun 2001 13:43:27 +0100
49742              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
49743      Branch: perl
49744            ! Configure
49745 ____________________________________________________________________________
49746 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
49747         Log: Integrate changes #10450 and #10451 from maintperl:
49748              
49749              optimize change#10448 slightly (don't repeat search in eval""s lexical
49750              scope, since that has already been searched)
49751              
49752              change#9108 needs subtler treatment for case of closures created
49753              within eval""
49754      Branch: perl
49755           !> op.c t/op/misc.t
49756 ____________________________________________________________________________
49757 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
49758         Log: MakeMaker magic to compile (when no dynamic loading)
49759              List/Util.xsc as (ListUtil.c and) ListUtil.o since
49760              POSIX-BC (BS2000) linker has an evil limitation of
49761              being unable to include in the same executable several
49762              object files with the same name - case-insensitively -
49763              because otherwise we conflict with util.c.
49764              Strictly speaking currently required only in POSIX-BC
49765              but probably will do no harm elsewhere where static
49766              linking is required.
49767      Branch: perl
49768            ! ext/List/Util/Makefile.PL
49769 ____________________________________________________________________________
49770 [ 10452] By: nick                                  on 2001/06/06  08:59:51
49771         Log: Integrate mainline.
49772      Branch: perlio
49773           +> lib/Attribute/Handlers/demo/Demo.pm
49774           +> lib/Attribute/Handlers/demo/Descriptions.pm
49775           +> lib/Attribute/Handlers/demo/MyClass.pm
49776           +> lib/Attribute/Handlers/demo/demo.pl
49777           +> lib/Attribute/Handlers/demo/demo2.pl
49778           +> lib/Attribute/Handlers/demo/demo3.pl
49779           +> lib/Attribute/Handlers/demo/demo4.pl
49780           +> lib/Attribute/Handlers/demo/demo_call.pl
49781           +> lib/Attribute/Handlers/demo/demo_chain.pl
49782           +> lib/Attribute/Handlers/demo/demo_cycle.pl
49783           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
49784           +> lib/Attribute/Handlers/demo/demo_phases.pl
49785           +> lib/Attribute/Handlers/demo/demo_range.pl
49786           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
49787           +> uts/strtol_wrap.c
49788           !> (integrate 91 files)
49789 ____________________________________________________________________________
49790 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
49791         Log: change#9108 needs subtler treatment for case of closures created
49792              within eval""
49793      Branch: maint-5.6/perl
49794            ! op.c t/op/misc.t
49795 ____________________________________________________________________________
49796 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
49797         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
49798              scope, since that has already been searched)
49799      Branch: maint-5.6/perl
49800            ! op.c
49801 ____________________________________________________________________________
49802 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
49803         Log: Integrate change #10448 from maintperl; lexicals
49804              outside an eval"" weren't resolved correctly inside a subroutine
49805              definition inside the eval"" if they were not already referenced
49806              in the toplevel of the eval""-ed code
49807      Branch: perl
49808           !> cop.h op.c pp_ctl.c t/op/misc.t
49809 ____________________________________________________________________________
49810 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
49811         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
49812              outside an eval"" weren't resolved correctly inside a subroutine
49813              definition inside the eval"" if they were not already referenced
49814              in the toplevel of the eval""-ed code
49815      Branch: maint-5.6/perl
49816            ! cop.h op.c pp_ctl.c t/op/misc.t
49817 ____________________________________________________________________________
49818 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
49819         Log: Subject: [PATCH] perl570delta.pod
49820              From: Peter Scott <Peter@PSDT.com> 
49821              Date: Tue, 05 Jun 2001 18:51:02 -0700
49822              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
49823      Branch: perl
49824            ! pod/perl570delta.pod
49825 ____________________________________________________________________________
49826 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
49827         Log: The fudge factor is no more needed.  I hope.
49828      Branch: perl
49829            ! t/lib/posix.t
49830 ____________________________________________________________________________
49831 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
49832         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
49833              From: Hugo <hv@crypt.compulink.co.uk>
49834              Date: Tue, 05 Jun 2001 12:58:19 +0100
49835              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
49836      Branch: perl
49837            ! util.c
49838 ____________________________________________________________________________
49839 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
49840         Log: Make up prototypes only for those who have the functions
49841              but not the prototypes.
49842      Branch: perl
49843            ! perl.h
49844 ____________________________________________________________________________
49845 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
49846         Log: Subject: Re: Not OK: perl@10439 on win32 
49847              From: Prymmer/Kahn <pvhp@best.com> 
49848              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
49849              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
49850      Branch: perl
49851            ! perl.h util.c
49852 ____________________________________________________________________________
49853 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
49854         Log: The metaconfig units changes for #10441.
49855      Branch: metaconfig
49856            ! U/modified/Extract.U U/modified/Extractall.U
49857            ! U/modified/Finish.U
49858 ____________________________________________________________________________
49859 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
49860         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
49861      Branch: perl
49862            ! Configure
49863 ____________________________________________________________________________
49864 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
49865         Log: Unnecessary fuzziness undone, noted by Mike Guy.
49866      Branch: perl
49867            ! t/op/tr.t
49868 ____________________________________________________________________________
49869 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
49870         Log: Update Changes.
49871      Branch: perl
49872            ! Changes patchlevel.h
49873 ____________________________________________________________________________
49874 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
49875         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
49876              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
49877              leakage patch.
49878      Branch: perl
49879            ! t/op/misc.t
49880 ____________________________________________________________________________
49881 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
49882         Log: Test case for #10433/#10424.
49883      Branch: perl
49884            ! t/op/misc.t
49885 ____________________________________________________________________________
49886 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
49887         Log: Subject: One fix for strtoul not setting errno
49888              From: hom00@utsglobal.com (Hal Morris)
49889              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
49890              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
49891      Branch: perl
49892            + uts/strtol_wrap.c
49893            ! MANIFEST hints/uts.sh
49894 ____________________________________________________________________________
49895 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
49896         Log: Metaconfig units changes for #10434.
49897      Branch: metaconfig
49898            ! U/modified/Cppsym.U
49899      Branch: metaconfig/U/perl
49900            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
49901            + d_syscallproto.U d_usleepproto.U
49902            ! longdblfio.U quadfio.U
49903 ____________________________________________________________________________
49904 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
49905         Log: Configure tweaks; add prototype probes, make the cpp symbols
49906              probe to cast, not whine; test for %Ld and %Lf before %lld and
49907              %llf because the L is the ANSI way.
49908      Branch: perl
49909            ! Configure config_h.SH configure.com epoc/config.sh
49910            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
49911            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
49912            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
49913 ____________________________________________________________________________
49914 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
49915         Log: Sigh.  This is what #10424 was supposed to check in.
49916      Branch: perl
49917            ! op.c sv.c sv.h
49918 ____________________________________________________________________________
49919 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
49920         Log: More verbose failure.
49921      Branch: perl
49922            ! t/op/ver.t
49923 ____________________________________________________________________________
49924 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
49925         Log: The .pm changes to go with #10428.
49926      Branch: perl
49927            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
49928            ! ext/Sys/Syslog/Syslog.pm
49929 ____________________________________________________________________________
49930 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
49931         Log: On second thoughts show to utf8 skippage message only
49932              on failures, it's too confusing otherwise,
49933      Branch: perl
49934            ! t/pragma/locale.t
49935 ____________________________________________________________________________
49936 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
49937         Log: Do not import anything from Encode.
49938      Branch: perl
49939            ! ext/MIME/Base64/QuotedPrint.pm
49940 ____________________________________________________________________________
49941 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
49942         Log: The #10402 didn't take.  Weird.
49943      Branch: perl
49944            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
49945            ! ext/Sys/Syslog/Syslog.xs
49946 ____________________________________________________________________________
49947 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
49948         Log: Eradicate traces of 'asciirange' re subpragma.
49949      Branch: perl
49950            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
49951            ! pod/perldiag.pod
49952 ____________________________________________________________________________
49953 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
49954         Log: use is a compile-time thing.
49955      Branch: perl
49956            ! ext/MIME/Base64/QuotedPrint.pm
49957 ____________________________________________________________________________
49958 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
49959         Log: Subject: [PATCH perl@10419] -Wall casting patch
49960              From: Robin Barker <rmb1@cise.npl.co.uk>
49961              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
49962              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
49963      Branch: perl
49964            ! ext/Devel/DProf/DProf.xs mg.c
49965 ____________________________________________________________________________
49966 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
49967         Log: Subject: [PATCH #2] introducing SVpad_TYPED
49968              From: Abhijit Menon-Sen <ams@wiw.org>
49969              Date: Mon, 4 Jun 2001 12:26:02 +0530
49970              Message-ID: <20010604122602.A5775@lustre.linux.in>
49971      Branch: perl
49972            ! op.c sv.c sv.h
49973 ____________________________________________________________________________
49974 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
49975         Log: testsuite for change#10192 (from Gisle Aas)
49976      Branch: perl
49977            + t/op/override.t
49978            ! MANIFEST
49979 ____________________________________________________________________________
49980 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
49981         Log: integrate changes#10414-10416 from mainline
49982              
49983              Potential buffer overrun if the radix separator is more than
49984              one byte.  Also, under locales, prefer the locale-specific
49985              separator over the old boring ".".
49986              
49987              "10.", that is, decimal numbers can have no decimal part at all.
49988              
49989              The non-locale places need love, too.
49990      Branch: maint-5.6/perl
49991           !> perl.h sv.c
49992 ____________________________________________________________________________
49993 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
49994         Log: Missed from #10420.
49995      Branch: perl
49996            ! epoc/config.sh
49997 ____________________________________________________________________________
49998 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
49999         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
50000              often this prototype goes with HAS_SETRESUID_PROTO.
50001      Branch: perl
50002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50003            ! config_h.SH configure.com perl.h uconfig.h
50004 ____________________________________________________________________________
50005 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
50006         Log: Update Changes.
50007      Branch: perl
50008            ! Changes patchlevel.h
50009 ____________________________________________________________________________
50010 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
50011         Log: -Wall "subscript has type `char'" cleanup.
50012      Branch: perl
50013            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
50014 ____________________________________________________________________________
50015 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
50016         Log: Various "cast to pointer from integer of different size"
50017              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
50018              wide but I32 (int) only 32 bits wide).
50019              
50020              WARNING: the classnum and tagnum changes in Storable.xs
50021              may not be wise, they may be breaking binary compatibility
50022              (in 64-bit platforms), asked Raphael Manfredi about the changes.
50023      Branch: perl
50024            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
50025            ! mg.c proto.h
50026 ____________________________________________________________________________
50027 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
50028         Log: The non-locale places need love, too.
50029      Branch: perl
50030            ! perl.h
50031 ____________________________________________________________________________
50032 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
50033         Log: "10.", that is, decimal numbers can have no decimal part at all.
50034      Branch: perl
50035            ! perl.h
50036 ____________________________________________________________________________
50037 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
50038         Log: Potential buffer overrun if the radix separator is more than
50039              one byte.  Also, under locales, prefer the locale-specific
50040              separator over the old boring ".".
50041      Branch: perl
50042            ! perl.h sv.c
50043 ____________________________________________________________________________
50044 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
50045         Log: Integrate change #10412 from maintperl; locale is now
50046              per-cop, not per-op; plus retweak the locale.t to always
50047              list the skipped utf8 locales.
50048      Branch: perl
50049            ! t/pragma/locale.t
50050           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
50051           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
50052 ____________________________________________________________________________
50053 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
50054         Log: rationalize locale handling to fix the bugs uncovered by change#10394
50055              
50056              the major issue was that the runtime was looking at PL_hints rather
50057              than op_private to notice whether locale was enabled
50058              
50059              the secondary issue was that many locale-sensitive numeric ops didn't
50060              have HINT_LOCALE propagated into their op_private
50061              
50062              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
50063              instead of per-op, just like HINT_BYTE and the hints for lexical
50064              warnings (this makes the hint available to every op via PL_curcop)
50065              
50066              pragma/locale.t may need to be reworked with these fixes in mind
50067              (it currently passes its tests)
50068      Branch: maint-5.6/perl
50069            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
50070            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
50071 ____________________________________________________________________________
50072 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
50073         Log: More verbose debugging.
50074      Branch: perl
50075            ! t/pragma/locale.t
50076 ____________________________________________________________________________
50077 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
50078         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
50079              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
50080              Date: Sat, 2 Jun 2001 22:53:33 +0100
50081              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
50082      Branch: perl
50083            ! regcomp.c t/pragma/warn/regcomp
50084 ____________________________________________________________________________
50085 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
50086         Log: Mention that lexicalizing $a or $b is a bad idea if one
50087              wants to use sort().
50088      Branch: perl
50089            ! pod/perlvar.pod
50090 ____________________________________________________________________________
50091 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
50092         Log: Tweak the test to be happy if the accuracy is 'good enough'.
50093      Branch: perl
50094            ! t/lib/posix.t
50095 ____________________________________________________________________________
50096 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
50097         Log: Upgrade to Attribute::Handlers 0.70.
50098              
50099              NOTE: this unearthed the "too late for CHECK block" bug,
50100              that's why the 1_compile.t change.
50101      Branch: perl
50102            + lib/Attribute/Handlers/demo/Demo.pm
50103            + lib/Attribute/Handlers/demo/Descriptions.pm
50104            + lib/Attribute/Handlers/demo/MyClass.pm
50105            + lib/Attribute/Handlers/demo/demo.pl
50106            + lib/Attribute/Handlers/demo/demo2.pl
50107            + lib/Attribute/Handlers/demo/demo3.pl
50108            + lib/Attribute/Handlers/demo/demo4.pl
50109            + lib/Attribute/Handlers/demo/demo_call.pl
50110            + lib/Attribute/Handlers/demo/demo_chain.pl
50111            + lib/Attribute/Handlers/demo/demo_cycle.pl
50112            + lib/Attribute/Handlers/demo/demo_hashdir.pl
50113            + lib/Attribute/Handlers/demo/demo_phases.pl
50114            + lib/Attribute/Handlers/demo/demo_range.pl
50115            + lib/Attribute/Handlers/demo/demo_rawdata.pl
50116            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
50117            ! t/lib/attrhand.t
50118 ____________________________________________________________________________
50119 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
50120         Log: One less -Wall whine.
50121      Branch: perl
50122            ! regcomp.c
50123 ____________________________________________________________________________
50124 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
50125         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
50126      Branch: perl
50127           !> t/op/eval.t
50128 ____________________________________________________________________________
50129 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
50130         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
50131              aren't "normally" visible inside eval""s contained in subs unless
50132              a cloned reference to them already exists)
50133              
50134              strangely enough, t/harness didn't show this up as a failure
50135              (harness needs fixing?)
50136      Branch: maint-5.6/perl
50137            ! t/op/eval.t
50138 ____________________________________________________________________________
50139 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
50140         Log: Update to Text::Balanced 1.85.
50141      Branch: perl
50142            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
50143 ____________________________________________________________________________
50144 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
50145         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
50146              From: Nicholas Clark <nick@ccl4.org>
50147              Date: Sun, 3 Jun 2001 17:54:36 +0100
50148              Message-ID: <20010603175436.E76396@plum.flirble.org> 
50149      Branch: perl
50150            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
50151            ! ext/Sys/Syslog/Syslog.xs
50152 ____________________________________________________________________________
50153 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
50154         Log: Unused variables.
50155      Branch: perl
50156            ! util.c
50157 ____________________________________________________________________________
50158 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
50159         Log: Subject: [PATCH] APIfy op_clear 
50160              From: Simon Cozens <simon@netthink.co.uk>
50161              Date: Sun, 3 Jun 2001 13:51:46 +0100
50162              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
50163              
50164              (despite the subject line, op_null is APIfied by the patch)
50165      Branch: perl
50166            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
50167 ____________________________________________________________________________
50168 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
50169         Log: Subject: [PATCH] t/lib/extutils.t
50170              From: Nicholas Clark <nick@ccl4.org>
50171              Date: Sat, 2 Jun 2001 23:57:05 +0100
50172              Message-ID: <20010602235705.Q12698@plum.flirble.org>
50173      Branch: perl
50174            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50175 ____________________________________________________________________________
50176 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
50177         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
50178              From: Prymmer/Kahn <pvhp@best.com>
50179              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
50180              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
50181      Branch: perl
50182            ! win32/Makefile win32/makefile.mk
50183 ____________________________________________________________________________
50184 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
50185         Log: Subject: Re: 'decimal digits' macro? 
50186              From: Hugo <hv@crypt.compulink.co.uk>
50187              Date: Sun, 03 Jun 2001 04:26:36 +0100
50188              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
50189      Branch: perl
50190            ! handy.h t/lib/posix.t t/op/tr.t
50191 ____________________________________________________________________________
50192 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
50193         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
50194              From: Hugo <hv@crypt.compulink.co.uk>
50195              Date: Sun, 03 Jun 2001 14:56:30 +0100
50196              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
50197      Branch: perl
50198            ! util.c
50199 ____________________________________________________________________________
50200 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
50201         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
50202      Branch: perl
50203           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
50204           !> vms/perly_c.vms
50205 ____________________________________________________________________________
50206 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
50207         Log: fix leakage of lexicals at file scope into subroutines that were
50208              declared before them; this appears to be a longstanding bug that
50209              meant that lexicals at file scope were never "deintroduced", meaning
50210              their scope range was never properly closed, and their visibility
50211              extended to all subsequent eval""s or requires
50212              
50213              added a test case
50214              
50215              seems to also fix a case of bogus duplicate warnings
50216      Branch: maint-5.6/perl
50217            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
50218            ! vms/perly_c.vms
50219 ____________________________________________________________________________
50220 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
50221         Log: More VMS tweaks from Craig A. Berry.
50222      Branch: perl
50223            ! configure.com t/lib/extutils.t
50224 ____________________________________________________________________________
50225 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
50226         Log: -Wall cleanup continues.
50227      Branch: perl
50228            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
50229            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
50230            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
50231            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
50232            ! run.c toke.c util.c
50233 ____________________________________________________________________________
50234 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
50235         Log: The metaconfig unit change for #10390.
50236      Branch: metaconfig/U/perl
50237            ! gccvers.U
50238 ____________________________________________________________________________
50239 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
50240         Log: Drop the -ansi from the default gcc flags.
50241              
50242              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
50243              that struct cannot be compared with a flat integer, such as STRLEN.
50244              The -ansi will also cause a lot of noise in Solaris because of:
50245              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
50246      Branch: perl
50247            ! Configure
50248 ____________________________________________________________________________
50249 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
50250         Log: Integrate perlio.
50251      Branch: perl
50252           !> pod/perlapi.pod util.c
50253 ____________________________________________________________________________
50254 [ 10388] By: nick                                  on 2001/06/02  08:01:12
50255         Log: Integrate mainline
50256      Branch: perlio
50257           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
50258           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
50259           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
50260           !> t/lib/1_compile.t t/lib/mimeqp.t
50261 ____________________________________________________________________________
50262 [ 10387] By: nick                                  on 2001/06/02  07:39:17
50263         Log: Tweak util.c's atof2 for MULTIPLICITY
50264      Branch: perlio
50265            ! util.c
50266 ____________________________________________________________________________
50267 [ 10386] By: nick                                  on 2001/06/02  07:38:33
50268         Log: Integrate mainline
50269      Branch: perlio
50270           !> (integrate 41 files)
50271 ____________________________________________________________________________
50272 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
50273         Log: Add Attribute::Handlers 0.61 from Damian Conway.
50274      Branch: perl
50275            + lib/Attribute/Handlers.pm t/lib/attrhand.t
50276            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
50277 ____________________________________________________________________________
50278 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
50279         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
50280              From: Peter Prymmer <pvhp@forte.com>
50281              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
50282              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
50283      Branch: perl
50284            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
50285 ____________________________________________________________________________
50286 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
50287         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
50288              From: Jeff Pinyan <jeffp@crusoe.net>
50289              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
50290              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
50291      Branch: perl
50292            ! lib/File/Find.pm
50293 ____________________________________________________________________________
50294 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
50295         Log: Subject: [PATCH perl@10381] configure.com tweaks
50296              From: "Craig A. Berry" <craigberry@mac.com>
50297              Date: Fri, 1 Jun 2001 13:55:43 -0500
50298              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
50299      Branch: perl
50300            ! configure.com
50301 ____________________________________________________________________________
50302 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
50303         Log: Update Changes.
50304      Branch: perl
50305            ! Changes patchlevel.h
50306 ____________________________________________________________________________
50307 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
50308         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
50309              From: Mike Guy <mjtg@cam.ac.uk>
50310              Date: Fri, 01 Jun 2001 18:17:02 +0100
50311              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
50312      Branch: perl
50313            ! lib/perl5db.pl
50314 ____________________________________________________________________________
50315 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
50316         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
50317              From: Hugo <hv@crypt.compulink.co.uk>
50318              Date: Thu, 31 May 2001 20:49:48 +0100
50319              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
50320      Branch: perl
50321            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
50322            ! util.c
50323 ____________________________________________________________________________
50324 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
50325         Log: Zero() is not available in x2p (or, rather, some of its
50326              implementations like memzero() might not be available.)
50327      Branch: perl
50328            ! x2p/hash.c
50329 ____________________________________________________________________________
50330 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
50331         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
50332              From: Michael G Schwern <schwern@pobox.com>
50333              Date: Fri, 1 Jun 2001 12:00:29 +0100
50334              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
50335              
50336              (But use Zero() instead of memset.)
50337      Branch: perl
50338            ! x2p/hash.c
50339 ____________________________________________________________________________
50340 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
50341         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
50342              From: Jeff Pinyan <jeffp@crusoe.net>
50343              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
50344              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
50345      Branch: perl
50346            ! pod/perldiag.pod regcomp.c t/op/pat.t
50347 ____________________________________________________________________________
50348 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
50349         Log: Retract #10324 and #10333; not needed.
50350      Branch: perl
50351            ! hints/irix_6.sh hints/linux.sh
50352 ____________________________________________________________________________
50353 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
50354         Log: The #10370 wasn't quite right.
50355      Branch: perl
50356            ! ext/XS/Typemap/Typemap.xs
50357 ____________________________________________________________________________
50358 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
50359         Log: The metaconfig units changes for #10372.
50360      Branch: metaconfig/U/perl
50361            + d_realpath.U d_sresgproto.U d_sresuproto.U
50362            ! gccvers.U i_db.U
50363 ____________________________________________________________________________
50364 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
50365         Log: Configure tweaks; record the Berkeley DB version,
50366              probe for realpath(), for setresuid() and setresgid()
50367              prototypes; use realpath() (try to be paranoid enough),
50368              use the setres[ug]id prototypes because glibc has the functions
50369              but not their prototypes; add -Wall -ansi to gcc ccflags;
50370              regen toc.
50371      Branch: perl
50372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50373            ! config_h.SH configure.com epoc/config.sh
50374            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
50375            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
50376            ! vos/config.ga.def win32/config.bc win32/config.gc
50377            ! win32/config.vc
50378 ____________________________________________________________________________
50379 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
50380         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
50381              From: Michael G Schwern <schwern@pobox.com>
50382              Date: Fri, 1 Jun 2001 11:28:14 +0100
50383              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
50384      Branch: perl
50385            ! lib/attributes.pm xsutils.c
50386 ____________________________________________________________________________
50387 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
50388         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
50389              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50390              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
50391              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
50392      Branch: perl
50393            ! ext/XS/Typemap/Typemap.xs
50394 ____________________________________________________________________________
50395 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
50396         Log: Subject: [patch] Cwd.xs optimizations/abstraction
50397              From: Doug MacEachern <dougm@covalent.net>
50398              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
50399              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
50400      Branch: perl
50401            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
50402            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
50403 ____________________________________________________________________________
50404 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
50405         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!])
50406              From: Nicholas Clark <nick@ccl4.org>
50407              Date: Thu, 31 May 2001 23:56:40 +0100
50408              Message-ID: <20010531235640.F12698@plum.flirble.org>
50409              
50410              Make the test work also under only static extensions
50411              (sh Configure -Uusedl fakes this nicely)
50412      Branch: perl
50413            ! t/lib/extutils.t
50414 ____________________________________________________________________________
50415 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
50416         Log: Subject: [PATCH hv.c] Eliminating trigraph
50417              From: Michael G Schwern <schwern@pobox.com>
50418              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
50419              Date: Fri, 1 Jun 2001 11:49:56 +0100
50420      Branch: perl
50421            ! hv.c
50422 ____________________________________________________________________________
50423 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
50424         Log: Subject: Re: [PATCH] Tests for File::Compare 
50425              From: "Philip Newton" <Philip.Newton@gmx.net>
50426              Date: Thu, 31 May 2001 19:44:05 +0200
50427              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
50428              
50429              Unnecessary "quotation marks".
50430      Branch: perl
50431            ! t/lib/filecomp.t
50432 ____________________________________________________________________________
50433 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
50434         Log: Integrate perlio.
50435      Branch: perl
50436           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
50437 ____________________________________________________________________________
50438 [ 10364] By: nick                                  on 2001/06/01  10:13:31
50439         Log: Cleanup dll.base and dll.exp created by GCC builds.
50440      Branch: perlio
50441            ! lib/ExtUtils/MM_Win32.pm
50442 ____________________________________________________________________________
50443 [ 10363] By: nick                                  on 2001/06/01  10:02:17
50444         Log: Make filecomp test work on CRLF platforms by adding binmode.
50445      Branch: perlio
50446            ! t/lib/filecomp.t
50447 ____________________________________________________________________________
50448 [ 10362] By: nick                                  on 2001/06/01  08:37:17
50449         Log: Integrate mainline
50450      Branch: perlio
50451           !> Changes Configure patchlevel.h perlio.c
50452 ____________________________________________________________________________
50453 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
50454         Log: panic:claustrophobia.
50455      Branch: perl
50456            ! perlio.c
50457 ____________________________________________________________________________
50458 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
50459         Log: Update Changes.
50460      Branch: perl
50461            ! Changes patchlevel.h
50462 ____________________________________________________________________________
50463 [ 10359] By: nick                                  on 2001/05/31  12:35:50
50464         Log: Integrate mainline.
50465      Branch: perlio
50466           +> t/lib/filecomp.t
50467           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
50468           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
50469 ____________________________________________________________________________
50470 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
50471         Log: Integrate perlio.
50472      Branch: perl
50473           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
50474           !> win32/config_H.vc
50475 ____________________________________________________________________________
50476 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
50477         Log: Metaconfig unit change for #10356.
50478      Branch: metaconfig
50479            ! U/installdirs/inc_version_list.U
50480 ____________________________________________________________________________
50481 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
50482         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
50483              (idea from Sarathy; implementation from Andy)
50484      Branch: perl
50485            ! Configure
50486 ____________________________________________________________________________
50487 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
50488         Log: More AUTHORS.
50489      Branch: perl
50490            ! AUTHORS
50491 ____________________________________________________________________________
50492 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
50493         Log: Subject: Re: [PATCH] Tests for File::Compare
50494              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
50495              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
50496              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
50497      Branch: perl
50498            + t/lib/filecomp.t
50499            ! MANIFEST t/lib/1_compile.t
50500 ____________________________________________________________________________
50501 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
50502         Log: Subject: [PATCH] DEBUG_* macro cleanups
50503              From: Abhijit Menon-Sen <ams@wiw.org>
50504              Date: Thu, 31 May 2001 12:16:22 +0530
50505              Message-ID: <20010531121622.B4829@lustre.linux.in>
50506              
50507              Subject: Re: [PATCH] DEBUG_* macro cleanups
50508              From: Abhijit Menon-Sen <ams@wiw.org>
50509              Date: Thu, 31 May 2001 13:57:01 +0530
50510              Message-ID: <20010531135701.A21775@lustre.linux.in>
50511              
50512              (The DEBUG_ definitions in perl.h changed to use the
50513              STMT_START and STMT_END.)
50514      Branch: perl
50515            ! perl.h pp_ctl.c sv.c toke.c
50516 ____________________________________________________________________________
50517 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
50518         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
50519              From: Abhijit Menon-Sen <ams@wiw.org>
50520              Date: Thu, 31 May 2001 08:27:55 +0530
50521              Message-ID: <20010531082755.A10018@lustre.linux.in>
50522      Branch: perl
50523            ! ext/Storable/Storable.xs gv.c perl.c
50524 ____________________________________________________________________________
50525 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
50526         Log: Subject: [PATCH] AUTHORS
50527              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50528              Date: Thu, 31 May 2001 01:27:59 -0500
50529              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
50530              
50531              Subject: Re: [PATCH] AUTHORS
50532              From: "Philip Newton" <Philip.Newton@gmx.net>
50533              Date: Thu, 31 May 2001 10:08:06 +0200
50534              (Message-Id missing?)
50535      Branch: perl
50536            ! AUTHORS
50537 ____________________________________________________________________________
50538 [ 10350] By: nick                                  on 2001/05/31  11:40:43
50539         Log: win32 - dmake regen_config_h
50540      Branch: perlio
50541            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50542 ____________________________________________________________________________
50543 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
50544         Log: Subject: Re: [PATCH util.c] More warning cleanups.
50545              From: "Philip Newton" <Philip.Newton@gmx.net>
50546              Date: Thu, 31 May 2001 07:41:36 +0200
50547              Message-Id: <200105310538.IAA25458@taku.hut.fi>
50548              
50549              Undo C++-ism that snekt in.
50550      Branch: perl
50551            ! util.c
50552 ____________________________________________________________________________
50553 [ 10348] By: nick                                  on 2001/05/31  11:36:46
50554         Log: Tolerate Win32 numerics
50555      Branch: perlio
50556            ! t/pragma/warn/toke
50557 ____________________________________________________________________________
50558 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
50559         Log: Integrate perlio.
50560      Branch: perl
50561           !> perlio.c win32/win32.h
50562 ____________________________________________________________________________
50563 [ 10346] By: nick                                  on 2001/05/31  10:54:55
50564         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
50565              perlio.c change 10255.
50566      Branch: perlio
50567            ! perlio.c
50568 ____________________________________________________________________________
50569 [ 10345] By: nick                                  on 2001/05/31  10:01:57
50570         Log: Conditionally put back some "unused" dTHX which are used
50571              with PERL_IMPLICIT_SYS
50572      Branch: perlio
50573            ! perlio.c
50574 ____________________________________________________________________________
50575 [ 10344] By: nick                                  on 2001/05/31  10:00:59
50576         Log: Fix Win32 for new spelling IN_BYTES 
50577      Branch: perlio
50578            ! win32/win32.h
50579 ____________________________________________________________________________
50580 [ 10343] By: nick                                  on 2001/05/31  08:01:32
50581         Log: perlio.c -Wall cleaner under MULTIPLICITY
50582              - still minor noise with linux stdio
50583      Branch: perlio
50584            ! perlio.c
50585 ____________________________________________________________________________
50586 [ 10342] By: nick                                  on 2001/05/31  07:52:23
50587         Log: Integrate mainline.
50588      Branch: perlio
50589           !> (integrate 42 files)
50590 ____________________________________________________________________________
50591 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
50592         Log: AUTHORS updates.
50593      Branch: perl
50594            ! AUTHORS
50595 ____________________________________________________________________________
50596 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
50597         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
50598              From: Peter Prymmer <pvhp@forte.com>
50599              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
50600              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
50601      Branch: perl
50602            ! t/lib/md5-file.t
50603 ____________________________________________________________________________
50604 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
50605         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
50606              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
50607              to match the pragma name; various robustness cleanups.
50608      Branch: perl
50609            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
50610            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
50611 ____________________________________________________________________________
50612 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
50613         Log: More -Wall sweeping.
50614      Branch: perl
50615            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
50616            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
50617            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
50618            ! regcomp.c sv.c toke.c utf8.c
50619 ____________________________________________________________________________
50620 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
50621         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
50622              From: Nicholas Clark <nick@ccl4.org>
50623              Date: Wed, 30 May 2001 22:34:41 +0100
50624              Message-ID: <20010530223441.Y86445@plum.flirble.org>
50625      Branch: perl
50626            ! t/op/cmp.t
50627 ____________________________________________________________________________
50628 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
50629         Log: It's is not, it isn't ain't, and it's it's, not its,
50630              if you mean it is. If you don't, it's its. Then too,
50631              it's hers. It isn't her's. It isn't our's either.
50632              It's ours, and likewise yours and theirs.
50633              -- Oxford University Press, Edpress News
50634      Branch: perl
50635            ! lib/autouse.pm
50636 ____________________________________________________________________________
50637 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
50638         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
50639      Branch: perl
50640            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
50641            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
50642            ! x2p/str.c x2p/walk.c xsutils.c
50643 ____________________________________________________________________________
50644 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
50645         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
50646              From: Michael G Schwern <schwern@pobox.com>
50647              Date: Wed, 30 May 2001 17:10:38 +0100
50648              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
50649              
50650              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
50651              From: Abhijit Menon-Sen <ams@wiw.org>
50652              Date: Wed, 30 May 2001 23:16:13 +0530
50653              Message-ID: <20010530231613.A31933@lustre.linux.in>
50654      Branch: perl
50655            ! perl.c t/run/runenv.t
50656 ____________________________________________________________________________
50657 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
50658         Log: (Retracted by #10375.)
50659              
50660              IRIX hints patch from Merijn Broeren.
50661              
50662              TODO: (this and the earlier Linux hints patch) should be solved
50663              at Configure level.  Merijn: -ldb should not be used on any platform
50664              for perl, just when linking DBFile itself. Trying to be helpful here
50665              is counterproductive.
50666      Branch: perl
50667            ! hints/irix_6.sh
50668 ____________________________________________________________________________
50669 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
50670         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
50671              From: Nicholas Clark <nick@ccl4.org>
50672              Date: Wed, 30 May 2001 23:20:58 +0100
50673              Message-ID: <20010530232058.B86445@plum.flirble.org>
50674      Branch: perl
50675            ! doop.c
50676 ____________________________________________________________________________
50677 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
50678         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
50679              From: Michael G Schwern <schwern@pobox.com> 
50680              Date: Wed, 30 May 2001 15:24:20 +0100
50681              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
50682      Branch: perl
50683            ! t/pragma/autouse.t
50684 ____________________________________________________________________________
50685 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
50686         Log: The regex trick wasn't a good idea.
50687      Branch: perl
50688            ! pod/perlfaq4.pod
50689 ____________________________________________________________________________
50690 [ 10329] By: nick                                  on 2001/05/30  18:34:35
50691         Log: Integrate mainline
50692      Branch: perlio
50693           !> (integrate 40 files)
50694 ____________________________________________________________________________
50695 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
50696         Log: Update Changes.
50697      Branch: perl
50698            ! Changes patchlevel.h
50699 ____________________________________________________________________________
50700 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
50701         Log: The metaconfig unit change for #10325.
50702      Branch: metaconfig
50703            + U/modified/afs.U
50704 ____________________________________________________________________________
50705 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
50706         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
50707              is now wrong.
50708      Branch: perl
50709            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
50710 ____________________________________________________________________________
50711 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
50712         Log: Introduce $Config{afsroot}.
50713      Branch: perl
50714            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50715            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
50716            ! win32/config.gc win32/config.vc
50717 ____________________________________________________________________________
50718 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
50719         Log: (Retracted by #10375.)
50720              
50721              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
50722      Branch: perl
50723            ! hints/linux.sh
50724 ____________________________________________________________________________
50725 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
50726         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
50727              (Also Configure tweaks needed; coming up soon.)
50728      Branch: perl
50729            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
50730 ____________________________________________________________________________
50731 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
50732         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
50733              From: Michael G Schwern <schwern@pobox.com>
50734              Date: Sun, 27 May 2001 10:29:43 +0100
50735              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
50736      Branch: perl
50737            ! lib/perl5db.pl
50738 ____________________________________________________________________________
50739 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
50740         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
50741              and Abhijit Menon-Sen.
50742      Branch: perl
50743            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
50744            ! perl.c pp_sys.c regcomp.c
50745 ____________________________________________________________________________
50746 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
50747         Log: Fix the BOOT section to call myU2time properly.
50748      Branch: perl
50749            ! ext/Time/HiRes/HiRes.xs
50750 ____________________________________________________________________________
50751 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
50752         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
50753              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
50754              Date: Wed, 30 May 2001 09:44:29 -0400
50755              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
50756              
50757              Detypo; plus add one more trick.
50758      Branch: perl
50759            ! pod/perlfaq4.pod
50760 ____________________________________________________________________________
50761 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
50762         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)
50763              From: Michael G Schwern <schwern@pobox.com>
50764              Date: Wed, 30 May 2001 14:39:06 +0100
50765              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
50766      Branch: perl
50767            ! lib/autouse.pm t/pragma/autouse.t
50768 ____________________________________________________________________________
50769 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
50770         Log: Subject: Re: AIX and gcc (moving targets)
50771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50772              Date: Wed, 30 May 2001 15:25:08 +0200
50773              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
50774      Branch: perl
50775            ! ext/Time/HiRes/HiRes.xs
50776 ____________________________________________________________________________
50777 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
50778         Log: Subject: [PATCH t/TEST] sorting tests
50779              From: Michael G Schwern <schwern@pobox.com>
50780              Date: Wed, 30 May 2001 10:24:02 +0100
50781              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
50782      Branch: perl
50783            ! t/TEST
50784 ____________________________________________________________________________
50785 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
50786         Log: Subject: [ID 20010529.002] typos in man page perlre
50787              From: bart@cg681574-a.adubn1.nj.home.com 
50788              Date: Tue, 29 May 2001 13:58:59 -0500
50789              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
50790      Branch: perl
50791            ! pod/perlre.pod
50792 ____________________________________________________________________________
50793 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
50794         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
50795              From: "Craig A. Berry" <craigberry@mac.com>
50796              Date: Tue, 29 May 2001 23:23:45 -0500
50797              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
50798      Branch: perl
50799            ! t/lib/extutils.t t/pragma/autouse.t
50800 ____________________________________________________________________________
50801 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
50802         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)
50803              From: David Dyck <dcd@tc.fluke.com>
50804              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
50805              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
50806      Branch: perl
50807            ! t/lib/filefind.t
50808 ____________________________________________________________________________
50809 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
50810         Log: AIX hints update for gcc from Merijn H. Brand.
50811      Branch: perl
50812            ! hints/aix.sh
50813 ____________________________________________________________________________
50814 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
50815         Log: Retract #10295 and #10296: a more generic solution
50816              is needed (there's something funny with gcc on AIX).
50817      Branch: perl
50818            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
50819 ____________________________________________________________________________
50820 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
50821         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
50822              From: Hugo <hv@crypt.compulink.co.uk>
50823              Date: Wed, 30 May 2001 11:59:19 +0100
50824              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
50825              
50826              localizing $@ has unfortunate semantics - if you die past
50827              a local $@, the die message is lost.
50828      Branch: perl
50829            ! lib/utf8_heavy.pl
50830 ____________________________________________________________________________
50831 [ 10309] By: nick                                  on 2001/05/30  08:23:02
50832         Log: Integrate mainline (autouse works again.)
50833      Branch: perlio
50834           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
50835           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
50836           !> pod/perlvar.pod t/op/cmp.t
50837 ____________________________________________________________________________
50838 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
50839         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
50840              From: David Dyck <dcd@tc.fluke.com>
50841              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
50842              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
50843      Branch: perl
50844            ! lib/File/Find.pm
50845 ____________________________________________________________________________
50846 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
50847         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
50848              From: Nicholas Clark <nick@ccl4.org>
50849              Date: Tue, 29 May 2001 23:16:09 +0100
50850              Message-ID: <20010529231609.U86445@plum.flirble.org>
50851              
50852              Make the test output slightly clearer by distinguishing
50853              between '' and undef.
50854      Branch: perl
50855            ! t/op/cmp.t
50856 ____________________________________________________________________________
50857 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
50858         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
50859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50860              Date: Tue, 29 May 2001 19:15:19 -0400
50861              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
50862      Branch: perl
50863            ! hints/os2.sh
50864 ____________________________________________________________________________
50865 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
50866         Log: Subject: perlvar.pod addition
50867              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
50868              Date: Fri, 25 May 2001 20:23:12 +0200
50869              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
50870              
50871              Subject: Re: perlvar.pod addition
50872              From: "Abigail" <abigail@foad.org> 
50873              Date: Fri, 25 May 2001 22:00:39 +0200
50874              Message-ID: <20010525200039.28029.qmail@foad.org>
50875              
50876              Mention $a and $b in perlvar.
50877      Branch: perl
50878            ! pod/perlvar.pod
50879 ____________________________________________________________________________
50880 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
50881         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
50882              From: Jeff Pinyan <jeffp@crusoe.net>
50883              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
50884              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
50885      Branch: perl
50886            ! pod/perlvar.pod
50887 ____________________________________________________________________________
50888 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
50889         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
50890              From: Jeff Pinyan <jeffp@crusoe.net>
50891              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
50892              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
50893      Branch: perl
50894            ! pod/perlfaq6.pod
50895 ____________________________________________________________________________
50896 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
50897         Log: Mention Time::localtime and Time::gmtime.
50898      Branch: perl
50899            ! ext/Time/Piece/Piece.pm
50900 ____________________________________________________________________________
50901 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
50902         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
50903              From: Michael G Schwern <schwern@pobox.com>
50904              Date: Tue, 29 May 2001 18:51:32 +0100
50905              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
50906      Branch: perl
50907            ! pod/perlfaq4.pod
50908 ____________________________________________________________________________
50909 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
50910         Log: Retract #10243.
50911      Branch: perl
50912            ! lib/autouse.pm
50913 ____________________________________________________________________________
50914 [ 10299] By: nick                                  on 2001/05/29  18:41:19
50915         Log: Post weekend integrate mainline (fails one test pragma/autouse).
50916      Branch: perlio
50917           +> (branch 29 files)
50918           !> (integrate 91 files)
50919 ____________________________________________________________________________
50920 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
50921         Log: Update Changes.
50922      Branch: perl
50923            ! Changes patchlevel.h
50924 ____________________________________________________________________________
50925 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
50926         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
50927              before Perl_load_module/Perl_call_method and restore the value
50928              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
50929      Branch: perl
50930            ! utf8.c
50931 ____________________________________________________________________________
50932 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
50933         Log: Subject: Re: AIX and gcc (moving targets)
50934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50935              Date: Tue, 29 May 2001 17:59:40 +0200
50936              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
50937      Branch: perl
50938            ! ext/Storable/Makefile.PL
50939 ____________________________________________________________________________
50940 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
50941         Log: Subject: Re: AIX and gcc (moving targets)
50942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50943              Date: Tue, 29 May 2001 12:32:57 +0200
50944              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
50945      Branch: perl
50946            ! ext/POSIX/Makefile.PL
50947 ____________________________________________________________________________
50948 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
50949         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
50950              From: Michael G Schwern <schwern@pobox.com>
50951              Date: Tue, 29 May 2001 09:53:29 +0100
50952              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
50953              
50954              (#10280 retracted)
50955      Branch: perl
50956            ! lib/Test/Harness.pm t/lib/test-harness.t
50957 ____________________________________________________________________________
50958 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
50959         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
50960              From: Michael G Schwern <schwern@pobox.com>
50961              Date: Tue, 29 May 2001 09:19:52 +0100
50962              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
50963      Branch: perl
50964            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
50965            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
50966            + t/lib/Test/todo.t
50967            ! MANIFEST lib/Test.pm t/TEST
50968 ____________________________________________________________________________
50969 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
50970         Log: From: Michael G Schwern <schwern@pobox.com>
50971              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
50972              Date: Tue, 29 May 2001 08:26:09 +0100
50973              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
50974      Branch: perl
50975            ! t/TEST
50976 ____________________________________________________________________________
50977 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
50978         Log: Add tests for Time::gmtime and Time::localtime.
50979      Branch: perl
50980            + t/lib/time-gmtime.t t/lib/time-localtime.t
50981            ! MANIFEST t/lib/1_compile.t
50982 ____________________________________________________________________________
50983 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
50984         Log: Add test for File::stat.
50985      Branch: perl
50986            + t/lib/filestat.t
50987            ! MANIFEST t/lib/1_compile.t
50988 ____________________________________________________________________________
50989 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
50990         Log: Add test for Net::servent.
50991      Branch: perl
50992            + t/lib/net-sent.t
50993            ! MANIFEST t/lib/1_compile.t
50994 ____________________________________________________________________________
50995 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
50996         Log: Add test for Net::protoent.
50997      Branch: perl
50998            + t/lib/net-pent.t
50999            ! MANIFEST t/lib/1_compile.t
51000 ____________________________________________________________________________
51001 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
51002         Log: Add test for Net::netent.
51003      Branch: perl
51004            + t/lib/net-nent.t
51005            ! MANIFEST t/lib/1_compile.t
51006 ____________________________________________________________________________
51007 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
51008         Log: Add test for User::grent.  Portability doubtful.
51009      Branch: perl
51010            + t/lib/user-grent.t
51011            ! MANIFEST t/lib/1_compile.t
51012 ____________________________________________________________________________
51013 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
51014         Log: Add test for User::pwent.
51015              Probably will fall down somewhere for portability reasons.
51016      Branch: perl
51017            + t/lib/user-pwent.t
51018            ! MANIFEST t/lib/1_compile.t
51019 ____________________________________________________________________________
51020 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
51021         Log: Metaconfig units changes for #10283.
51022      Branch: metaconfig
51023            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
51024            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
51025            ! U/installdirs/sitescript.U U/modified/Signal.U
51026 ____________________________________________________________________________
51027 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
51028         Log: Subject: [PATCH 5.6.1] signal names in Configure
51029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51030              Date: Tue, 29 May 2001 03:52:25 -0400
51031              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
51032              
51033              Subject: [PATCH 5.6.1] older perl in Configure
51034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51035              Date: Tue, 29 May 2001 03:55:40 -0400
51036              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
51037              
51038              Subject: [PATCH 5.6.1] goofs in Configure
51039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51040              Date: Tue, 29 May 2001 04:13:07 -0400
51041              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
51042              
51043              Configure portability tweaks.
51044      Branch: perl
51045            ! Configure
51046 ____________________________________________________________________________
51047 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
51048         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
51049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51050              Date: Tue, 29 May 2001 04:07:06 -0400
51051              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
51052      Branch: perl
51053            ! os2/os2.c
51054 ____________________________________________________________________________
51055 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
51056         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
51057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51058              Date: Tue, 29 May 2001 04:01:38 -0400
51059              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
51060      Branch: perl
51061            ! hints/os2.sh os2/Makefile.SHs
51062 ____________________________________________________________________________
51063 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
51064         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
51065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51066              Date: Tue, 29 May 2001 03:50:18 -0400
51067              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
51068      Branch: perl
51069            ! lib/Test/Harness.pm
51070 ____________________________________________________________________________
51071 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
51072         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
51073      Branch: perl
51074            ! lib/utf8_heavy.pl
51075 ____________________________________________________________________________
51076 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
51077         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
51078              From: Hugo <hv@crypt.compulink.co.uk>
51079              Date: Tue, 29 May 2001 03:03:45 +0100
51080              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
51081              
51082              Explanation why the $@ always gets the UTF8 flag when under use utf8--
51083              because we told it to have the flag when under use utf8.
51084      Branch: perl
51085            ! pp_ctl.c
51086 ____________________________________________________________________________
51087 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
51088         Log: At least a partial fix for 20010528.004.
51089      Branch: perl
51090            ! lib/utf8_heavy.pl
51091 ____________________________________________________________________________
51092 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
51093         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
51094              From: Nicholas Clark <nick@ccl4.org> 
51095              Date: Mon, 28 May 2001 23:39:38 +0100
51096              Message-ID: <20010528233938.M86445@plum.flirble.org>
51097              
51098              More portable non-zero UV.
51099      Branch: perl
51100            ! t/lib/extutils.t
51101 ____________________________________________________________________________
51102 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
51103         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
51104              From: Nicholas Clark <nick@ccl4.org>
51105              Date: Mon, 28 May 2001 22:46:09 +0100
51106              Message-ID: <20010528224608.L86445@plum.flirble.org>
51107              
51108              Test also "make clean".
51109      Branch: perl
51110            ! t/lib/extutils.t
51111 ____________________________________________________________________________
51112 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
51113         Log: Subject: Re: Would -Wno-unused -Wall be better?
51114              From: Michael G Schwern <schwern@pobox.com>
51115              Date: Tue, 29 May 2001 00:55:54 +0100
51116              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
51117      Branch: perl
51118            ! pp.h
51119 ____________________________________________________________________________
51120 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
51121         Log: Add a test for 20010528.007, fixed in #10272.
51122      Branch: perl
51123            ! t/op/misc.t toke.c
51124 ____________________________________________________________________________
51125 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
51126         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
51127              From: Hugo <hv@crypt.compulink.co.uk>
51128              Date: Tue, 29 May 2001 00:23:23 +0100
51129              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
51130      Branch: perl
51131            ! toke.c
51132 ____________________________________________________________________________
51133 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
51134         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
51135              From: Michael G Schwern <schwern@pobox.com>
51136              Date: Tue, 29 May 2001 00:42:59 +0100
51137              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
51138      Branch: perl
51139            ! t/pragma/autouse.t
51140 ____________________________________________________________________________
51141 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
51142         Log: Some shells seemingly arrange the signal handlers differently
51143              (bug id 20010521.004).
51144      Branch: perl
51145            ! t/lib/sigaction.t
51146 ____________________________________________________________________________
51147 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
51148         Log: Regen perlmodlib.
51149      Branch: perl
51150            ! pod/perlmodlib.pod
51151 ____________________________________________________________________________
51152 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
51153         Log: Update Changes.
51154      Branch: perl
51155            ! Changes patchlevel.h
51156 ____________________________________________________________________________
51157 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
51158         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
51159              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51160              Date: Mon, 28 May 2001 14:56:35 -0500
51161              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
51162      Branch: perl
51163            ! pod/perlnewmod.pod
51164 ____________________________________________________________________________
51165 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
51166         Log: Regen toc.
51167      Branch: perl
51168            ! pod/perltoc.pod
51169 ____________________________________________________________________________
51170 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
51171         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
51172              From: "Richard Soderberg" <rs@crystalflame.net>
51173              Date: Mon, 28 May 2001 12:31:23 -0700
51174              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
51175      Branch: perl
51176            ! t/op/splice.t
51177 ____________________________________________________________________________
51178 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
51179         Log: The #10260 was too bold: locales and utf8 still do not mix.
51180      Branch: perl
51181            ! t/pragma/locale.t
51182 ____________________________________________________________________________
51183 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
51184         Log: Subject: [PATCH] Pod nitpicks
51185              From: "Richard Soderberg" <rs@crystalflame.net>
51186              Date: Mon, 28 May 2001 10:08:58 -0700
51187              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
51188      Branch: perl
51189            ! pod/perl571delta.pod pod/perlapi.pod sv.h
51190 ____________________________________________________________________________
51191 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
51192         Log: Upgrade to I18N::LangTags 0.22.
51193      Branch: perl
51194            + lib/I18N/LangTags/List.pod
51195            ! MANIFEST lib/I18N/LangTags.pm
51196 ____________________________________________________________________________
51197 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
51198         Log: A slightly more serious bug found by -Mutf8; op/misc and
51199              lib/complex dumped core.
51200      Branch: perl
51201            ! regexec.c
51202 ____________________________________________________________________________
51203 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
51204         Log: Various buglets shaken out by -Mutf8.
51205      Branch: perl
51206            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
51207            ! t/pragma/locale.t
51208 ____________________________________________________________________________
51209 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
51210         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
51211      Branch: perl
51212            ! t/lib/carp.t
51213 ____________________________________________________________________________
51214 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
51215         Log: Subject: [PATCH] todo patch
51216              From: Artur Bergman <artur@contiller.se> 
51217              Date: Mon, 28 May 2001 17:03:51 +0200
51218              Message-ID: <B7383577.F34%artur@contiller.se>
51219      Branch: perl
51220            ! pod/perltodo.pod
51221 ____________________________________________________________________________
51222 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
51223         Log: Subject: typo in perlguts.pod
51224              From: "John P. Linderman" <jpl@research.att.com>
51225              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
51226              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
51227      Branch: perl
51228            ! pod/perlguts.pod
51229 ____________________________________________________________________________
51230 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
51231         Log: Subject: AIX and gcc (moving targets)
51232              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51233              Date: Mon, 28 May 2001 12:54:04 +0200
51234              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
51235      Branch: perl
51236            ! hints/aix.sh
51237 ____________________________________________________________________________
51238 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
51239         Log: Subject: Re: perlio + multiple perl_alloc..destruct
51240              From: Doug MacEachern <dougm@covalent.net>
51241              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
51242              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
51243      Branch: perl
51244            ! perlio.c
51245 ____________________________________________________________________________
51246 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
51247         Log: The #10251 wasn't quite up-to-the-code.
51248      Branch: perl
51249            ! t/op/misc.t
51250 ____________________________________________________________________________
51251 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
51252         Log: Test case for bug 20010526.004, fixed in #10252.
51253      Branch: perl
51254            ! t/op/taint.t
51255 ____________________________________________________________________________
51256 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
51257         Log: Subject: Re: [ID 20010526.004] Taint looses value
51258              From: Hugo <hv@crypt.compulink.co.uk>
51259              Date: Sun, 27 May 2001 20:39:32 +0100
51260              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
51261      Branch: perl
51262            ! sv.c
51263 ____________________________________________________________________________
51264 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
51265         Log: Test case for 20010422.005, fixed by #10250.
51266      Branch: perl
51267            ! t/op/misc.t
51268 ____________________________________________________________________________
51269 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
51270         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
51271              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51272              Date: Mon, 28 May 2001 06:39:12 -0400
51273              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
51274      Branch: perl
51275            ! toke.c
51276 ____________________________________________________________________________
51277 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
51278         Log: Linerewrapping.
51279      Branch: perl
51280            ! lib/open.pm
51281 ____________________________________________________________________________
51282 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
51283         Log: Updates on the modules list.
51284      Branch: perl
51285            ! t/lib/1_compile.t
51286 ____________________________________________________________________________
51287 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
51288         Log: Add a test for PerlIO.
51289              
51290              (I probably got the crlf/raw thing wrong for clrfy platforms...)
51291      Branch: perl
51292            + t/lib/perlio.t
51293            ! MANIFEST lib/PerlIO.pm
51294 ____________________________________________________________________________
51295 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
51296         Log: Add a test for carp et alia.
51297      Branch: perl
51298            + t/lib/carp.t
51299            ! MANIFEST
51300 ____________________________________________________________________________
51301 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
51302         Log: Adding the new test would be swell.
51303      Branch: perl
51304            + t/pragma/autouse.t
51305 ____________________________________________________________________________
51306 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
51307         Log: Add a test for the autouse pragma.
51308      Branch: perl
51309            ! MANIFEST
51310 ____________________________________________________________________________
51311 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
51312         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
51313              From: dLux <dlux@spam.sch.bme.hu>
51314              Date: Sun, 27 May 2001 16:14:26 +0200
51315              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
51316      Branch: perl
51317            ! lib/autouse.pm
51318 ____________________________________________________________________________
51319 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
51320         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
51321              From: "Richard Soderberg" <rs@crystalflame.net>
51322              Date: Mon, 28 May 2001 03:56:36 -0700
51323              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
51324      Branch: perl
51325            ! utils/dprofpp.PL
51326 ____________________________________________________________________________
51327 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
51328         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
51329              From: "Stephen P. Potter" <spp@spotter.yi.org>
51330              Date: Tue, 22 May 2001 11:40:25 -0400
51331              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
51332              
51333              Subject: Re: [ID 20010522.003] Time::Local module bug
51334              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
51335              Date: Tue, 22 May 2001 11:50:19 -0400
51336              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
51337      Branch: perl
51338            ! lib/Time/Local.pm
51339 ____________________________________________________________________________
51340 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
51341         Log: The PERL_DL_NONLAZY can have whitespace in front.
51342      Branch: perl
51343            ! t/lib/extutils.t
51344 ____________________________________________________________________________
51345 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
51346         Log: Document strftime() and strptime().
51347      Branch: perl
51348            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
51349 ____________________________________________________________________________
51350 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
51351         Log: Make Time::Piece::strptime() to be a function, not a method.
51352      Branch: perl
51353            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
51354 ____________________________________________________________________________
51355 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
51356         Log: Tweak the test to be more portable.
51357      Branch: perl
51358            ! t/lib/extutils.t
51359 ____________________________________________________________________________
51360 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
51361         Log: Subject: PATCH: Re: Re: Attributes that tie
51362              From: Leon Brocard <acme@astray.com>
51363              Date: Sun, 27 May 2001 12:37:29 +0100
51364              Message-ID: <20010527123729.A22663@ns0.astray.com>
51365              
51366              Document that variable attributes are not currently usable
51367              for tieing.  (An ugly limitation that should be fixed.)
51368      Branch: perl
51369            ! lib/attributes.pm
51370 ____________________________________________________________________________
51371 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
51372         Log: Microperl tweaks.
51373      Branch: perl
51374            ! Makefile.micro uconfig.h uconfig.sh
51375 ____________________________________________________________________________
51376 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
51377         Log: Add make target for microperl (kind of silly, but convenient).
51378      Branch: perl
51379            ! Makefile.SH
51380 ____________________________________________________________________________
51381 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
51382         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
51383              for microperl.)
51384      Branch: perl
51385            ! doio.c
51386 ____________________________________________________________________________
51387 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
51388         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
51389              From: rspier@pobox.com (Robert Spier)
51390              Date: Sat, 26 May 2001 20:05:23 -0400
51391              Message-ID: <15120.17603.148648.12430@rls.cx>
51392              
51393              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
51394              From: rspier@pobox.com (Robert Spier)
51395              Date: Sun, 27 May 2001 00:23:12 -0400
51396              Message-ID: <15120.33072.511966.767230@rls.cx>
51397      Branch: perl
51398            ! doio.c pod/perlfunc.pod
51399 ____________________________________________________________________________
51400 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
51401         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
51402      Branch: perl
51403            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51404 ____________________________________________________________________________
51405 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
51406         Log: Add README.tru64.
51407      Branch: perl
51408            + README.tru64
51409 ____________________________________________________________________________
51410 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
51411         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
51412      Branch: perl
51413            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
51414            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
51415            ! MANIFEST
51416 ____________________________________________________________________________
51417 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
51418         Log: Integrate I18N::LangTags from Sean Burke.
51419              
51420              TODO: the language list from RFC 3066 needs to be integrated
51421              and made available somehow.  The list is included in the
51422              I18N-LangTags 0.21 distribution, but it is undocumented
51423              and unconnected to the module.
51424      Branch: perl
51425            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
51426            ! MANIFEST
51427 ____________________________________________________________________________
51428 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
51429         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
51430              envisioned by Sarathy.
51431      Branch: perl
51432            ! t/op/ver.t toke.c
51433 ____________________________________________________________________________
51434 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
51435         Log: Subject: [ID 20010525.001] Pod typo nits fixed
51436              From: lvirden@cas.org
51437              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
51438              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
51439              
51440              minus the perlsolaris decimation plus the
51441              
51442              Subject: Re: [ID 20010525.001] Pod typo nits fixed
51443              From: "Philip Newton" <Philip.Newton@gmx.net>
51444              Date: Fri, 25 May 2001 18:05:55 +0200
51445              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
51446      Branch: perl
51447            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
51448            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
51449            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
51450            ! pod/perlutil.pod pod/perlxstut.pod
51451 ____________________________________________________________________________
51452 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
51453         Log: return clauses are nice.
51454      Branch: perl
51455            ! sv.c
51456 ____________________________________________________________________________
51457 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
51458         Log: Subject: change 10199 backwards?
51459              From: Doug MacEachern <dougm@covalent.net>
51460              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
51461              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
51462      Branch: perl
51463            ! sv.c
51464 ____________________________________________________________________________
51465 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
51466         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
51467              From: Hugo <hv@crypt.compulink.co.uk>
51468              Date: Sat, 26 May 2001 17:05:12 +0100
51469              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
51470      Branch: perl
51471            + t/op/gmagic.t
51472            ! MANIFEST doop.c embed.h embed.pl global.sym
51473            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
51474            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
51475 ____________________________________________________________________________
51476 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
51477         Log: Regen headers for #10221.
51478      Branch: perl
51479            ! global.sym objXSUB.h perlapi.c
51480 ____________________________________________________________________________
51481 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
51482         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
51483              From: Juha Laiho <juha.laiho@Elma.Net>
51484              Date: Thu, 3 May 2001 09:51:30 +0300
51485              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
51486      Branch: perl
51487            ! embed.pl
51488 ____________________________________________________________________________
51489 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
51490         Log: Subject: Re: [PATCH] Re: stability of sort()?
51491              From: "John P. Linderman" <jpl@research.att.com>
51492              Date: Sat, 26 May 2001 13:27:19 -0400
51493              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
51494      Branch: perl
51495            ! pod/perlfunc.pod
51496 ____________________________________________________________________________
51497 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
51498         Log: Integrate perlio.
51499      Branch: perl
51500           !> pod/perlguts.pod
51501 ____________________________________________________________________________
51502 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
51503         Log: Subject: [PATCH perl@10210] PerlIO for VMS
51504              From: "Craig A. Berry" <craigberry@mac.com>
51505              Date: Sat, 26 May 2001 09:34:11 -0500
51506              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
51507      Branch: perl
51508            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
51509            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
51510            ! vms/vmsish.h
51511 ____________________________________________________________________________
51512 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
51513         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
51514              From: David Dyck <dcd@tc.fluke.com>
51515              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
51516              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
51517      Branch: perl
51518            ! lib/perl5db.pl
51519 ____________________________________________________________________________
51520 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
51521         Log: Subject: utf8 regexp tests
51522              From: Hugo <hv@crypt.compulink.co.uk>
51523              Date: Fri, 25 May 2001 22:35:01 +0100
51524              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
51525      Branch: perl
51526            ! t/op/regexp.t
51527 ____________________________________________________________________________
51528 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
51529         Log: Subject: [PATCH] Re: stability of sort()?
51530              From: Nicholas Clark <nick@ccl4.org>
51531              Date: Fri, 25 May 2001 22:40:19 +0100
51532              Message-ID: <20010525224019.B86445@plum.flirble.org>
51533      Branch: perl
51534            ! pod/perlfunc.pod
51535 ____________________________________________________________________________
51536 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
51537         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
51538              From: John Peacock <jpeacock@rowman.com>
51539              Date: Thu, 24 May 2001 22:14:01 -0400
51540              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
51541      Branch: perl
51542            ! mg.c scope.c sv.c
51543 ____________________________________________________________________________
51544 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
51545         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
51546              From: Nicholas Clark <nick@ccl4.org>
51547              Date: Sun, 20 May 2001 19:24:13 +0100
51548              Message-ID: <20010520192413.G83222@plum.flirble.org>
51549      Branch: perl
51550            + lib/ExtUtils/Constant.pm t/lib/extutils.t
51551            ! MANIFEST utils/h2xs.PL
51552 ____________________________________________________________________________
51553 [ 10212] By: nick                                  on 2001/05/26  09:49:28
51554         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
51555              add a few more notes there on use of mortals on the stack.
51556      Branch: perlio
51557            ! pod/perlguts.pod
51558 ____________________________________________________________________________
51559 [ 10211] By: nick                                  on 2001/05/26  09:05:36
51560         Log: Integrate mainline
51561      Branch: perlio
51562           +> t/lib/fcntl.t t/pragma/vars.t
51563           !> (integrate 49 files)
51564 ____________________________________________________________________________
51565 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
51566         Log: Update Changes.
51567      Branch: perl
51568            ! Changes patchlevel.h
51569 ____________________________________________________________________________
51570 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
51571         Log: Based on
51572              
51573              Subject: [PATCH pp.c] Wrapping pack("C",256)
51574              From: Simon Cozens <simon@netthink.co.uk>
51575              Date: Sat, 12 May 2001 17:58:41 +0100
51576              Message-ID: <20010512175841.A6132@netthink.co.uk>
51577      Branch: perl
51578            ! pod/perldiag.pod pp.c t/pragma/warn/pp
51579 ____________________________________________________________________________
51580 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
51581         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
51582              From: "Brendan O'Dea" <bod@compusol.com.au>
51583              Date: Fri, 25 May 2001 11:18:29 +1000
51584              Message-ID: <20010525111829.A28411@compusol.com.au>
51585              
51586              (Slightly modified.)
51587      Branch: perl
51588            ! lib/Term/Cap.pm
51589 ____________________________________________________________________________
51590 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
51591         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
51592              From: Hugo <hv@crypt.compulink.co.uk>
51593              Date: Fri, 25 May 2001 02:13:25 +0100
51594              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
51595      Branch: perl
51596            ! t/op/misc.t
51597 ____________________________________________________________________________
51598 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
51599         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
51600              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
51601              Date: Fri, 25 May 2001 10:25:36 +0900
51602              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
51603      Branch: perl
51604            ! regcomp.c regexec.c
51605 ____________________________________________________________________________
51606 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
51607         Log: Subject: [PATCH #2] stash autovivification and method call error messages
51608              From: Ilmari Karonen <iltzu@sci.fi>
51609              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
51610              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
51611      Branch: perl
51612            ! gv.c pp_hot.c t/op/method.t
51613 ____________________________________________________________________________
51614 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
51615         Log: Add make target and documentation for gprof profiling.
51616      Branch: perl
51617            ! Makefile.SH pod/perlhack.pod
51618 ____________________________________________________________________________
51619 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
51620         Log: Subject: Don't think about UTF8 
51621              From: Mike Guy <mjtg@cam.ac.uk> 
51622              Date: Tue, 22 May 2001 14:35:39 +0100
51623              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
51624      Branch: perl
51625            ! sv.h
51626 ____________________________________________________________________________
51627 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
51628         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
51629              From: Geraint A Edwards <gedge@serf.org> 
51630              Date: Thu, 24 May 2001 22:51:24 +0100
51631              Message-Id: <20010524225124.A34981@cymru.serf.org>
51632      Branch: perl
51633            ! x2p/find2perl.PL
51634 ____________________________________________________________________________
51635 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
51636         Log: DB_File has its own attribute story.
51637      Branch: perl
51638            ! ext/DB_File/DB_File.xs
51639 ____________________________________________________________________________
51640 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
51641         Log: Subject: Re: Making perl with -Wall
51642              From: Andy Dougherty <doughera@lafayette.edu>
51643              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
51644              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
51645      Branch: perl
51646            ! perl.h
51647 ____________________________________________________________________________
51648 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
51649         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
51650              From: "Richard Soderberg" <rs@crystalflame.net>
51651              Date: Thu, 24 May 2001 08:58:16 -0700
51652              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
51653      Branch: perl
51654            ! sv.c
51655 ____________________________________________________________________________
51656 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
51657         Log: IV/UV casting fixes from Nicholas Clark.
51658      Branch: perl
51659            ! perl.h pp_sys.c util.c
51660 ____________________________________________________________________________
51661 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
51662         Log: Subject: Re: Making perl with -Wall
51663              From: Michael G Schwern <schwern@pobox.com>
51664              Date: Thu, 24 May 2001 15:40:28 +0100
51665              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
51666      Branch: perl
51667            ! malloc.c perl.h
51668 ____________________________________________________________________________
51669 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
51670         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
51671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51672              Date: Tue, 22 May 2001 11:49:37 +0200
51673              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
51674      Branch: metaconfig
51675            ! U/modified/Oldsym.U
51676      Branch: metaconfig/U/perl
51677            ! patchlevel.U
51678      Branch: perl
51679            ! Configure config_h.SH myconfig.SH
51680 ____________________________________________________________________________
51681 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
51682         Log: Under versiononly install also the scripts with the version suffix.
51683              (e.g. .../bin/h2xs5.7.1)
51684      Branch: perl
51685            ! installperl
51686 ____________________________________________________________________________
51687 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
51688         Log: Subject: [PATCH] Stop segfault in mg.c:636
51689              From: "Richard Soderberg" <rs@crystalflame.net>
51690              Date: Thu, 24 May 2001 05:51:52 -0700
51691              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
51692      Branch: perl
51693            ! mg.c
51694 ____________________________________________________________________________
51695 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
51696         Log: Iteration continues; hopefully convergently.
51697      Branch: perl
51698            ! t/lib/b-stash.t
51699 ____________________________________________________________________________
51700 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
51701         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
51702              From: Gisle Aas <gisle@ActiveState.com>
51703              Date: 23 May 2001 16:13:10 -0700
51704              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
51705      Branch: perl
51706            ! op.c toke.c
51707 ____________________________________________________________________________
51708 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
51709         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
51710              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51711              Date: Thu, 24 May 2001 05:05:22 -0500
51712              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
51713      Branch: perl
51714            ! lib/dumpvar.pl lib/perl5db.pl
51715 ____________________________________________________________________________
51716 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
51717         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
51718              From: David Dyck <dcd@tc.fluke.com>
51719              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
51720              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
51721      Branch: perl
51722            ! lib/perl5db.pl
51723 ____________________________________________________________________________
51724 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
51725         Log: Tiny pod nits on READMEs, mostly whitespace issues.
51726      Branch: perl
51727            ! README.amiga README.dos README.macos README.mpeix README.vmesa
51728            ! README.win32
51729 ____________________________________________________________________________
51730 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
51731         Log: The DG/UX part of the 20010521.005.
51732      Branch: perl
51733            ! README.dgux
51734 ____________________________________________________________________________
51735 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
51736         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
51737              From: Hugo <hv@crypt.compulink.co.uk>
51738              Date: Mon, 21 May 2001 16:32:02 +0100
51739              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
51740      Branch: perl
51741            ! regcomp.c t/op/misc.t
51742 ____________________________________________________________________________
51743 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
51744         Log: Subject: [PATCH] Extra UNIVERSAL tests
51745              From: Mike Guy <mjtg@cam.ac.uk>
51746              Date: Wed, 23 May 2001 12:29:20 +0100
51747              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
51748      Branch: perl
51749            ! t/op/universal.t
51750 ____________________________________________________________________________
51751 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
51752         Log: Subject: [PATCH] Remove EQ keyword
51753              From: Mike Guy <mjtg@cam.ac.uk>
51754              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
51755              Date: Wed, 23 May 2001 11:17:29 +0100
51756      Branch: perl
51757            ! keywords.h keywords.pl
51758 ____________________________________________________________________________
51759 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
51760         Log: Subject: [PATCH] lib/perl5db.pl
51761              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51762              Date: Wed, 23 May 2001 02:18:03 -0500
51763              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
51764      Branch: perl
51765            ! lib/perl5db.pl
51766 ____________________________________________________________________________
51767 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
51768         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
51769              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51770              Date: Tue, 22 May 2001 23:34:41 -0500
51771              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
51772      Branch: perl
51773            ! lib/Term/Cap.pm
51774 ____________________________________________________________________________
51775 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
51776         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
51777              From: davem@fdgroup.co.uk
51778              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
51779              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
51780      Branch: perl
51781            ! emacs/e2ctags.pl
51782 ____________________________________________________________________________
51783 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
51784         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
51785              From: Michael G Schwern <schwern@pobox.com>
51786              Date: Tue, 22 May 2001 14:15:09 +0100
51787              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
51788      Branch: perl
51789            ! lib/vars.pm
51790 ____________________________________________________________________________
51791 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
51792         Log: Subject: [PATCH lib/vars.pm] Odd code nit
51793              From: Michael G Schwern <schwern@pobox.com>
51794              Date: Tue, 22 May 2001 14:14:28 +0100
51795              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
51796      Branch: perl
51797            ! lib/vars.pm
51798 ____________________________________________________________________________
51799 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
51800         Log: Use the new use vars feature.
51801      Branch: perl
51802            ! t/lib/b-stash.t
51803 ____________________________________________________________________________
51804 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
51805         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
51806              From: Mike Guy <mjtg@cam.ac.uk>
51807              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51808              Date: Tue, 22 May 2001 13:11:39 +0100
51809      Branch: perl
51810            + t/pragma/vars.t
51811            ! MANIFEST lib/vars.pm t/lib/1_compile.t
51812 ____________________________________________________________________________
51813 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
51814         Log: -qlongdouble considered harmful by Merijn.
51815      Branch: perl
51816            ! hints/aix.sh
51817 ____________________________________________________________________________
51818 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
51819         Log: Update Changes.
51820      Branch: perl
51821            ! Changes patchlevel.h
51822 ____________________________________________________________________________
51823 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
51824         Log: Add a test of its very own for Fcntl.  Hopefully portable.
51825      Branch: perl
51826            + t/lib/fcntl.t
51827            ! MANIFEST
51828 ____________________________________________________________________________
51829 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
51830         Log: Must be trickier for 'minitest' not to die.
51831      Branch: perl
51832            ! t/op/taint.t
51833 ____________________________________________________________________________
51834 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
51835         Log: Can't declare other people's variables.
51836      Branch: perl
51837            ! t/lib/b-stash.t
51838 ____________________________________________________________________________
51839 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
51840         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
51841      Branch: perl
51842            ! doio.c t/op/taint.t
51843 ____________________________________________________________________________
51844 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
51845         Log: The OS/2 variable needs to be declared.
51846      Branch: perl
51847            ! t/lib/b-stash.t
51848 ____________________________________________________________________________
51849 [ 10170] By: nick                                  on 2001/05/20  16:48:29
51850         Log: Integrate mainline
51851      Branch: perlio
51852           !> (integrate 41 files)
51853 ____________________________________________________________________________
51854 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
51855         Log: Small perlsec updates: clarify the taintedness of filename
51856              globbing; suggest using Scalar::Util::tainted().
51857      Branch: perl
51858            ! pod/perlsec.pod
51859 ____________________________________________________________________________
51860 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
51861         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
51862              From: Dave Mitchell <davem@fdgroup.co.uk>
51863              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
51864              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
51865      Branch: perl
51866            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
51867            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
51868            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
51869            ! xsutils.c
51870 ____________________________________________________________________________
51871 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
51872         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
51873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51874              Date: Sat, 19 May 2001 04:08:46 -0400
51875              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
51876      Branch: perl
51877            ! lib/ExtUtils/Mksymlists.pm makedef.pl
51878 ____________________________________________________________________________
51879 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
51880         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
51881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51882              Date: Sat, 19 May 2001 04:30:45 -0400
51883              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
51884      Branch: perl
51885            ! os2/os2.c
51886 ____________________________________________________________________________
51887 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
51888         Log: Subject: [PATCH 5.6.1] build bugs OS/2
51889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51890              Date: Sat, 19 May 2001 04:35:28 -0400
51891              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
51892      Branch: perl
51893            ! os2/Makefile.SHs os2/os2.c
51894 ____________________________________________________________________________
51895 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
51896         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
51897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51898              Date: Sat, 19 May 2001 04:04:23 -0400
51899              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
51900              
51901              (In bleadperl patched b-stash.t instead of b.t)
51902      Branch: perl
51903            ! t/lib/b-stash.t t/lib/bigfltpm.t
51904 ____________________________________________________________________________
51905 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
51906         Log: Subject: [PATCH 5.6.1] perl5db
51907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51908              Date: Sat, 19 May 2001 03:49:09 -0400
51909              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
51910      Branch: perl
51911            ! lib/perl5db.pl
51912 ____________________________________________________________________________
51913 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
51914         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
51915              From: Gisle Aas <gisle@ActiveState.com>
51916              Date: 18 May 2001 14:24:51 -0700
51917              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
51918      Branch: perl
51919            ! pp_ctl.c
51920 ____________________________________________________________________________
51921 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
51922         Log: Subject: [PATCH] Chomp should not always stringify
51923              From: Gisle Aas <gisle@ActiveState.com>
51924              Date: 18 May 2001 07:55:25 -0700
51925              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
51926      Branch: perl
51927            ! doop.c t/op/chop.t
51928 ____________________________________________________________________________
51929 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
51930         Log: Integrate perlio.
51931      Branch: perl
51932           !> pod/perlfunc.pod
51933 ____________________________________________________________________________
51934 [ 10159] By: nick                                  on 2001/05/20  09:39:46
51935         Log: Document some more of open's features.
51936      Branch: perlio
51937            ! pod/perlfunc.pod
51938 ____________________________________________________________________________
51939 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
51940         Log: back out change#10153 (it has compatibility issues such as the
51941              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
51942              benefit for 5.6.x doesn't seem worth the risk)
51943      Branch: maint-5.6/perl
51944            ! toke.c
51945 ____________________________________________________________________________
51946 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
51947         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
51948      Branch: perl
51949            ! x2p/s2p.PL
51950 ____________________________________________________________________________
51951 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
51952         Log: Update Changes.
51953      Branch: perl
51954            ! Changes patchlevel.h
51955 ____________________________________________________________________________
51956 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
51957         Log: Integrate change #10144 from maintperl.
51958              
51959              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
51960      Branch: perl
51961           !> win32/config.bc win32/config.gc win32/config.vc
51962           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51963 ____________________________________________________________________________
51964 [ 10154] By: nick                                  on 2001/05/18  07:23:03
51965         Log: Integrate mainline.
51966      Branch: perlio
51967           +> README.dgux t/lib/i18n-collate.t utils.lst
51968           !> (integrate 49 files)
51969 ____________________________________________________________________________
51970 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
51971         Log: Integrate change #7224 from mainline into maintperl.
51972              
51973              Allow @+ and @- to be doublequoted, from Simon Cozens. 
51974              (Approved by Larry, see Tom's comment in 20000830.005.)
51975      Branch: maint-5.6/perl
51976           !> toke.c
51977 ____________________________________________________________________________
51978 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
51979         Log: Subject: [PATCH bleadperl] small lookbehind fix
51980              From: Hugo <hv@crypt.compulink.co.uk>
51981              Date: Fri, 18 May 2001 00:07:19 +0100
51982              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
51983      Branch: perl
51984            ! regexec.c
51985 ____________________________________________________________________________
51986 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
51987         Log: Detypos.
51988      Branch: perl
51989            ! installman utils.lst
51990 ____________________________________________________________________________
51991 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
51992         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
51993              in 20001222.001.
51994      Branch: perl
51995            ! t/lib/glob-basic.t
51996 ____________________________________________________________________________
51997 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
51998         Log: Subject: [PATCH] Test for bug 20010515.004
51999              From: Benjamin Sugars <bsugars@canoe.ca>
52000              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
52001              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
52002      Branch: perl
52003            ! t/op/misc.t
52004 ____________________________________________________________________________
52005 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
52006         Log: Integrate #10145 from maintperl.
52007              
52008              fix for ID 20010515.004 (needs test)
52009      Branch: perl
52010           !> pp_hot.c
52011 ____________________________________________________________________________
52012 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
52013         Log: Thinko noticed by Doug MacEachern.
52014      Branch: perl
52015            ! thread.h
52016 ____________________________________________________________________________
52017 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
52018         Log: Subject: Re: [PATCH] HERE mark in regex
52019              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52020              Date: Thu, 17 May 2001 12:20:33 -0400
52021              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
52022      Branch: perl
52023            ! t/op/re_tests
52024 ____________________________________________________________________________
52025 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
52026         Log: fix for ID 20010515.004 (needs test)
52027      Branch: maint-5.6/perl
52028            ! pp_hot.c
52029 ____________________________________________________________________________
52030 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
52031         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
52032      Branch: maint-5.6/perl
52033            ! win32/config.bc win32/config.gc win32/config.vc
52034            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52035 ____________________________________________________________________________
52036 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
52037         Log: Macrofy the getspecific (and use it also in util.c)
52038      Branch: perl
52039            ! thread.h util.c
52040 ____________________________________________________________________________
52041 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
52042         Log: Use the unchecked thread-specific key fetch also in Tru64.
52043      Branch: perl
52044            ! thread.h
52045 ____________________________________________________________________________
52046 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
52047         Log: Subject: [PATCH 5.6.1]Quick thread speedup
52048              From: Dan Sugalski <dan@sidhe.org> 
52049              Date: Wed, 16 May 2001 18:05:19 -0400
52050              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
52051      Branch: perl
52052            ! thread.h util.c
52053 ____________________________________________________________________________
52054 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
52055         Log: I think this is quite enough testing for a deprecated feature.
52056      Branch: perl
52057            + t/lib/i18n-collate.t
52058            ! MANIFEST t/lib/1_compile.t
52059 ____________________________________________________________________________
52060 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
52061         Log: More HP-UX lore from Jeff Okamoto.
52062      Branch: perl
52063            ! README.hpux
52064 ____________________________________________________________________________
52065 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
52066         Log: Sort utils.lst for easier maintenance.
52067      Branch: perl
52068            ! utils.lst
52069 ____________________________________________________________________________
52070 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
52071         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
52072              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52073              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
52074              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
52075              
52076              Add pod2latex to utils.lst.
52077      Branch: perl
52078            ! MANIFEST utils.lst
52079 ____________________________________________________________________________
52080 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
52081         Log: Subject: Re: [PATCH] HERE mark in regex
52082              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52083              Date: Wed, 16 May 2001 13:04:43 -0400
52084              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
52085      Branch: perl
52086            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52087            ! t/op/regmesg.t t/pragma/warn/regcomp
52088 ____________________________________________________________________________
52089 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
52090         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
52091              From: Simon Cozens <simon@netthink.co.uk>
52092              Date: Wed, 16 May 2001 18:02:08 +0100
52093              Message-ID: <20010516180208.A6458@netthink.co.uk>
52094      Branch: perl
52095            ! installman utils.lst
52096 ____________________________________________________________________________
52097 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
52098         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
52099              From: "Philip Newton" <pnewton@gmx.de>
52100              Date: Tue, 15 May 2001 15:09:30 +0200
52101              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
52102              
52103              Test case for #10128.
52104      Branch: perl
52105            ! t/pragma/warn/pp_hot
52106 ____________________________________________________________________________
52107 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
52108         Log: Update Changes.
52109      Branch: perl
52110            ! Changes patchlevel.h
52111 ____________________________________________________________________________
52112 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
52113         Log: Deprecate pseudo-hashes.
52114      Branch: perl
52115            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
52116 ____________________________________________________________________________
52117 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
52118         Log: HP-UX hints update from Merijn.
52119      Branch: perl
52120            ! hints/hpux.sh
52121 ____________________________________________________________________________
52122 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
52123         Log: README.hpux update from Merijn.
52124      Branch: perl
52125            ! README.hpux
52126 ____________________________________________________________________________
52127 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
52128         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
52129              From: Simon Cozens <simon@netthink.co.uk>
52130              Date: Wed, 16 May 2001 15:57:55 +0100
52131              Message-ID: <20010516155755.A4728@netthink.co.uk>
52132      Branch: perl
52133            + utils.lst
52134            ! MANIFEST installman installperl
52135 ____________________________________________________________________________
52136 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
52137         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
52138              From: "Philip Newton" <pnewton@gmx.de>
52139              Date: Tue, 15 May 2001 16:31:05 +0200
52140              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
52141              
52142              Fix PERL_Y2KWARN test to check before rather than after appending.
52143      Branch: perl
52144            ! pp_hot.c
52145 ____________________________________________________________________________
52146 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
52147         Log: Regen Porting stuff.
52148      Branch: perl
52149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52150            ! config_h.SH
52151 ____________________________________________________________________________
52152 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
52153         Log: Metaconfig unit change for #10125.
52154      Branch: metaconfig
52155            ! U/modified/Oldconfig.U
52156 ____________________________________________________________________________
52157 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
52158         Log: Use OSVERS.
52159      Branch: perl
52160            ! Configure config_h.SH perl.c
52161 ____________________________________________________________________________
52162 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
52163         Log: Regen toc.
52164      Branch: perl
52165            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52166 ____________________________________________________________________________
52167 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
52168         Log: Adding the README.dgux to the MANIFEST would be a good idea.
52169      Branch: perl
52170            ! MANIFEST
52171 ____________________________________________________________________________
52172 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
52173         Log: Move the stack desire definition to thread.h.
52174      Branch: perl
52175            ! ext/Thread/Thread.xs thread.h
52176 ____________________________________________________________________________
52177 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
52178         Log: DG-UX threading patches, including a README.dgux,
52179              from Takis Psarogiannakopoulos.
52180      Branch: perl
52181            + README.dgux
52182            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
52183 ____________________________________________________________________________
52184 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
52185         Log: Subject: [PATCH B::Deparse] More on /x regexes
52186              From: Robin Houston <robin@kitsite.com>
52187              Date: Tue, 15 May 2001 19:09:35 +0100
52188              Message-ID: <20010515190935.A27268@penderel>
52189      Branch: perl
52190            ! ext/B/B/Deparse.pm
52191 ____________________________________________________________________________
52192 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
52193         Log: Document that the core time() may be rounding rather
52194              than truncating, would have saved at least my confusion.
52195      Branch: perl
52196            ! ext/Time/HiRes/HiRes.pm
52197 ____________________________________________________________________________
52198 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
52199         Log: Subject: perl-current/t/time-hires.t
52200              From: John Peacock <jpeacock@rowman.com>
52201              Date: Fri, 11 May 2001 14:09:41 -0400
52202              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
52203      Branch: perl
52204            ! t/lib/time-hires.t
52205 ____________________________________________________________________________
52206 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
52207         Log: Subject: [PATCH dump.c] Op private flags
52208              From: Simon Cozens <simon@netthink.co.uk>
52209              Date: Sun, 13 May 2001 20:20:36 +0100
52210              Message-ID: <20010513202036.A21896@netthink.co.uk>
52211      Branch: perl
52212            ! dump.c
52213 ____________________________________________________________________________
52214 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
52215         Log: Upgrade to Switch 2.03.
52216      Branch: perl
52217            ! lib/Switch.pm
52218 ____________________________________________________________________________
52219 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
52220         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
52221              to PERL_CONFIG_SH and use it consistently.
52222      Branch: maint-5.6/perl
52223           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
52224           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
52225           !> myconfig.SH writemain.SH
52226 ____________________________________________________________________________
52227 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
52228         Log: Metaconfig units changes for #10113.
52229      Branch: metaconfig
52230            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
52231 ____________________________________________________________________________
52232 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
52233         Log: The problem described in 20010514.031 still wasn't
52234              fully cured, there were remnants of $CONFIG when
52235              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
52236              to avoid future conflicts.
52237      Branch: perl
52238            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
52239            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
52240            ! myconfig.SH writemain.SH
52241 ____________________________________________________________________________
52242 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
52243         Log: Half of #10107 got lost.
52244      Branch: perl
52245            ! ext/B/B/Deparse.pm
52246 ____________________________________________________________________________
52247 [ 10111] By: nick                                  on 2001/05/15  08:39:14
52248         Log: Integrate mainline.
52249      Branch: perlio
52250           +> ext/POSIX/hints/uts.pl
52251            - Todo Todo-5.6 t/camel-III/vstring.t
52252           !> (integrate 48 files)
52253 ____________________________________________________________________________
52254 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
52255         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
52256              From: Robin Houston <robin@kitsite.com>
52257              Date: Mon, 14 May 2001 22:27:08 +0100
52258              Message-ID: <20010514222708.A22963@penderel>
52259      Branch: perl
52260            ! t/TestInit.pm
52261 ____________________________________________________________________________
52262 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
52263         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
52264              From: Robin Houston <robin@kitsite.com>
52265              Date: Mon, 14 May 2001 22:16:43 +0100
52266              Message-ID: <20010514221643.A22437@penderel>
52267      Branch: perl
52268            ! ext/B/B/Deparse.pm
52269 ____________________________________________________________________________
52270 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
52271         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
52272              From: Robin Houston <robin@kitsite.com>
52273              Date: Mon, 14 May 2001 22:03:44 +0100
52274              Message-ID: <20010514220344.A20643@penderel>
52275      Branch: perl
52276            ! ext/B/B/Deparse.pm
52277 ____________________________________________________________________________
52278 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
52279         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
52280              From: Robin Houston <robin@kitsite.com>
52281              Date: Mon, 14 May 2001 22:10:07 +0100
52282              Message-ID: <20010514221007.A21118@penderel>
52283      Branch: perl
52284            ! ext/B/B/Deparse.pm
52285 ____________________________________________________________________________
52286 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
52287         Log: Fix for 20010514.037; substr() didn't invalidate the locale
52288              collation magic.
52289      Branch: perl
52290            ! pp.c
52291 ____________________________________________________________________________
52292 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
52293         Log: Update Changes.
52294      Branch: perl
52295            ! Changes patchlevel.h
52296 ____________________________________________________________________________
52297 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
52298         Log: Retract #10094.
52299      Branch: perl
52300            ! lib/Pod/Text.pm
52301 ____________________________________________________________________________
52302 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
52303         Log: Integrate change #10100 from maintperl.
52304              
52305              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
52306              bug ID 20010514.027)
52307      Branch: perl
52308           !> mg.c pp_ctl.c
52309 ____________________________________________________________________________
52310 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
52311         Log: Document the deprecatedness of suidperl.
52312      Branch: perl
52313            ! INSTALL pod/perlfaq1.pod
52314 ____________________________________________________________________________
52315 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
52316         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
52317              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52318              Date: Mon, 14 May 2001 09:38:59 -0400
52319              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
52320      Branch: perl
52321            ! lib/ExtUtils/MM_Unix.pm
52322 ____________________________________________________________________________
52323 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
52324         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
52325              bug ID 20010514.027)
52326              
52327              TODO: this needs a testsuite addition
52328      Branch: maint-5.6/perl
52329            ! mg.c pp_ctl.c
52330 ____________________________________________________________________________
52331 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
52332         Log: More DWIMminess for Class::Struct: calling the array or hash
52333              accessors only with one argument, an array or a hash reference,
52334              sets the underlying array or hash.  This mirrors nicely also
52335              the usage in the constructor.
52336              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
52337      Branch: perl
52338            ! lib/Class/Struct.pm t/lib/class-struct.t
52339 ____________________________________________________________________________
52340 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
52341         Log: Reference cmp'ing should go through the whole stringification
52342              process shebang, as pointed out by Sarathy in #10091.
52343      Branch: perl
52344            ! pp.c
52345 ____________________________________________________________________________
52346 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
52347         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
52348              From: Simon Cozens <simon@netthink.co.uk>
52349              Date: Sat, 12 May 2001 16:36:27 +0100
52350              Message-ID: <20010512163627.A5522@netthink.co.uk>
52351              
52352              with some additions salvaged from Todo and Todo-5.6 before
52353              retiring them.
52354      Branch: perl
52355            - Todo Todo-5.6
52356            ! MANIFEST pod/perltodo.pod
52357 ____________________________________________________________________________
52358 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
52359         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
52360              From: "Golubev I. N." <gin@mo.msk.ru>
52361              Date: Mon, 07 May 2001 14:33:34 (GMT)
52362              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
52363      Branch: perl
52364            ! perl.h
52365 ____________________________________________________________________________
52366 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
52367         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
52368              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52369              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
52370              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
52371      Branch: perl
52372            ! lib/ExtUtils/MM_Unix.pm
52373 ____________________________________________________________________________
52374 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
52375         Log: (Retracted by #10104.)
52376              
52377              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
52378              From: barries <barries@slaysys.com>
52379              Date: Sat, 12 May 2001 01:28:10 -0400
52380              Message-ID: <20010512012810.B26358@jester.slaysys.com>
52381      Branch: perl
52382            ! lib/Pod/Text.pm
52383 ____________________________________________________________________________
52384 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
52385         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
52386              From: Mike Guy <mjtg@cam.ac.uk>
52387              Date: Sat, 12 May 2001 19:24:33 +0100
52388              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
52389      Branch: perl
52390            ! lib/AutoSplit.pm
52391 ____________________________________________________________________________
52392 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
52393         Log: Yet another HP-UX hints tweak from Merijn.
52394      Branch: perl
52395            ! hints/hpux.sh
52396 ____________________________________________________________________________
52397 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
52398         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
52399              isn't defined (changes#9366,9368,9370 from mainline without the
52400              pp_scmp() change)
52401      Branch: maint-5.6/perl
52402            ! pp.c pp.h pp_hot.c
52403 ____________________________________________________________________________
52404 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
52405         Log: The sorting seems to happen now automatically.
52406      Branch: perl
52407            ! t/lib/glob-basic.t
52408 ____________________________________________________________________________
52409 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
52410         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
52411              From: Benjamin Sugars <bsugars@canoe.ca>
52412              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
52413              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
52414      Branch: perl
52415            ! pod/perlfunc.pod
52416 ____________________________________________________________________________
52417 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
52418         Log: Subject: Re: undef(&foo) does not work for XS functions
52419              From: Doug MacEachern <dougm@covalent.net>
52420              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
52421              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
52422      Branch: perl
52423            ! op.c
52424 ____________________________________________________________________________
52425 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
52426         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
52427              From: Peter Prymmer <pvhp@forte.com>
52428              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
52429              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
52430      Branch: perl
52431            ! t/op/append.t
52432 ____________________________________________________________________________
52433 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
52434         Log: Update Changes.
52435      Branch: perl
52436            ! Changes patchlevel.h
52437 ____________________________________________________________________________
52438 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
52439         Log: Remove the 'asciir' re subpragma.  Should instead implement
52440              the 'physical vs logical' range scheme:
52441              
52442              \xAA-\xCC is a native physical range, you want that range of
52443              codepoints in your native encoding.  In EBCDIC the codepoints
52444              in the gaps (between i-j and r-s) should be included.
52445              
52446              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
52447              codepoints in Unicode.
52448              
52449              a-z is a logical range, you want that range of 'logical' codepoints
52450              in your native encoding.  In EBCDIC the codepoints in the gaps
52451              (between i-j and r-s) should not be included.
52452              
52453              Mixed cases (a-\xAA, etc) should either be errors, or maybe
52454              the 'logical' endpoints should be converted to native/Unicode
52455              codepoints, and the range handled as a physical range.
52456              
52457              'Logical endpoints' are to be recognized only in the A-Z, a-z,
52458              and 0-9 ranges.  Probably a warning should be given for mixed
52459              cases like A-z or a-9 (since such expressions are encoding
52460              dependent), with a recommendation to use physical ranges.
52461      Branch: perl
52462            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
52463            ! t/op/regexp.t
52464 ____________________________________________________________________________
52465 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
52466         Log: Make the test to cleanup the test directory tree
52467              both before and after the testing so that we always
52468              have a clean slate to work with.
52469      Branch: perl
52470            ! t/lib/filefind.t
52471 ____________________________________________________________________________
52472 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
52473         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
52474              From: Jon Eveland <jweveland@yahoo.com>
52475              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
52476              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
52477      Branch: perl
52478            ! pod/perlfunc.pod
52479 ____________________________________________________________________________
52480 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
52481         Log: Merge the camel-III/vstring.t with op/ver.t.
52482      Branch: perl
52483            - t/camel-III/vstring.t
52484            ! MANIFEST t/TEST t/harness t/op/ver.t
52485 ____________________________________________________________________________
52486 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
52487         Log: Add test.deparse make target.
52488      Branch: perl
52489            ! Makefile.SH
52490 ____________________________________________________________________________
52491 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
52492         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
52493              From: Robin Houston <robin@kitsite.com>
52494              Date: Fri, 11 May 2001 12:02:22 +0100
52495              Message-ID: <20010511120222.A11529@penderel>
52496      Branch: perl
52497            ! ext/B/B/Deparse.pm t/op/method.t
52498 ____________________________________________________________________________
52499 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
52500         Log: A nicely working combination for UTS from Hal Morris.
52501      Branch: perl
52502            + ext/POSIX/hints/uts.pl
52503            ! MANIFEST hints/uts.sh
52504 ____________________________________________________________________________
52505 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
52506         Log: i_ieeefp=undef for UTS.
52507      Branch: perl
52508            ! hints/uts.sh
52509 ____________________________________________________________________________
52510 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
52511         Log: Subject: RE: rand(0) is rand(1)
52512              From: Larry Shatzer <lshatzer@islanddata.com>
52513              Date: Thu, 10 May 2001 11:09:27 -0700
52514              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
52515      Branch: perl
52516            ! pod/perlfunc.pod
52517 ____________________________________________________________________________
52518 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
52519         Log: Subject: [patch] make op_{clear,null} public
52520              From: Doug MacEachern <dougm@covalent.net>
52521              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
52522              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
52523      Branch: perl
52524            ! embed.h embed.pl op.c proto.h
52525 ____________________________________________________________________________
52526 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
52527         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
52528              From: Robin Houston <robin@kitsite.com>
52529              Date: Thu, 10 May 2001 18:54:59 +0100
52530              Message-ID: <20010510185459.A5995@penderel>
52531      Branch: perl
52532            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
52533 ____________________________________________________________________________
52534 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
52535         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
52536              From: Robin Houston <robin@kitsite.com>
52537              Date: Thu, 10 May 2001 12:56:39 +0100
52538              Message-ID: <20010510125639.A2119@penderel>
52539      Branch: perl
52540            ! ext/B/B/Deparse.pm
52541 ____________________________________________________________________________
52542 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
52543         Log: Retract #10070, not ready yet.
52544      Branch: perl
52545            ! ext/B/B/Deparse.pm
52546 ____________________________________________________________________________
52547 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
52548         Log: The metaconfig unit change for #10071.
52549      Branch: metaconfig
52550            ! U/modified/mallocsrc.U
52551 ____________________________________________________________________________
52552 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
52553         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
52554      Branch: perl
52555            ! Configure
52556 ____________________________________________________________________________
52557 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
52558         Log: (Retracted by #10073)
52559              
52560              Subject: Re: [PATCH t/TEST] B::Deparse tester 
52561              From: Hugo <hv@crypt.compulink.co.uk>
52562              Date: Thu, 10 May 2001 05:48:09 +0100
52563              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
52564      Branch: perl
52565            ! ext/B/B/Deparse.pm
52566 ____________________________________________________________________________
52567 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
52568         Log: Add a for(func()) test.
52569      Branch: perl
52570            ! t/cmd/for.t
52571 ____________________________________________________________________________
52572 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
52573         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
52574              From: Robin Houston <robin@kitsite.com>
52575              Date: Thu, 10 May 2001 13:50:08 +0100
52576              Message-ID: <20010510135008.A2454@penderel>
52577      Branch: perl
52578            ! ext/B/B/Deparse.pm
52579 ____________________________________________________________________________
52580 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
52581         Log: A thinko in #10065.
52582      Branch: perl
52583            ! hv.c
52584 ____________________________________________________________________________
52585 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
52586         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
52587              From: Robin Houston <robin@kitsite.com>
52588              Date: Thu, 10 May 2001 02:10:34 +0100
52589              Message-ID: <20010510021034.A19421@penderel>
52590      Branch: perl
52591            ! ext/B/B.xs ext/B/B/Deparse.pm
52592 ____________________________________________________________________________
52593 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
52594         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
52595              From: Doug MacEachern <dougm@covalent.net>
52596              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
52597              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
52598      Branch: perl
52599            ! hv.c
52600 ____________________________________________________________________________
52601 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
52602         Log: One more workaround for the UTS compiler from Hal Morris.
52603      Branch: perl
52604            ! perl.h
52605 ____________________________________________________________________________
52606 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
52607         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
52608              From: Robin Houston <robin@kitsite.com>
52609              Date: Thu, 10 May 2001 01:02:08 +0100
52610              Message-ID: <20010510010208.A18200@penderel>
52611      Branch: perl
52612            ! ext/B/B/Debug.pm
52613 ____________________________________________________________________________
52614 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
52615         Log: Subject: [PATCH] Simplify deb_curcv() a bit
52616              From: Benjamin Sugars <bsugars@canoe.ca>
52617              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
52618              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
52619      Branch: perl
52620            ! run.c
52621 ____________________________________________________________________________
52622 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
52623         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
52624              From: Benjamin Sugars <bsugars@canoe.ca>
52625              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
52626              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
52627      Branch: perl
52628            ! t/lib/io_scalar.t
52629 ____________________________________________________________________________
52630 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
52631         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
52632              From: Peter Prymmer <pvhp@forte.com>
52633              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
52634              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
52635      Branch: perl
52636            ! t/lib/md5-file.t
52637 ____________________________________________________________________________
52638 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
52639         Log: Subject: [PATCH t/TEST] B::Deparse tester
52640              From: Robin Houston <robin@kitsite.com>
52641              Date: Wed, 9 May 2001 19:17:50 +0100
52642              Message-ID: <20010509191750.A16940@penderel>
52643      Branch: perl
52644            ! ext/B/O.pm t/TEST
52645 ____________________________________________________________________________
52646 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
52647         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
52648              From: Jeff Pinyan <jeffp@crusoe.net>
52649              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
52650              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
52651      Branch: perl
52652            ! lib/Pod/Html.pm
52653 ____________________________________________________________________________
52654 [ 10057] By: nick                                  on 2001/05/09  18:37:56
52655         Log: Integrate mainline.
52656      Branch: perlio
52657           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
52658           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
52659 ____________________________________________________________________________
52660 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
52661         Log: Update Changes.
52662      Branch: perl
52663            ! Changes patchlevel.h
52664 ____________________________________________________________________________
52665 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
52666         Log: Integrate perlio.
52667      Branch: perl
52668           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52669 ____________________________________________________________________________
52670 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
52671         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
52672              From: Benjamin Sugars <bsugars@canoe.ca>
52673              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
52674              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
52675      Branch: perl
52676            ! perlio.c
52677 ____________________________________________________________________________
52678 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
52679         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
52680              From: Benjamin Sugars <bsugars@canoe.ca>
52681              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
52682              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
52683      Branch: perl
52684            ! ext/PerlIO/Scalar/Scalar.xs
52685 ____________________________________________________________________________
52686 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
52687         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
52688              From: Jeff Pinyan <jeffp@crusoe.net>
52689              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
52690              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
52691      Branch: perl
52692            ! lib/Pod/Html.pm
52693 ____________________________________________________________________________
52694 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
52695         Log: EPOC tweak from Olaf Flebbe.
52696      Branch: perl
52697            ! epoc/epocish.h
52698 ____________________________________________________________________________
52699 [ 10050] By: nick                                  on 2001/05/09  14:37:57
52700         Log: win32, regen_config_h
52701      Branch: perlio
52702            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52703 ____________________________________________________________________________
52704 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
52705         Log: Integrate perlio.
52706      Branch: perl
52707           !> pp_sys.c
52708 ____________________________________________________________________________
52709 [ 10048] By: nick                                  on 2001/05/09  11:59:50
52710         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
52711              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
52712      Branch: perlio
52713            ! pp_sys.c
52714 ____________________________________________________________________________
52715 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
52716         Log: Integrate perlio.
52717      Branch: perl
52718           !> run.c
52719 ____________________________________________________________________________
52720 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
52721         Log: Subject: Re: Less warnings during configure
52722              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52723              Date: Wed, 09 May 2001 13:12:49 +0200
52724              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
52725      Branch: perl
52726            ! hints/hpux.sh
52727 ____________________________________________________________________________
52728 [ 10045] By: nick                                  on 2001/05/09  09:56:59
52729         Log: MULTIPLICITY/DEBUGGING build fix.
52730      Branch: perlio
52731            ! run.c
52732 ____________________________________________________________________________
52733 [ 10044] By: nick                                  on 2001/05/09  09:46:37
52734         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
52735      Branch: perlio
52736           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
52737            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
52738           !> (integrate 65 files)
52739 ____________________________________________________________________________
52740 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
52741         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
52742              From: Robin Houston <robin@kitsite.com>
52743              Date: Tue, 8 May 2001 19:38:00 +0100
52744              Message-ID: <20010508193800.A4389@penderel>
52745              
52746              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
52747              From: Robin Houston <robin@kitsite.com>
52748              Date: Tue, 8 May 2001 20:03:57 +0100
52749              Message-ID: <20010508200357.A4614@penderel>
52750              
52751              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
52752              From: Robin Houston <robin@kitsite.com>
52753              Date: Wed, 9 May 2001 00:12:05 +0100
52754              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
52755      Branch: perl
52756            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
52757 ____________________________________________________________________________
52758 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
52759         Log: Retract #10031.
52760      Branch: perl
52761            ! pod/perlfunc.pod
52762 ____________________________________________________________________________
52763 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
52764         Log: The metaconfig unit changes for #10040.
52765      Branch: metaconfig/U/perl
52766            ! Checkcc.U d_dlsymun.U dlsrc.U
52767 ____________________________________________________________________________
52768 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
52769         Log: The Configure half of
52770              
52771              Subject: Less warnings during configure
52772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52773              Date: Tue, 08 May 2001 08:44:02 +0200
52774              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
52775      Branch: perl
52776            ! Configure
52777 ____________________________________________________________________________
52778 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
52779         Log: Subject: Less warnings during configure
52780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52781              Date: Tue, 08 May 2001 08:44:02 +0200
52782              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
52783      Branch: perl
52784            ! hints/hpux.sh
52785 ____________________________________________________________________________
52786 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
52787         Log: Don't forget to whine about \d__\d.
52788      Branch: perl
52789            ! t/pragma/warn/toke toke.c
52790 ____________________________________________________________________________
52791 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
52792         Log: Allow underscores also in the exponent part.
52793      Branch: perl
52794            ! t/pragma/warn/toke toke.c
52795 ____________________________________________________________________________
52796 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
52797         Log: CodeMagicCD doesn't look like an *I*DE.
52798      Branch: perl
52799            ! pod/perlfaq3.pod
52800 ____________________________________________________________________________
52801 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
52802         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
52803              to be consistently down).
52804      Branch: perl
52805            ! pod/perlfaq3.pod
52806 ____________________________________________________________________________
52807 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
52808         Log: Upgrade to Text::Balanced 1.84.
52809      Branch: perl
52810            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
52811 ____________________________________________________________________________
52812 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
52813         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
52814              From: Benjamin Sugars <bsugars@canoe.ca>
52815              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
52816              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
52817      Branch: perl
52818            ! run.c
52819 ____________________________________________________________________________
52820 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
52821         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
52822              From: Peter Prymmer <pvhp@forte.com>
52823              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
52824              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
52825      Branch: perl
52826            ! t/pod/plainer.t
52827 ____________________________________________________________________________
52828 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
52829         Log: (Retracted by #10042)
52830              
52831              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
52832              From: "Philip Newton" <pnewton@gmx.de>
52833              Date: Tue, 8 May 2001 09:18:10 +0200
52834              Message-ID: <3AF7B9D2.28861.603732@localhost>
52835      Branch: perl
52836            ! pod/perlfunc.pod
52837 ____________________________________________________________________________
52838 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
52839         Log: Subject: [PATCH B::Deparse] Document known bugs
52840              From: Robin Houston <robin@kitsite.com>
52841              Date: Tue, 8 May 2001 01:53:34 +0100
52842              Message-ID: <20010508015334.A32394@penderel>
52843      Branch: perl
52844            ! ext/B/B/Deparse.pm
52845 ____________________________________________________________________________
52846 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
52847         Log: Subject: Re: Perl book, magazine and website updates.
52848              From: "Philip Newton" <pnewton@gmx.de>
52849              Date: Mon, 7 May 2001 17:03:58 +0200
52850              Message-ID: <3AF6D57E.5387.1E29930@localhost>
52851      Branch: perl
52852            ! pod/perlfaq2.pod
52853 ____________________________________________________________________________
52854 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
52855         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
52856              From: Peter Prymmer <pvhp@forte.com>
52857              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
52858              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
52859      Branch: perl
52860            ! t/io/fflush.t
52861 ____________________________________________________________________________
52862 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
52863         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
52864              From: Robin Houston <robin@kitsite.com>
52865              Date: Tue, 8 May 2001 01:14:55 +0100
52866              Message-ID: <20010508011455.A32162@penderel>
52867      Branch: perl
52868            ! ext/B/B/Deparse.pm
52869 ____________________________________________________________________________
52870 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
52871         Log: Typo in #10025.
52872      Branch: perl
52873            ! hints/uts.sh
52874 ____________________________________________________________________________
52875 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
52876         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
52877      Branch: perl
52878            ! hints/uts.sh
52879 ____________________________________________________________________________
52880 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
52881         Log: Subject: Re: [ID 20010506.045] question about hash syntax
52882              From: Peter Scott <Peter@PSDT.com>
52883              Date: Sun, 06 May 2001 13:10:40 -0700
52884              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
52885      Branch: perl
52886            ! pod/perl56delta.pod
52887 ____________________________________________________________________________
52888 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
52889         Log: Configure should figure out the list of dynamic extensions
52890              just fine in UTS-- and in fact it does, as reported by Hal Morris.
52891      Branch: perl
52892            ! hints/uts.sh
52893 ____________________________________________________________________________
52894 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
52895         Log: Update Changes.
52896      Branch: perl
52897            ! Changes patchlevel.h
52898 ____________________________________________________________________________
52899 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
52900         Log: Subject: [PATCH regcomp.c] Insecure regexes
52901              From: Robin Houston <robin@kitsite.com>
52902              Date: Mon, 7 May 2001 21:56:12 +0100
52903              Message-ID: <20010507215612.A31114@penderel>
52904      Branch: perl
52905            ! regcomp.c
52906 ____________________________________________________________________________
52907 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
52908         Log: Drop the foobar.perl.com references for now until Simon
52909              gets them sorted out.
52910      Branch: perl
52911            ! pod/perlfaq2.pod
52912 ____________________________________________________________________________
52913 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
52914         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
52915              From: Prymmer/Kahn <pvhp@best.com>
52916              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
52917              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
52918      Branch: perl
52919            ! lib/Devel/SelfStubber.pm
52920 ____________________________________________________________________________
52921 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
52922         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
52923              From: Prymmer/Kahn <pvhp@best.com>
52924              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
52925              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
52926      Branch: perl
52927            ! win32/Makefile
52928 ____________________________________________________________________________
52929 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
52930         Log: s/WebTechnique's/WebTechniques/
52931      Branch: perl
52932            ! pod/perlfaq2.pod
52933 ____________________________________________________________________________
52934 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
52935         Log: Llama 3 updates from Randal.
52936      Branch: perl
52937            ! pod/perlfaq2.pod
52938 ____________________________________________________________________________
52939 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
52940         Log: Subject: [PATCH] Help -Dt show correct pad variables
52941              From: Benjamin Sugars <ben.sugars@home.com>
52942              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
52943              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
52944      Branch: perl
52945            ! embed.h embed.pl proto.h run.c
52946 ____________________________________________________________________________
52947 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
52948         Log: Subject: [PATCH] Document C<our $foo : shared>
52949              From: Benjamin Sugars <ben.sugars@home.com>
52950              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
52951              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
52952      Branch: perl
52953            ! pod/perlfunc.pod
52954 ____________________________________________________________________________
52955 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
52956         Log: Subject: [PATCH B::Deparse] undefined folded constants
52957              From: Robin Houston <robin@kitsite.com>
52958              Date: Sun, 6 May 2001 17:19:09 +0100
52959              Message-ID: <20010506171909.A7046@penderel>
52960      Branch: perl
52961            ! ext/B/B/Deparse.pm
52962 ____________________________________________________________________________
52963 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
52964         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
52965              From: Robin Houston <robin@kitsite.com>
52966              Message-ID: <20010506164654.A6848@penderel>
52967              Date: Sun, 6 May 2001 16:46:54 +0100
52968      Branch: perl
52969            ! ext/B/B/Deparse.pm
52970 ____________________________________________________________________________
52971 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
52972         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
52973              From: Robin Houston <robin@kitsite.com>
52974              Date: Sun, 6 May 2001 14:47:02 +0100
52975              Message-ID: <20010506144702.A6308@penderel>
52976      Branch: perl
52977            ! t/op/my_stash.t
52978 ____________________________________________________________________________
52979 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
52980         Log: Subject: Perl book, magazine and website updates.
52981              From: Simon Cozens <simon@netthink.co.uk>
52982              Date: Sun, 6 May 2001 16:55:36 +0100
52983              Message-ID: <20010506165536.A1795@netthink.co.uk>
52984      Branch: perl
52985            ! pod/perlbook.pod pod/perlfaq2.pod
52986 ____________________________________________________________________________
52987 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
52988         Log: Tweaks on the Tru64 prof options.
52989      Branch: perl
52990            ! pod/perlhack.pod
52991 ____________________________________________________________________________
52992 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
52993         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
52994              From: Robin Houston <robin@kitsite.com>
52995              Date: Sun, 6 May 2001 14:40:51 +0100
52996              Message-ID: <20010506144051.A6279@penderel>
52997      Branch: perl
52998            ! t/pod/testp2pt.pl
52999 ____________________________________________________________________________
53000 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
53001         Log: Subject: [PATCH B::Deparse] scoping
53002              From: Robin Houston <robin@kitsite.com>
53003              Date: Sun, 6 May 2001 14:36:56 +0100
53004              Message-ID: <20010506143656.A4006@penderel>
53005      Branch: perl
53006            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
53007 ____________________________________________________________________________
53008 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
53009         Log: Document the undefinedness of bitshifting out of range.
53010      Branch: perl
53011            ! pod/perlop.pod
53012 ____________________________________________________________________________
53013 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
53014         Log: Retract #10003 and update the IDE descriptions a bit.
53015      Branch: perl
53016            ! pod/perlfaq3.pod
53017 ____________________________________________________________________________
53018 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
53019         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
53020              From: Prymmer/Kahn <pvhp@best.com>
53021              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
53022              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
53023      Branch: perl
53024            ! win32/Makefile win32/buildext.pl win32/config.bc
53025            ! win32/config.gc win32/config.vc
53026 ____________________________________________________________________________
53027 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
53028         Log: (Retracted by #10005.)
53029      Branch: perl
53030            ! pod/perlfaq3.pod
53031 ____________________________________________________________________________
53032 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
53033         Log: It's "psed", not "sed".
53034      Branch: perl
53035            ! x2p/s2p.PL
53036 ____________________________________________________________________________
53037 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
53038         Log: Update Changes.
53039      Branch: perl
53040            ! Changes patchlevel.h
53041 ____________________________________________________________________________
53042 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
53043         Log: Subject: Re: bleadperl make install fails due to "psed"
53044              From: andreas.koenig@anima.de (Andreas J. Koenig)
53045              Date: 05 May 2001 18:23:28 +0200
53046              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
53047      Branch: perl
53048            ! x2p/Makefile.SH x2p/s2p.PL
53049 ____________________________________________________________________________
53050 [  9999] By: jhi                                   on 2001/05/05  18:28:09
53051         Log: AUTHORS updates.
53052      Branch: perl
53053            ! AUTHORS
53054 ____________________________________________________________________________
53055 [  9998] By: jhi                                   on 2001/05/05  18:16:00
53056         Log: Updates on the pods related to the modules included since 5.6.
53057              
53058              TODO: perltodo really could use major updating.
53059      Branch: perl
53060            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
53061            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
53062            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
53063            ! pod/perlsyn.pod pod/perltodo.pod
53064 ____________________________________________________________________________
53065 [  9997] By: jhi                                   on 2001/05/05  17:35:17
53066         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
53067              from Kurt Skauen.
53068      Branch: perl
53069            + hints/atheos.sh
53070            ! MANIFEST
53071 ____________________________________________________________________________
53072 [  9996] By: jhi                                   on 2001/05/05  17:25:00
53073         Log: Add preemptive #undefs for some of the shorter and more prone
53074              to collision regcomp.h #defines.  (Background: the MASK collided
53075              with a system header #define in Rhapsody.)
53076      Branch: perl
53077            ! regcomp.h
53078 ____________________________________________________________________________
53079 [  9995] By: jhi                                   on 2001/05/05  13:24:21
53080         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
53081              From: Nicholas Clark <nick@ccl4.org>
53082              Date: Sat, 5 May 2001 14:46:39 +0100
53083              Message-ID: <20010505144639.O53513@plum.flirble.org>
53084              
53085              Add a test for the constants (if any) being processed correctly.
53086      Branch: perl
53087            ! utils/h2xs.PL
53088 ____________________________________________________________________________
53089 [  9994] By: jhi                                   on 2001/05/05  02:11:03
53090         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
53091              From: Peter Prymmer <pvhp@forte.com>
53092              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
53093              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
53094      Branch: perl
53095            ! t/lib/b-stash.t
53096 ____________________________________________________________________________
53097 [  9993] By: jhi                                   on 2001/05/05  02:03:49
53098         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
53099              From: Peter Prymmer <pvhp@forte.com>
53100              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
53101              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
53102      Branch: perl
53103            ! perlio.c vms/vmsish.h
53104 ____________________________________________________________________________
53105 [  9992] By: jhi                                   on 2001/05/04  17:21:12
53106         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
53107              From: Robin Barker <rmb1@cise.npl.co.uk>
53108              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
53109              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
53110      Branch: perl
53111            + t/pod/plainer.t
53112            ! MANIFEST
53113 ____________________________________________________________________________
53114 [  9991] By: jhi                                   on 2001/05/04  16:47:45
53115         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
53116              From: Robin Barker <rmb1@cise.npl.co.uk>
53117              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
53118              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
53119      Branch: perl
53120            ! regcomp.c
53121 ____________________________________________________________________________
53122 [  9990] By: jhi                                   on 2001/05/04  14:37:20
53123         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
53124              From: Prymmer/Kahn <pvhp@best.com>
53125              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
53126              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
53127      Branch: perl
53128            ! t/lib/b-stash.t
53129 ____________________________________________________________________________
53130 [  9989] By: jhi                                   on 2001/05/04  14:03:58
53131         Log: Introduce perl572delta, update Todo, add the missing
53132              mention about signal safety since 5.7.1 (though this
53133              requires verification and more details.)
53134      Branch: perl
53135            + pod/perl572delta.pod
53136            ! MANIFEST Todo pod/perl571delta.pod
53137 ____________________________________________________________________________
53138 [  9988] By: jhi                                   on 2001/05/04  12:41:51
53139         Log: Subject: [PATCH perl@9944] long =item
53140              From: Robin Barker <rmb1@cise.npl.co.uk>
53141              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
53142              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
53143      Branch: perl
53144            ! ext/Time/HiRes/HiRes.pm
53145 ____________________________________________________________________________
53146 [  9987] By: jhi                                   on 2001/05/04  12:39:19
53147         Log: The #9901 had removed one line essential for EBCDIC.
53148      Branch: perl
53149            ! regcomp.c
53150 ____________________________________________________________________________
53151 [  9986] By: jhi                                   on 2001/05/04  12:30:23
53152         Log: Subject: cygwin/Makefile.SHs INSTALL patch
53153              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
53154              Date: Mon, 08 Jan 2001 04:59:21 +0200
53155              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
53156      Branch: perl
53157            ! cygwin/Makefile.SHs
53158 ____________________________________________________________________________
53159 [  9985] By: jhi                                   on 2001/05/04  03:51:39
53160         Log: Encode/IO doc tweaks.
53161      Branch: perl
53162            ! ext/Encode/Encode.pm
53163 ____________________________________________________________________________
53164 [  9984] By: jhi                                   on 2001/05/04  03:29:34
53165         Log: Remove GDBM_File from the dynamic extensions for UTS,
53166              GDBM is not a standard feature.
53167      Branch: perl
53168            ! hints/uts.sh
53169 ____________________________________________________________________________
53170 [  9983] By: jhi                                   on 2001/05/04  03:22:59
53171         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
53172      Branch: perl
53173            ! pod/perlretut.pod
53174 ____________________________________________________________________________
53175 [  9982] By: jhi                                   on 2001/05/03  23:21:03
53176         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
53177              From: Benjamin Sugars <bsugars@canoe.ca>
53178              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
53179              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
53180      Branch: perl
53181            ! dump.c
53182 ____________________________________________________________________________
53183 [  9981] By: jhi                                   on 2001/05/03  23:20:05
53184         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
53185              From: Benjamin Sugars <bsugars@canoe.ca>
53186              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
53187              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
53188      Branch: perl
53189            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53190 ____________________________________________________________________________
53191 [  9980] By: jhi                                   on 2001/05/03  23:15:29
53192         Log: Integrate perlio.
53193      Branch: perl
53194           !> ext/Encode/Encode.pm
53195 ____________________________________________________________________________
53196 [  9979] By: jhi                                   on 2001/05/03  16:54:59
53197         Log: Install psed man page.
53198      Branch: perl
53199            ! installman
53200 ____________________________________________________________________________
53201 [  9978] By: jhi                                   on 2001/05/03  16:45:58
53202         Log: Remove unused files; noted by Sarathy.
53203      Branch: perl
53204            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
53205            ! MANIFEST
53206 ____________________________________________________________________________
53207 [  9977] By: jhi                                   on 2001/05/03  16:42:30
53208         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
53209              From: Andy Dougherty <doughera@lafayette.edu>
53210              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
53211              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
53212      Branch: perl
53213            ! INSTALL
53214 ____________________________________________________________________________
53215 [  9976] By: nick                                  on 2001/05/03  16:40:42
53216         Log: Allow $answer = encode($object,$text); like it says in docs.
53217      Branch: perlio
53218            ! ext/Encode/Encode.pm
53219 ____________________________________________________________________________
53220 [  9975] By: nick                                  on 2001/05/03  16:22:30
53221         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
53222              to be in scope (fair enough), and also a package variable (our) for eval to see it.
53223      Branch: perlio
53224            ! ext/Encode/Encode.pm
53225 ____________________________________________________________________________
53226 [  9974] By: nick                                  on 2001/05/03  15:48:17
53227         Log: Integrate mainline.
53228      Branch: perlio
53229           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
53230           +> t/lib/filter-simple.t t/lib/next.t
53231           !> (integrate 70 files)
53232 ____________________________________________________________________________
53233 [  9973] By: jhi                                   on 2001/05/03  13:09:09
53234         Log: Update Changes.
53235      Branch: perl
53236            ! Changes patchlevel.h
53237 ____________________________________________________________________________
53238 [  9972] By: jhi                                   on 2001/05/03  12:58:33
53239         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
53240              From: Prymmer/Kahn <pvhp@best.com>
53241              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
53242              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
53243      Branch: perl
53244            ! t/io/fflush.t
53245 ____________________________________________________________________________
53246 [  9971] By: jhi                                   on 2001/05/03  12:57:26
53247         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
53248              From: Prymmer/Kahn <pvhp@best.com>
53249              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
53250              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
53251      Branch: perl
53252            ! win32/FindExt.pm
53253 ____________________________________________________________________________
53254 [  9970] By: jhi                                   on 2001/05/03  02:42:46
53255         Log: Can't croak sans thread context, from Doug MacEachern.
53256      Branch: perl
53257            ! toke.c
53258 ____________________________________________________________________________
53259 [  9969] By: jhi                                   on 2001/05/03  01:23:48
53260         Log: Subject: Random input test and Perl
53261              From: Ilya Zakharevich <ilya@math.berkeley.edu>
53262              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
53263              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
53264      Branch: perl
53265            ! toke.c
53266 ____________________________________________________________________________
53267 [  9968] By: jhi                                   on 2001/05/02  22:17:21
53268         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
53269              From: Peter Prymmer <pvhp@forte.com>
53270              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
53271              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
53272      Branch: perl
53273            ! pod/perlfunc.pod pod/perlport.pod
53274 ____________________________________________________________________________
53275 [  9967] By: jhi                                   on 2001/05/02  20:12:45
53276         Log: Workaround for UTS compiler casting bug from Hal Morris.
53277      Branch: perl
53278            ! perl.h
53279 ____________________________________________________________________________
53280 [  9966] By: jhi                                   on 2001/05/02  18:31:37
53281         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
53282              From: Dan Sugalski <dan@sidhe.org>
53283              Date: Wed, 02 May 2001 15:23:22 -0400
53284              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
53285      Branch: perl
53286            ! perl.c vms/vms.c
53287 ____________________________________________________________________________
53288 [  9965] By: jhi                                   on 2001/05/02  18:21:29
53289         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
53290      Branch: perl
53291            ! pod/perlfunc.pod
53292 ____________________________________________________________________________
53293 [  9964] By: jhi                                   on 2001/05/02  18:15:01
53294         Log: Document large files in INSTALL, document also the %x
53295              limitation if not use64bitint, closes bug 20010326.007.
53296      Branch: perl
53297            ! INSTALL
53298 ____________________________________________________________________________
53299 [  9963] By: jhi                                   on 2001/05/02  17:24:47
53300         Log: perlmodlib tweaks; regen pods.
53301      Branch: perl
53302            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
53303            ! pod/perltoc.pod
53304 ____________________________________________________________________________
53305 [  9962] By: jhi                                   on 2001/05/02  17:14:00
53306         Log: Fix for a segfault, from Marc Lehmann.
53307      Branch: perl
53308            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
53309 ____________________________________________________________________________
53310 [  9961] By: jhi                                   on 2001/05/02  15:55:53
53311         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
53312              From: "Philip Newton" <pnewton@gmx.de>
53313              Date: Wed, 2 May 2001 18:39:03 +0200
53314              Message-ID: <3AF05447.15525.173B588@localhost>
53315      Branch: perl
53316            ! pod/perlop.pod
53317 ____________________________________________________________________________
53318 [  9960] By: jhi                                   on 2001/05/02  15:35:37
53319         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
53320              From: Dan Sugalski <dan@sidhe.org>
53321              Date: Wed, 02 May 2001 11:37:27 -0400
53322              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
53323      Branch: perl
53324            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
53325            ! thread.h vms/vms.c vms/vmsish.h
53326 ____________________________________________________________________________
53327 [  9959] By: jhi                                   on 2001/05/02  15:21:08
53328         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
53329              From: Benjamin Sugars <bsugars@canoe.ca>
53330              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
53331              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
53332      Branch: perl
53333            ! ext/PerlIO/Scalar/Scalar.xs
53334 ____________________________________________________________________________
53335 [  9958] By: jhi                                   on 2001/05/02  15:15:53
53336         Log: Bug in #9915, spotted by Mike Guy.
53337      Branch: perl
53338            ! installperl
53339 ____________________________________________________________________________
53340 [  9957] By: jhi                                   on 2001/05/02  13:26:01
53341         Log: Add a test for not griping about references as array
53342              indices if the reference has magic in it (overloaded
53343              methods).
53344      Branch: perl
53345            ! pod/perldiag.pod t/pragma/warn/pp_hot
53346 ____________________________________________________________________________
53347 [  9956] By: jhi                                   on 2001/05/02  13:07:01
53348         Log: Retracted a bit too much in #9952.
53349      Branch: perl
53350            ! t/pragma/sub_lval.t
53351 ____________________________________________________________________________
53352 [  9955] By: jhi                                   on 2001/05/02  13:05:38
53353         Log: Test for #9952.
53354      Branch: perl
53355            ! t/op/tie.t
53356 ____________________________________________________________________________
53357 [  9954] By: jhi                                   on 2001/05/02  11:48:18
53358         Log: Additional note on the encoding example: one cannot
53359              convert string constants in-place.
53360      Branch: perl
53361            ! ext/Encode/Encode.pm
53362 ____________________________________________________________________________
53363 [  9953] By: jhi                                   on 2001/05/02  11:43:51
53364         Log: Note that if you have recent enough Perl you already
53365              have Filter::Util::Call.
53366      Branch: perl
53367            ! lib/Filter/Simple.pm
53368 ____________________________________________________________________________
53369 [  9952] By: jhi                                   on 2001/05/02  11:31:53
53370         Log: Retract changes #8254 and #8255, causes coredump in
53371              'tie FH, "main"', reported by Abigail, culprit found by
53372              Benjamin Sugars.  Mirrors maintperl change #9950.
53373      Branch: perl
53374            ! op.c t/pragma/sub_lval.t
53375 ____________________________________________________________________________
53376 [  9951] By: jhi                                   on 2001/05/02  11:14:29
53377         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
53378      Branch: perl
53379            + t/lib/MyFilter.pm
53380 ____________________________________________________________________________
53381 [  9950] By: gsar                                  on 2001/05/02  03:17:11
53382         Log: revert integration of changes#8254,8255 in change#8620 (causes
53383              a coredump in C<tie FH, 'foo'>; the idea itself may need better
53384              rationalization)
53385      Branch: maint-5.6/perl
53386            ! op.c t/pragma/sub_lval.t
53387 ____________________________________________________________________________
53388 [  9949] By: gsar                                  on 2001/05/02  02:56:32
53389         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
53390              
53391              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
53392              
53393              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
53394      Branch: maint-5.6/perl
53395           !> hints/svr5.sh
53396 ____________________________________________________________________________
53397 [  9948] By: gsar                                  on 2001/05/02  02:49:15
53398         Log: pod/find.t breaks on VMS (from Craig Berry)
53399      Branch: maint-5.6/perl
53400            ! t/pod/find.t
53401 ____________________________________________________________________________
53402 [  9947] By: jhi                                   on 2001/05/02  02:43:09
53403         Log: Add an encoding conversion example.
53404      Branch: perl
53405            ! ext/Encode/Encode.pm
53406 ____________________________________________________________________________
53407 [  9946] By: jhi                                   on 2001/05/02  01:34:22
53408         Log: Another coat of paint but still nowhere finished.
53409              Need to decide on the semantics of strptime(): should
53410              strptime() be a function instead of a method?  To do
53411              the week/monthname-strptiming the i18n/l10n bullet needs
53412              to be bitten with gusto.
53413      Branch: perl
53414            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
53415 ____________________________________________________________________________
53416 [  9945] By: jhi                                   on 2001/05/01  23:40:52
53417         Log: Update Changes.
53418      Branch: perl
53419            ! Changes patchlevel.h
53420 ____________________________________________________________________________
53421 [  9944] By: jhi                                   on 2001/05/01  23:33:37
53422         Log: Add known-to-be-tested modules to the list-to-be-skipped.
53423      Branch: perl
53424            ! t/lib/1_compile.t
53425 ____________________________________________________________________________
53426 [  9943] By: jhi                                   on 2001/05/01  23:24:40
53427         Log: Subject: BorlandC++ fix
53428              From: "Vadim Konovalov" <watman@inbox.ru>
53429              Date: Mon, 30 Apr 2001 20:12:26 -0700
53430              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
53431      Branch: perl
53432            ! win32/makefile.mk
53433 ____________________________________________________________________________
53434 [  9942] By: jhi                                   on 2001/05/01  23:18:02
53435         Log: Update to Filter::Simple 0.60, create a test for it.
53436      Branch: perl
53437            + t/lib/filter-simple.t
53438            ! MANIFEST lib/Filter/Simple.pm
53439 ____________________________________________________________________________
53440 [  9941] By: jhi                                   on 2001/05/01  19:47:24
53441         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
53442              From: Hugo <hv@crypt.compulink.co.uk>
53443              Date: Tue, 01 May 2001 20:12:20 +0100
53444              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
53445      Branch: perl
53446            ! pp_hot.c t/op/re_tests
53447 ____________________________________________________________________________
53448 [  9940] By: jhi                                   on 2001/05/01  19:42:16
53449         Log: Integrate perlio.
53450      Branch: perl
53451           !> lib/base.pm t/lib/fields.t
53452 ____________________________________________________________________________
53453 [  9939] By: jhi                                   on 2001/05/01  19:39:51
53454         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
53455              From: Benjamin Sugars <bsugars@canoe.ca>
53456              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
53457              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
53458      Branch: perl
53459            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53460 ____________________________________________________________________________
53461 [  9938] By: jhi                                   on 2001/05/01  19:34:09
53462         Log: Add NEXT, a pseudo-class for method redispatching.
53463              <Damian>NEXT.pm probably offers more bang-for-buck
53464              than anything else I've ever written.</Damian>
53465      Branch: perl
53466            + lib/NEXT.pm t/lib/next.t
53467            ! MANIFEST
53468 ____________________________________________________________________________
53469 [  9937] By: jhi                                   on 2001/05/01  19:21:41
53470         Log: Update to Switch 2.02.
53471      Branch: perl
53472            ! lib/Switch.pm t/lib/switch.t
53473 ____________________________________________________________________________
53474 [  9936] By: nick                                  on 2001/05/01  19:09:21
53475         Log: Fix for base.pm clobbering $VERSION
53476      Branch: perlio
53477            ! lib/base.pm
53478 ____________________________________________________________________________
53479 [  9935] By: nick                                  on 2001/05/01  18:54:38
53480         Log: Test for base.pm clobbering $VERSION.
53481      Branch: perlio
53482            ! t/lib/fields.t
53483 ____________________________________________________________________________
53484 [  9934] By: jhi                                   on 2001/05/01  18:39:10
53485         Log: Add information about Scalar::Util::blessed.
53486      Branch: perl
53487            ! pod/perlobj.pod
53488 ____________________________________________________________________________
53489 [  9933] By: jhi                                   on 2001/05/01  18:33:51
53490         Log: Subject: Extra UNIVERSAL documentation
53491              From: Mike Guy <mjtg@cam.ac.uk>
53492              Date: Tue, 01 May 2001 20:12:11 +0100
53493              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
53494      Branch: perl
53495            ! pod/perlobj.pod
53496 ____________________________________________________________________________
53497 [  9932] By: jhi                                   on 2001/05/01  18:26:54
53498         Log: Subject: Autoflush in tests as appropriate
53499              From: Mike Guy <mjtg@cam.ac.uk>
53500              Date: Tue, 01 May 2001 20:05:31 +0100
53501              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
53502      Branch: perl
53503            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
53504            ! t/op/taint.t
53505 ____________________________________________________________________________
53506 [  9931] By: jhi                                   on 2001/05/01  18:02:29
53507         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
53508              From: Benjamin Sugars <bsugars@canoe.ca>
53509              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
53510              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
53511      Branch: perl
53512            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53513 ____________________________________________________________________________
53514 [  9930] By: jhi                                   on 2001/05/01  15:12:26
53515         Log: Subject: Re: Finally got a round tuit
53516              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53517              Date: Tue, 01 May 2001 14:14:10 +0200
53518              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
53519              
53520              The -DP part, slightly modified.
53521      Branch: perl
53522            ! perl.c
53523 ____________________________________________________________________________
53524 [  9929] By: jhi                                   on 2001/05/01  14:17:15
53525         Log: Subject: Re: Finally got a round tuit
53526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53527              Date: Tue, 01 May 2001 16:34:06 +0200
53528              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
53529              
53530              cpp and optimization tweaks for HP-UX.
53531      Branch: perl
53532            ! hints/hpux.sh
53533 ____________________________________________________________________________
53534 [  9928] By: jhi                                   on 2001/05/01  13:24:20
53535         Log: Tune the scan_num() comments to reality.
53536      Branch: perl
53537            ! toke.c
53538 ____________________________________________________________________________
53539 [  9927] By: jhi                                   on 2001/05/01  13:14:01
53540         Log: Subject: [PATCH B::Deparse] optimised sort
53541              From: Robin Houston <robin@kitsite.com>
53542              Date: Tue, 1 May 2001 14:07:12 +0100
53543              Message-ID: <20010501140712.A4266@penderel>
53544      Branch: perl
53545            ! ext/B/B/Deparse.pm
53546 ____________________________________________________________________________
53547 [  9926] By: jhi                                   on 2001/05/01  13:10:53
53548         Log: Subject: [PATCH t/lib/b-deparse.t] 
53549              From: Robin Houston <robin@kitsite.com>
53550              Date: Tue, 1 May 2001 13:37:42 +0100
53551              Message-ID: <20010501133742.A4082@penderel>
53552      Branch: perl
53553            ! t/lib/b-deparse.t
53554 ____________________________________________________________________________
53555 [  9925] By: jhi                                   on 2001/05/01  13:10:13
53556         Log: Subject: [PATCH B::Deparse] for(;;), sort
53557              From: Robin Houston <robin@kitsite.com>
53558              Date: Tue, 1 May 2001 13:35:00 +0100
53559              Message-ID: <20010501133500.A4061@penderel>
53560      Branch: perl
53561            ! ext/B/B/Deparse.pm
53562 ____________________________________________________________________________
53563 [  9924] By: jhi                                   on 2001/05/01  13:09:22
53564         Log: Subject: [PATCH B::Deparse] do, warn, use
53565              From: Robin Houston <robin@kitsite.com>
53566              Date: Tue, 1 May 2001 13:31:03 +0100
53567              Message-ID: <20010501133103.A4041@penderel>
53568      Branch: perl
53569            ! ext/B/B/Deparse.pm
53570 ____________________________________________________________________________
53571 [  9923] By: jhi                                   on 2001/05/01  11:45:36
53572         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
53573              From: Benjamin Sugars <ben.sugars@home.com>
53574              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
53575              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
53576      Branch: perl
53577            + t/io/fflush.t
53578            ! MANIFEST
53579 ____________________________________________________________________________
53580 [  9922] By: jhi                                   on 2001/05/01  11:35:42
53581         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
53582              From: Peter Prymmer <pvhp@forte.com>
53583              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
53584              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
53585      Branch: perl
53586            ! t/lib/selfstubber.t
53587 ____________________________________________________________________________
53588 [  9921] By: jhi                                   on 2001/04/30  16:34:33
53589         Log: Subject: [PATCH B::Concise] suppress warning
53590              From: Robin Houston <robin@kitsite.com>
53591              Date: Mon, 30 Apr 2001 16:09:49 +0100
53592              Message-ID: <20010430160949.A25086@penderel>
53593      Branch: perl
53594            ! ext/B/B/Concise.pm
53595 ____________________________________________________________________________
53596 [  9920] By: jhi                                   on 2001/04/30  13:56:04
53597         Log: Strip the *markers* from #9919.
53598      Branch: perl
53599            ! pod/perlfaq.pod pod/perlfaq5.pod
53600 ____________________________________________________________________________
53601 [  9919] By: jhi                                   on 2001/04/30  13:54:04
53602         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
53603              From: Gwyn Judd <b.judd@xtra.co.nz>
53604              Date: Sun, 29 Apr 2001 01:47:49 +1200
53605              Message-ID: <20010429014749.A4418@thislove>
53606      Branch: perl
53607            ! pod/perlfaq.pod pod/perlfaq5.pod
53608 ____________________________________________________________________________
53609 [  9918] By: jhi                                   on 2001/04/30  13:13:54
53610         Log: More_tweakage.
53611      Branch: perl
53612            ! pod/perldata.pod pod/perldiag.pod
53613 ____________________________________________________________________________
53614 [  9917] By: jhi                                   on 2001/04/30  13:01:27
53615         Log: Update Changes.
53616      Branch: perl
53617            ! Changes patchlevel.h
53618 ____________________________________________________________________________
53619 [  9916] By: jhi                                   on 2001/04/30  12:57:03
53620         Log: T_w_e_a_k_a_g_e.
53621      Branch: perl
53622            ! pod/perldata.pod pod/perldiag.pod
53623 ____________________________________________________________________________
53624 [  9915] By: jhi                                   on 2001/04/30  12:39:29
53625         Log: Install s2p also as psed.
53626              
53627              TODO: psed documentation?
53628      Branch: perl
53629            ! installperl
53630 ____________________________________________________________________________
53631 [  9914] By: jhi                                   on 2001/04/30  12:29:21
53632         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
53633              From: Jens Hamisch <jens@Strawberry.COM>
53634              Date: Fri, 27 Apr 2001 17:00:36 +0200
53635              Message-ID: <20010427170036.K1372@Strawberry.COM>
53636              
53637              SOCKS5_VERSION_NAME is the right symbol to detect
53638              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
53639              function called socks5_init() is available, and even that is
53640              not universal, most SOCKS5 installations use SOCKSinit()).
53641      Branch: perl
53642            ! perlio.c
53643 ____________________________________________________________________________
53644 [  9913] By: jhi                                   on 2001/04/30  12:22:15
53645         Log: Allow a zero timeout on IO::Socket accept and connect--
53646              though one really shouldn't do that.  Based on
53647              
53648              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
53649              From: "John Holdsworth" <coldwave@bigfoot.com>
53650              Date: Sun, 4 Feb 2001 12:48:18 +0100
53651              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
53652      Branch: perl
53653            ! ext/IO/lib/IO/Socket.pm
53654 ____________________________________________________________________________
53655 [  9912] By: jhi                                   on 2001/04/30  11:27:27
53656         Log: Save the spot of regprev (see #9911) for binary compatibility;
53657              regen API.
53658      Branch: perl
53659            ! embedvar.h perlapi.h thrdvar.h
53660 ____________________________________________________________________________
53661 [  9911] By: jhi                                   on 2001/04/30  11:22:03
53662         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
53663              From: Hugo <hv@crypt.compulink.co.uk>
53664              Date: Sun, 29 Apr 2001 17:09:30 +0100
53665              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
53666      Branch: perl
53667            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
53668 ____________________________________________________________________________
53669 [  9910] By: jhi                                   on 2001/04/30  11:15:12
53670         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
53671              a dummy for PL_numeric_radix); no pressing reason to break
53672              binary compatibility; regen API.
53673      Branch: perl
53674            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
53675            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
53676 ____________________________________________________________________________
53677 [  9909] By: jhi                                   on 2001/04/30  10:56:08
53678         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
53679              From: Walt Mankowski <waltman@netaxs.com>
53680              Date: Sun, 29 Apr 2001 21:53:48 -0400
53681              Message-ID: <20010429215348.A3971@netaxs.com>
53682      Branch: perl
53683            ! pod/perlfunc.pod
53684 ____________________________________________________________________________
53685 [  9908] By: jhi                                   on 2001/04/30  10:49:40
53686         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
53687      Branch: perl
53688            ! t/lib/selfstubber.t
53689 ____________________________________________________________________________
53690 [  9907] By: nick                                  on 2001/04/30  09:26:50
53691         Log: Integrate mainline.
53692      Branch: perlio
53693           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
53694 ____________________________________________________________________________
53695 [  9906] By: jhi                                   on 2001/04/29  23:24:20
53696         Log: Abigail spotted a thinko in #9905.
53697      Branch: perl
53698            ! pod/perldiag.pod
53699 ____________________________________________________________________________
53700 [  9905] By: jhi                                   on 2001/04/29  15:55:39
53701         Log: Changed the underscore/undebar syntax in numeric constants;
53702              now any grouping will do, as long as the underscores are not
53703              consecutive (so "zero-grouping" is out), and they do not begin
53704              or end the integer or fractional parts.
53705      Branch: perl
53706            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
53707 ____________________________________________________________________________
53708 [  9904] By: nick                                  on 2001/04/29  15:43:22
53709         Log: Integrate mainline.
53710      Branch: perlio
53711           +> (branch 98 files)
53712            - lib/unicode/Block.pl
53713            - lib/unicode/In/AlphabeticPresentationForms.pl
53714            - lib/unicode/In/Arabic.pl
53715            - lib/unicode/In/ArabicPresentationForms-A.pl
53716            - lib/unicode/In/ArabicPresentationForms-B.pl
53717            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
53718            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
53719            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
53720            - lib/unicode/In/BopomofoExtended.pl
53721            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
53722            - lib/unicode/In/CJKCompatibility.pl
53723            - lib/unicode/In/CJKCompatibilityForms.pl
53724            - lib/unicode/In/CJKCompatibilityIdeographs.pl
53725            - lib/unicode/In/CJKRadicalsSupplement.pl
53726            - lib/unicode/In/CJKSymbolsandPunctuation.pl
53727            - lib/unicode/In/CJKUnifiedIdeographs.pl
53728            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
53729            - lib/unicode/In/Cherokee.pl
53730            - lib/unicode/In/CombiningDiacriticalMarks.pl
53731            - lib/unicode/In/CombiningHalfMarks.pl
53732            - lib/unicode/In/CombiningMarksforSymbols.pl
53733            - lib/unicode/In/ControlPictures.pl
53734            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
53735            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
53736            - lib/unicode/In/EnclosedAlphanumerics.pl
53737            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
53738            - lib/unicode/In/Ethiopic.pl
53739            - lib/unicode/In/GeneralPunctuation.pl
53740            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
53741            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
53742            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
53743            - lib/unicode/In/HalfwidthandFullwidthForms.pl
53744            - lib/unicode/In/HangulCompatibilityJamo.pl
53745            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
53746            - lib/unicode/In/Hebrew.pl
53747            - lib/unicode/In/HighPrivateUseSurrogates.pl
53748            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
53749            - lib/unicode/In/IPAExtensions.pl
53750            - lib/unicode/In/IdeographicDescriptionCharacters.pl
53751            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
53752            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
53753            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
53754            - lib/unicode/In/Latin-1Supplement.pl
53755            - lib/unicode/In/LatinExtended-A.pl
53756            - lib/unicode/In/LatinExtended-B.pl
53757            - lib/unicode/In/LatinExtendedAdditional.pl
53758            - lib/unicode/In/LetterlikeSymbols.pl
53759            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
53760            - lib/unicode/In/MathematicalOperators.pl
53761            - lib/unicode/In/MiscellaneousSymbols.pl
53762            - lib/unicode/In/MiscellaneousTechnical.pl
53763            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
53764            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
53765            - lib/unicode/In/OpticalCharacterRecognition.pl
53766            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
53767            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
53768            - lib/unicode/In/SmallFormVariants.pl
53769            - lib/unicode/In/SpacingModifierLetters.pl
53770            - lib/unicode/In/Specials.pl
53771            - lib/unicode/In/SuperscriptsandSubscripts.pl
53772            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
53773            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
53774            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
53775            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
53776            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
53777           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
53778           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
53779           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
53780           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
53781           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
53782           !> utf8.c win32/Makefile
53783 ____________________________________________________________________________
53784 [  9903] By: jhi                                   on 2001/04/29  14:30:53
53785         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
53786              From: Prymmer/Kahn <pvhp@best.com>
53787              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
53788              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
53789      Branch: perl
53790            ! win32/Makefile
53791 ____________________________________________________________________________
53792 [  9902] By: jhi                                   on 2001/04/29  02:52:44
53793         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
53794              From: "Abigail" <abigail@foad.org>
53795              Date: Sun, 29 Apr 2001 03:14:25 +0200
53796              Message-ID: <20010429011425.24503.qmail@foad.org>
53797      Branch: perl
53798            ! ext/IO/lib/IO/Seekable.pm
53799 ____________________________________________________________________________
53800 [  9901] By: jhi                                   on 2001/04/29  02:04:46
53801         Log: In character classes one couldn't have 0x80..0xff characters
53802              at the left hand side if there were 0x100.. characters in the
53803              character class.
53804      Branch: perl
53805            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
53806            ! t/op/pat.t utf8.c
53807 ____________________________________________________________________________
53808 [  9900] By: jhi                                   on 2001/04/28  22:55:04
53809         Log: Forgot the latest mktables.PL from #9899.
53810      Branch: perl
53811            ! lib/unicode/mktables.PL
53812 ____________________________________________________________________________
53813 [  9899] By: jhi                                   on 2001/04/28  22:53:28
53814         Log: Explain the \p{} and \P{} error message better and
53815              have prettier prettyprint in In.pl.
53816      Branch: perl
53817            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
53818            ! pod/perldiag.pod
53819 ____________________________________________________________________________
53820 [  9898] By: jhi                                   on 2001/04/28  21:03:34
53821         Log: Add one possible explanation for the "Invalid [] range" error.
53822      Branch: perl
53823            ! pod/perldiag.pod
53824 ____________________________________________________________________________
53825 [  9897] By: jhi                                   on 2001/04/28  17:18:26
53826         Log: Add a level of indirection to the implementation of \p{InFoo}
53827              so that we don't have to have long filenames.  (Nothing changes
53828              in the user interface.)   The indirection is defined in
53829              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
53830              Also rename some the character classes by removing '-' from
53831              the classnames, and finally renamed Block.pl as Blocks.pl.
53832      Branch: perl
53833            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
53834            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
53835            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
53836            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
53837            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
53838            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
53839            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
53840            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
53841            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
53842            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
53843            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
53844            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
53845            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
53846            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
53847            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
53848            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
53849            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
53850            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
53851            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
53852            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
53853            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
53854            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
53855            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
53856            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
53857            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
53858            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
53859            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
53860            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
53861            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
53862            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
53863            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
53864            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
53865            + lib/unicode/In/94.pl lib/unicode/In/95.pl
53866            - lib/unicode/Block.pl
53867            - lib/unicode/In/AlphabeticPresentationForms.pl
53868            - lib/unicode/In/Arabic.pl
53869            - lib/unicode/In/ArabicPresentationForms-A.pl
53870            - lib/unicode/In/ArabicPresentationForms-B.pl
53871            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
53872            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
53873            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
53874            - lib/unicode/In/BopomofoExtended.pl
53875            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
53876            - lib/unicode/In/CJKCompatibility.pl
53877            - lib/unicode/In/CJKCompatibilityForms.pl
53878            - lib/unicode/In/CJKCompatibilityIdeographs.pl
53879            - lib/unicode/In/CJKRadicalsSupplement.pl
53880            - lib/unicode/In/CJKSymbolsandPunctuation.pl
53881            - lib/unicode/In/CJKUnifiedIdeographs.pl
53882            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
53883            - lib/unicode/In/Cherokee.pl
53884            - lib/unicode/In/CombiningDiacriticalMarks.pl
53885            - lib/unicode/In/CombiningHalfMarks.pl
53886            - lib/unicode/In/CombiningMarksforSymbols.pl
53887            - lib/unicode/In/ControlPictures.pl
53888            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
53889            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
53890            - lib/unicode/In/EnclosedAlphanumerics.pl
53891            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
53892            - lib/unicode/In/Ethiopic.pl
53893            - lib/unicode/In/GeneralPunctuation.pl
53894            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
53895            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
53896            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
53897            - lib/unicode/In/HalfwidthandFullwidthForms.pl
53898            - lib/unicode/In/HangulCompatibilityJamo.pl
53899            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
53900            - lib/unicode/In/Hebrew.pl
53901            - lib/unicode/In/HighPrivateUseSurrogates.pl
53902            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
53903            - lib/unicode/In/IPAExtensions.pl
53904            - lib/unicode/In/IdeographicDescriptionCharacters.pl
53905            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
53906            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
53907            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
53908            - lib/unicode/In/Latin-1Supplement.pl
53909            - lib/unicode/In/LatinExtended-A.pl
53910            - lib/unicode/In/LatinExtended-B.pl
53911            - lib/unicode/In/LatinExtendedAdditional.pl
53912            - lib/unicode/In/LetterlikeSymbols.pl
53913            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
53914            - lib/unicode/In/MathematicalOperators.pl
53915            - lib/unicode/In/MiscellaneousSymbols.pl
53916            - lib/unicode/In/MiscellaneousTechnical.pl
53917            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
53918            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
53919            - lib/unicode/In/OpticalCharacterRecognition.pl
53920            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
53921            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
53922            - lib/unicode/In/SmallFormVariants.pl
53923            - lib/unicode/In/SpacingModifierLetters.pl
53924            - lib/unicode/In/Specials.pl
53925            - lib/unicode/In/SuperscriptsandSubscripts.pl
53926            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
53927            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
53928            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
53929            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
53930            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
53931            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
53932            ! pod/perlunicode.pod
53933 ____________________________________________________________________________
53934 [  9896] By: jhi                                   on 2001/04/28  14:33:17
53935         Log: Update the information on shared library path on HP-UX.
53936      Branch: perl
53937            ! INSTALL
53938 ____________________________________________________________________________
53939 [  9895] By: jhi                                   on 2001/04/28  14:32:30
53940         Log: Because #9894 seems to do the trick, this workaround can be removed.
53941      Branch: perl
53942            ! t/lib/selfstubber.t
53943 ____________________________________________________________________________
53944 [  9894] By: jhi                                   on 2001/04/28  14:26:13
53945         Log: For PerlIO flush the children's file handles (on fork/exec/system).
53946      Branch: perl
53947            ! perl.h
53948 ____________________________________________________________________________
53949 [  9893] By: jhi                                   on 2001/04/28  14:23:15
53950         Log: Test tweak for #9891.
53951      Branch: perl
53952            ! t/lib/b-deparse.t
53953 ____________________________________________________________________________
53954 [  9892] By: jhi                                   on 2001/04/28  14:10:13
53955         Log: New HP-UX hints from Merijn.
53956      Branch: perl
53957            ! hints/hpux.sh
53958 ____________________________________________________________________________
53959 [  9891] By: jhi                                   on 2001/04/28  14:07:27
53960         Log: Subject: [PATCH B::Deparse] non-block scopes
53961              From: Robin Houston <robin@kitsite.com>
53962              Date: Fri, 27 Apr 2001 19:15:14 +0100
53963              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
53964      Branch: perl
53965            ! ext/B/B/Deparse.pm
53966 ____________________________________________________________________________
53967 [  9890] By: nick                                  on 2001/04/27  19:41:25
53968         Log: Integrate mainline
53969      Branch: perlio
53970           +> t/lib/selfstubber.t
53971           !> (integrate 50 files)
53972 ____________________________________________________________________________
53973 [  9889] By: jhi                                   on 2001/04/27  18:23:46
53974         Log: Subject: Re: selfstubber test fail on bleadperl
53975              From: Mike Guy <mjtg@cam.ac.uk>
53976              Date: Fri, 27 Apr 2001 19:31:18 +0100
53977              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
53978      Branch: perl
53979            ! t/lib/selfstubber.t
53980 ____________________________________________________________________________
53981 [  9888] By: jhi                                   on 2001/04/27  16:20:54
53982         Log: Test tweak for #9886.
53983      Branch: perl
53984            ! t/lib/b-deparse.t
53985 ____________________________________________________________________________
53986 [  9887] By: jhi                                   on 2001/04/27  16:16:33
53987         Log: Buffering issue at least in Solaris (even with perlio).
53988      Branch: perl
53989            ! t/lib/selfstubber.t
53990 ____________________________________________________________________________
53991 [  9886] By: jhi                                   on 2001/04/27  14:59:23
53992         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
53993              From: Robin Houston <robin@kitsite.com>
53994              Date: Fri, 27 Apr 2001 16:53:20 +0100
53995              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
53996      Branch: perl
53997            ! ext/B/B/Deparse.pm
53998 ____________________________________________________________________________
53999 [  9885] By: jhi                                   on 2001/04/27  14:23:51
54000         Log: Update Changes.
54001      Branch: perl
54002            ! Changes patchlevel.h
54003 ____________________________________________________________________________
54004 [  9884] By: jhi                                   on 2001/04/27  14:14:12
54005         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
54006              From: "Philip Newton" <pnewton@gmx.de>
54007              Date: Fri, 27 Apr 2001 16:40:13 +0200
54008              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
54009      Branch: perl
54010            ! pod/perldata.pod
54011 ____________________________________________________________________________
54012 [  9883] By: jhi                                   on 2001/04/27  13:28:19
54013         Log: Add LOG_PERROR; prettify the "removed".
54014      Branch: perl
54015            ! ext/Sys/Syslog/Syslog.xs
54016 ____________________________________________________________________________
54017 [  9882] By: jhi                                   on 2001/04/27  13:13:18
54018         Log: h2xs tweaks: use NV instead of double, "quote" the removed
54019              prefixes for clarity (especially when nothing is removed),
54020              slight pod reformats.
54021      Branch: perl
54022            ! utils/h2xs.PL
54023 ____________________________________________________________________________
54024 [  9881] By: jhi                                   on 2001/04/27  12:58:48
54025         Log: Don't bother creating existing directories.
54026      Branch: perl
54027            ! utils/h2xs.PL
54028 ____________________________________________________________________________
54029 [  9880] By: jhi                                   on 2001/04/27  12:45:39
54030         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
54031              From: Mike Schilli <m@perlmeister.com>
54032              Date: Wed, 25 Apr 2001 01:29:21 -0700
54033              Message-id: <3AE68AE1.6A981723@perlmeister.com>
54034      Branch: perl
54035            ! utils/h2xs.PL
54036 ____________________________________________________________________________
54037 [  9879] By: jhi                                   on 2001/04/27  12:40:55
54038         Log: break is not yet Perl.  Added the template license also to README.
54039      Branch: perl
54040            ! utils/h2xs.PL
54041 ____________________________________________________________________________
54042 [  9878] By: jhi                                   on 2001/04/27  03:08:20
54043         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
54044              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54045              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
54046              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
54047      Branch: perl
54048            ! t/lib/xs-typemap.t
54049 ____________________________________________________________________________
54050 [  9877] By: jhi                                   on 2001/04/26  23:54:40
54051         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
54052              From: "Abigail" <abigail@foad.org>
54053              Date: Fri, 27 Apr 2001 01:44:28 +0200
54054              Message-ID: <20010426234428.19786.qmail@foad.org>
54055      Branch: perl
54056            ! utils/h2xs.PL
54057 ____________________________________________________________________________
54058 [  9876] By: jhi                                   on 2001/04/26  23:52:06
54059         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
54060              From: Peter Prymmer <pvhp@forte.com>
54061              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
54062              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
54063      Branch: perl
54064            ! t/lib/selfstubber.t
54065 ____________________________________________________________________________
54066 [  9875] By: jhi                                   on 2001/04/26  23:48:10
54067         Log: Deparse nits.
54068      Branch: perl
54069            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
54070 ____________________________________________________________________________
54071 [  9874] By: jhi                                   on 2001/04/26  22:46:05
54072         Log: Document ANYOF_CLASS.
54073      Branch: perl
54074            ! regcomp.h
54075 ____________________________________________________________________________
54076 [  9873] By: jhi                                   on 2001/04/26  22:35:03
54077         Log: Subject: Re: [PATCH @9846] dumping ANYOF
54078              From: Hugo <hv@crypt.compulink.co.uk>
54079              Date: Thu, 26 Apr 2001 23:33:38 +0100
54080              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
54081      Branch: perl
54082            ! regcomp.c regcomp.h
54083 ____________________________________________________________________________
54084 [  9872] By: jhi                                   on 2001/04/26  22:34:31
54085         Log: Subject: [PATCH] more for Devel::SelfStubber
54086              From: Nicholas Clark <nick@ccl4.org>
54087              Date: Fri, 27 Apr 2001 00:13:52 +0100
54088              Message-ID: <20010427001351.K88186@plum.flirble.org>
54089      Branch: perl
54090            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
54091 ____________________________________________________________________________
54092 [  9871] By: jhi                                   on 2001/04/26  21:59:17
54093         Log: Subject: [PATCH B::Deparse] formats must be flush left
54094              From: Robin Houston <robin@kitsite.com>
54095              Date: Thu, 26 Apr 2001 23:54:29 +0100
54096              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
54097      Branch: perl
54098            ! ext/B/B/Deparse.pm
54099 ____________________________________________________________________________
54100 [  9870] By: jhi                                   on 2001/04/26  21:57:37
54101         Log: If some of the constants are prefixes of others,
54102              the prefixes may never get recognized.  (See 20010426.006.)
54103      Branch: perl
54104            ! utils/h2xs.PL
54105 ____________________________________________________________________________
54106 [  9869] By: jhi                                   on 2001/04/26  21:50:42
54107         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
54108              From: Chris Bongaarts <cab@tc.umn.edu>
54109              Date: Thu, 26 Apr 2001 17:10:31 -0500
54110              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
54111      Branch: perl
54112            ! ext/Sys/Syslog/Syslog.xs
54113 ____________________________________________________________________________
54114 [  9868] By: jhi                                   on 2001/04/26  21:35:12
54115         Log: Further cuts and more docs from Graham Barr.
54116      Branch: perl
54117            ! ext/List/Util/lib/List/Util.pm
54118            ! ext/List/Util/lib/Scalar/Util.pm
54119 ____________________________________________________________________________
54120 [  9867] By: jhi                                   on 2001/04/26  21:18:57
54121         Log: Subject: [PATCH 5.7.1] DB_File-1.77
54122              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
54123              Date: Thu, 26 Apr 2001 22:37:53 +0100
54124              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
54125      Branch: perl
54126            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
54127            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
54128 ____________________________________________________________________________
54129 [  9866] By: jhi                                   on 2001/04/26  21:12:31
54130         Log: Subject: [PATCH B::Deparse] fix easy bugs
54131              From: Robin Houston <robin@kitsite.com>
54132              Date: Thu, 26 Apr 2001 23:03:33 +0100
54133              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
54134      Branch: perl
54135            ! ext/B/B/Deparse.pm
54136 ____________________________________________________________________________
54137 [  9865] By: jhi                                   on 2001/04/26  20:26:13
54138         Log: Update Changes.
54139      Branch: perl
54140            ! Changes patchlevel.h
54141 ____________________________________________________________________________
54142 [  9864] By: jhi                                   on 2001/04/26  19:27:48
54143         Log: Dethinko from Robin Houston.
54144      Branch: perl
54145            ! ext/B/B/Deparse.pm
54146 ____________________________________________________________________________
54147 [  9863] By: jhi                                   on 2001/04/26  19:10:35
54148         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
54149              From: Robin Houston <robin@kitsite.com>
54150              Date: Thu, 26 Apr 2001 21:08:32 +0100
54151              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
54152      Branch: perl
54153            ! ext/B/B/Deparse.pm
54154 ____________________________________________________________________________
54155 [  9862] By: jhi                                   on 2001/04/26  19:04:23
54156         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
54157              From: Robin Houston <robin@kitsite.com>
54158              Date: Thu, 26 Apr 2001 20:52:50 +0100
54159              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
54160      Branch: perl
54161            ! ext/B/B/Deparse.pm
54162 ____________________________________________________________________________
54163 [  9861] By: jhi                                   on 2001/04/26  18:56:14
54164         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
54165              From: Mike Guy <mjtg@cam.ac.uk>
54166              Date: Thu, 26 Apr 2001 14:22:40 +0100
54167              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
54168      Branch: perl
54169            ! pod/perlobj.pod
54170 ____________________________________________________________________________
54171 [  9860] By: jhi                                   on 2001/04/26  18:46:42
54172         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
54173              From: Robin Houston <robin@kitsite.com>
54174              Date: Thu, 26 Apr 2001 20:34:29 +0100
54175              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
54176              
54177              Hashes do not interpolate.
54178      Branch: perl
54179            ! ext/B/B/Deparse.pm
54180 ____________________________________________________________________________
54181 [  9859] By: jhi                                   on 2001/04/26  18:43:51
54182         Log: Subject: The Time::Piece conspiracy unmasked!!!
54183              From: Mike Guy <mjtg@cam.ac.uk>
54184              Date: Thu, 26 Apr 2001 19:02:50 +0100
54185              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
54186              
54187              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
54188              From: Mike Guy <mjtg@cam.ac.uk>
54189              Date: Thu, 26 Apr 2001 19:08:21 +0100
54190              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
54191              
54192              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
54193              From: Graham Barr <gbarr@pobox.com>
54194              Date: Thu, 26 Apr 2001 19:12:03 +0100
54195              Message-ID: <20010426191203.A70835@pobox.com>
54196              
54197              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
54198      Branch: perl
54199            ! ext/List/Util/lib/List/Util.pm
54200            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
54201 ____________________________________________________________________________
54202 [  9858] By: jhi                                   on 2001/04/26  18:17:42
54203         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
54204              From: Robin Houston <robin@kitsite.com>
54205              Date: Thu, 26 Apr 2001 16:09:35 +0100
54206              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
54207      Branch: perl
54208            ! t/comp/proto.t
54209 ____________________________________________________________________________
54210 [  9857] By: jhi                                   on 2001/04/26  18:04:59
54211         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
54212              From: barries <barries@slaysys.com>
54213              Date: Thu, 26 Apr 2001 12:01:10 -0400
54214              Message-ID: <20010426120110.E29698@jester.slaysys.com>
54215      Branch: perl
54216            ! pod/perldiag.pod
54217 ____________________________________________________________________________
54218 [  9856] By: jhi                                   on 2001/04/26  18:03:33
54219         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
54220              Date: Thu, 26 Apr 2001 17:13:41 +0100
54221              From: Robin Houston <robin@kitsite.com>
54222              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
54223              
54224              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
54225              From: Robin Houston <robin@kitsite.com>
54226              Date: Thu, 26 Apr 2001 18:44:29 +0100
54227              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
54228      Branch: perl
54229            ! ext/B/B/Deparse.pm
54230 ____________________________________________________________________________
54231 [  9855] By: jhi                                   on 2001/04/26  17:56:04
54232         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
54233              From: Robin Houston <robin@kitsite.com>
54234              Date: Thu, 26 Apr 2001 17:04:08 +0100
54235              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
54236      Branch: perl
54237            ! ext/B/B/Deparse.pm
54238 ____________________________________________________________________________
54239 [  9854] By: jhi                                   on 2001/04/26  17:47:26
54240         Log: Subject: Re: Short test case for undef %stash:: crash
54241              From: Benjamin Sugars <bsugars@canoe.ca> 
54242              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
54243              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
54244              Changed and moved the perldiag entry.
54245      Branch: perl
54246            ! gv.c pod/perldiag.pod
54247 ____________________________________________________________________________
54248 [  9853] By: jhi                                   on 2001/04/26  14:35:16
54249         Log: Beginnings of strptime().  Do not touch the wet paint.
54250      Branch: perl
54251            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54252 ____________________________________________________________________________
54253 [  9852] By: jhi                                   on 2001/04/26  13:17:21
54254         Log: Retract #9851, core dumps from pod2man.
54255      Branch: perl
54256            ! regcomp.c
54257 ____________________________________________________________________________
54258 [  9851] By: jhi                                   on 2001/04/26  11:54:41
54259         Log: (Retracted by #9852.)
54260              
54261              Subject: [PATCH @9846] dumping ANYOF
54262              From: Hugo <hv@crypt.compulink.co.uk>
54263              Date: Thu, 26 Apr 2001 05:32:38 +0100
54264              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
54265      Branch: perl
54266            ! regcomp.c
54267 ____________________________________________________________________________
54268 [  9850] By: jhi                                   on 2001/04/26  02:34:44
54269         Log: If ccflags was empty the _previous_ $* containing all the
54270              environment variables and Configure variables was used,
54271              which lead, among other bad things, into $ccflags being your
54272              uname -a output, which lead into test compile with cc failing,
54273              which lead into gcc being selected, which didn't work that well
54274              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
54275              with large files, et cetera.
54276      Branch: perl
54277            ! hints/hpux.sh
54278 ____________________________________________________________________________
54279 [  9849] By: jhi                                   on 2001/04/26  01:44:57
54280         Log: Make selfstubber test more portable.
54281      Branch: perl
54282            ! t/lib/selfstubber.t
54283 ____________________________________________________________________________
54284 [  9848] By: jhi                                   on 2001/04/26  00:50:26
54285         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
54286              From: Benjamin Sugars <ben.sugars@home.com>
54287              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
54288              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
54289      Branch: perl
54290            ! ext/Cwd/Cwd.xs
54291 ____________________________________________________________________________
54292 [  9847] By: jhi                                   on 2001/04/26  00:46:58
54293         Log: Subject: [PATCH: perl@9841] VMS updates
54294              From: Peter Prymmer <pvhp@forte.com>
54295              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
54296              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
54297      Branch: perl
54298            ! README.vms configure.com vms/descrip_mms.template
54299            ! vms/ext/filespec.t
54300 ____________________________________________________________________________
54301 [  9846] By: jhi                                   on 2001/04/26  00:11:56
54302         Log: re 'debug' was broken by #9084.
54303      Branch: perl
54304            ! ext/re/re.xs
54305 ____________________________________________________________________________
54306 [  9845] By: jhi                                   on 2001/04/25  22:33:17
54307         Log: Subject: [PATCH] test for Devel::SelfStubber
54308              From: Nicholas Clark <nick@ccl4.org>
54309              Date: Thu, 26 Apr 2001 00:00:54 +0100
54310              Message-ID: <20010426000054.D89026@plum.flirble.org>
54311      Branch: perl
54312            + t/lib/selfstubber.t
54313            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
54314 ____________________________________________________________________________
54315 [  9844] By: jhi                                   on 2001/04/25  22:29:32
54316         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
54317              From: Paul Johnson <paul@pjcj.net>
54318              Date: Thu, 26 Apr 2001 00:46:08 +0200
54319              Message-ID: <20010426004608.H2338@pjcj.net>
54320      Branch: perl
54321            ! ext/B/B/Concise.pm
54322 ____________________________________________________________________________
54323 [  9843] By: jhi                                   on 2001/04/25  22:28:28
54324         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
54325              From: Peter Prymmer <pvhp@forte.com>
54326              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
54327              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
54328      Branch: perl
54329            ! ext/Cwd/Cwd.xs
54330 ____________________________________________________________________________
54331 [  9842] By: jhi                                   on 2001/04/25  20:58:12
54332         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
54333              From: John Peacock <jpeacock@rowman.com>
54334              Date: Wed, 25 Apr 2001 17:30:26 -0400
54335              Message-ID: <3AE741F2.B3217464@rowman.com>
54336      Branch: perl
54337            ! lib/Math/BigInt.pm t/lib/bigintpm.t
54338 ____________________________________________________________________________
54339 [  9841] By: jhi                                   on 2001/04/25  20:07:05
54340         Log: Update Changes.
54341      Branch: perl
54342            ! Changes patchlevel.h
54343 ____________________________________________________________________________
54344 [  9840] By: jhi                                   on 2001/04/25  19:56:51
54345         Log: Yet another HP-UX hints version from Merijn.
54346      Branch: perl
54347            ! hints/hpux.sh
54348 ____________________________________________________________________________
54349 [  9839] By: jhi                                   on 2001/04/25  19:53:04
54350         Log: abs_path() didn't terminate the filename correctly,
54351              in DIRNAMLENless systems like HP-UX this would fail.
54352      Branch: perl
54353            ! ext/Cwd/Cwd.xs
54354 ____________________________________________________________________________
54355 [  9838] By: jhi                                   on 2001/04/25  16:37:26
54356         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
54357              From: Mike Guy <mjtg@cam.ac.uk>
54358              Date: Wed, 25 Apr 2001 18:31:47 +0100
54359              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
54360      Branch: perl
54361            ! op.c
54362 ____________________________________________________________________________
54363 [  9837] By: jhi                                   on 2001/04/25  16:21:53
54364         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
54365              From: Jon Eveland <jweveland@yahoo.com>
54366              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
54367              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
54368      Branch: perl
54369            ! lib/perl5db.pl
54370 ____________________________________________________________________________
54371 [  9836] By: jhi                                   on 2001/04/25  14:17:50
54372         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
54373              From: "Philip Newton" <pnewton@gmx.de>
54374              Date: Wed, 25 Apr 2001 17:05:58 +0200
54375              Message-ID: <3AE703F6.3234.1833C45@localhost>
54376      Branch: perl
54377            ! Porting/patching.pod
54378 ____________________________________________________________________________
54379 [  9835] By: jhi                                   on 2001/04/25  13:58:07
54380         Log: It would seem that both ar and full_ar need to be overridden
54381              for HP-UX to avoid the GNU ar.
54382      Branch: perl
54383            ! hints/hpux.sh
54384 ____________________________________________________________________________
54385 [  9834] By: jhi                                   on 2001/04/25  13:50:40
54386         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
54387              From: "Philip Newton" <pnewton@gmx.de>
54388              Date: Wed, 25 Apr 2001 16:09:23 +0200
54389              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
54390              
54391              Detypo.
54392      Branch: perl
54393            ! t/op/misc.t
54394 ____________________________________________________________________________
54395 [  9833] By: jhi                                   on 2001/04/25  12:36:11
54396         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
54397      Branch: perl
54398            ! hints/hpux.sh
54399 ____________________________________________________________________________
54400 [  9832] By: jhi                                   on 2001/04/25  12:33:36
54401         Log: New version of HP-UX hints from Merijn.
54402      Branch: perl
54403            ! hints/hpux.sh
54404 ____________________________________________________________________________
54405 [  9831] By: jhi                                   on 2001/04/25  03:39:45
54406         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
54407      Branch: perl
54408            ! hints/hpux.sh
54409 ____________________________________________________________________________
54410 [  9830] By: jhi                                   on 2001/04/25  02:53:25
54411         Log: The tzname[] bit is not needed by util.c -- and causes
54412              heartburn in VMS (and it missing was probably the cause of
54413              the Mac OS X trouble).  Ouch.
54414      Branch: perl
54415            ! ext/POSIX/POSIX.xs util.c
54416 ____________________________________________________________________________
54417 [  9829] By: jhi                                   on 2001/04/25  00:10:06
54418         Log: Metaconfig unit change for #9828.
54419      Branch: metaconfig
54420            ! U/compline/ccflags.U
54421 ____________________________________________________________________________
54422 [  9828] By: jhi                                   on 2001/04/25  00:04:18
54423         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
54424              (which is actually the reason for the change, we need to pass
54425              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
54426              EP/IX, OS/2, and TitanOS, based on the hints files.
54427      Branch: perl
54428            ! Configure config_h.SH
54429 ____________________________________________________________________________
54430 [  9827] By: jhi                                   on 2001/04/24  23:49:20
54431         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
54432              the $cat must have an absolute path.
54433      Branch: perl
54434            ! makedepend.SH
54435 ____________________________________________________________________________
54436 [  9826] By: jhi                                   on 2001/04/24  23:40:53
54437         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
54438      Branch: perl
54439            ! README.amiga
54440 ____________________________________________________________________________
54441 [  9825] By: jhi                                   on 2001/04/24  23:35:35
54442         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
54443              From: "Philip Newton" <pnewton@gmx.de>
54444              Date: Tue, 24 Apr 2001 18:52:49 +0200
54445              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
54446      Branch: perl
54447            ! x2p/find2perl.PL
54448 ____________________________________________________________________________
54449 [  9824] By: jhi                                   on 2001/04/24  23:33:07
54450         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
54451              Some gcc specifics dropped out due to extensive rewriting;
54452              will be put back later as needed.
54453      Branch: perl
54454            ! hints/hpux.sh
54455 ____________________________________________________________________________
54456 [  9823] By: jhi                                   on 2001/04/24  23:27:57
54457         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
54458      Branch: perl
54459            ! ext/POSIX/POSIX.xs
54460 ____________________________________________________________________________
54461 [  9822] By: jhi                                   on 2001/04/24  23:25:21
54462         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
54463              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54464              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
54465              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
54466      Branch: perl
54467            ! ext/XS/Typemap/Typemap.xs
54468 ____________________________________________________________________________
54469 [  9821] By: jhi                                   on 2001/04/24  23:24:10
54470         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
54471              From: "Abigail" <abigail@foad.org>
54472              Date: Tue, 24 Apr 2001 23:12:03 +0200
54473              Message-ID: <20010424211203.7901.qmail@foad.org>
54474      Branch: perl
54475            ! pod/perlport.pod
54476 ____________________________________________________________________________
54477 [  9820] By: jhi                                   on 2001/04/24  23:23:15
54478         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
54479              From: Matt Sergeant <matt@sergeant.org>
54480              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
54481              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
54482      Branch: perl
54483            ! pod/perlfaq4.pod
54484 ____________________________________________________________________________
54485 [  9819] By: nick                                  on 2001/04/24  18:49:43
54486         Log: Integrate mainline.
54487      Branch: perlio
54488           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
54489           !> (integrate 37 files)
54490 ____________________________________________________________________________
54491 [  9818] By: jhi                                   on 2001/04/24  14:35:23
54492         Log: Update Changes.
54493      Branch: perl
54494            ! Changes patchlevel.h
54495 ____________________________________________________________________________
54496 [  9817] By: jhi                                   on 2001/04/24  14:09:17
54497         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
54498              From: "Philip Newton" <pnewton@gmx.de>
54499              Date: Tue, 24 Apr 2001 12:58:12 +0200
54500              Message-ID: <3AE57864.8304.B77A0A@localhost> 
54501              
54502              plus add CPAN to the list of modules that have their own tests.
54503      Branch: perl
54504            ! t/lib/1_compile.t
54505 ____________________________________________________________________________
54506 [  9816] By: jhi                                   on 2001/04/24  14:07:03
54507         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
54508              From: Michael G Schwern <schwern@pobox.com>
54509              Date: Sat, 21 Apr 2001 22:35:00 +0100
54510              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
54511      Branch: perl
54512            ! t/lib/1_compile.t
54513 ____________________________________________________________________________
54514 [  9815] By: jhi                                   on 2001/04/24  13:54:32
54515         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
54516              From: Robin Houston <robin@kitsite.com>
54517              Date: Tue, 24 Apr 2001 15:51:18 +0100
54518              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
54519      Branch: perl
54520            ! ext/B/B/Deparse.pm
54521 ____________________________________________________________________________
54522 [  9814] By: jhi                                   on 2001/04/24  13:17:34
54523         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
54524              From: Bill Glicker <billg@burrelles.com>
54525              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
54526              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
54527      Branch: perl
54528            ! hints/svr5.sh
54529 ____________________________________________________________________________
54530 [  9813] By: jhi                                   on 2001/04/24  12:54:23
54531         Log: Prevent path disclosure (probing for existence of filenames)
54532              using suidperl; bug id 20010322.218.
54533      Branch: perl
54534            ! perl.c pod/perldiag.pod
54535 ____________________________________________________________________________
54536 [  9812] By: jhi                                   on 2001/04/24  12:08:36
54537         Log: Retract #9811.
54538      Branch: perl
54539            ! ext/POSIX/POSIX.xs
54540 ____________________________________________________________________________
54541 [  9811] By: jhi                                   on 2001/04/24  11:57:35
54542         Log: (Retracted by #9812.)
54543      Branch: perl
54544            ! ext/POSIX/POSIX.xs
54545 ____________________________________________________________________________
54546 [  9810] By: jhi                                   on 2001/04/24  03:32:35
54547         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
54548      Branch: perl
54549            ! util.c
54550 ____________________________________________________________________________
54551 [  9809] By: jhi                                   on 2001/04/24  03:16:13
54552         Log: The Math::BigFloat::import() was broken.
54553              (Fixes bug id 20010422.002.)
54554      Branch: perl
54555            ! lib/Math/BigFloat.pm
54556 ____________________________________________________________________________
54557 [  9808] By: jhi                                   on 2001/04/24  01:11:40
54558         Log: Additional dependencies; should help for parallel makes
54559              not to fail on missing lib/lib.pm or lib/re.pm.
54560      Branch: perl
54561            ! Makefile.SH
54562 ____________________________________________________________________________
54563 [  9807] By: jhi                                   on 2001/04/24  00:57:01
54564         Log: Update the test failure disclaimer.
54565      Branch: perl
54566            ! t/pragma/warn/pp_hot
54567 ____________________________________________________________________________
54568 [  9806] By: jhi                                   on 2001/04/24  00:54:04
54569         Log: Add make target "install-all" which is alias for "install"
54570              to cater for case-preserving filesystems like HFS+.
54571      Branch: perl
54572            ! INSTALL Makefile.SH
54573 ____________________________________________________________________________
54574 [  9805] By: jhi                                   on 2001/04/24  00:47:28
54575         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
54576              From: Peter Prymmer <pvhp@forte.com>
54577              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
54578              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
54579              
54580              (Ken William's message forwarded from macosx@perl.org)
54581      Branch: perl
54582            ! hints/darwin.sh
54583 ____________________________________________________________________________
54584 [  9804] By: jhi                                   on 2001/04/23  23:57:35
54585         Log: Cut-and-pasto.
54586      Branch: perl
54587            ! perlio.c
54588 ____________________________________________________________________________
54589 [  9803] By: jhi                                   on 2001/04/23  23:52:25
54590         Log: More PerlIO robustness.
54591      Branch: perl
54592            ! perlio.c
54593 ____________________________________________________________________________
54594 [  9802] By: jhi                                   on 2001/04/23  23:43:35
54595         Log: Make the "STD* opened only for ..." errors more consistent.
54596      Branch: perl
54597            ! doio.c
54598 ____________________________________________________________________________
54599 [  9801] By: jhi                                   on 2001/04/23  23:34:26
54600         Log: Test case for #9800.
54601      Branch: perl
54602            ! t/op/misc.t
54603 ____________________________________________________________________________
54604 [  9800] By: jhi                                   on 2001/04/23  23:14:43
54605         Log: Avoid coredump on 'close STDERR; die' by making
54606              the PerlIO calls more robust.  Also use SETERRNO()
54607              instead of errno = to be more VMS-ready.
54608      Branch: perl
54609            ! perlio.c
54610 ____________________________________________________________________________
54611 [  9799] By: jhi                                   on 2001/04/23  21:41:10
54612         Log: Subject: test for ID 20010423.002
54613              From: Robin Houston <robin@kitsite.com>
54614              Date: Mon, 23 Apr 2001 16:52:21 +0100
54615              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
54616      Branch: perl
54617            ! t/op/avhv.t
54618 ____________________________________________________________________________
54619 [  9798] By: jhi                                   on 2001/04/23  21:40:07
54620         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
54621              From: David Dyck <dcd@tc.fluke.com>
54622              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
54623              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
54624      Branch: perl
54625            ! installperl
54626 ____________________________________________________________________________
54627 [  9797] By: jhi                                   on 2001/04/23  21:37:56
54628         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
54629              From: Benjamin Sugars <bsugars@canoe.ca>
54630              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
54631              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
54632      Branch: perl
54633            ! ext/Cwd/Cwd.xs lib/Cwd.pm
54634 ____________________________________________________________________________
54635 [  9796] By: jhi                                   on 2001/04/23  21:29:24
54636         Log: Synchronize h2xs and pod2man some more on the documentation
54637              templates they propose.
54638      Branch: perl
54639            ! pod/pod2man.PL utils/h2xs.PL
54640 ____________________________________________________________________________
54641 [  9795] By: jhi                                   on 2001/04/23  17:30:40
54642         Log: Add one more naughty test for base64; make encoding logic cleaner.
54643      Branch: perl
54644            ! t/lib/mimeb64.t
54645 ____________________________________________________________________________
54646 [  9794] By: jhi                                   on 2001/04/23  13:51:32
54647         Log: Update Changes.
54648      Branch: perl
54649            ! Changes patchlevel.h
54650 ____________________________________________________________________________
54651 [  9793] By: jhi                                   on 2001/04/23  13:44:18
54652         Log: Duplicate lines.
54653      Branch: perl
54654            ! MANIFEST
54655 ____________________________________________________________________________
54656 [  9792] By: jhi                                   on 2001/04/23  13:39:13
54657         Log: Subject: Re: PATCH 5.7.1
54658              From: Mark-Jason Dominus <mjd@plover.com>
54659              Date: Mon, 23 Apr 2001 10:30:21 -0400
54660              Message-ID: <20010423143021.17335.qmail@plover.com>
54661      Branch: perl
54662            ! perl.h sv.c
54663 ____________________________________________________________________________
54664 [  9791] By: jhi                                   on 2001/04/23  13:32:40
54665         Log: Add the CPAN.pm 1.59_54 tests.
54666      Branch: perl
54667            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
54668            ! MANIFEST
54669 ____________________________________________________________________________
54670 [  9790] By: jhi                                   on 2001/04/23  13:21:55
54671         Log: Subject: Deparse nit
54672              From: Robin Houston <robin@kitsite.com>
54673              Date: Mon, 23 Apr 2001 12:38:20 +0100
54674              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
54675      Branch: perl
54676            ! ext/B/B/Deparse.pm
54677 ____________________________________________________________________________
54678 [  9789] By: jhi                                   on 2001/04/23  13:19:07
54679         Log: Subject: [PATCH] bug 20010423.002
54680              From: Robin Houston <robin@kitsite.com>
54681              Date: Mon, 23 Apr 2001 13:12:30 +0100
54682              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
54683      Branch: perl
54684            ! pp.c
54685 ____________________________________________________________________________
54686 [  9788] By: jhi                                   on 2001/04/23  13:02:49
54687         Log: Subject: PATCH [5.7.1] hv.c unused #define
54688              From: Mark-Jason Dominus <mjd@plover.com>
54689              Date: Sun, 22 Apr 2001 14:17:49 -0400
54690              Message-ID: <20010422181749.26976.qmail@plover.com>
54691      Branch: perl
54692            ! hv.c
54693 ____________________________________________________________________________
54694 [  9787] By: jhi                                   on 2001/04/23  13:02:02
54695         Log: Subject: PATCH 5.7.1
54696              From: Mark-Jason Dominus <mjd@plover.com>
54697              Date: Sun, 22 Apr 2001 15:12:57 -0400
54698              Message-ID: <20010422191258.6539.qmail@plover.com>
54699              
54700              plus Sarathy's STMT_START + STMT_END suggestion.
54701      Branch: perl
54702            ! perl.h
54703 ____________________________________________________________________________
54704 [  9786] By: jhi                                   on 2001/04/23  12:53:25
54705         Log: Fix for
54706              
54707              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
54708              From: dLux <dlux@spam.sch.bme.hu>
54709              Date: Mon, 23 Apr 2001 01:25:26 +0200
54710              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
54711              
54712              (SvGROW really does return a char *.)
54713      Branch: perl
54714            ! pod/perlapi.pod sv.h
54715 ____________________________________________________________________________
54716 [  9785] By: jhi                                   on 2001/04/23  04:34:04
54717         Log: Time::Piece work continues.  $t->day removed since
54718              I think it's too confusing.  Now has normal and
54719              abbreviated length weekday names and month names,
54720              the names change with _names(), not _list().
54721              Now has strftime() in Perl, _strftime() is
54722              the libc version (to which strftime() falls back
54723              if it doesn't know the format.  To do: the reverse
54724              of strftime, strptime(), and the localisation of both.
54725      Branch: perl
54726            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
54727            ! t/lib/time-piece.t
54728 ____________________________________________________________________________
54729 [  9784] By: jhi                                   on 2001/04/23  02:41:46
54730         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
54731              From: andreas.koenig@anima.de (Andreas J. Koenig)
54732              Date: 23 Apr 2001 05:20:55 +0200
54733              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
54734      Branch: perl
54735            ! t/pragma/overload.t
54736 ____________________________________________________________________________
54737 [  9783] By: jhi                                   on 2001/04/22  23:32:42
54738         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
54739              From: Robin Houston <robin@kitsite.com>
54740              Date: Mon, 23 Apr 2001 00:38:18 +0100
54741              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
54742      Branch: perl
54743            ! ext/B/B/Deparse.pm
54744 ____________________________________________________________________________
54745 [  9782] By: jhi                                   on 2001/04/22  20:55:43
54746         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
54747              From: Simon Cozens <simon@netthink.co.uk>
54748              Date: Sun, 22 Apr 2001 18:47:25 +0100
54749              Message-ID: <20010422184725.A14411@netthink.co.uk>
54750      Branch: perl
54751            ! sv.c t/pragma/overload.t
54752 ____________________________________________________________________________
54753 [  9781] By: jhi                                   on 2001/04/22  20:52:13
54754         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
54755              From: Robin Houston <robin@kitsite.com>
54756              Date: Sun, 22 Apr 2001 22:14:50 +0100
54757              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
54758      Branch: perl
54759            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
54760 ____________________________________________________________________________
54761 [  9780] By: nick                                  on 2001/04/22  20:40:31
54762         Log: Integrate mainline.
54763      Branch: perlio
54764           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
54765           +> t/lib/b-stash.t
54766           !> (integrate 38 files)
54767 ____________________________________________________________________________
54768 [  9779] By: jhi                                   on 2001/04/22  15:16:03
54769         Log: Subject: IO::Socket::INET patch
54770              From: andrew deryabin <djsf@technarchy.ru>
54771              Date: Sat, 21 Apr 2001 17:46:52 +0400
54772              Message-ID: <20010421174652.B1426@technarchy>
54773      Branch: perl
54774            ! ext/IO/lib/IO/Socket/INET.pm
54775 ____________________________________________________________________________
54776 [  9778] By: jhi                                   on 2001/04/22  15:14:33
54777         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
54778              From: Mark-Jason Dominus <mjd@plover.com>
54779              Date: Sat, 21 Apr 2001 21:27:49 -0400
54780              Message-ID: <20010422012749.27024.qmail@plover.com>
54781      Branch: perl
54782            ! regcomp.c
54783 ____________________________________________________________________________
54784 [  9777] By: jhi                                   on 2001/04/22  15:10:51
54785         Log: Subject: Re: Regex debugger patch 
54786              From: Mark-Jason Dominus <mjd@plover.com>
54787              Date: Sat, 21 Apr 2001 21:48:51 -0400
54788              Message-ID: <20010422014851.27165.qmail@plover.com>
54789      Branch: perl
54790            ! pod/perldebguts.pod
54791 ____________________________________________________________________________
54792 [  9776] By: jhi                                   on 2001/04/22  15:09:48
54793         Log: Subject: Re: Regex debugger patch
54794              From: Mark-Jason Dominus <mjd@plover.com>
54795              Date: Sat, 21 Apr 2001 14:24:39 -0400
54796              Message-ID: <20010421182439.16508.qmail@plover.com>
54797              
54798              Regex debugger backend.
54799      Branch: perl
54800            ! regcomp.c regexp.h
54801 ____________________________________________________________________________
54802 [  9775] By: jhi                                   on 2001/04/21  16:45:40
54803         Log: Subject: [PATCH] Typo in utf8.h
54804              From: Jesús Quiroga <jquiroga@pobox.com>
54805              Date: Sat, 21 Apr 2001 19:25:33 +0200
54806              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
54807      Branch: perl
54808            ! utf8.h
54809 ____________________________________________________________________________
54810 [  9774] By: jhi                                   on 2001/04/21  16:43:52
54811         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
54812              From: Joe Orton <jorton@redhat.com>
54813              Date: Tue, 17 Apr 2001 15:50:43 +0100
54814              Message-Id: <20010417155043.D19132@eu.c2.net>
54815      Branch: perl
54816            ! hints/svr5.sh
54817 ____________________________________________________________________________
54818 [  9773] By: jhi                                   on 2001/04/21  15:30:15
54819         Log: Subject: Patch utils/h2xs.PL
54820              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54821              Date: Sat, 21 Apr 2001 10:32:16 -0500
54822              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
54823              
54824              Add MAILING list and LICENSE templates.
54825      Branch: perl
54826            ! utils/h2xs.PL
54827 ____________________________________________________________________________
54828 [  9772] By: jhi                                   on 2001/04/21  15:28:36
54829         Log: Subject: perlfaq2.patch for 5.7.1
54830              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54831              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
54832              Date: Fri, 20 Apr 2001 16:42:19 -0500
54833              
54834              rm an extra tab, a blurb about the xx.cpan to clarify
54835              which countries actually have that and dejanews is history
54836              as well as most of that nonsensical entry.
54837      Branch: perl
54838            ! pod/perlfaq2.pod
54839 ____________________________________________________________________________
54840 [  9771] By: jhi                                   on 2001/04/21  15:27:17
54841         Log: Subject: perlfaq1.patch for 5.7.1
54842              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54843              Date: Fri, 20 Apr 2001 16:57:36 -0500
54844              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
54845              
54846              Evil URLs must die. Especially when they are broken.
54847      Branch: perl
54848            ! pod/perlfaq1.pod
54849 ____________________________________________________________________________
54850 [  9770] By: jhi                                   on 2001/04/21  15:23:38
54851         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
54852              From: Michael G Schwern <schwern@pobox.com>
54853              Date: Sat, 21 Apr 2001 16:11:12 +0100
54854              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
54855      Branch: perl
54856            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
54857            + t/lib/b-stash.t
54858            ! MANIFEST ext/B/B.pm t/lib/b.t
54859 ____________________________________________________________________________
54860 [  9769] By: jhi                                   on 2001/04/21  15:03:32
54861         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
54862              From: Michael G Schwern <schwern@pobox.com>
54863              Date: Sat, 21 Apr 2001 09:48:00 +0100
54864              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
54865      Branch: perl
54866            ! utils/h2ph.PL
54867 ____________________________________________________________________________
54868 [  9768] By: jhi                                   on 2001/04/21  14:33:49
54869         Log: PerlIO and Encode doc cleanup and tweaks.
54870      Branch: perl
54871            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
54872            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
54873 ____________________________________________________________________________
54874 [  9767] By: jhi                                   on 2001/04/21  12:40:16
54875         Log: Integrate perlio.
54876      Branch: perl
54877           !> doio.c
54878 ____________________________________________________________________________
54879 [  9766] By: nick                                  on 2001/04/20  18:28:35
54880         Log: Avoid core dump on
54881              open(STDOUT,">",\$foo);
54882      Branch: perlio
54883            ! doio.c
54884 ____________________________________________________________________________
54885 [  9765] By: jhi                                   on 2001/04/20  13:23:43
54886         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
54887              From: Robin Houston <robin@kitsite.com>
54888              Date: Fri, 20 Apr 2001 14:29:22 +0100
54889              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
54890      Branch: perl
54891            ! ext/B/B.pm ext/B/B/Deparse.pm
54892 ____________________________________________________________________________
54893 [  9764] By: jhi                                   on 2001/04/20  13:19:33
54894         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
54895              From: Peter Prymmer <pvhp@forte.com>
54896              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
54897              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
54898      Branch: perl
54899            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
54900            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
54901            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
54902            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
54903 ____________________________________________________________________________
54904 [  9763] By: jhi                                   on 2001/04/20  12:36:39
54905         Log: Subject: Re: A new PerlIO coredump
54906              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54907              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
54908              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
54909      Branch: perl
54910            ! doio.c
54911 ____________________________________________________________________________
54912 [  9762] By: jhi                                   on 2001/04/19  23:02:30
54913         Log: Update Changes.
54914      Branch: perl
54915            ! Changes patchlevel.h
54916 ____________________________________________________________________________
54917 [  9761] By: jhi                                   on 2001/04/19  22:59:19
54918         Log: More cleanup cleanup.
54919      Branch: perl
54920            ! Makefile.SH win32/Makefile win32/makefile.mk
54921 ____________________________________________________________________________
54922 [  9760] By: jhi                                   on 2001/04/19  22:50:31
54923         Log: lib/Time is non-empty, let's not rmdir it.
54924      Branch: perl
54925            ! Makefile.SH
54926 ____________________________________________________________________________
54927 [  9759] By: jhi                                   on 2001/04/19  22:36:51
54928         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
54929              From: Robin Houston <robin@kitsite.com>
54930              Date: Fri, 20 Apr 2001 00:18:53 +0100
54931              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
54932      Branch: perl
54933            ! ext/B/B/Deparse.pm
54934 ____________________________________________________________________________
54935 [  9758] By: jhi                                   on 2001/04/19  22:36:00
54936         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
54937              From: Peter Prymmer <pvhp@forte.com>
54938              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
54939              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
54940      Branch: perl
54941            ! ext/Cwd/Cwd.xs
54942 ____________________________________________________________________________
54943 [  9757] By: nick                                  on 2001/04/19  18:53:54
54944         Log: Blind (untested) integrate of mainline.
54945      Branch: perlio
54946           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
54947           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
54948           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
54949           !> (integrate 53 files)
54950 ____________________________________________________________________________
54951 [  9756] By: jhi                                   on 2001/04/19  16:59:23
54952         Log: Document and test Time::Piece.
54953      Branch: perl
54954            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
54955            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
54956 ____________________________________________________________________________
54957 [  9755] By: jhi                                   on 2001/04/19  12:13:29
54958         Log: A better fix for the \x{12345678} trouble from NI-S.
54959      Branch: perl
54960            ! utf8.c
54961 ____________________________________________________________________________
54962 [  9754] By: jhi                                   on 2001/04/19  11:56:07
54963         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
54964              From: Robin Houston <robin@kitsite.com>
54965              Date: Wed, 18 Apr 2001 17:58:33 +0100
54966              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
54967      Branch: perl
54968            ! ext/B/B/Deparse.pm op.c
54969 ____________________________________________________________________________
54970 [  9753] By: jhi                                   on 2001/04/19  04:21:52
54971         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
54972              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
54973              Date: Thu, 19 Apr 2001 01:11:41 -0400
54974              Message-ID: <20010419011141.A5798@cpan.org>
54975      Branch: perl
54976            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
54977 ____________________________________________________________________________
54978 [  9752] By: jhi                                   on 2001/04/19  02:41:10
54979         Log: The new time utils need to be thread-aware, too.
54980      Branch: perl
54981            ! util.c
54982 ____________________________________________________________________________
54983 [  9751] By: jhi                                   on 2001/04/19  02:26:47
54984         Log: Compilation nit noticed by AIX compiler.
54985      Branch: perl
54986            ! perlio.c
54987 ____________________________________________________________________________
54988 [  9750] By: jhi                                   on 2001/04/19  02:20:06
54989         Log: The new time utils need to be public.
54990      Branch: perl
54991            ! embed.pl
54992 ____________________________________________________________________________
54993 [  9749] By: jhi                                   on 2001/04/19  01:42:39
54994         Log: Regen toc.
54995      Branch: perl
54996            ! pod/perltoc.pod
54997 ____________________________________________________________________________
54998 [  9748] By: jhi                                   on 2001/04/19  01:41:10
54999         Log: Add Time::Piece, a slight rewrite of Time::Object,
55000              from Matt Sergeant.
55001      Branch: perl
55002            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
55003            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
55004            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
55005            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
55006            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
55007            ! win32/makefile.mk
55008 ____________________________________________________________________________
55009 [  9747] By: jhi                                   on 2001/04/19  00:55:35
55010         Log: The new metaconfig unit from strftime.
55011      Branch: metaconfig/U/perl
55012            + d_strftime.U
55013 ____________________________________________________________________________
55014 [  9746] By: jhi                                   on 2001/04/19  00:54:54
55015         Log: Move the strftime() wrapper from POSIX.xs to util.c
55016              as my_strftime(), requires HAS_STRFTIME.
55017      Branch: perl
55018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55019            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
55020            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
55021            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55022            ! vos/config.ga.h win32/config.bc win32/config.gc
55023            ! win32/config.vc
55024 ____________________________________________________________________________
55025 [  9745] By: jhi                                   on 2001/04/18  23:11:03
55026         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
55027              in preparation of Time::Piece.
55028      Branch: perl
55029            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
55030 ____________________________________________________________________________
55031 [  9744] By: jhi                                   on 2001/04/18  22:33:12
55032         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
55033              From: Peter Prymmer <pvhp@forte.com>
55034              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
55035              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
55036      Branch: perl
55037            ! t/lib/exporter.t
55038 ____________________________________________________________________________
55039 [  9743] By: jhi                                   on 2001/04/18  22:32:23
55040         Log: Subject: Fwd: pod2html leaves cache files lying around?
55041              From: Rajesh Vaidheeswarran <rv@gnu.org>
55042              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
55043              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
55044      Branch: perl
55045            ! lib/Pod/Html.pm
55046 ____________________________________________________________________________
55047 [  9742] By: jhi                                   on 2001/04/18  20:31:49
55048         Log: Update Changes.
55049      Branch: perl
55050            ! Changes patchlevel.h
55051 ____________________________________________________________________________
55052 [  9741] By: jhi                                   on 2001/04/18  20:23:02
55053         Log: Declare hints only if needed.
55054      Branch: perl
55055            ! ext/B/B/Deparse.pm
55056 ____________________________________________________________________________
55057 [  9740] By: jhi                                   on 2001/04/18  19:06:05
55058         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
55059              bug noticed by Robin Houston; basically the code of detecting
55060              value wraparound was acting differently under different compilers
55061              and platforms.  The workaround is to remove the overflow check
55062              for now, a real fix would be to do the overflow (portably) right.
55063      Branch: perl
55064            ! t/op/pat.t utf8.c
55065 ____________________________________________________________________________
55066 [  9739] By: jhi                                   on 2001/04/18  19:01:23
55067         Log: Subject: [PATCH B::Deparse] some pragma support
55068              From: Robin Houston <robin@kitsite.com>
55069              Date: Wed, 18 Apr 2001 19:32:12 +0100
55070              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
55071      Branch: perl
55072            ! ext/B/B/Deparse.pm
55073 ____________________________________________________________________________
55074 [  9738] By: jhi                                   on 2001/04/18  15:16:37
55075         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
55076              From: Benjamin Sugars <bsugars@canoe.ca>
55077              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
55078              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
55079      Branch: perl
55080            ! t/op/glob.t
55081 ____________________________________________________________________________
55082 [  9737] By: jhi                                   on 2001/04/18  13:24:50
55083         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
55084              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55085              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
55086              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
55087      Branch: perl
55088            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
55089            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
55090 ____________________________________________________________________________
55091 [  9736] By: jhi                                   on 2001/04/18  04:15:14
55092         Log: The #9735 also changes the subtest 12.
55093      Branch: perl
55094            ! t/lib/b.t
55095 ____________________________________________________________________________
55096 [  9735] By: jhi                                   on 2001/04/18  03:55:17
55097         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
55098              From: David Dyck <dcd@tc.fluke.com>
55099              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
55100              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
55101      Branch: perl
55102            ! ext/B/B/Deparse.pm
55103 ____________________________________________________________________________
55104 [  9734] By: jhi                                   on 2001/04/18  03:54:11
55105         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
55106              From: Gisle Aas <gisle@ActiveState.com>
55107              Date: 17 Apr 2001 19:06:45 -0700
55108              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
55109      Branch: perl
55110            ! pp_hot.c t/op/misc.t
55111 ____________________________________________________________________________
55112 [  9733] By: jhi                                   on 2001/04/17  22:25:22
55113         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
55114              From: "Abigail" <abigail@foad.org>
55115              Date: Wed, 18 Apr 2001 01:17:46 +0200
55116              Message-ID: <20010417231746.21657.qmail@foad.org>
55117      Branch: perl
55118            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
55119 ____________________________________________________________________________
55120 [  9732] By: jhi                                   on 2001/04/17  20:47:56
55121         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
55122              From: Robin Houston <robin@kitsite.com>
55123              Date: Tue, 17 Apr 2001 22:37:42 +0100
55124              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
55125      Branch: perl
55126            ! ext/B/B/Deparse.pm
55127 ____________________________________________________________________________
55128 [  9731] By: nick                                  on 2001/04/17  20:46:35
55129         Log: Re-sync for t/lib/b.t fix
55130      Branch: perlio
55131           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
55132 ____________________________________________________________________________
55133 [  9730] By: jhi                                   on 2001/04/17  20:45:29
55134         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
55135              From: Robin Houston <robin@kitsite.com>
55136              Date: Tue, 17 Apr 2001 22:29:36 +0100
55137              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
55138      Branch: perl
55139            ! ext/B/B.xs ext/B/B/Deparse.pm
55140 ____________________________________________________________________________
55141 [  9729] By: jhi                                   on 2001/04/17  20:43:11
55142         Log: Subject: Deparse - parenthesise args to undeclared subs
55143              From: Robin Houston <robin@kitsite.com>
55144              Date: Tue, 17 Apr 2001 21:31:05 +0100
55145              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
55146      Branch: perl
55147            ! ext/B/B/Deparse.pm
55148 ____________________________________________________________________________
55149 [  9728] By: jhi                                   on 2001/04/17  18:57:30
55150         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
55151              From: Benjamin Sugars <ben.sugars@home.com>
55152              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
55153              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
55154      Branch: perl
55155            ! t/lib/cwd.t
55156 ____________________________________________________________________________
55157 [  9727] By: jhi                                   on 2001/04/17  18:20:20
55158         Log: Subject: [PATCH B::Deparse] ambient pragmas
55159              From: Robin Houston <robin@kitsite.com>
55160              Date: Tue, 17 Apr 2001 20:01:59 +0100
55161              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
55162      Branch: perl
55163            ! ext/B/B/Deparse.pm t/lib/b.t
55164 ____________________________________________________________________________
55165 [  9726] By: nick                                  on 2001/04/17  16:33:51
55166         Log: Integrate mainline (t/lib/b.t fails test 2...)
55167      Branch: perlio
55168           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
55169           +> ext/List/Util/README ext/List/Util/Util.xs
55170           +> ext/List/Util/lib/List/Util.pm
55171           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
55172           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
55173           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
55174           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
55175           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
55176           !> (integrate 31 files)
55177 ____________________________________________________________________________
55178 [  9725] By: jhi                                   on 2001/04/17  12:14:24
55179         Log: Subject: multiple B::* changes
55180              From: Robin Houston <robin@kitsite.com>
55181              Date: Thu, 12 Apr 2001 20:12:27 +0100
55182              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
55183      Branch: perl
55184            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
55185 ____________________________________________________________________________
55186 [  9724] By: jhi                                   on 2001/04/17  11:59:05
55187         Log: Thread-awareness from Doug MacEachern.
55188      Branch: perl
55189            ! ext/List/Util/Util.xs
55190 ____________________________________________________________________________
55191 [  9723] By: jhi                                   on 2001/04/17  11:57:41
55192         Log: Make the test more portable.
55193      Branch: perl
55194            ! t/lib/cwd.t
55195 ____________________________________________________________________________
55196 [  9722] By: jhi                                   on 2001/04/17  11:53:50
55197         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
55198              From: Benjamin Sugars <ben.sugars@home.com>
55199              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
55200              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
55201      Branch: perl
55202            ! t/lib/cwd.t
55203 ____________________________________________________________________________
55204 [  9721] By: jhi                                   on 2001/04/17  11:52:17
55205         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
55206              From: Benjamin Sugars <bsugars@canoe.ca>
55207              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
55208              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
55209      Branch: perl
55210            ! op.c
55211 ____________________________________________________________________________
55212 [  9720] By: jhi                                   on 2001/04/17  11:35:42
55213         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
55214              From: Chris Nandor <pudge@pobox.com>
55215              Date: Tue, 17 Apr 2001 00:30:49 -0400
55216              Message-Id: <p05100207b701768712de@[10.0.1.177]>
55217      Branch: perl
55218            ! ext/File/Glob/bsd_glob.c gv.c
55219 ____________________________________________________________________________
55220 [  9719] By: jhi                                   on 2001/04/17  11:32:13
55221         Log: Subject: [PATCH] Tweten->West
55222              From: Casey West <casey@geeknest.com>
55223              Date: Mon, 16 Apr 2001 12:11:22 -0400
55224              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
55225      Branch: perl
55226            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
55227            ! pod/perltie.pod
55228 ____________________________________________________________________________
55229 [  9718] By: jhi                                   on 2001/04/16  03:22:52
55230         Log: Update Changes.
55231      Branch: perl
55232            ! Changes patchlevel.h
55233 ____________________________________________________________________________
55234 [  9717] By: jhi                                   on 2001/04/16  03:06:28
55235         Log: Regen toc.
55236      Branch: perl
55237            ! pod/perltoc.pod
55238 ____________________________________________________________________________
55239 [  9716] By: jhi                                   on 2001/04/16  02:58:42
55240         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
55241              From: Prymmer/Kahn <pvhp@best.com>
55242              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
55243              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
55244      Branch: perl
55245            ! utf8.c
55246 ____________________________________________________________________________
55247 [  9715] By: jhi                                   on 2001/04/15  23:40:35
55248         Log: Subject: Re: Net::Ping patch, adds stream protocol
55249              From: bronson@rinspin.com (Scott Bronson)
55250              Date: Tue, 10 Apr 2001 23:58:33 -0700
55251              Message-ID: <20010410235833.N29719@rinspin.com>
55252      Branch: perl
55253            ! lib/Net/Ping.pm
55254 ____________________________________________________________________________
55255 [  9714] By: jhi                                   on 2001/04/15  23:31:46
55256         Log: Printing out the ok messages helps successful testing.
55257      Branch: perl
55258            ! t/lib/time-hires.t
55259 ____________________________________________________________________________
55260 [  9713] By: jhi                                   on 2001/04/15  21:43:24
55261         Log: Update Douglas Wegscheid's email.
55262      Branch: perl
55263            ! AUTHORS
55264 ____________________________________________________________________________
55265 [  9712] By: jhi                                   on 2001/04/15  21:40:41
55266         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
55267              From: Michael G Schwern <schwern@pobox.com>
55268              Date: Sat, 14 Apr 2001 22:40:50 +0100
55269              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
55270      Branch: perl
55271            + t/lib/exporter.t
55272            ! MANIFEST lib/Exporter/Heavy.pm
55273 ____________________________________________________________________________
55274 [  9711] By: jhi                                   on 2001/04/15  21:39:21
55275         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
55276              From: Michael G Schwern <schwern@pobox.com>
55277              Date: Sat, 14 Apr 2001 22:13:59 +0100
55278              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
55279      Branch: perl
55280            ! t/op/loopctl.t
55281 ____________________________________________________________________________
55282 [  9710] By: jhi                                   on 2001/04/15  21:30:19
55283         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
55284              From: Michael G Schwern <schwern@pobox.com>
55285              Date: Sat, 14 Apr 2001 22:05:32 +0100
55286              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
55287      Branch: perl
55288            ! t/pragma/warnings.t
55289 ____________________________________________________________________________
55290 [  9709] By: jhi                                   on 2001/04/15  19:34:09
55291         Log: Integrate changes #9706,9707 from maintperl into mainline.
55292              
55293              change#7210 broke .packlist generation
55294              
55295              ExtUtils::Installed doesn't quote regex metacharacters in paths
55296              before using them in match; also make it work for dosish platforms
55297      Branch: perl
55298           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
55299 ____________________________________________________________________________
55300 [  9708] By: jhi                                   on 2001/04/15  19:31:01
55301         Log: Test also the scalar aspect of getitimer().
55302      Branch: perl
55303            ! t/lib/time-hires.t
55304 ____________________________________________________________________________
55305 [  9707] By: gsar                                  on 2001/04/15  17:24:20
55306         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
55307              before using them in match; also make it work for dosish platforms
55308      Branch: maint-5.6/perl
55309            ! lib/ExtUtils/Installed.pm
55310 ____________________________________________________________________________
55311 [  9706] By: gsar                                  on 2001/04/15  17:21:59
55312         Log: change#7210 broke .packlist generation (listed only filename
55313              rather than fully qualified path name)
55314      Branch: maint-5.6/perl
55315            ! lib/ExtUtils/Install.pm
55316 ____________________________________________________________________________
55317 [  9705] By: jhi                                   on 2001/04/15  12:36:33
55318         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
55319      Branch: perl
55320            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
55321            ! t/lib/time-hires.t
55322 ____________________________________________________________________________
55323 [  9704] By: jhi                                   on 2001/04/15  10:49:08
55324         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
55325              From: Prymmer/Kahn <pvhp@best.com>
55326              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
55327              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
55328      Branch: perl
55329            ! lib/utf8.pm pod/perlebcdic.pod
55330 ____________________________________________________________________________
55331 [  9703] By: jhi                                   on 2001/04/15  02:26:26
55332         Log: I keep forgetting to sort MANIFEST.
55333      Branch: perl
55334            ! MANIFEST
55335 ____________________________________________________________________________
55336 [  9702] By: jhi                                   on 2001/04/15  02:07:47
55337         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
55338              Now we have blessed, reftype, tainted, first, reduce, ...
55339      Branch: perl
55340            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
55341            + ext/List/Util/README ext/List/Util/Util.xs
55342            + ext/List/Util/lib/List/Util.pm
55343            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
55344            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
55345            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
55346            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
55347            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
55348            ! MANIFEST
55349 ____________________________________________________________________________
55350 [  9701] By: jhi                                   on 2001/04/14  15:05:25
55351         Log: Subject: RE: dprofpp.pl updates 
55352              From: Carl Eklof <CEklof@endeca.com>
55353              Date: Thu, 12 Apr 2001 18:45:46 -0400
55354              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
55355      Branch: perl
55356            ! utils/dprofpp.PL
55357 ____________________________________________________________________________
55358 [  9700] By: jhi                                   on 2001/04/14  14:44:55
55359         Log: Do not just blindly add CR.
55360      Branch: perl
55361            ! Porting/makerel
55362 ____________________________________________________________________________
55363 [  9699] By: jhi                                   on 2001/04/13  13:17:01
55364         Log: Update Changes.
55365      Branch: perl
55366            ! Changes patchlevel.h
55367 ____________________________________________________________________________
55368 [  9698] By: jhi                                   on 2001/04/13  12:44:48
55369         Log: Integrate perlio.
55370      Branch: perl
55371           !> ext/PerlIO/Scalar/Scalar.xs
55372 ____________________________________________________________________________
55373 [  9697] By: jhi                                   on 2001/04/13  12:29:15
55374         Log: Add more debug output to the test.
55375      Branch: perl
55376            ! t/lib/cwd.t
55377 ____________________________________________________________________________
55378 [  9696] By: nick                                  on 2001/04/13  10:14:29
55379         Log: Fix core dump on binmode($fh,'Scalar')
55380      Branch: perlio
55381            ! ext/PerlIO/Scalar/Scalar.xs
55382 ____________________________________________________________________________
55383 [  9695] By: nick                                  on 2001/04/13  09:05:42
55384         Log: Integrate mainline
55385      Branch: perlio
55386           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55387           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55388           +> t/lib/time-hires.t
55389           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
55390           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
55391           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
55392           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
55393           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
55394           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
55395           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
55396 ____________________________________________________________________________
55397 [  9694] By: jhi                                   on 2001/04/12  22:23:35
55398         Log: Integrate change #9693 from maintperl into mainline.
55399              
55400              $VERSION and Version() on the same line provokes a warning from
55401              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
55402      Branch: perl
55403           !> lib/Devel/SelfStubber.pm
55404 ____________________________________________________________________________
55405 [  9693] By: gsar                                  on 2001/04/12  21:55:56
55406         Log: $VERSION and Version() on the same line provokes a warning from
55407              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
55408      Branch: maint-5.6/perl
55409            ! lib/Devel/SelfStubber.pm
55410 ____________________________________________________________________________
55411 [  9692] By: jhi                                   on 2001/04/12  13:54:00
55412         Log: This is at least 5.005.
55413      Branch: perl
55414            ! ext/Time/HiRes/HiRes.xs
55415 ____________________________________________________________________________
55416 [  9691] By: jhi                                   on 2001/04/12  13:37:20
55417         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
55418      Branch: perl
55419            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
55420            ! win32/Makefile win32/makefile.mk
55421 ____________________________________________________________________________
55422 [  9690] By: jhi                                   on 2001/04/12  01:34:46
55423         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
55424      Branch: perl
55425            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55426            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55427            + t/lib/time-hires.t
55428            ! MANIFEST
55429 ____________________________________________________________________________
55430 [  9689] By: jhi                                   on 2001/04/12  00:28:39
55431         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
55432              From: Gisle Aas <gisle@ActiveState.com>
55433              Date: 11 Apr 2001 16:36:11 -0700
55434              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
55435      Branch: perl
55436            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
55437 ____________________________________________________________________________
55438 [  9688] By: jhi                                   on 2001/04/12  00:27:39
55439         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
55440              From: Gisle Aas <gisle@ActiveState.com>
55441              Date: 11 Apr 2001 11:13:24 -0700
55442              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
55443      Branch: perl
55444            ! ext/MIME/Base64/Base64.xs
55445 ____________________________________________________________________________
55446 [  9687] By: jhi                                   on 2001/04/11  19:51:47
55447         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
55448      Branch: perl
55449            ! Todo-5.6
55450 ____________________________________________________________________________
55451 [  9686] By: jhi                                   on 2001/04/11  16:54:25
55452         Log: Subject: [PATCH opcode.pl] Documentation of table format
55453              From: Simon Cozens <simon@netthink.co.uk>
55454              Date: Wed, 11 Apr 2001 12:59:31 +0100
55455              Message-ID: <20010411125931.A25681@netthink.co.uk>
55456      Branch: perl
55457            ! opcode.pl
55458 ____________________________________________________________________________
55459 [  9685] By: jhi                                   on 2001/04/11  16:53:15
55460         Log: Subject: [PATCH] prototype("CORE::recv")
55461              From: Simon Cozens <simon@netthink.co.uk>
55462              Date: Wed, 11 Apr 2001 13:24:35 +0100
55463              Message-ID: <20010411132435.A26169@netthink.co.uk>
55464      Branch: perl
55465            ! pp.c t/comp/proto.t
55466 ____________________________________________________________________________
55467 [  9684] By: jhi                                   on 2001/04/11  16:47:13
55468         Log: FAQ (and AUTHORS) update from Dan Carson: the information
55469              was several years obsolete, Term::Readkey has been updated
55470              to have the functionality.
55471      Branch: perl
55472            ! AUTHORS pod/perlfaq5.pod
55473 ____________________________________________________________________________
55474 [  9683] By: jhi                                   on 2001/04/11  12:15:46
55475         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
55476              From: Calle Dybedahl <calle@lysator.liu.se>
55477              Date: 10 Apr 2001 16:44:16 +0200
55478              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
55479      Branch: perl
55480            ! ext/MIME/Base64/Base64.xs
55481 ____________________________________________________________________________
55482 [  9682] By: jhi                                   on 2001/04/11  12:12:26
55483         Log: A more minimal fix for 20010410.006 from Hugo.
55484      Branch: perl
55485            ! regexec.c
55486 ____________________________________________________________________________
55487 [  9681] By: jhi                                   on 2001/04/11  11:34:23
55488         Log: Integrate changes #9678,9679 from maintline into mainperl.
55489              
55490              addendum to change#9676
55491              
55492              up $File::Glob::VERSION; add a note pointing out the version of
55493              the OpenBSD glob bsd_glob.c resembles
55494      Branch: perl
55495           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
55496           !> ext/File/Glob/bsd_glob.h
55497 ____________________________________________________________________________
55498 [  9680] By: jhi                                   on 2001/04/11  11:30:38
55499         Log: Bad test numbering in integrate in #9677.
55500              Fixes ID 20010411.001.
55501      Branch: perl
55502            ! t/op/pat.t
55503 ____________________________________________________________________________
55504 [  9679] By: gsar                                  on 2001/04/11  03:38:40
55505         Log: up $File::Glob::VERSION; add a note pointing out the version of
55506              the OpenBSD glob bsd_glob.c resembles
55507      Branch: maint-5.6/perl
55508            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
55509            ! ext/File/Glob/bsd_glob.h
55510 ____________________________________________________________________________
55511 [  9678] By: gsar                                  on 2001/04/11  03:09:48
55512         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
55513              revision 1.8.10.1 found here:
55514              
55515              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
55516      Branch: maint-5.6/perl
55517            ! ext/File/Glob/bsd_glob.c
55518 ____________________________________________________________________________
55519 [  9677] By: jhi                                   on 2001/04/11  02:54:39
55520         Log: Integrate changes #9675,9676 from maintperl into mainline.
55521              
55522              fix for bug 20010410.006, undo change#7115
55523              
55524              port the OpenBSD glob() security patch
55525      Branch: perl
55526           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
55527           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
55528           !> t/op/pat.t
55529 ____________________________________________________________________________
55530 [  9676] By: gsar                                  on 2001/04/11  02:19:02
55531         Log: port the glob() security patch found at:
55532              
55533              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
55534              
55535              CERT advisory for the issue is here:
55536              
55537              http://www.cert.org/advisories/CA-2001-07.html
55538              
55539              Note that the security scare is only relevant for those who are
55540              foolish enough to build suidperl (which is now officially discouraged)
55541      Branch: maint-5.6/perl
55542            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
55543            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
55544 ____________________________________________________________________________
55545 [  9675] By: gsar                                  on 2001/04/10  23:52:11
55546         Log: fix for bug 20010410.006
55547              
55548              undo change#7115 (came into maint-5.6 as change#8156)
55549              
55550              add tests to keep it from coming back
55551      Branch: maint-5.6/perl
55552            ! regexec.c t/op/pat.t
55553 ____________________________________________________________________________
55554 [  9674] By: nick                                  on 2001/04/10  20:39:31
55555         Log: Integrate mainline
55556      Branch: perlio
55557           +> Porting/testall.atom
55558           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
55559           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
55560           !> t/lib/lc-uk.t t/pod/find.t
55561 ____________________________________________________________________________
55562 [  9673] By: nick                                  on 2001/04/10  18:46:14
55563         Log: Integrate against change 9670 aka perl-5.7.1
55564      Branch: perlio
55565           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
55566           !> (integrate 53 files)
55567 ____________________________________________________________________________
55568 [  9672] By: jhi                                   on 2001/04/10  13:45:01
55569         Log: Add a script for doing cumulative profile of the test suite.
55570              (Requires ATOM, that is, Tru64.)
55571      Branch: perl
55572            + Porting/testall.atom
55573            ! MANIFEST
55574 ____________________________________________________________________________
55575 [  9671] By: jhi                                   on 2001/04/10  12:38:53
55576         Log: Missing std block.
55577      Branch: perl
55578            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
55579            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
55580            ! t/pod/find.t
55581 ____________________________________________________________________________
55582 [  9670] By: jhi                                   on 2001/04/10  01:25:58
55583         Log: This is 5.7.1.
55584      Branch: perl
55585            ! patchlevel.h
55586 ____________________________________________________________________________
55587 [  9669] By: jhi                                   on 2001/04/10  01:09:14
55588         Log: Update Changes.
55589      Branch: perl
55590            ! Changes patchlevel.h
55591 ____________________________________________________________________________
55592 [  9668] By: jhi                                   on 2001/04/10  01:00:38
55593         Log: Regen toc.
55594      Branch: perl
55595            ! pod/perltoc.pod
55596 ____________________________________________________________________________
55597 [  9667] By: jhi                                   on 2001/04/10  00:52:16
55598         Log: Update perlhist.
55599      Branch: perl
55600            ! pod/perlhist.pod
55601 ____________________________________________________________________________
55602 [  9666] By: jhi                                   on 2001/04/09  23:38:59
55603         Log: Slight wording tweaks from Damian to #9658.
55604      Branch: perl
55605            ! pod/perlobj.pod
55606 ____________________________________________________________________________
55607 [  9665] By: jhi                                   on 2001/04/09  19:56:06
55608         Log: Subject: [PATCH perlutil.pod] Nit
55609              From: Simon Cozens <simon@netthink.co.uk>
55610              Date: Mon, 9 Apr 2001 20:29:44 +0100
55611              Message-ID: <20010409202944.A14796@the.earth.li>
55612      Branch: perl
55613            ! pod/perlutil.pod
55614 ____________________________________________________________________________
55615 [  9664] By: jhi                                   on 2001/04/09  19:54:42
55616         Log: Subject: Re: perl571delta.pod@9631
55617              From: Mike Guy <mjtg@cam.ac.uk>
55618              Date: Mon, 09 Apr 2001 18:09:14 +0100
55619              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
55620      Branch: perl
55621            ! pod/perl571delta.pod
55622 ____________________________________________________________________________
55623 [  9663] By: jhi                                   on 2001/04/09  13:43:35
55624         Log: Update Changes.
55625      Branch: perl
55626            ! Changes patchlevel.h
55627 ____________________________________________________________________________
55628 [  9662] By: jhi                                   on 2001/04/09  13:24:46
55629         Log: tweak tweak.
55630      Branch: perl
55631            ! AUTHORS pod/perl571delta.pod
55632 ____________________________________________________________________________
55633 [  9661] By: jhi                                   on 2001/04/09  13:15:13
55634         Log: Thinko in manual patch applying.
55635      Branch: perl
55636            ! sv.c
55637 ____________________________________________________________________________
55638 [  9660] By: jhi                                   on 2001/04/09  13:07:53
55639         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
55640              From: Robin Barker <rmb1@cise.npl.co.uk> 
55641              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
55642              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
55643              
55644              (This corrects the case where the "isn't numeric" string contains \0s
55645              and is longer than the temporary buffer, and contains \0 at the point
55646              the string would be truncated by "...".) 
55647      Branch: perl
55648            ! sv.c
55649 ____________________________________________________________________________
55650 [  9659] By: jhi                                   on 2001/04/09  12:57:41
55651         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
55652      Branch: perl
55653            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
55654            ! t/lib/cgi-function.t t/lib/cgi-html.t
55655 ____________________________________________________________________________
55656 [  9658] By: jhi                                   on 2001/04/09  12:48:47
55657         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
55658              From: Ilmari Karonen <iltzu@sci.fi>
55659              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
55660              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
55661              
55662              Rearrange and rewrite the Method Invocation section
55663              to explain the concepts in nicer order.
55664      Branch: perl
55665            ! pod/perlobj.pod
55666 ____________________________________________________________________________
55667 [  9657] By: jhi                                   on 2001/04/09  12:35:58
55668         Log: Upgrade to podlators 1.09, from Russ Allbery.
55669      Branch: perl
55670            ! lib/Pod/Man.pm lib/Pod/Text.pm
55671 ____________________________________________________________________________
55672 [  9656] By: jhi                                   on 2001/04/09  12:31:53
55673         Log: perl571delta.
55674      Branch: perl
55675            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
55676 ____________________________________________________________________________
55677 [  9655] By: jhi                                   on 2001/04/09  12:20:09
55678         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
55679              From: Prymmer/Kahn <pvhp@best.com>
55680              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
55681              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
55682      Branch: perl
55683            ! lib/utf8.pm pod/perlunicode.pod
55684 ____________________________________________________________________________
55685 [  9654] By: gsar                                  on 2001/04/09  03:38:33
55686         Log: here lies 5.6.1
55687      Branch: maint-5.6/perl
55688            ! Changes
55689 ____________________________________________________________________________
55690 [  9653] By: jhi                                   on 2001/04/09  03:25:24
55691         Log: Update perlhist.
55692      Branch: perl
55693            ! pod/perlhist.pod
55694 ____________________________________________________________________________
55695 [  9652] By: jhi                                   on 2001/04/09  03:18:49
55696         Log: perl571delta tweaking continues.
55697      Branch: perl
55698            ! pod/perl571delta.pod
55699 ____________________________________________________________________________
55700 [  9651] By: gsar                                  on 2001/04/09  03:11:19
55701         Log: update Changes, patchlevel.h &c.
55702      Branch: maint-5.6/perl
55703            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
55704            ! pod/perltoc.pod
55705 ____________________________________________________________________________
55706 [  9650] By: jhi                                   on 2001/04/09  02:40:24
55707         Log: Integrate the perlfork half of #9513 from maintperl into mainline
55708              (the perlunicode half is obsolete)
55709      Branch: perl
55710            ! pod/perlfork.pod
55711 ____________________________________________________________________________
55712 [  9649] By: gsar                                  on 2001/04/09  02:35:43
55713         Log: tweak perldelta as suggested by Jarkko
55714      Branch: maint-5.6/perl
55715            ! pod/perldelta.pod
55716 ____________________________________________________________________________
55717 [  9648] By: jhi                                   on 2001/04/09  02:13:04
55718         Log: Integrate change #9646 from maintperl into mainline.
55719              
55720              add note about ithreads and Thread.pm
55721      Branch: perl
55722           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
55723 ____________________________________________________________________________
55724 [  9647] By: jhi                                   on 2001/04/09  02:10:18
55725         Log: Bad assumption that shortsize == 2.
55726      Branch: perl
55727            ! t/lib/xs-typemap.t
55728 ____________________________________________________________________________
55729 [  9646] By: gsar                                  on 2001/04/09  00:48:04
55730         Log: add note about ithreads and Thread.pm (too many people are
55731              confused by the fact that Thread.pm is built and installed
55732              under non-5005threads but doesn't work)
55733      Branch: maint-5.6/perl
55734            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
55735 ____________________________________________________________________________
55736 [  9645] By: gsar                                  on 2001/04/09  00:19:03
55737         Log: update perldelta.pod for changes in 5.6.1
55738      Branch: maint-5.6/perl
55739            ! Changes pod/perldelta.pod
55740 ____________________________________________________________________________
55741 [  9644] By: jhi                                   on 2001/04/08  20:37:00
55742         Log: Integrate change #9639 from maintperl into mainline:
55743              on windows, many of the README.* pods were being copied to
55744              the wrong location
55745      Branch: perl
55746           !> win32/Makefile win32/makefile.mk
55747 ____________________________________________________________________________
55748 [  9643] By: jhi                                   on 2001/04/08  20:07:11
55749         Log: Integrate change #9624 from maintperl into mainline:
55750              the pod tests were not okay.  (t/pod/find.t changes ignored)
55751      Branch: perl
55752           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
55753           !> t/pod/include.t t/pod/included.t t/pod/lref.t
55754           !> t/pod/multiline_items.t t/pod/nested_items.t
55755           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
55756           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
55757 ____________________________________________________________________________
55758 [  9642] By: jhi                                   on 2001/04/08  19:57:17
55759         Log: Integrate change #9638 from maintperl into mainline:
55760              update to latest JPL from the anoncvs repository
55761      Branch: perl
55762           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
55763           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
55764           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
55765 ____________________________________________________________________________
55766 [  9641] By: jhi                                   on 2001/04/08  19:53:30
55767         Log: perl571delta updates.
55768      Branch: perl
55769            ! lib/Filter/Simple.pm pod/perl571delta.pod
55770 ____________________________________________________________________________
55771 [  9640] By: gsar                                  on 2001/04/08  19:20:46
55772         Log: integrate change#9634 from mainline
55773              
55774              Fix the perlmodlib generation (didn't understand separate .pod
55775              files; didn't understand -- as the name-thing separator).
55776              Update the CPAN mirrors list.
55777      Branch: maint-5.6/perl
55778            ! pod/perlmodlib.pod
55779           !> pod/perlmodlib.PL
55780 ____________________________________________________________________________
55781 [  9639] By: gsar                                  on 2001/04/08  18:57:31
55782         Log: on windows, many of the README.* pods were being copied to the wrong
55783              location
55784      Branch: maint-5.6/perl
55785            ! win32/Makefile win32/makefile.mk
55786 ____________________________________________________________________________
55787 [  9638] By: gsar                                  on 2001/04/08  18:38:25
55788         Log: update to latest JPL from the anoncvs repository
55789      Branch: maint-5.6/perl
55790            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
55791            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
55792            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
55793 ____________________________________________________________________________
55794 [  9637] By: jhi                                   on 2001/04/08  17:53:53
55795         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
55796      Branch: perl
55797            ! pod/perl571delta.pod
55798 ____________________________________________________________________________
55799 [  9636] By: jhi                                   on 2001/04/08  17:18:32
55800         Log: Regen toc.
55801      Branch: perl
55802            ! pod/perltoc.pod
55803 ____________________________________________________________________________
55804 [  9635] By: jhi                                   on 2001/04/08  17:16:33
55805         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
55806              From: "Craig A. Berry" <craigberry@mac.com>
55807              Date: Sun, 08 Apr 2001 12:30:16 -0500
55808              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
55809      Branch: perl
55810            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
55811 ____________________________________________________________________________
55812 [  9634] By: jhi                                   on 2001/04/08  17:09:19
55813         Log: Fix the perlmodlib generation (didn't understand separate .pod
55814              files; didn't understand -- as the name-thing separator).
55815              
55816              Update the CPAN mirrors list.
55817      Branch: perl
55818            ! pod/perlmodlib.PL pod/perlmodlib.pod
55819 ____________________________________________________________________________
55820 [  9633] By: jhi                                   on 2001/04/08  16:49:17
55821         Log: Sort MANIFEST.
55822      Branch: perl
55823            ! MANIFEST
55824 ____________________________________________________________________________
55825 [  9632] By: gsar                                  on 2001/04/08  16:36:06
55826         Log: add $Tie::RefHash::VERSION
55827      Branch: maint-5.6/perl
55828            ! lib/Tie/RefHash.pm
55829 ____________________________________________________________________________
55830 [  9631] By: jhi                                   on 2001/04/08  16:10:15
55831         Log: perl571delta updates based on p5p feedback; still needs
55832              lots of examples.
55833      Branch: perl
55834            ! pod/perl571delta.pod
55835 ____________________________________________________________________________
55836 [  9630] By: jhi                                   on 2001/04/08  15:59:13
55837         Log: Update the list of supported platforms to talk about 5.7.1
55838              (and 5.6.1)
55839      Branch: perl
55840            ! pod/perlport.pod
55841 ____________________________________________________________________________
55842 [  9629] By: jhi                                   on 2001/04/08  15:55:41
55843         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
55844              from maintperl into mainline: perlport updates.
55845      Branch: perl
55846            ! pod/perlport.pod
55847 ____________________________________________________________________________
55848 [  9628] By: jhi                                   on 2001/04/08  15:53:17
55849         Log: perlsolaris.pod copied to wrong directory.
55850      Branch: perl
55851            ! win32/makefile.mk
55852 ____________________________________________________________________________
55853 [  9627] By: jhi                                   on 2001/04/08  14:48:18
55854         Log: Subject: Typos in perl571delta.pod
55855              From: "Stephen P. Potter" <spp@spotter.yi.org>
55856              Date: Sat, 07 Apr 2001 20:37:05 -0400
55857              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
55858      Branch: perl
55859            ! pod/perl571delta.pod
55860 ____________________________________________________________________________
55861 [  9626] By: jhi                                   on 2001/04/08  14:39:04
55862         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
55863      Branch: perl
55864            ! gv.c
55865 ____________________________________________________________________________
55866 [  9625] By: nick                                  on 2001/04/08  10:14:23
55867         Log: Integrate mainline
55868      Branch: perlio
55869           +> pod/perl570delta.pod pod/perl571delta.pod
55870           !> (integrate 27 files)
55871 ____________________________________________________________________________
55872 [  9624] By: gsar                                  on 2001/04/08  06:08:17
55873         Log: test in t/pod/* were busted
55874              
55875              these tests are still not enabled in t/{harness,TEST}
55876      Branch: maint-5.6/perl
55877            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
55878            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
55879            ! t/pod/multiline_items.t t/pod/nested_items.t
55880            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
55881            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
55882 ____________________________________________________________________________
55883 [  9623] By: gsar                                  on 2001/04/08  03:37:01
55884         Log: integrate change#9470 from mainline
55885              
55886              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
55887      Branch: maint-5.6/perl
55888           !> ext/Socket/Socket.xs
55889 ____________________________________________________________________________
55890 [  9622] By: jhi                                   on 2001/04/07  22:40:47
55891         Log: Update Changes.
55892      Branch: perl
55893            ! Changes patchlevel.h
55894 ____________________________________________________________________________
55895 [  9621] By: jhi                                   on 2001/04/07  22:34:16
55896         Log: Update AUTHORS.
55897      Branch: perl
55898            ! AUTHORS
55899 ____________________________________________________________________________
55900 [  9620] By: jhi                                   on 2001/04/07  22:12:47
55901         Log: Forgot to bump the number of tests in #9164.
55902      Branch: perl
55903            ! t/op/array.t
55904 ____________________________________________________________________________
55905 [  9619] By: jhi                                   on 2001/04/07  22:09:50
55906         Log: Bump patchlevel to 5.7.1.
55907      Branch: perl
55908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55909            ! config_h.SH patchlevel.h
55910 ____________________________________________________________________________
55911 [  9618] By: jhi                                   on 2001/04/07  22:02:41
55912         Log: Populate perl571delta.
55913      Branch: perl
55914            ! pod/perl571delta.pod
55915 ____________________________________________________________________________
55916 [  9617] By: jhi                                   on 2001/04/07  22:01:23
55917         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
55918              to forget it later; do not change patchlevel.h yet or regenerate
55919              Configure yet.
55920      Branch: perl
55921            ! epoc/config.sh win32/Makefile win32/config_H.bc
55922            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
55923 ____________________________________________________________________________
55924 [  9616] By: jhi                                   on 2001/04/07  17:46:33
55925         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
55926      Branch: perl
55927            ! pod/perl571delta.pod
55928 ____________________________________________________________________________
55929 [  9615] By: jhi                                   on 2001/04/07  17:33:21
55930         Log: Change the toc configuration.
55931      Branch: perl
55932            ! pod/buildtoc.PL pod/perl.pod
55933 ____________________________________________________________________________
55934 [  9614] By: jhi                                   on 2001/04/07  17:29:47
55935         Log: Subject: PATCH: $[
55936              From: Robin Houston <robin@kitsite.com>
55937              Date: Fri, 6 Apr 2001 18:10:14 +0100
55938              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
55939      Branch: perl
55940            ! op.c t/op/array.t
55941 ____________________________________________________________________________
55942 [  9613] By: jhi                                   on 2001/04/07  17:28:26
55943         Log: Subject: [PATCH perl@9424] isn't numeric warning
55944              From: Robin Barker <rmb1@cise.npl.co.uk>
55945              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
55946              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
55947      Branch: perl
55948            ! sv.c t/pragma/warn/sv
55949 ____________________________________________________________________________
55950 [  9612] By: jhi                                   on 2001/04/07  17:26:45
55951         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
55952              From: Mike Guy <mjtg@cam.ac.uk>
55953              Date: Fri, 06 Apr 2001 12:47:06 +0100
55954              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
55955      Branch: perl
55956            ! dump.c t/lib/peek.t
55957 ____________________________________________________________________________
55958 [  9611] By: jhi                                   on 2001/04/07  17:21:35
55959         Log: Create perl571delta and seed it off with the perldelta changes
55960              since 5.7.0; remove those changes from perldelta and rename it
55961              as perl570delta; recreate perldelta but leave it almost empty.
55962      Branch: perl
55963            + pod/perl570delta.pod pod/perl571delta.pod
55964            ! MANIFEST pod/perldelta.pod
55965 ____________________________________________________________________________
55966 [  9610] By: jhi                                   on 2001/04/07  16:56:32
55967         Log: Denit.
55968      Branch: perl
55969            ! pod/perldelta.pod
55970 ____________________________________________________________________________
55971 [  9609] By: jhi                                   on 2001/04/07  16:38:32
55972         Log: Retract #9523: needs more thought.
55973      Branch: perl
55974            ! Makefile.SH
55975 ____________________________________________________________________________
55976 [  9608] By: jhi                                   on 2001/04/07  14:59:20
55977         Log: atmark() code cleanaup.
55978      Branch: perl
55979            ! ext/IO/IO.xs
55980 ____________________________________________________________________________
55981 [  9607] By: jhi                                   on 2001/04/07  14:48:14
55982         Log: Integrate change #9605 from maintperl into mainline.
55983              
55984              can't optimize away scope entry if tr/// is present
55985      Branch: perl
55986           !> op.c t/op/tr.t
55987 ____________________________________________________________________________
55988 [  9606] By: jhi                                   on 2001/04/07  14:43:59
55989         Log: Integrate perlio.
55990      Branch: perl
55991           +> win32/FindExt.pm
55992           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
55993           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
55994 ____________________________________________________________________________
55995 [  9605] By: gsar                                  on 2001/04/07  11:52:40
55996         Log: can't optimize away scope entry if tr/// is present
55997      Branch: maint-5.6/perl
55998            ! op.c t/op/tr.t
55999 ____________________________________________________________________________
56000 [  9604] By: nick                                  on 2001/04/07  11:39:45
56001         Log: Split out extension finding code from buildext.pl into FindExt.pm
56002              Use it to get Config.pm's idea of available extensions in line
56003              with what is built.
56004      Branch: perlio
56005            + win32/FindExt.pm
56006            ! MANIFEST win32/buildext.pl win32/config_sh.PL
56007            ! win32/makefile.mk
56008 ____________________________________________________________________________
56009 [  9603] By: nick                                  on 2001/04/07  09:11:38
56010         Log: Cleanup correction for failed :Via() layer, also set an error code.
56011      Branch: perlio
56012            ! ext/PerlIO/Via/Via.xs
56013 ____________________________________________________________________________
56014 [  9602] By: nick                                  on 2001/04/07  08:38:04
56015         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
56016              style. So don't use binmode() on the handles so that Win32 etc. see
56017              same sequence and produce same digests.
56018      Branch: perlio
56019            ! t/lib/md5-file.t
56020 ____________________________________________________________________________
56021 [  9601] By: nick                                  on 2001/04/07  08:36:26
56022         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
56023              Else it complains and so crlf layer (say) does not get pushed.
56024      Branch: perlio
56025            ! perlio.c
56026 ____________________________________________________________________________
56027 [  9600] By: jhi                                   on 2001/04/06  23:00:09
56028         Log: Integrate change #9599 from perlio into mainline.
56029      Branch: perl
56030           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
56031           !> win32/config_H.vc
56032 ____________________________________________________________________________
56033 [  9599] By: nick                                  on 2001/04/06  21:42:43
56034         Log: Quote $VERSION in Encode.pm.
56035              regen_config_h as requested.
56036      Branch: perlio
56037            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
56038            ! win32/config_H.vc
56039 ____________________________________________________________________________
56040 [  9598] By: nick                                  on 2001/04/06  20:34:59
56041         Log: Integrate mainline
56042      Branch: perlio
56043           +> README.macos
56044           !> (integrate 39 files)
56045 ____________________________________________________________________________
56046 [  9597] By: gsar                                  on 2001/04/06  18:06:35
56047         Log: integrate change#9464 from mainline (addendum to change#8313)
56048              
56049              Subject: [PATCH @9452] Better peep()ing for foreach() loops
56050      Branch: maint-5.6/perl
56051           !> op.c
56052 ____________________________________________________________________________
56053 [  9596] By: jhi                                   on 2001/04/06  17:26:03
56054         Log: The d_casti32=undef is good for you even when not use64bitall.
56055      Branch: perl
56056            ! hints/hpux.sh
56057 ____________________________________________________________________________
56058 [  9595] By: gsar                                  on 2001/04/06  14:57:17
56059         Log: add a low-impact fix to accommodate darwin-ism
56060      Branch: maint-5.6/perl
56061            ! ext/Errno/Errno_pm.PL
56062 ____________________________________________________________________________
56063 [  9594] By: jhi                                   on 2001/04/06  14:55:14
56064         Log: Integrate changes #9528,9593 from mainline into maintperl;
56065              tweaking the editor/IDE/shell list.
56066      Branch: maint-5.6/perl
56067           !> pod/perlfaq3.pod
56068 ____________________________________________________________________________
56069 [  9593] By: jhi                                   on 2001/04/06  14:51:39
56070         Log: Make the editor/IDE/shell list a little bit airier.
56071      Branch: perl
56072            ! pod/perlfaq3.pod
56073 ____________________________________________________________________________
56074 [  9592] By: gsar                                  on 2001/04/06  14:45:18
56075         Log: integrate change#9477 from mainline (base.pm doc tweak)
56076              
56077              missing doc entry for fmod()
56078      Branch: maint-5.6/perl
56079            ! lib/Math/BigFloat.pm
56080           !> lib/base.pm
56081 ____________________________________________________________________________
56082 [  9591] By: jhi                                   on 2001/04/06  13:55:48
56083         Log: Regen toc.
56084      Branch: perl
56085            ! pod/perltoc.pod
56086 ____________________________________________________________________________
56087 [  9590] By: jhi                                   on 2001/04/06  13:54:52
56088         Log: Math::BigFloat patches from John Peacock.  The equivalent
56089              of #9586 from maintperl but reworked by John to work with
56090              the bleadperl.
56091      Branch: perl
56092            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
56093 ____________________________________________________________________________
56094 [  9589] By: jhi                                   on 2001/04/06  13:42:23
56095         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
56096      Branch: perl
56097            ! ext/Digest/MD5/Makefile.PL
56098 ____________________________________________________________________________
56099 [  9588] By: jhi                                   on 2001/04/06  13:31:45
56100         Log: Integrate changes #9584,9587 from maintperl into mainline.
56101              
56102              keep eval"" CVs alive until the end of the statement in which
56103              they're called
56104              
56105              add README.macos (from Chris Nandor)
56106              
56107              tyop in change#9555
56108      Branch: perl
56109           +> README.macos
56110           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
56111           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
56112           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
56113           !> win32/makefile.mk
56114 ____________________________________________________________________________
56115 [  9587] By: gsar                                  on 2001/04/06  07:31:30
56116         Log: add README.macos (from Chris Nandor)
56117              
56118              tyop in change#9555
56119      Branch: maint-5.6/perl
56120            + README.macos
56121            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
56122            ! win32/Makefile win32/makefile.mk
56123 ____________________________________________________________________________
56124 [  9586] By: gsar                                  on 2001/04/06  07:08:54
56125         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
56126      Branch: maint-5.6/perl
56127            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
56128 ____________________________________________________________________________
56129 [  9585] By: gsar                                  on 2001/04/06  06:58:44
56130         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
56131              from mainline
56132              
56133              Subject: [PATCH] Base64 update to perlfaq9.pod
56134              
56135              Subject: [PATCH AUTHORS] Housekeeping
56136              
56137              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
56138              Mac OS X (Darwin) has extra pwent fields.
56139              
56140              Subject: [PATCH B::*] print control-character vars readably
56141              Needs EBCDICification.
56142              
56143              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
56144              
56145              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
56146              
56147              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
56148              
56149              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
56150              
56151              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
56152              
56153              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
56154              
56155              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
56156              
56157              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
56158              
56159              FreeBSD hints tweak from Anton Berezin.
56160              
56161              Subject: [PATCH foolperl & bleadperl] README.vms update
56162              
56163              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
56164      Branch: maint-5.6/perl
56165           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
56166           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
56167           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
56168 ____________________________________________________________________________
56169 [  9584] By: gsar                                  on 2001/04/06  04:09:00
56170         Log: keep eval"" CVs alive until the end of the statement in which
56171              they're called; this avoids a coredump ensuing from search for
56172              lexicals in code such as:
56173              
56174              sub bug {
56175              my $s = @_;
56176              eval q[sub { eval 'sub { &$s }' }];
56177              }
56178              bug("x")->()->();
56179              
56180              this code still doesn't work as intended (as it has remained
56181              since time immemorial), but it doesn't provoke a coredump anymore
56182      Branch: maint-5.6/perl
56183            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
56184            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
56185 ____________________________________________________________________________
56186 [  9583] By: jhi                                   on 2001/04/05  23:52:51
56187         Log: Update Changes.
56188      Branch: perl
56189            ! Changes patchlevel.h
56190 ____________________________________________________________________________
56191 [  9582] By: jhi                                   on 2001/04/05  23:11:23
56192         Log: Slight doc tweak.
56193      Branch: perl
56194            ! pod/perlunicode.pod
56195 ____________________________________________________________________________
56196 [  9581] By: jhi                                   on 2001/04/05  23:04:11
56197         Log: Integrate perlio.
56198      Branch: perl
56199           !> pod/perlunicode.pod
56200 ____________________________________________________________________________
56201 [  9580] By: jhi                                   on 2001/04/05  23:03:29
56202         Log: Test for #9579.
56203      Branch: perl
56204            ! t/op/do.t
56205 ____________________________________________________________________________
56206 [  9579] By: jhi                                   on 2001/04/05  22:54:17
56207         Log: Subject: [PATCH] Propagate calling context for do '...'
56208              From: Gisle Aas <gisle@ActiveState.com>
56209              Date: 04 Apr 2001 20:17:29 -0700
56210              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
56211      Branch: perl
56212            ! pod/perlfunc.pod pp_ctl.c
56213 ____________________________________________________________________________
56214 [  9578] By: jhi                                   on 2001/04/05  22:52:51
56215         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
56216              From: Peter Prymmer <pvhp@forte.com>
56217              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
56218              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
56219      Branch: perl
56220            ! README.vms
56221 ____________________________________________________________________________
56222 [  9577] By: jhi                                   on 2001/04/05  22:48:22
56223         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
56224              From: "Craig A. Berry" <craigberry@mac.com>
56225              Date: Thu, 5 Apr 2001 13:43:28 -0500
56226              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
56227      Branch: perl
56228            ! README.vms
56229 ____________________________________________________________________________
56230 [  9576] By: jhi                                   on 2001/04/05  22:31:38
56231         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
56232              From: Michael G Schwern <schwern@pobox.com>
56233              Date: Thu, 5 Apr 2001 21:53:21 +0100
56234              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
56235      Branch: perl
56236            ! lib/base.pm t/lib/fields.t
56237 ____________________________________________________________________________
56238 [  9575] By: jhi                                   on 2001/04/05  22:26:10
56239         Log: FreeBSD hints tweak from Anton Berezin.
56240      Branch: perl
56241            ! hints/freebsd.sh
56242 ____________________________________________________________________________
56243 [  9574] By: jhi                                   on 2001/04/05  22:24:03
56244         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
56245              From: David Dyck <dcd@tc.fluke.com>
56246              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
56247              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
56248      Branch: perl
56249            ! t/op/oct.t
56250 ____________________________________________________________________________
56251 [  9573] By: jhi                                   on 2001/04/05  22:23:06
56252         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
56253              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
56254              From: David Dyck <dcd@tc.fluke.com>
56255              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
56256      Branch: perl
56257            ! pp.c
56258 ____________________________________________________________________________
56259 [  9572] By: jhi                                   on 2001/04/05  22:14:47
56260         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
56261              From: Robin Houston <robin@kitsite.com>
56262              Date: Thu, 5 Apr 2001 20:56:48 +0100
56263              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
56264      Branch: perl
56265            ! ext/B/B/Deparse.pm
56266 ____________________________________________________________________________
56267 [  9571] By: jhi                                   on 2001/04/05  22:12:53
56268         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
56269              From: Robin Houston <robin@kitsite.com>
56270              Date: Thu, 5 Apr 2001 19:55:51 +0100
56271              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
56272      Branch: perl
56273            ! ext/B/B/Deparse.pm
56274 ____________________________________________________________________________
56275 [  9570] By: jhi                                   on 2001/04/05  22:11:06
56276         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
56277              From: Robin Houston <robin@kitsite.com>
56278              Date: Thu, 5 Apr 2001 20:16:29 +0100
56279              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
56280      Branch: perl
56281            ! ext/B/B/Deparse.pm
56282 ____________________________________________________________________________
56283 [  9569] By: nick                                  on 2001/04/05  21:32:26
56284         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
56285      Branch: perlio
56286            ! pod/perlunicode.pod
56287 ____________________________________________________________________________
56288 [  9568] By: nick                                  on 2001/04/05  19:38:09
56289         Log: Integrate mainline
56290      Branch: perlio
56291           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
56292           !> (integrate 35 files)
56293 ____________________________________________________________________________
56294 [  9567] By: jhi                                   on 2001/04/05  18:31:45
56295         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
56296              From: Robin Houston <robin@kitsite.com>
56297              Date: Thu, 5 Apr 2001 18:03:23 +0100
56298              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
56299      Branch: perl
56300            ! ext/B/B/Deparse.pm
56301 ____________________________________________________________________________
56302 [  9566] By: jhi                                   on 2001/04/05  18:29:35
56303         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
56304              From: Robin Houston <robin@kitsite.com>
56305              Date: Thu, 5 Apr 2001 16:45:18 +0100
56306              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
56307      Branch: perl
56308            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
56309 ____________________________________________________________________________
56310 [  9565] By: jhi                                   on 2001/04/05  18:24:23
56311         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
56312              From: Robin Houston <robin@kitsite.com>
56313              Date: Thu, 5 Apr 2001 14:50:09 +0100
56314              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
56315      Branch: perl
56316            ! ext/B/B/Deparse.pm
56317 ____________________________________________________________________________
56318 [  9564] By: jhi                                   on 2001/04/05  18:23:03
56319         Log: Subject: [PATCH B::*] print control-character vars readably
56320              From: Robin Houston <robin@kitsite.com>
56321              Date: Thu, 5 Apr 2001 14:27:38 +0100
56322              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
56323              
56324              Needs EBCDICification.
56325      Branch: perl
56326            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
56327            ! ext/B/B/Terse.pm
56328 ____________________________________________________________________________
56329 [  9563] By: jhi                                   on 2001/04/05  18:20:32
56330         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
56331              Date: Thu, 5 Apr 2001 13:21:42 -0400
56332              From: Paul Schinder <schinder@pobox.com>
56333              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
56334              
56335              Mac OS X (Darwin) has extra pwent fields.
56336      Branch: perl
56337            ! t/op/pwent.t
56338 ____________________________________________________________________________
56339 [  9562] By: jhi                                   on 2001/04/05  17:57:51
56340         Log: Regen toc.
56341      Branch: perl
56342            ! pod/perltoc.pod
56343 ____________________________________________________________________________
56344 [  9561] By: jhi                                   on 2001/04/05  17:47:33
56345         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
56346      Branch: metaconfig
56347            ! U/Glossary.patch
56348      Branch: metaconfig/U/perl
56349            + d_u32align.U
56350            ! d_cmsghdr_s.U d_msghdr_s.U
56351 ____________________________________________________________________________
56352 [  9560] By: jhi                                   on 2001/04/05  17:47:01
56353         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
56354              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
56355              Introduce probes for struct msghdr, struct cmsghdr,
56356              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
56357              ualarm, usleep, for possible later extension work.
56358      Branch: perl
56359            + t/lib/md5-align.t
56360            ! Configure MANIFEST Porting/Glossary Porting/config.sh
56361            ! Porting/config_H config_h.SH configure.com epoc/config.sh
56362            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
56363            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56364            ! vos/config.ga.h win32/config.bc win32/config.gc
56365            ! win32/config.vc
56366 ____________________________________________________________________________
56367 [  9559] By: jhi                                   on 2001/04/05  13:03:04
56368         Log: Be traditional in your cpp (for the Errno extension).
56369      Branch: perl
56370            ! hints/darwin.sh
56371 ____________________________________________________________________________
56372 [  9558] By: jhi                                   on 2001/04/05  13:00:05
56373         Log: Add $Config{cppflags} to the gcc incantation.
56374      Branch: perl
56375            ! ext/Errno/Errno_pm.PL
56376 ____________________________________________________________________________
56377 [  9557] By: jhi                                   on 2001/04/05  04:22:39
56378         Log: Introduce Sean Burke's Class::ISA 0.32.
56379      Branch: perl
56380            + lib/Class/ISA.pm t/lib/class-isa.t
56381            ! MANIFEST
56382 ____________________________________________________________________________
56383 [  9556] By: jhi                                   on 2001/04/05  04:09:50
56384         Log: Subject: [PATCH AUTHORS] Housekeeping
56385              From: Paul Johnson <paul@pjcj.net> 
56386              Date: Wed, 4 Apr 2001 22:45:47 +0200
56387              Message-ID: <20010404224547.D9548@pjcj.net>
56388      Branch: perl
56389            ! AUTHORS
56390 ____________________________________________________________________________
56391 [  9555] By: jhi                                   on 2001/04/05  04:06:33
56392         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
56393              From: Gisle Aas <gisle@ActiveState.com>
56394              Date: 04 Apr 2001 14:23:04 -0700
56395              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
56396      Branch: perl
56397            ! pod/perlfaq9.pod
56398 ____________________________________________________________________________
56399 [  9554] By: jhi                                   on 2001/04/05  04:05:49
56400         Log: Downgrade also the "Wide character" diagnostic.
56401      Branch: perl
56402            ! pod/perldiag.pod
56403 ____________________________________________________________________________
56404 [  9553] By: jhi                                   on 2001/04/05  04:00:33
56405         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
56406              maintperl into mainline.
56407              
56408              "double" should be "NV"; standard typemap is missing entry
56409              for NV
56410              
56411              s/djSP/dSP/
56412              
56413              Downgrade "Wide character in print" to a warning.
56414              
56415              B::Deparse fix for ${^FOO} and documentation for PVX() method
56416              (from Robin Houston)
56417              
56418              tr/// doesn't null-terminate the result in some situations
56419              (from Gisle Aas)
56420      Branch: perl
56421           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
56422           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
56423           !> t/io/utf8.t t/op/tr.t
56424 ____________________________________________________________________________
56425 [  9552] By: jhi                                   on 2001/04/05  03:52:50
56426         Log: Retract changes #9542 and #9538 (from maintperl, integrated
56427              at #9540), shouldn't be needed because of the perlio changes.
56428      Branch: perl
56429            ! util.c
56430 ____________________________________________________________________________
56431 [  9551] By: gsar                                  on 2001/04/05  00:18:34
56432         Log: tr/// doesn't null-terminate the result in some situations
56433              (from Gisle Aas)
56434      Branch: maint-5.6/perl
56435            ! doop.c t/op/tr.t
56436 ____________________________________________________________________________
56437 [  9550] By: gsar                                  on 2001/04/04  20:04:17
56438         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
56439              (from Robin Houston)
56440      Branch: maint-5.6/perl
56441            ! ext/B/B.pm ext/B/B/Deparse.pm
56442 ____________________________________________________________________________
56443 [  9549] By: nick                                  on 2001/04/04  18:56:15
56444         Log: Downgrade "Wide character in print" to a warning.
56445      Branch: perlio
56446            ! doio.c t/io/utf8.t
56447 ____________________________________________________________________________
56448 [  9548] By: gsar                                  on 2001/04/04  18:51:49
56449         Log: integrate changes#9460,9462,9482,9521,9522
56450              
56451              Subject: PATCH: B::Debug should show LOOP-specific fields
56452              
56453              Subject: B::Deparse precedence bug. (Patch included.)
56454              
56455              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
56456              
56457              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
56458              
56459              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
56460      Branch: maint-5.6/perl
56461           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
56462           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
56463 ____________________________________________________________________________
56464 [  9547] By: gsar                                  on 2001/04/04  18:49:16
56465         Log: s/djSP/dSP/
56466      Branch: maint-5.6/perl
56467            ! ext/Thread/Thread.xs
56468 ____________________________________________________________________________
56469 [  9546] By: nick                                  on 2001/04/04  18:44:00
56470         Log: Integrate mainline.
56471      Branch: perlio
56472           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
56473           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
56474 ____________________________________________________________________________
56475 [  9545] By: gsar                                  on 2001/04/04  18:38:52
56476         Log: integrate change#8837 from mainline
56477              
56478              Subject: [patch] -Wall cleanup round 2
56479      Branch: maint-5.6/perl
56480           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
56481           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
56482           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
56483           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
56484           !> ext/SDBM_File/SDBM_File.xs
56485 ____________________________________________________________________________
56486 [  9544] By: gsar                                  on 2001/04/04  17:49:57
56487         Log: "double" should be "NV"; standard typemap is missing entry
56488              for NV
56489      Branch: maint-5.6/perl
56490            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
56491 ____________________________________________________________________________
56492 [  9543] By: jhi                                   on 2001/04/04  14:13:18
56493         Log: Thou shalt not (just) match for English error messages.
56494      Branch: perl
56495            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
56496            ! os2/OS2/Process/Process.pm
56497 ____________________________________________________________________________
56498 [  9542] By: jhi                                   on 2001/04/04  13:20:39
56499         Log: Make the stdio tricks of fflush_all() to exist only if
56500              stdio is being used.
56501      Branch: perl
56502            ! util.c
56503 ____________________________________________________________________________
56504 [  9541] By: jhi                                   on 2001/04/04  04:20:24
56505         Log: Subject: Re: [PATCH] Lighten up glob
56506              From: Benjamin Sugars <bsugars@canoe.ca>
56507              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
56508              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
56509      Branch: perl
56510            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
56511            ! util.c
56512 ____________________________________________________________________________
56513 [  9540] By: jhi                                   on 2001/04/04  04:03:57
56514         Log: Integrate changes #9538,9539 from maintperl into mainline.
56515              
56516              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
56517              for use with _fwalk() (fix for change#7705)
56518              
56519              another tweak needed for SunOS 4.1.x build (from Mike Guy)
56520              (cp -f is not portable)
56521      Branch: perl
56522           !> Makefile.SH util.c
56523 ____________________________________________________________________________
56524 [  9539] By: gsar                                  on 2001/04/04  03:01:14
56525         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
56526      Branch: maint-5.6/perl
56527            ! Makefile.SH
56528 ____________________________________________________________________________
56529 [  9538] By: gsar                                  on 2001/04/04  01:00:38
56530         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
56531              for use with _fwalk() (fix for change#7705)
56532      Branch: maint-5.6/perl
56533            ! util.c
56534 ____________________________________________________________________________
56535 [  9537] By: nick                                  on 2001/04/03  19:24:55
56536         Log: Integrate mainline
56537      Branch: perlio
56538           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
56539           +> lib/unicode/PropList.html
56540            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
56541           !> (integrate 69 files)
56542 ____________________________________________________________________________
56543 [  9536] By: jhi                                   on 2001/04/03  18:02:31
56544         Log: Integrate change #9533 from maintperl into mainline.
56545              
56546              better fix for change#9517 to accomodate UNC paths like
56547              \\server\share\foo, and paths with trailing backslash
56548              like c:\this\
56549      Branch: perl
56550           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
56551 ____________________________________________________________________________
56552 [  9535] By: jhi                                   on 2001/04/03  17:58:07
56553         Log: Change the push/unshift warning to be of class syntax, not misc.
56554      Branch: perl
56555            ! op.c pod/perldiag.pod t/pragma/warn/op
56556 ____________________________________________________________________________
56557 [  9534] By: jhi                                   on 2001/04/03  15:03:46
56558         Log: Change the push/unshift warning (#9532) to talk about "no values"
56559              instead of "no arguments".
56560      Branch: perl
56561            ! op.c pod/perldiag.pod t/pragma/warn/op
56562 ____________________________________________________________________________
56563 [  9533] By: gsar                                  on 2001/04/03  14:30:07
56564         Log: better fix for change#9517 to accomodate UNC paths like
56565              \\server\share\foo, and paths with trailing backslash
56566              like c:\this\
56567      Branch: maint-5.6/perl
56568            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
56569 ____________________________________________________________________________
56570 [  9532] By: jhi                                   on 2001/04/03  13:11:46
56571         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
56572              From: Robin Houston <robin@kitsite.com>
56573              Date: Mon, 2 Apr 2001 15:03:29 +0100
56574              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
56575      Branch: perl
56576            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
56577 ____________________________________________________________________________
56578 [  9531] By: jhi                                   on 2001/04/03  13:06:34
56579         Log: Integrate change #9530 from maintperl into mainline.
56580              
56581              accomodate VMS "mailbox overflow" quirk in testsuite (from
56582              Craig Berry)
56583      Branch: perl
56584           !> t/lib/socket.t
56585 ____________________________________________________________________________
56586 [  9530] By: gsar                                  on 2001/04/03  04:56:41
56587         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
56588              Craig Berry)
56589      Branch: maint-5.6/perl
56590            ! t/lib/socket.t
56591 ____________________________________________________________________________
56592 [  9529] By: jhi                                   on 2001/04/03  02:34:34
56593         Log: Update Changes.
56594      Branch: perl
56595            ! Changes patchlevel.h
56596 ____________________________________________________________________________
56597 [  9528] By: jhi                                   on 2001/04/03  01:27:57
56598         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
56599              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
56600              To: perl5-porters@perl.org
56601              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
56602      Branch: perl
56603            ! pod/perlfaq3.pod
56604 ____________________________________________________________________________
56605 [  9527] By: jhi                                   on 2001/04/03  01:22:09
56606         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
56607              From: Peter Prymmer <pvhp@forte.com>
56608              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
56609              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
56610      Branch: perl
56611            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
56612 ____________________________________________________________________________
56613 [  9526] By: jhi                                   on 2001/04/03  01:18:25
56614         Log: The metaconfig unit changes for #9525.
56615      Branch: metaconfig
56616            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
56617      Branch: metaconfig/U/perl
56618            ! use64bits.U
56619 ____________________________________________________________________________
56620 [  9525] By: jhi                                   on 2001/04/03  01:17:30
56621         Log: Configure sanity checks:
56622              * if use64bitall is attempted but pointers are only 32-bit,
56623              'downgrade' to use64bitint
56624              * if use64bitint is attempted but there's no quad type,
56625              forget about use64bitint (well, the default for it is 'n',
56626              the user can still override this)
56627              * if pointers are 64 bits, do not try to use Perl's malloc
56628      Branch: perl
56629            ! Configure
56630 ____________________________________________________________________________
56631 [  9524] By: gsar                                  on 2001/04/03  01:09:12
56632         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
56633      Branch: maint-5.6/perl
56634            ! pp_sys.c
56635 ____________________________________________________________________________
56636 [  9523] By: jhi                                   on 2001/04/03  00:02:31
56637         Log: (Retracted by #9609)
56638              
56639              Make it harder for parallel makes to enter 'test' before
56640              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
56641              should be unhappy enough, but sometimes parallel makes seem
56642              to sneak past both in Tru64 and AIX.)
56643      Branch: perl
56644            ! Makefile.SH
56645 ____________________________________________________________________________
56646 [  9522] By: jhi                                   on 2001/04/02  22:35:31
56647         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
56648              Date: Mon, 2 Apr 2001 22:54:10 +0100
56649              From: Robin Houston <robin@kitsite.com>
56650              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
56651      Branch: perl
56652            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
56653 ____________________________________________________________________________
56654 [  9521] By: jhi                                   on 2001/04/02  22:32:23
56655         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
56656              From: Robin Houston <robin@kitsite.com>
56657              Date: Mon, 2 Apr 2001 20:24:03 +0100
56658              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
56659      Branch: perl
56660            ! ext/B/B/Concise.pm
56661 ____________________________________________________________________________
56662 [  9520] By: jhi                                   on 2001/04/02  22:30:43
56663         Log: Subject: [PATCH] REALLY pedantic hv.h nit
56664              From: Simon Cozens <simon@netthink.co.uk>
56665              Date: Mon, 2 Apr 2001 15:43:06 +0100
56666              Message-ID: <20010402154306.A21711@netthink.co.uk>
56667      Branch: perl
56668            ! hv.h
56669 ____________________________________________________________________________
56670 [  9519] By: jhi                                   on 2001/04/02  22:28:04
56671         Log: Based on
56672              
56673              Subject: [foolperl] EPOC fix
56674              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56675              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
56676              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
56677      Branch: perl
56678            ! pp_sys.c
56679 ____________________________________________________________________________
56680 [  9518] By: jhi                                   on 2001/04/02  22:22:34
56681         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
56682              
56683              README.win32 tweaks; add a note about alternative location for
56684              getting a gcc-2.95.2 that will build perl properly on windows
56685              
56686              add some notes about gutsy threading matters
56687              
56688              many of the utilities interpolate literal paths within doublequotes
56689              (fails on dosish platforms where path contains backslashes)
56690      Branch: perl
56691           !> README.win32 pod/perlguts.pod utils/perldoc.PL
56692           !> x2p/find2perl.PL x2p/s2p.PL
56693 ____________________________________________________________________________
56694 [  9517] By: gsar                                  on 2001/04/02  19:52:21
56695         Log: many of the utilities interpolate literal paths within doublequotes
56696              (fails on dosish platforms where path contains backslashes)
56697      Branch: maint-5.6/perl
56698            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
56699 ____________________________________________________________________________
56700 [  9516] By: gsar                                  on 2001/04/02  05:49:37
56701         Log: a foolish release
56702      Branch: maint-5.6/perl
56703            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
56704            ! pod/perltoc.pod
56705 ____________________________________________________________________________
56706 [  9515] By: gsar                                  on 2001/04/02  05:04:29
56707         Log: add missing changelog summaries
56708      Branch: maint-5.6/perl
56709            ! Changes
56710 ____________________________________________________________________________
56711 [  9514] By: gsar                                  on 2001/04/02  04:07:13
56712         Log: add some notes about gutsy threading matters
56713      Branch: maint-5.6/perl
56714            ! pod/perlguts.pod
56715 ____________________________________________________________________________
56716 [  9513] By: gsar                                  on 2001/04/02  03:25:21
56717         Log: add more prominent caveat notices about experimental features
56718      Branch: maint-5.6/perl
56719            ! pod/perlfork.pod pod/perlunicode.pod
56720 ____________________________________________________________________________
56721 [  9512] By: gsar                                  on 2001/04/02  02:54:33
56722         Log: integrate changes#9479,9509 from mainline
56723              
56724              [PATCH] File::Glob stuff for Mac OS
56725              
56726              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
56727      Branch: maint-5.6/perl
56728           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
56729           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
56730           !> t/lib/glob-taint.t
56731 ____________________________________________________________________________
56732 [  9511] By: gsar                                  on 2001/04/02  02:38:24
56733         Log: README.win32 tweaks; add a note about alternative location for
56734              getting a gcc-2.95.2 that will build perl properly on windows
56735      Branch: maint-5.6/perl
56736            ! README.win32
56737 ____________________________________________________________________________
56738 [  9510] By: jhi                                   on 2001/04/01  20:45:10
56739         Log: An ambiguousity warning.
56740      Branch: perl
56741            ! t/lib/trig.t
56742 ____________________________________________________________________________
56743 [  9509] By: jhi                                   on 2001/04/01  19:53:47
56744         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
56745              From: Jonathan Stowe <gellyfish@gellyfish.com>
56746              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
56747              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
56748      Branch: perl
56749            ! ext/File/Glob/bsd_glob.c
56750 ____________________________________________________________________________
56751 [  9508] By: jhi                                   on 2001/04/01  19:35:03
56752         Log: Update Changes.
56753      Branch: perl
56754            ! Changes patchlevel.h
56755 ____________________________________________________________________________
56756 [  9507] By: jhi                                   on 2001/04/01  19:24:01
56757         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
56758              from mainline to maintperl: pod tweaks.
56759      Branch: maint-5.6/perl
56760           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
56761           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
56762           !> pod/perlvar.pod
56763 ____________________________________________________________________________
56764 [  9506] By: jhi                                   on 2001/04/01  19:11:53
56765         Log: Commit Sarathy to April release of 5.6.1 :-)
56766      Branch: perl
56767            ! pod/perlfaq1.pod
56768 ____________________________________________________________________________
56769 [  9505] By: jhi                                   on 2001/04/01  19:03:15
56770         Log: Subject: PATCH 5.6.0 (perldebug.pod)
56771              From: Mark-Jason Dominus <mjd@plover.com>
56772              Date: Sun, 01 Apr 2001 14:25:11 -0400
56773              Message-ID: <20010401182511.9247.qmail@plover.com>
56774      Branch: perl
56775            ! pod/perldebug.pod
56776 ____________________________________________________________________________
56777 [  9504] By: jhi                                   on 2001/04/01  18:43:09
56778         Log: Add great_circle_direction().
56779      Branch: perl
56780            ! lib/Math/Trig.pm t/lib/trig.t
56781 ____________________________________________________________________________
56782 [  9503] By: jhi                                   on 2001/04/01  17:29:12
56783         Log: Unicode ReadMe update for Unicode 3.1.
56784      Branch: perl
56785            ! lib/unicode/ReadMe.txt
56786 ____________________________________________________________________________
56787 [  9502] By: jhi                                   on 2001/04/01  17:18:40
56788         Log: Integrate change #9501 from maintperl into mainline.
56789              
56790              fix the perlembed notes on multiple interpreters
56791              
56792              fix ExtUtils::Embed to work passably on Windows
56793      Branch: perl
56794           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
56795 ____________________________________________________________________________
56796 [  9501] By: gsar                                  on 2001/04/01  07:21:57
56797         Log: fix the perlembed notes on multiple interpreters
56798              
56799              fix ExtUtils::Embed to work passably on Windows
56800      Branch: maint-5.6/perl
56801            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
56802 ____________________________________________________________________________
56803 [  9500] By: jhi                                   on 2001/04/01  05:58:23
56804         Log: Test for #9499.
56805      Branch: perl
56806            ! t/op/tr.t
56807 ____________________________________________________________________________
56808 [  9499] By: jhi                                   on 2001/04/01  05:55:46
56809         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
56810      Branch: perl
56811            ! embed.h embed.pl op.c proto.h
56812 ____________________________________________________________________________
56813 [  9498] By: jhi                                   on 2001/04/01  05:44:34
56814         Log: Protect the workaround hunk more.
56815      Branch: perl
56816            ! toke.c
56817 ____________________________________________________________________________
56818 [  9497] By: jhi                                   on 2001/04/01  00:24:25
56819         Log: Integrate changes #9493,9494,9495,9496 from maintperl
56820              into mainline.
56821              
56822              fix a broken workaround for Borland compiler in change#4739
56823              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
56824              
56825              nits spotted by Borland compiler
56826              
56827              avoid redefinition warnings under Borland 5.02
56828              
56829              various nits identified by the Borland 5.5 compiler; remove suppression
56830              of a few warnings
56831      Branch: perl
56832           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
56833           !> win32/win32.h
56834 ____________________________________________________________________________
56835 [  9496] By: gsar                                  on 2001/03/31  23:22:28
56836         Log: various nits identified by the Borland 5.5 compiler; remove suppression
56837              of a few warnings
56838      Branch: maint-5.6/perl
56839            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
56840 ____________________________________________________________________________
56841 [  9495] By: gsar                                  on 2001/03/31  21:03:08
56842         Log: avoid redefinition warnings under Borland 5.02
56843      Branch: maint-5.6/perl
56844            ! win32/makefile.mk
56845 ____________________________________________________________________________
56846 [  9494] By: gsar                                  on 2001/03/31  20:18:59
56847         Log: nits spotted by Borland compiler
56848      Branch: maint-5.6/perl
56849            ! utf8.h win32/win32.h
56850 ____________________________________________________________________________
56851 [  9493] By: gsar                                  on 2001/03/31  20:18:05
56852         Log: fix a broken workaround for Borland compiler in change#4739
56853              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
56854      Branch: maint-5.6/perl
56855            ! toke.c
56856 ____________________________________________________________________________
56857 [  9492] By: jhi                                   on 2001/03/31  18:36:24
56858         Log: Integrate change #9491 from maintperl into mainline.
56859              
56860              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
56861              directory is relative (need to fetch the full path name *before*
56862              the chdir!)
56863      Branch: perl
56864           !> lib/Cwd.pm
56865 ____________________________________________________________________________
56866 [  9491] By: gsar                                  on 2001/03/31  17:01:56
56867         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
56868              directory is relative (need to fetch the full path name *before*
56869              the chdir!)
56870              
56871              this is a followup patch for change#6749
56872      Branch: maint-5.6/perl
56873            ! lib/Cwd.pm
56874 ____________________________________________________________________________
56875 [  9490] By: jhi                                   on 2001/03/31  15:50:18
56876         Log: Subject: Re: [PATCH] av.h cosmetics
56877              From: Simon Cozens <simon@netthink.co.uk>
56878              Date: Sat, 31 Mar 2001 13:09:59 +0100
56879              Message-ID: <20010331130959.A22000@netthink.co.uk>
56880              
56881              Document AvALLOC.
56882      Branch: perl
56883            ! pod/perlguts.pod
56884 ____________________________________________________________________________
56885 [  9489] By: jhi                                   on 2001/03/31  15:48:44
56886         Log: Subject: [PATCH] Re: Math::Big* v1.21
56887              From: Tels <perl_dummy@bloodgate.com>
56888              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
56889              Message-Id: <200103311125.GAA377738@www08.hway.net>
56890      Branch: perl
56891            ! pod/perlop.pod
56892 ____________________________________________________________________________
56893 [  9488] By: jhi                                   on 2001/03/31  03:39:51
56894         Log: Debug output tweak.
56895      Branch: perl
56896            ! t/lib/cwd.t
56897 ____________________________________________________________________________
56898 [  9487] By: jhi                                   on 2001/03/31  03:33:02
56899         Log: OverVMSification.
56900      Branch: perl
56901            ! t/lib/cwd.t
56902 ____________________________________________________________________________
56903 [  9486] By: jhi                                   on 2001/03/31  03:01:40
56904         Log: Missed MANIFESTations in #9483.
56905      Branch: perl
56906            ! MANIFEST
56907 ____________________________________________________________________________
56908 [  9485] By: jhi                                   on 2001/03/31  02:58:17
56909         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
56910              From: Peter Prymmer <pvhp@forte.com>
56911              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
56912              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
56913      Branch: perl
56914            ! regexec.c t/lib/cwd.t
56915 ____________________________________________________________________________
56916 [  9484] By: jhi                                   on 2001/03/31  01:04:41
56917         Log: Obsolete file (see #3938)
56918      Branch: perl
56919            - lib/unicode/README.Ethiopic
56920            ! MANIFEST
56921 ____________________________________________________________________________
56922 [  9483] By: jhi                                   on 2001/03/31  00:52:42
56923         Log: Update to Unicode 3.1.
56924              (Rename Names.txt to NamesList.txt.)
56925      Branch: perl
56926            + lib/unicode/NamesList.txt lib/unicode/PropList.html
56927            - lib/unicode/Names.txt
56928            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56929            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
56930            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
56931            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
56932            ! lib/unicode/UCD.html lib/unicode/Unicode.html
56933            ! lib/unicode/rename lib/unicode/version
56934 ____________________________________________________________________________
56935 [  9482] By: jhi                                   on 2001/03/30  23:33:44
56936         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
56937              From: Robin Houston <robin@kitsite.com>
56938              Date: Fri, 30 Mar 2001 20:07:22 +0100
56939              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
56940      Branch: perl
56941            ! ext/B/B/Deparse.pm
56942 ____________________________________________________________________________
56943 [  9481] By: jhi                                   on 2001/03/30  23:20:25
56944         Log: Subject: Re: [PATCH] CwdXS, Take 2
56945              From: Benjamin Sugars <bsugars@canoe.ca>
56946              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
56947              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
56948      Branch: perl
56949            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
56950            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
56951 ____________________________________________________________________________
56952 [  9480] By: jhi                                   on 2001/03/30  22:52:38
56953         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
56954              From: David Dyck <dcd@tc.fluke.com>
56955              Date: Fri, 30 Mar 2001 14:44:13 -0800
56956              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
56957              
56958              The t/rantests flags file creation was accidentally
56959              removed by #9217.
56960      Branch: perl
56961            ! Makefile.SH
56962 ____________________________________________________________________________
56963 [  9479] By: jhi                                   on 2001/03/30  22:45:45
56964         Log: Subject: [PATCH] File::Glob stuff for Mac OS
56965              From: Chris Nandor <pudge@pobox.com>
56966              Date: Fri, 30 Mar 2001 16:51:00 -0500
56967              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
56968      Branch: perl
56969            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
56970            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
56971            ! t/lib/glob-taint.t
56972 ____________________________________________________________________________
56973 [  9478] By: jhi                                   on 2001/03/30  22:43:12
56974         Log: Subject: fix for win32/buildext.pl
56975              From: "Vadim Konovalov" <watman@inbox.ru>
56976              Date: Sat, 31 Mar 2001 00:50:36 +0400
56977              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
56978      Branch: perl
56979            ! win32/buildext.pl
56980 ____________________________________________________________________________
56981 [  9477] By: jhi                                   on 2001/03/30  22:41:16
56982         Log: Subject: small base.pm doc patch
56983              From: Leon Brocard <acme@astray.com>
56984              Date: Fri, 30 Mar 2001 21:49:57 +0100
56985              Message-ID: <20010330214957.B8733@ns0.astray.com>
56986      Branch: perl
56987            ! lib/base.pm
56988 ____________________________________________________________________________
56989 [  9476] By: jhi                                   on 2001/03/30  18:16:57
56990         Log: Subject: [PATCH] av.h cosmetics
56991              From: Simon Cozens <simon@netthink.co.uk>
56992              Date: Fri, 30 Mar 2001 18:12:28 +0100
56993              Message-ID: <20010330181228.A9319@netthink.co.uk>
56994      Branch: perl
56995            ! av.h
56996 ____________________________________________________________________________
56997 [  9475] By: jhi                                   on 2001/03/30  18:15:50
56998         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
56999              From: "Philip Newton" <pnewton@gmx.de>
57000              Date: Fri, 30 Mar 2001 19:06:57 +0200
57001              Message-ID: <3AC4D951.14815.1AC7068@localhost>
57002      Branch: perl
57003            ! pod/perlhack.pod
57004 ____________________________________________________________________________
57005 [  9474] By: jhi                                   on 2001/03/30  18:14:02
57006         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
57007              From: Benjamin Sugars <bsugars@canoe.ca>
57008              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
57009              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
57010      Branch: perl
57011            ! t/lib/glob-basic.t
57012 ____________________________________________________________________________
57013 [  9473] By: jhi                                   on 2001/03/30  16:09:24
57014         Log: Update Changes.
57015      Branch: perl
57016            ! Changes patchlevel.h
57017 ____________________________________________________________________________
57018 [  9472] By: jhi                                   on 2001/03/30  15:16:08
57019         Log: Integrate perlio.
57020      Branch: perl
57021           !> t/lib/cwd.t t/lib/glob-basic.t
57022 ____________________________________________________________________________
57023 [  9471] By: nick                                  on 2001/03/30  14:47:10
57024         Log: Should be (^O eq 'MSWin32') not 'Win32'
57025              Fail #12 seems real - chdir is in wrong dir.
57026      Branch: perlio
57027            ! t/lib/cwd.t
57028 ____________________________________________________________________________
57029 [  9470] By: jhi                                   on 2001/03/30  14:41:11
57030         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
57031              From: Radu Greab <radu@netsoft.ro>
57032              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
57033              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
57034              
57035              Replace #9352.
57036      Branch: perl
57037            ! ext/Socket/Socket.xs pp_sys.c
57038 ____________________________________________________________________________
57039 [  9469] By: jhi                                   on 2001/03/30  14:37:51
57040         Log: Subject: PATCH pod/perldiag.pod
57041              From: Robin Houston <robin@kitsite.com>
57042              Date: Fri, 30 Mar 2001 14:10:36 +0100
57043              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
57044      Branch: perl
57045            ! pod/perldiag.pod t/lib/glob-basic.t
57046 ____________________________________________________________________________
57047 [  9468] By: jhi                                   on 2001/03/30  14:36:36
57048         Log: Subject: Better diagnostic in io/fs.t
57049              From: andreas.koenig@anima.de (Andreas J. Koenig)
57050              Date: 30 Mar 2001 10:11:43 +0200
57051              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
57052      Branch: perl
57053            ! t/io/fs.t
57054 ____________________________________________________________________________
57055 [  9467] By: nick                                  on 2001/03/30  14:25:43
57056         Log: Skip order test of glob if case-ignoring system cannot 
57057              create a.test and A.test
57058      Branch: perlio
57059            ! t/lib/glob-basic.t
57060 ____________________________________________________________________________
57061 [  9466] By: nick                                  on 2001/03/30  13:03:12
57062         Log: Integrate mainline.
57063      Branch: perlio
57064            - ext/re/hints/aix.pl
57065           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
57066           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
57067           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
57068           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
57069 ____________________________________________________________________________
57070 [  9465] By: jhi                                   on 2001/03/30  03:53:37
57071         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
57072              the tests sometimes hang, sometimes not.)
57073      Branch: perl
57074            ! t/lib/io_multihomed.t t/lib/io_sock.t
57075 ____________________________________________________________________________
57076 [  9464] By: jhi                                   on 2001/03/30  02:56:04
57077         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
57078              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57079              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
57080              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
57081      Branch: perl
57082            ! op.c
57083 ____________________________________________________________________________
57084 [  9463] By: jhi                                   on 2001/03/30  02:34:48
57085         Log: Test for #9462.
57086      Branch: perl
57087            ! t/lib/b.t
57088 ____________________________________________________________________________
57089 [  9462] By: jhi                                   on 2001/03/30  02:29:37
57090         Log: Subject: B::Deparse precedence bug. (Patch included.)
57091              From: Jeremy Madea <jmadea@inktomi.com>
57092              Date: Thu, 29 Mar 2001 12:05:02 -0800
57093              Message-ID: <20010329120502.A24881@dr.inktomi.com>
57094      Branch: perl
57095            ! ext/B/B/Deparse.pm
57096 ____________________________________________________________________________
57097 [  9461] By: jhi                                   on 2001/03/30  02:18:41
57098         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
57099              From: Peter Prymmer <pvhp@forte.com>
57100              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
57101              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
57102      Branch: perl
57103            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
57104            ! t/lib/md5-file.t
57105 ____________________________________________________________________________
57106 [  9460] By: jhi                                   on 2001/03/30  02:17:07
57107         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
57108              From: Robin Houston <robin@kitsite.com>
57109              Date: Thu, 29 Mar 2001 20:47:56 +0100
57110              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
57111      Branch: perl
57112            ! ext/B/B/Debug.pm
57113 ____________________________________________________________________________
57114 [  9459] By: jhi                                   on 2001/03/30  02:16:05
57115         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
57116              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
57117              Date: Wed, 28 Mar 2001 18:02:20 -0600
57118              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
57119      Branch: perl
57120            ! lib/ExtUtils/MM_VMS.pm
57121 ____________________________________________________________________________
57122 [  9458] By: jhi                                   on 2001/03/30  02:07:58
57123         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
57124              From: "Joshua E. Rodd" <jrodd@pbs.org>
57125              Date: Wed, 28 Mar 2001 17:29:12 -0500
57126              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
57127      Branch: perl
57128            ! pod/perlop.pod
57129 ____________________________________________________________________________
57130 [  9457] By: jhi                                   on 2001/03/30  02:04:33
57131         Log: Subject: ext/re/aix.pl can go
57132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57133              Date: Thu, 29 Mar 2001 12:03:28 +0200
57134              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
57135      Branch: perl
57136            - ext/re/hints/aix.pl
57137            ! MANIFEST
57138 ____________________________________________________________________________
57139 [  9456] By: jhi                                   on 2001/03/30  02:03:32
57140         Log: Integrate perlio.
57141      Branch: perl
57142           !> ext/Encode/Encode.xs installperl
57143 ____________________________________________________________________________
57144 [  9455] By: nick                                  on 2001/03/29  21:11:46
57145         Log: DLL name has changed so installperl needs to know
57146              (Why isn't it working it out or passed it?)
57147      Branch: perlio
57148            ! installperl
57149 ____________________________________________________________________________
57150 [  9454] By: nick                                  on 2001/03/29  20:56:12
57151         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
57152              and we don't get undef warnings.
57153      Branch: perlio
57154            ! ext/Encode/Encode.xs
57155 ____________________________________________________________________________
57156 [  9453] By: nick                                  on 2001/03/29  17:58:48
57157         Log: Integrate mainline
57158      Branch: perlio
57159           !> Changes patchlevel.h
57160 ____________________________________________________________________________
57161 [  9452] By: jhi                                   on 2001/03/29  16:44:55
57162         Log: Update Changes.
57163      Branch: perl
57164            ! Changes patchlevel.h
57165 ____________________________________________________________________________
57166 [  9451] By: nick                                  on 2001/03/29  16:31:38
57167         Log: Integrate mainline
57168      Branch: perlio
57169           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
57170           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
57171           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
57172           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
57173           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
57174 ____________________________________________________________________________
57175 [  9450] By: jhi                                   on 2001/03/29  16:29:17
57176         Log: Integrate perlio.
57177      Branch: perl
57178           !> win32/buildext.pl
57179 ____________________________________________________________________________
57180 [  9449] By: jhi                                   on 2001/03/29  15:50:01
57181         Log: Update Changes.
57182      Branch: perl
57183            ! Changes patchlevel.h
57184 ____________________________________________________________________________
57185 [  9448] By: nick                                  on 2001/03/29  15:47:15
57186         Log: Make sure buildext.pl finds Errno.pm
57187      Branch: perlio
57188            ! win32/buildext.pl
57189 ____________________________________________________________________________
57190 [  9447] By: jhi                                   on 2001/03/29  15:39:34
57191         Log: Integrate perlio.
57192      Branch: perl
57193           !> win32/makefile.mk
57194 ____________________________________________________________________________
57195 [  9446] By: nick                                  on 2001/03/29  15:30:03
57196         Log: Integrate win32/makefile.mk with mainline.
57197      Branch: perlio
57198           !> win32/makefile.mk
57199 ____________________________________________________________________________
57200 [  9445] By: nick                                  on 2001/03/29  15:27:32
57201         Log: Fix breakage ... 
57202      Branch: perlio
57203            ! win32/makefile.mk
57204 ____________________________________________________________________________
57205 [  9444] By: jhi                                   on 2001/03/29  15:03:08
57206         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
57207              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57208              Date: Thu, 29 Mar 2001 10:32:59 +0400
57209              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
57210      Branch: perl
57211            ! win32/makefile.mk
57212 ____________________________________________________________________________
57213 [  9443] By: jhi                                   on 2001/03/29  15:02:12
57214         Log: Integrate perlio.
57215      Branch: perl
57216           +> win32/buildext.pl
57217           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
57218           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
57219 ____________________________________________________________________________
57220 [  9442] By: nick                                  on 2001/03/29  14:59:11
57221         Log: Work in progress - determine win32 extensions to build via script.
57222      Branch: perlio
57223            + win32/buildext.pl
57224            ! MANIFEST win32/makefile.mk
57225 ____________________________________________________________________________
57226 [  9441] By: jhi                                   on 2001/03/29  14:51:47
57227         Log: Reintroduce the use of external pwd.
57228      Branch: perl
57229            ! t/lib/cwd.t
57230 ____________________________________________________________________________
57231 [  9440] By: jhi                                   on 2001/03/29  14:42:58
57232         Log: use warnings instead of -w.
57233      Branch: perl
57234            ! utils/h2xs.PL
57235 ____________________________________________________________________________
57236 [  9439] By: jhi                                   on 2001/03/29  14:41:52
57237         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
57238              From: Jonathan Stowe <gellyfish@gellyfish.com>
57239              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
57240              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
57241      Branch: perl
57242            ! utils/h2xs.PL
57243 ____________________________________________________________________________
57244 [  9438] By: jhi                                   on 2001/03/29  14:39:38
57245         Log: Subject: [PATCH perl@9424] minor pod nits
57246              From: Robin Barker <rmb1@cise.npl.co.uk>
57247              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
57248              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
57249      Branch: perl
57250            ! pod/perlhack.pod pod/perliol.pod
57251 ____________________________________________________________________________
57252 [  9437] By: jhi                                   on 2001/03/29  14:29:16
57253         Log: Subject: [PATCH perl@9424] typemap cast warning
57254              From: Robin Barker <rmb1@cise.npl.co.uk>
57255              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
57256              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
57257      Branch: perl
57258            ! lib/ExtUtils/typemap
57259 ____________________________________________________________________________
57260 [  9436] By: jhi                                   on 2001/03/29  14:26:03
57261         Log: Subject: [PATCH perl@9424] printf warning
57262              From: Robin Barker <rmb1@cise.npl.co.uk>
57263              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
57264              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
57265      Branch: perl
57266            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
57267            ! ext/Storable/Storable.xs toke.c
57268 ____________________________________________________________________________
57269 [  9435] By: nick                                  on 2001/03/29  14:23:31
57270         Log: Win32 has name conflict with ERROR
57271      Branch: perlio
57272            ! ext/PerlIO/Via/Via.xs
57273 ____________________________________________________________________________
57274 [  9434] By: jhi                                   on 2001/03/29  14:17:48
57275         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
57276              From: Peter Prymmer <pvhp@forte.com>
57277              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
57278              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
57279      Branch: perl
57280            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
57281 ____________________________________________________________________________
57282 [  9433] By: jhi                                   on 2001/03/29  13:52:44
57283         Log: test-prep target was missing.
57284      Branch: perl
57285            ! Makefile.SH
57286 ____________________________________________________________________________
57287 [  9432] By: nick                                  on 2001/03/29  12:40:03
57288         Log: Make as-shipped compiler default to MSVC6 
57289      Branch: perlio
57290            ! win32/makefile.mk
57291 ____________________________________________________________________________
57292 [  9431] By: nick                                  on 2001/03/29  12:12:16
57293         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
57294              akin to PerlIO::Scalar.
57295      Branch: perlio
57296            ! perlio.c perlio.h
57297 ____________________________________________________________________________
57298 [  9430] By: nick                                  on 2001/03/29  10:56:35
57299         Log: Integrate mainline.
57300      Branch: perlio
57301           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
57302           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
57303           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
57304           !> win32/makefile.mk win32/win32sck.c
57305 ____________________________________________________________________________
57306 [  9429] By: nick                                  on 2001/03/29  09:03:43
57307         Log: Noticed that two tests were skipped as perlio:: package
57308              isn't there any more. Changed the skip condition.
57309              Avoid core-dump if sv_utf8_upgrade() called on something
57310              that does not become SvPOK after SvPV() (e.g. a ref).
57311      Branch: perlio
57312            ! sv.c t/io/utf8.t t/lib/io_scalar.t
57313 ____________________________________________________________________________
57314 [  9428] By: jhi                                   on 2001/03/29  01:31:47
57315         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
57316              From: Benjamin Sugars <bsugars@canoe.ca> 
57317              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
57318              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
57319      Branch: perl
57320            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
57321            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
57322            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
57323 ____________________________________________________________________________
57324 [  9427] By: jhi                                   on 2001/03/29  00:49:30
57325         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
57326              From: "Vadim Konovalov" <watman@inbox.ru>
57327              Date: Thu, 29 Mar 2001 01:50:12 +0400
57328              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
57329      Branch: perl
57330            ! win32/makefile.mk win32/win32sck.c
57331 ____________________________________________________________________________
57332 [  9426] By: gsar                                  on 2001/03/29  00:28:04
57333         Log: dmake can only handle == and != in comparisons; support building
57334              with Borland's VCL libraries (from Vadim Konovalov)
57335      Branch: maint-5.6/perl
57336            ! win32/makefile.mk
57337 ____________________________________________________________________________
57338 [  9425] By: nick                                  on 2001/03/28  19:29:56
57339         Log: Integrate (@snapshot)
57340      Branch: perlio
57341           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
57342 ____________________________________________________________________________
57343 [  9424] By: jhi                                   on 2001/03/28  19:03:16
57344         Log: Update Changes.
57345      Branch: perl
57346            ! Changes patchlevel.h
57347 ____________________________________________________________________________
57348 [  9423] By: jhi                                   on 2001/03/28  18:52:09
57349         Log: Rmdir lib/XS on cleanup.
57350      Branch: perl
57351            ! Makefile.SH
57352 ____________________________________________________________________________
57353 [  9422] By: jhi                                   on 2001/03/28  18:49:34
57354         Log: Integrate perlio.
57355      Branch: perl
57356           !> t/op/utf8decode.t
57357 ____________________________________________________________________________
57358 [  9421] By: nick                                  on 2001/03/28  18:46:44
57359         Log: Loose duplicate chunk.
57360      Branch: perlio
57361            ! t/op/utf8decode.t
57362 ____________________________________________________________________________
57363 [  9420] By: nick                                  on 2001/03/28  18:44:11
57364         Log: Integrate mainline.
57365      Branch: perlio
57366           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
57367           !> vms/vmsish.h
57368 ____________________________________________________________________________
57369 [  9419] By: jhi                                   on 2001/03/28  18:42:05
57370         Log: Can't trust external pwds
57371              (either shell builtins or external programs)
57372      Branch: perl
57373            ! t/lib/cwd.t
57374 ____________________________________________________________________________
57375 [  9418] By: jhi                                   on 2001/03/28  18:34:05
57376         Log: Integrate perlio.
57377      Branch: perl
57378            - lib/perlio.pm
57379           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
57380           !> t/op/utf8decode.t
57381 ____________________________________________________________________________
57382 [  9417] By: nick                                  on 2001/03/28  18:24:02
57383         Log: PerlIO.pm / perlio.pm conflict.
57384              Update some pods.
57385              Make t/op/utf8decode.t a text file.
57386      Branch: perlio
57387            - lib/perlio.pm
57388            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
57389            ! t/op/utf8decode.t
57390 ____________________________________________________________________________
57391 [  9416] By: jhi                                   on 2001/03/28  18:06:07
57392         Log: Integrate change #9409 from mainline to maintperl.
57393              
57394              Yet another tweak on AIX dynaloading.
57395      Branch: maint-5.6/perl
57396           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
57397 ____________________________________________________________________________
57398 [  9415] By: gsar                                  on 2001/03/28  17:13:01
57399         Log: integrate changes#9377,9385,9401 from mainline
57400              
57401              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
57402              
57403              If directory entries compare equal case-insensitively,
57404              retry case-sensitively.
57405              
57406              Subject: [PATCH] B::Terse and warnings
57407      Branch: maint-5.6/perl
57408           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
57409           !> t/pragma/warn/perl
57410 ____________________________________________________________________________
57411 [  9414] By: jhi                                   on 2001/03/28  17:11:12
57412         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
57413              From: "Craig A. Berry" <craigberry@mac.com>
57414              Date: Wed, 28 Mar 2001 10:55:20 -0600
57415              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
57416      Branch: perl
57417            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
57418 ____________________________________________________________________________
57419 [  9413] By: jhi                                   on 2001/03/28  17:03:12
57420         Log: Dup hunk.
57421      Branch: perl
57422            ! t/op/utf8decode.t
57423 ____________________________________________________________________________
57424 [  9412] By: jhi                                   on 2001/03/28  17:02:36
57425         Log: Forced integrate from perlio.
57426      Branch: perl
57427           !> t/op/utf8decode.t
57428 ____________________________________________________________________________
57429 [  9411] By: nick                                  on 2001/03/28  16:50:03
57430         Log: Integrate mainline.
57431      Branch: perlio
57432           +> t/lib/cwd.t
57433           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
57434           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
57435           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
57436           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
57437           !> t/pragma/warn/perl
57438 ____________________________________________________________________________
57439 [  9410] By: jhi                                   on 2001/03/28  16:44:23
57440         Log: Subject: Re: [PATCH] 9403 cannot be tested
57441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57442              Date: Wed, 28 Mar 2001 18:33:56 +0200
57443              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
57444      Branch: perl
57445            ! makedef.pl
57446 ____________________________________________________________________________
57447 [  9409] By: jhi                                   on 2001/03/28  16:12:45
57448         Log: Yet another tweak on AIX dynaloading.
57449      Branch: perl
57450            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
57451 ____________________________________________________________________________
57452 [  9408] By: jhi                                   on 2001/03/28  15:52:55
57453         Log: Subject: [PATCH] 9403 cannot be tested
57454              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
57455              Date: Wed, 28 Mar 2001 17:23:00 +0200
57456              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
57457              
57458              A missing symbol.
57459      Branch: perl
57460            ! makedef.pl
57461 ____________________________________________________________________________
57462 [  9407] By: jhi                                   on 2001/03/28  15:47:43
57463         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
57464      Branch: perl
57465            ! t/op/utf8decode.t
57466           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
57467           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
57468 ____________________________________________________________________________
57469 [  9406] By: jhi                                   on 2001/03/28  15:37:08
57470         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
57471              From: Benjamin Sugars <bsugars@canoe.ca> 
57472              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
57473              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
57474      Branch: perl
57475            + t/lib/cwd.t
57476            ! MANIFEST
57477 ____________________________________________________________________________
57478 [  9405] By: jhi                                   on 2001/03/28  15:13:18
57479         Log: pp_ne() needs a CORRECT boolean.
57480      Branch: perl
57481            ! pp.c
57482 ____________________________________________________________________________
57483 [  9404] By: jhi                                   on 2001/03/28  15:09:23
57484         Log: pp_ne() needs a boolean, not an integer.
57485      Branch: perl
57486            ! pp.c
57487 ____________________________________________________________________________
57488 [  9403] By: jhi                                   on 2001/03/28  14:47:43
57489         Log: (Retracted by #9404.)
57490      Branch: perl
57491            ! pp.c
57492 ____________________________________________________________________________
57493 [  9402] By: jhi                                   on 2001/03/28  14:43:59
57494         Log: Subject: Re: [PATCH] Typemap testing
57495              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
57496              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
57497              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
57498      Branch: perl
57499            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57500            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
57501 ____________________________________________________________________________
57502 [  9401] By: jhi                                   on 2001/03/28  14:42:14
57503         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
57504              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
57505              Date: Sun, 25 Mar 2001 21:59:15 +0100
57506              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
57507              
57508              A variable will be checked for the "use once" warnings if:
57509              
57510              1. It is in the scope of a use warnings 'once'
57511              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
57512              
57513              Otherwise it won't be checked at all.
57514              
57515              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
57516              
57517              The enclosed patch partially fixes this issue. What I didn't
57518              get to work was the case where the "used once" warning is enabled
57519              in any file other than the main file.
57520      Branch: perl
57521            ! gv.c t/pragma/warn/perl
57522 ____________________________________________________________________________
57523 [  9400] By: nick                                  on 2001/03/28  14:38:24
57524         Log: More EBCDIC tweaks:
57525              - one more swash issue &~(0xA0-1) did not do the right thing,
57526              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
57527              - add "use re 'asciirange'" to make [!-~] etc. work
57528              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
57529              - Choose a key for t/op/each.t test which gets encoded.
57530              - Skip utf8decode if this is UTF-EBCDIC.
57531      Branch: perlio
57532            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
57533            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
57534 ____________________________________________________________________________
57535 [  9399] By: jhi                                   on 2001/03/28  14:21:00
57536         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
57537              Andreas Schwab.
57538      Branch: perl
57539            ! pp.c
57540 ____________________________________________________________________________
57541 [  9398] By: jhi                                   on 2001/03/28  00:55:56
57542         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
57543              From: David Dyck <dcd@tc.fluke.com>
57544              Date: Tue, 27 Mar 2001 15:16:24 -0800
57545              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
57546      Branch: perl
57547            ! ext/IO/lib/IO/Socket.pm
57548 ____________________________________________________________________________
57549 [  9397] By: jhi                                   on 2001/03/27  21:52:49
57550         Log: Integrate perlio.
57551      Branch: perl
57552           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
57553           +> ext/PerlIO/Via/Via.xs
57554           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
57555 ____________________________________________________________________________
57556 [  9396] By: nick                                  on 2001/03/27  21:45:13
57557         Log: Integrate mainline.
57558      Branch: perlio
57559           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
57560           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
57561 ____________________________________________________________________________
57562 [  9395] By: nick                                  on 2001/03/27  21:18:58
57563         Log: Outline docs for PerlIO and PerlIO::Scalar
57564      Branch: perlio
57565            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
57566 ____________________________________________________________________________
57567 [  9394] By: nick                                  on 2001/03/27  20:50:13
57568         Log: PerlIO::Via layer (alpha-ish).
57569      Branch: perlio
57570            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
57571            + ext/PerlIO/Via/Via.xs
57572            ! MANIFEST
57573 ____________________________________________________________________________
57574 [  9393] By: jhi                                   on 2001/03/27  20:49:55
57575         Log: Retract #9329 now that 9390 should take care of the matter.
57576      Branch: perl
57577            ! utils/h2xs.PL
57578 ____________________________________________________________________________
57579 [  9390] By: jhi                                   on 2001/03/27  20:47:50
57580         Log: Subject: Autoloading Errno.pm when %! is encountered
57581              From: Robin Houston <robin@kitsite.com>
57582              Date: Tue, 27 Mar 2001 20:57:11 +0100
57583              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
57584      Branch: perl
57585            ! embed.h embed.pl gv.c proto.h t/op/magic.t
57586 ____________________________________________________________________________
57587 [  9389] By: jhi                                   on 2001/03/27  20:24:31
57588         Log: Integrate perlio.
57589      Branch: perl
57590           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
57591           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
57592           !> utf8.c
57593 ____________________________________________________________________________
57594 [  9388] By: jhi                                   on 2001/03/27  20:21:38
57595         Log: Better have a three-element array if one is going to assign
57596              to the third element of that array. (from Tim Jenness)
57597      Branch: perl
57598            ! ext/XS/Typemap/Typemap.xs
57599 ____________________________________________________________________________
57600 [  9387] By: nick                                  on 2001/03/27  20:15:43
57601         Log: Integrate mainline.
57602      Branch: perlio
57603           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
57604           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57605           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
57606           +> t/lib/xs-typemap.t
57607           !> (integrate 34 files)
57608 ____________________________________________________________________________
57609 [  9386] By: jhi                                   on 2001/03/27  20:04:18
57610         Log: Subject: Re: perl@9359 breaks HTML::Parser
57611              From: Gisle Aas <gisle@ActiveState.com>
57612              Date: 27 Mar 2001 11:30:24 -0800
57613              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
57614              
57615              Clarify the UTF-8 issues of the API docs.
57616              (Slightly reworded and expanded.)
57617      Branch: perl
57618            ! pod/perlapi.pod sv.c sv.h
57619 ____________________________________________________________________________
57620 [  9385] By: jhi                                   on 2001/03/27  19:44:25
57621         Log: If directory entries compare equal case-insensitively,
57622              retry case-sensitively.
57623      Branch: perl
57624            ! ext/File/Glob/bsd_glob.c
57625 ____________________________________________________________________________
57626 [  9384] By: nick                                  on 2001/03/27  19:38:50
57627         Log: Various EBCDIC fixes:
57628              - major revelation that swash code is encoding aware,
57629              (or thought it was) - now it is ;-)
57630              - With that out of the way fix a slab of tr/// cases.
57631              - Fix Encode 'Unicode' to be true Unicode so tests pass.
57632              - As anticipated Base64.xs needed tweaks.
57633              - Until tr/// works right avoid old_encode64 in MIME tests.
57634      Branch: perlio
57635            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
57636            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
57637 ____________________________________________________________________________
57638 [  9383] By: jhi                                   on 2001/03/27  18:34:41
57639         Log: Add the std test suite BEGIN block.
57640      Branch: perl
57641            ! t/lib/xs-typemap.t
57642 ____________________________________________________________________________
57643 [  9382] By: jhi                                   on 2001/03/27  15:16:07
57644         Log: Add debugging output to the test.
57645      Branch: perl
57646            ! t/lib/glob-basic.t
57647 ____________________________________________________________________________
57648 [  9381] By: jhi                                   on 2001/03/27  15:08:10
57649         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
57650      Branch: perl
57651            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
57652            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57653            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
57654            + t/lib/xs-typemap.t
57655            ! MANIFEST
57656 ____________________________________________________________________________
57657 [  9380] By: jhi                                   on 2001/03/27  14:48:34
57658         Log: Subject: [PATCH] Typemap testing
57659              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
57660              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
57661              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
57662              
57663              (The first part of the patch.)
57664      Branch: perl
57665            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
57666 ____________________________________________________________________________
57667 [  9379] By: jhi                                   on 2001/03/27  14:44:56
57668         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
57669              From: Benjamin Sugars <bsugars@canoe.ca> 
57670              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
57671              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
57672      Branch: perl
57673            ! t/lib/glob-basic.t
57674 ____________________________________________________________________________
57675 [  9378] By: jhi                                   on 2001/03/27  14:42:30
57676         Log: Subject: [PATCH] perlvar nit
57677              From: Simon Cozens <simon@netthink.co.uk>
57678              Date: Tue, 27 Mar 2001 01:12:01 +0100
57679              Message-ID: <20010327011201.A19179@netthink.co.uk>
57680      Branch: perl
57681            ! pod/perlvar.pod
57682 ____________________________________________________________________________
57683 [  9377] By: jhi                                   on 2001/03/27  14:36:26
57684         Log: Subject: [PATCH] B::Terse and warnings
57685              From: Benjamin Sugars <ben.sugars@home.com>
57686              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
57687              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
57688      Branch: perl
57689            ! ext/B/B.pm ext/B/B/Terse.pm
57690 ____________________________________________________________________________
57691 [  9376] By: jhi                                   on 2001/03/27  14:31:31
57692         Log: Document sockatmark() some.
57693      Branch: perl
57694            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
57695            ! pod/perltoc.pod
57696 ____________________________________________________________________________
57697 [  9375] By: jhi                                   on 2001/03/27  14:00:24
57698         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
57699              noted by Gisle and fixed by NI-S.
57700      Branch: perl
57701            ! sv.c
57702 ____________________________________________________________________________
57703 [  9374] By: jhi                                   on 2001/03/27  05:50:01
57704         Log: Regen toc.
57705      Branch: perl
57706            ! pod/perltoc.pod
57707 ____________________________________________________________________________
57708 [  9373] By: jhi                                   on 2001/03/27  05:43:51
57709         Log: Pixie documenting.
57710      Branch: perl
57711            ! Makefile.SH pod/perlhack.pod
57712 ____________________________________________________________________________
57713 [  9372] By: jhi                                   on 2001/03/27  05:29:34
57714         Log: Metaconfig unit changes for #9371.
57715      Branch: metaconfig
57716            ! U/modified/myhostname.U
57717      Branch: metaconfig/U/perl
57718            + d_sockatmark.U
57719            ! gccvers.U
57720 ____________________________________________________________________________
57721 [  9371] By: jhi                                   on 2001/03/27  05:29:07
57722         Log: Add sockatmark() probing.
57723      Branch: perl
57724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57725            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
57726            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57727            ! vos/config.ga.h win32/config.bc win32/config.gc
57728            ! win32/config.vc
57729 ____________________________________________________________________________
57730 [  9370] By: jhi                                   on 2001/03/26  22:01:18
57731         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
57732              Really need to benchmark this.
57733      Branch: perl
57734            ! pp.c
57735 ____________________________________________________________________________
57736 [  9369] By: nick                                  on 2001/03/26  21:59:30
57737         Log: Integrate mainline.
57738      Branch: perlio
57739            ! ext/MIME/Base64/QuotedPrint.pm
57740           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
57741           !> patchlevel.h pod/perlhack.pod pp_sys.c
57742 ____________________________________________________________________________
57743 [  9368] By: jhi                                   on 2001/03/26  21:47:03
57744         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
57745              
57746              TODO1: perlbench.
57747              TODO2: le, lt, ge, gt?  Yech.
57748      Branch: perl
57749            ! pp.c
57750 ____________________________________________________________________________
57751 [  9367] By: jhi                                   on 2001/03/26  21:34:57
57752         Log: Too much cut-and-paste in #9363.
57753      Branch: perl
57754            ! pp_sys.c
57755 ____________________________________________________________________________
57756 [  9366] By: jhi                                   on 2001/03/26  21:20:53
57757         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
57758              From: Andreas Schwab <schwab@suse.de>
57759              Date: 26 Mar 2001 17:29:04 +0200
57760              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
57761              
57762              (The patch for 5.6.0 or so, this is a guess for bleadperl)
57763      Branch: perl
57764            ! pp_hot.c
57765 ____________________________________________________________________________
57766 [  9365] By: jhi                                   on 2001/03/26  21:07:54
57767         Log: Integrate perlio.
57768      Branch: perl
57769           !> perlio.c
57770 ____________________________________________________________________________
57771 [  9364] By: nick                                  on 2001/03/26  20:30:48
57772         Log: REFCNT botch in layer name cache hash.
57773      Branch: perlio
57774            ! perlio.c
57775 ____________________________________________________________________________
57776 [  9363] By: jhi                                   on 2001/03/26  18:44:32
57777         Log: Subject: [PATCH] socket() leaks file descriptors
57778              From: Benjamin Sugars <bsugars@canoe.ca>
57779              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
57780              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
57781              
57782              Also sockpair() fixed similarly.
57783      Branch: perl
57784            ! pp_sys.c
57785 ____________________________________________________________________________
57786 [  9362] By: jhi                                   on 2001/03/26  18:37:52
57787         Log: Integrate perlio.
57788      Branch: perl
57789           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
57790 ____________________________________________________________________________
57791 [  9361] By: nick                                  on 2001/03/26  17:32:06
57792         Log: Implement flush of linebuffered streams on read of a tty.
57793      Branch: perlio
57794            ! perlio.c perliol.h
57795 ____________________________________________________________________________
57796 [  9360] By: nick                                  on 2001/03/26  17:12:32
57797         Log: Memory tweaks and notes for OEMVS.
57798      Branch: perlio
57799            ! README.os390 miniperlmain.c t/op/pat.t
57800 ____________________________________________________________________________
57801 [  9359] By: jhi                                   on 2001/03/26  02:12:54
57802         Log: Update Changes.
57803      Branch: perl
57804            ! Changes patchlevel.h
57805 ____________________________________________________________________________
57806 [  9358] By: jhi                                   on 2001/03/26  02:05:32
57807         Log: Document the most common pixie options.
57808      Branch: perl
57809            ! pod/perlhack.pod
57810 ____________________________________________________________________________
57811 [  9357] By: jhi                                   on 2001/03/26  01:25:28
57812         Log: For perl.pixie check *before* compiling that optimize is -g,
57813              as for perl.third.
57814      Branch: perl
57815            ! Makefile.SH
57816 ____________________________________________________________________________
57817 [  9356] By: jhi                                   on 2001/03/26  01:13:41
57818         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
57819      Branch: perl
57820            ! Makefile.SH
57821 ____________________________________________________________________________
57822 [  9355] By: jhi                                   on 2001/03/26  01:11:19
57823         Log: Remove t/perl.third.
57824      Branch: perl
57825            ! Makefile.SH
57826 ____________________________________________________________________________
57827 [  9354] By: jhi                                   on 2001/03/26  00:23:38
57828         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
57829              IO::Sockatmark().
57830      Branch: perl
57831            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
57832 ____________________________________________________________________________
57833 [  9353] By: jhi                                   on 2001/03/25  22:25:04
57834         Log: Integrate perlio.
57835      Branch: perl
57836           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
57837           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
57838           !> pp_hot.c win32/makefile.mk
57839 ____________________________________________________________________________
57840 [  9352] By: jhi                                   on 2001/03/25  22:21:41
57841         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
57842              From: Radu Greab <radu@netsoft.ro>
57843              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
57844              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
57845      Branch: perl
57846            ! pp_sys.c
57847 ____________________________________________________________________________
57848 [  9351] By: nick                                  on 2001/03/25  22:15:02
57849         Log: Fix readline in list mode to tell rest of world that it has
57850              things on the stack. Otherwise if perl code gets invoked
57851              underneath it it scribbles over results-so-far.
57852              (Why TIEHANDLE has not tripped on this is a mystery.)
57853      Branch: perlio
57854            ! pp_hot.c
57855 ____________________________________________________________________________
57856 [  9350] By: nick                                  on 2001/03/25  22:10:13
57857         Log: win32/makefile.mk typos
57858      Branch: perlio
57859            ! win32/makefile.mk
57860 ____________________________________________________________________________
57861 [  9349] By: nick                                  on 2001/03/25  21:31:14
57862         Log: Integrate now-non-binary file.
57863      Branch: perlio
57864           !> t/lib/mimeqp.t
57865 ____________________________________________________________________________
57866 [  9348] By: nick                                  on 2001/03/25  21:27:24
57867         Log: Make it text
57868      Branch: perlio
57869            ! t/lib/mimeqp.t
57870 ____________________________________________________________________________
57871 [  9347] By: nick                                  on 2001/03/25  21:25:37
57872         Log: Integrate mainline.
57873      Branch: perlio
57874           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
57875           !> lib/Term/ReadLine.pm t/lib/md5-file.t
57876 ____________________________________________________________________________
57877 [  9346] By: nick                                  on 2001/03/25  20:58:15
57878         Log: Add destruct time hook to PerlIO (for work-in-process implementing
57879              layers in perl code. In such cases layers need to be popped before
57880              we loose the ability to run perl code.)
57881              Also back-out "PerlIO::object" hook - it isn't going to work like that...
57882      Branch: perlio
57883            ! perl.c perlio.c perlio.h perliol.h
57884 ____________________________________________________________________________
57885 [  9345] By: nick                                  on 2001/03/25  20:49:11
57886         Log: Avoid at leasy one of undefined warnings in Encode.
57887      Branch: perlio
57888            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
57889 ____________________________________________________________________________
57890 [  9344] By: jhi                                   on 2001/03/25  20:37:43
57891         Log: A workaround for using Term::ReadLine in emacs minibuffer
57892              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
57893              additional tweaks from Ilya Zakharevich.
57894      Branch: perl
57895            ! lib/Term/ReadLine.pm
57896 ____________________________________________________________________________
57897 [  9343] By: nick                                  on 2001/03/25  20:21:14
57898         Log: Missing return value.
57899      Branch: perlio
57900            ! ext/PerlIO/Scalar/Scalar.xs
57901 ____________________________________________________________________________
57902 [  9342] By: jhi                                   on 2001/03/25  16:21:00
57903         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
57904              to equal the CPAN versions since no code changes have been made.
57905      Branch: perl
57906            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
57907            ! t/lib/md5-file.t
57908 ____________________________________________________________________________
57909 [  9341] By: jhi                                   on 2001/03/25  16:01:48
57910         Log: Escape 8-bit characters.
57911      Branch: perl
57912            ! t/lib/mimeqp.t
57913 ____________________________________________________________________________
57914 [  9340] By: gsar                                  on 2001/03/25  15:50:53
57915         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
57916              chars)
57917      Branch: perl
57918            + t/lib/mimeqp.t
57919 ____________________________________________________________________________
57920 [  9339] By: gsar                                  on 2001/03/25  15:48:50
57921         Log: delete mimeqp.t for later add with text mode set
57922      Branch: perl
57923            - t/lib/mimeqp.t
57924 ____________________________________________________________________________
57925 [  9338] By: nick                                  on 2001/03/25  09:01:57
57926         Log: Integrate mainline.
57927      Branch: perlio
57928           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
57929           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
57930           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
57931           +> t/lib/mimeb64u.t t/lib/mimeqp.t
57932           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
57933           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
57934           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
57935 ____________________________________________________________________________
57936 [  9337] By: jhi                                   on 2001/03/25  04:23:24
57937         Log: Add MIME::Base64 here and there.  Again, a lot of
57938              optimism is in the air.
57939      Branch: perl
57940            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
57941            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
57942 ____________________________________________________________________________
57943 [  9336] By: jhi                                   on 2001/03/25  04:12:43
57944         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
57945              this by ear as I do not do Win32 programming.)
57946      Branch: perl
57947            ! win32/Makefile win32/makefile.mk
57948 ____________________________________________________________________________
57949 [  9335] By: jhi                                   on 2001/03/25  04:03:50
57950         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
57951      Branch: perl
57952            ! t/lib/md5-file.t
57953 ____________________________________________________________________________
57954 [  9334] By: jhi                                   on 2001/03/25  03:58:53
57955         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
57956      Branch: perl
57957            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
57958            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
57959            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
57960            + t/lib/mimeb64u.t t/lib/mimeqp.t
57961            ! MANIFEST
57962 ____________________________________________________________________________
57963 [  9333] By: jhi                                   on 2001/03/24  20:14:37
57964         Log: Integrate perlio.
57965      Branch: perl
57966           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
57967 ____________________________________________________________________________
57968 [  9332] By: nick                                  on 2001/03/24  19:40:34
57969         Log: Fix un-init variable leading to spurious "Out of Memory!"
57970      Branch: perlio
57971            ! doio.c
57972 ____________________________________________________________________________
57973 [  9331] By: nick                                  on 2001/03/24  19:09:59
57974         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
57975              and update layers internals doc.
57976      Branch: perlio
57977            ! pod/perlfunc.pod pod/perliol.pod
57978 ____________________________________________________________________________
57979 [  9330] By: jhi                                   on 2001/03/24  18:42:11
57980         Log: The length might be uninitialized garbage if the *svp is the undef.
57981      Branch: perl
57982            ! doio.c
57983 ____________________________________________________________________________
57984 [  9329] By: jhi                                   on 2001/03/24  18:26:57
57985         Log: (Retracted by #9393)
57986              
57987              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
57988              From: Simon Cozens <simon@netthink.co.uk>
57989              Date: Sat, 24 Mar 2001 17:13:17 +0000
57990              Message-ID: <20010324171317.A13406@netthink.co.uk>
57991      Branch: perl
57992            ! utils/h2xs.PL
57993 ____________________________________________________________________________
57994 [  9328] By: nick                                  on 2001/03/24  17:22:02
57995         Log: Integrate mainline.
57996      Branch: perlio
57997           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
57998           !> lib/unicode/version
57999 ____________________________________________________________________________
58000 [  9327] By: nick                                  on 2001/03/24  17:16:02
58001         Log: Integrate mainline.
58002      Branch: perlio
58003           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58004           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
58005           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
58006           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
58007           +> t/lib/md5-file.t
58008           !> MANIFEST Makefile.SH configure.com djgpp/config.over
58009           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
58010           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
58011           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
58012           !> win32/makefile.mk
58013 ____________________________________________________________________________
58014 [  9326] By: jhi                                   on 2001/03/24  17:00:42
58015         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
58016      Branch: perl
58017            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
58018            ! lib/unicode/version
58019 ____________________________________________________________________________
58020 [  9325] By: jhi                                   on 2001/03/24  16:22:33
58021         Log: Subject: Re: B::Deparse bug (5.6.0)
58022              From: Robin Houston <robin@kitsite.com>
58023              Date: Sat, 24 Mar 2001 14:33:09 +0000
58024              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
58025      Branch: perl
58026            ! op.c pp.c t/lib/b.t t/op/repeat.t
58027 ____________________________________________________________________________
58028 [  9324] By: jhi                                   on 2001/03/24  16:21:56
58029         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
58030              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
58031              these additions may be too optimistic.
58032      Branch: perl
58033            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
58034            ! hints/uwin.sh hints/vmesa.sh
58035 ____________________________________________________________________________
58036 [  9323] By: jhi                                   on 2001/03/24  16:06:01
58037         Log: Integrate perlio.
58038      Branch: perl
58039           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
58040           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
58041            ! Makefile.SH
58042           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
58043           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
58044           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
58045           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
58046           !> win32/makefile.mk win32/perlhost.h win32/win32.c
58047           !> win32/win32iop.h
58048 ____________________________________________________________________________
58049 [  9322] By: nick                                  on 2001/03/24  14:39:12
58050         Log: Routine Win32 regen_config_h - no real changes.
58051      Branch: perlio
58052            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58053 ____________________________________________________________________________
58054 [  9321] By: nick                                  on 2001/03/24  14:31:49
58055         Log: PerlIO fixups for Win32:
58056              - provide win33_popenlist() - non-functional as yet.
58057              - avoid need for aTHX in PerlIO_debug calls - even if not 
58058              enabled args are still evaluated so Win32 has trouble during fork().
58059              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
58060              - Fixup makedef.pl for latest set of symbols.
58061      Branch: perlio
58062            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
58063            ! win32/perlhost.h win32/win32.c win32/win32iop.h
58064 ____________________________________________________________________________
58065 [  9320] By: nick                                  on 2001/03/24  14:26:58
58066         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
58067              was gibberish - broke it on WIn32 at least.
58068      Branch: perlio
58069            ! ext/POSIX/POSIX.xs
58070 ____________________________________________________________________________
58071 [  9319] By: nick                                  on 2001/03/24  11:29:41
58072         Log: Generated files.
58073      Branch: perlio
58074            ! embed.h global.sym objXSUB.h perlapi.c proto.h
58075 ____________________________________________________________________________
58076 [  9318] By: nick                                  on 2001/03/24  10:29:37
58077         Log: Implement:
58078              1.  open($fh,"+<",undef);  # add test to t/io/open.t
58079              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
58080      Branch: perlio
58081            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
58082            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
58083            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
58084            ! t/io/open.t t/io/utf8.t
58085 ____________________________________________________________________________
58086 [  9317] By: jhi                                   on 2001/03/23  23:41:25
58087         Log: AIX does seems to have optimization problems with its C compilers.
58088      Branch: perl
58089            ! hints/aix.sh
58090 ____________________________________________________________________________
58091 [  9316] By: jhi                                   on 2001/03/23  23:40:46
58092         Log: Integrate perlio.
58093      Branch: perl
58094           +> lib/PerlIO.pm
58095           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
58096           !> perliol.h
58097 ____________________________________________________________________________
58098 [  9315] By: jhi                                   on 2001/03/23  22:16:30
58099         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
58100      Branch: perl
58101            ! t/lib/md5-file.t
58102 ____________________________________________________________________________
58103 [  9314] By: nick                                  on 2001/03/23  20:49:02
58104         Log: Perlio internals re-organized.
58105              - open process creates AV of layer/arg pairs
58106              (appends layers from open() or open.pm to default list).
58107              - push arg is now an SV.
58108              - layer ->Open get passed the AV
58109              - open is no longer mandatory method.
58110              - topmost layer that has ->Open method does the open
58111              - any layers above are pushed once that returns.
58112              - vtable re-ordered so dummy layers need only provide push/pop methods.
58113      Branch: perlio
58114            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
58115 ____________________________________________________________________________
58116 [  9313] By: nick                                  on 2001/03/23  16:27:41
58117         Log: Check in a stable (working) version before next round of tweaks.
58118              Changes include:
58119              - Move default layers code out of doio.c and into perlio.c
58120              - Single routine for parsing layer specification strings.
58121              - Skeleton support for demand loading of layers
58122              - Core-dump avoidance if PERLIO environment specifies loadable layer
58123              (does not _work_ as need IO to load and need load to do IO ...)
58124      Branch: perlio
58125            + lib/PerlIO.pm
58126            ! MANIFEST doio.c perlio.c
58127 ____________________________________________________________________________
58128 [  9312] By: gsar                                  on 2001/03/23  16:25:25
58129         Log: add execute bit to files with shebang lines in the repository;
58130              avoid clobbering execute bit in Porting/makerel 
58131      Branch: maint-5.6/perl
58132            ! (edit 144 files)
58133 ____________________________________________________________________________
58134 [  9311] By: jhi                                   on 2001/03/23  14:25:35
58135         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
58136      Branch: perl
58137            ! MANIFEST
58138 ____________________________________________________________________________
58139 [  9310] By: jhi                                   on 2001/03/23  13:45:04
58140         Log: Subject: [PATCH] Net::Ping
58141              From: Colin McMillen <mcmi0037@tc.umn.edu>
58142              Date: Thu, 22 Mar 2001 19:30:31 -0600
58143              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
58144      Branch: perl
58145            ! lib/Net/Ping.pm
58146 ____________________________________________________________________________
58147 [  9309] By: jhi                                   on 2001/03/23  13:39:13
58148         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
58149      Branch: perl
58150            ! t/lib/md5-aaa.t t/lib/md5-file.t
58151 ____________________________________________________________________________
58152 [  9308] By: jhi                                   on 2001/03/23  13:20:34
58153         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
58154              - bump the version to 2.14
58155              - drop the base64 tests since they require MIME::Base64
58156              - drop the rfc1321.txt
58157              - drop the hints/dec_osf.pl since it's only needed for
58158              pre-5.005_03 Perls
58159              Todo:
58160              - the U32 alignment testing is now removed; it needs to
58161              be reintroduced as as a Config variable (meaning also
58162              as a Configure test)
58163              - get the new EBCDIC md5sum for MD5.pm
58164              - test in Win32 to see how badly I botched the makefiles
58165      Branch: perl
58166            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58167            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
58168            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
58169            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
58170            + t/lib/md5-file.t
58171            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
58172            ! win32/Makefile win32/makefile.mk
58173 ____________________________________________________________________________
58174 [  9307] By: jhi                                   on 2001/03/23  12:56:14
58175         Log: Integrate change #9306 from maintperl into mainline,
58176              AIX dynaloader for AIXes without <load.h>.
58177      Branch: perl
58178           !> ext/DynaLoader/hints/aix.pl
58179 ____________________________________________________________________________
58180 [  9306] By: jhi                                   on 2001/03/23  12:51:36
58181         Log: There are AIXes without /usr/include/load.h,
58182              patch from H.Merijn Brand.
58183      Branch: maint-5.6/perl
58184            ! ext/DynaLoader/hints/aix.pl
58185 ____________________________________________________________________________
58186 [  9305] By: nick                                  on 2001/03/23  11:00:42
58187         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
58188      Branch: perlio
58189            ! ext/Encode/Encode.xs perlio.c perlio.h
58190 ____________________________________________________________________________
58191 [  9304] By: nick                                  on 2001/03/23  10:20:46
58192         Log: Render -Duseperlio functional again.
58193              - this is "quick fix" which calls PerlIO_apply_layers after opening,
58194              which is what old scheme did. New scheme needs to change that
58195              to make open(...,\$scalar) etc. work but this will do for now.
58196      Branch: perlio
58197            ! perlio.c
58198 ____________________________________________________________________________
58199 [  9303] By: nick                                  on 2001/03/23  09:53:20
58200         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
58201              -Uuseperlio now works again.
58202              -Duseperlio is still poorly. Don't merge yet...
58203      Branch: perlio
58204            ! doio.c perlio.h
58205 ____________________________________________________________________________
58206 [  9302] By: nick                                  on 2001/03/22  22:26:51
58207         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
58208              type code.
58209              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
58210              is its main caller. In particular now has access to "extra" args, and
58211              can tell when an open handle is "reopened" (or duped?).
58212              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
58213              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
58214              PerlIO_open() et. al. (i.e. other way round).
58215              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
58216              with args close to PerlIO_openn().
58217      Branch: perlio
58218            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
58219 ____________________________________________________________________________
58220 [  9301] By: jhi                                   on 2001/03/22  20:58:04
58221         Log: Integrate perlio.
58222      Branch: perl
58223           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
58224           !> t/io/open.t util.c
58225 ____________________________________________________________________________
58226 [  9300] By: nick                                  on 2001/03/22  17:36:32
58227         Log: Don't include $@ in not ok message.
58228      Branch: perlio
58229            ! t/io/open.t
58230 ____________________________________________________________________________
58231 [  9299] By: gsar                                  on 2001/03/22  16:53:45
58232         Log: back out changes#7532,7521 for now (appears to have problems
58233              on IRIX)
58234      Branch: maint-5.6/perl
58235            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58236            ! ext/POSIX/typemap pod/perlvar.pod
58237 ____________________________________________________________________________
58238 [  9298] By: nick                                  on 2001/03/22  14:35:46
58239         Log: Give a meaning to '&' in n-arg open case:
58240              open($fh,"<&",$scalar);
58241              $scalar can be:
58242              - an integer which does "fdopen"
58243              open($fh,"<&",2); # like open($fh,"<&2")
58244              - something that will yield a file handle via sv_2io()
58245              useful for dup'ing anonymous handles.
58246              e.g.:
58247              open(my $fh,"<&",\*STDIN);
58248              open(my $dup,"<&",$fh);
58249      Branch: perlio
58250            ! doio.c t/io/open.t
58251 ____________________________________________________________________________
58252 [  9297] By: nick                                  on 2001/03/22  13:34:35
58253         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
58254      Branch: perlio
58255            ! util.c
58256 ____________________________________________________________________________
58257 [  9296] By: nick                                  on 2001/03/22  12:51:20
58258         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
58259      Branch: perlio
58260            ! perl.c
58261 ____________________________________________________________________________
58262 [  9295] By: nick                                  on 2001/03/22  11:59:44
58263         Log: If stdin, stdout or stderr get opened in unexpected read/write state
58264              then warn at time of open not at time of use.
58265      Branch: perlio
58266            ! doio.c pp_hot.c pp_sys.c
58267 ____________________________________________________________________________
58268 [  9294] By: nick                                  on 2001/03/22  10:54:35
58269         Log: Die on n-arg open(...,"",xxx,yyy,...)
58270              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
58271              - die on read/write cases so we can decide what it means later.
58272      Branch: perlio
58273            ! doio.c embed.pl iperlsys.h util.c
58274 ____________________________________________________________________________
58275 [  9293] By: nick                                  on 2001/03/22  09:02:45
58276         Log: perlio tweaks (reported by Nick Clark)
58277              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
58278              error check in Pendinf_read().
58279      Branch: perlio
58280            ! perlio.c
58281 ____________________________________________________________________________
58282 [  9292] By: gsar                                  on 2001/03/22  07:12:00
58283         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
58284              fixes)
58285      Branch: maint-5.6/perl
58286           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
58287 ____________________________________________________________________________
58288 [  9291] By: jhi                                   on 2001/03/22  06:06:44
58289         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
58290      Branch: perl
58291            ! t/op/re_tests
58292 ____________________________________________________________________________
58293 [  9290] By: jhi                                   on 2001/03/22  05:57:01
58294         Log: Move MacOS Classic higher in the list of supported platforms.
58295      Branch: maint-5.6/perl
58296            ! pod/perlport.pod
58297 ____________________________________________________________________________
58298 [  9289] By: gsar                                  on 2001/03/22  05:35:04
58299         Log: revert part of change#6438 for compatibility (av_reify()
58300              appears to be needed to implement av_splice()ish things
58301              in XS)
58302      Branch: maint-5.6/perl
58303            ! embed.pl global.sym objXSUB.h perlapi.c
58304 ____________________________________________________________________________
58305 [  9288] By: gsar                                  on 2001/03/22  03:09:19
58306         Log: update copyright year
58307      Branch: maint-5.6/perl
58308            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
58309            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
58310            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
58311            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
58312            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
58313            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
58314            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
58315            ! x2p/walk.c
58316 ____________________________________________________________________________
58317 [  9287] By: jhi                                   on 2001/03/21  20:30:54
58318         Log: Integrate perlio.
58319      Branch: perl
58320           !> ext/Data/Dumper/Dumper.xs
58321 ____________________________________________________________________________
58322 [  9286] By: gsar                                  on 2001/03/21  19:49:54
58323         Log: makefile.mk tweak
58324      Branch: maint-5.6/perl
58325            ! win32/Makefile win32/makefile.mk
58326 ____________________________________________________________________________
58327 [  9285] By: nick                                  on 2001/03/21  19:07:13
58328         Log: Multiplicity fix for Dumper.
58329      Branch: perlio
58330            ! ext/Data/Dumper/Dumper.xs
58331 ____________________________________________________________________________
58332 [  9284] By: nick                                  on 2001/03/21  19:01:07
58333         Log: Integrate mainline - (does not build xTHX issue in Dumper).
58334      Branch: perlio
58335           !> (integrate 27 files)
58336 ____________________________________________________________________________
58337 [  9283] By: jhi                                   on 2001/03/21  17:17:35
58338         Log: Integrate change #9282 from mainline into maintperl,
58339              4-arg UTF-8 substr().
58340      Branch: maint-5.6/perl
58341           !> pp.c
58342 ____________________________________________________________________________
58343 [  9282] By: jhi                                   on 2001/03/21  17:15:43
58344         Log: The #9270 would have leaked a scalar if pp_substr()
58345              returned early.
58346      Branch: perl
58347            ! pp.c
58348 ____________________________________________________________________________
58349 [  9281] By: gsar                                  on 2001/03/21  17:03:14
58350         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
58351      Branch: maint-5.6/perl
58352            ! win32/makefile.mk
58353 ____________________________________________________________________________
58354 [  9280] By: gsar                                  on 2001/03/21  17:01:20
58355         Log: some tweaks to change#9278 (fork() emulation should be enabled
58356              by setting BUILD_FLAVOR instead of changing the defaults)
58357      Branch: maint-5.6/perl
58358            ! win32/makefile.mk
58359 ____________________________________________________________________________
58360 [  9279] By: gsar                                  on 2001/03/21  16:47:19
58361         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
58362      Branch: maint-5.6/perl
58363            ! ext/File/Glob/Glob.pm
58364           !> lib/Cwd.pm
58365 ____________________________________________________________________________
58366 [  9278] By: jhi                                   on 2001/03/21  14:35:10
58367         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
58368              From: "Vadim Konovalov" <watman@inbox.ru>
58369              Date: Wed, 21 Mar 2001 01:53:51 +0300
58370              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
58371      Branch: maint-5.6/perl
58372            ! win32/makefile.mk win32/win32sck.c
58373 ____________________________________________________________________________
58374 [  9277] By: jhi                                   on 2001/03/21  13:58:28
58375         Log: Integrate change #9270 from mainline to maintperl:
58376              continued 4-arg UTF-8 substr() fixing.
58377      Branch: maint-5.6/perl
58378           !> pp.c t/op/substr.t
58379 ____________________________________________________________________________
58380 [  9276] By: jhi                                   on 2001/03/21  13:33:00
58381         Log: More pixie cleaning.
58382      Branch: perl
58383            ! Makefile.SH
58384 ____________________________________________________________________________
58385 [  9275] By: jhi                                   on 2001/03/21  03:54:17
58386         Log: Update Changes.
58387      Branch: perl
58388            ! Changes patchlevel.h
58389 ____________________________________________________________________________
58390 [  9274] By: jhi                                   on 2001/03/21  03:48:24
58391         Log: First stab at making Data::Dumper to grok Unicode.
58392              
58393              TODO: tests, EBCDICify.
58394      Branch: perl
58395            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
58396 ____________________________________________________________________________
58397 [  9273] By: jhi                                   on 2001/03/21  02:23:00
58398         Log: Fix for
58399              
58400              Subject: Memory leak in unquoted print   
58401              From: Benjamin Sugars <bsugars@canoe.ca> 
58402              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
58403              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
58404      Branch: perl
58405            ! perlio.c
58406 ____________________________________________________________________________
58407 [  9272] By: jhi                                   on 2001/03/21  01:33:17
58408         Log: Subject: Re: [PATCH] POSIX::getcwd()
58409              From: Benjamin Sugars <bsugars@canoe.ca> 
58410              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
58411              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
58412      Branch: perl
58413            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
58414 ____________________________________________________________________________
58415 [  9271] By: jhi                                   on 2001/03/21  01:22:52
58416         Log: Subject: [PATCH] Cwd.pm docs
58417              From: Benjamin Sugars <bsugars@canoe.ca>
58418              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
58419              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
58420      Branch: perl
58421            ! lib/Cwd.pm
58422 ____________________________________________________________________________
58423 [  9270] By: jhi                                   on 2001/03/21  01:16:29
58424         Log: Continue 4-arg substr() UTF-8 fixage.
58425      Branch: perl
58426            ! pp.c t/op/substr.t
58427 ____________________________________________________________________________
58428 [  9269] By: jhi                                   on 2001/03/21  00:46:14
58429         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
58430              
58431              revert the leak fix in change#9142 (problem needs a more experimental
58432              fix unsuitable for 5.6.1)
58433              
58434              do alphabetical sorting by default (for csh compatibility)
58435              
58436              cut-n-paste goof in change#9264
58437              
58438              VMS piping fixes (from Charles Lane)
58439      Branch: perl
58440           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
58441           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58442           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
58443 ____________________________________________________________________________
58444 [  9268] By: jhi                                   on 2001/03/21  00:37:04
58445         Log: Integrate perlio.
58446      Branch: perl
58447           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
58448           !> utf8.c utf8.h utfebcdic.h
58449 ____________________________________________________________________________
58450 [  9267] By: nick                                  on 2001/03/20  20:04:39
58451         Log: More EBCDIC stuff:
58452              - Loose the extra level of function on ASCII.
58453              - spotted a chr(0) issue in sv.c
58454              - re-work of UTF-X tr/// ranges to work in Unicode
58455              space. Still issues with the "0xff is illegal UTF-8" hack.
58456              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
58457              (why do it once when you can do it all over the place :-(
58458              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
58459              need utf8.pm for swashes.
58460              - Simplified and commented scan_const() in toke.c
58461              Still something wrong regexp and tr (swashes?).
58462      Branch: perlio
58463            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
58464            ! utf8.c utf8.h utfebcdic.h
58465 ____________________________________________________________________________
58466 [  9266] By: gsar                                  on 2001/03/20  19:16:43
58467         Log: VMS piping fixes (from Charles Lane)
58468      Branch: maint-5.6/perl
58469            ! vms/vms.c vms/vmspipe.com
58470 ____________________________________________________________________________
58471 [  9265] By: gsar                                  on 2001/03/20  17:53:52
58472         Log: cut-n-paste goof in change#9264
58473      Branch: maint-5.6/perl
58474            ! ext/File/Glob/Glob.xs
58475 ____________________________________________________________________________
58476 [  9264] By: gsar                                  on 2001/03/20  17:43:47
58477         Log: do alphabetical sorting by default (for csh compatibility);
58478              bsd_glob() does ASCII sort by default as usual, unless
58479              GLOB_ALPHASORT was specified
58480      Branch: maint-5.6/perl
58481            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
58482            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58483            ! ext/File/Glob/bsd_glob.h
58484 ____________________________________________________________________________
58485 [  9263] By: gsar                                  on 2001/03/20  16:40:08
58486         Log: integrate change#9255 from mainline (unicode fix)
58487              
58488              substr($bytestr, i, n, $charstr)
58489      Branch: maint-5.6/perl
58490           !> Todo-5.6 pp.c t/op/substr.t
58491 ____________________________________________________________________________
58492 [  9262] By: gsar                                  on 2001/03/20  15:57:41
58493         Log: revert the leak fix in change#9142 (problem needs a more experimental
58494              fix unsuitable for 5.6.1)
58495      Branch: maint-5.6/perl
58496            ! scope.c
58497 ____________________________________________________________________________
58498 [  9261] By: jhi                                   on 2001/03/20  14:26:25
58499         Log: Integrate changes #9259,9260 from maintperl into mainline.
58500              
58501              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
58502              
58503              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
58504      Branch: perl
58505           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
58506 ____________________________________________________________________________
58507 [  9260] By: jhi                                   on 2001/03/20  14:05:46
58508         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
58509              From: Robin Barker <rmb1@cise.npl.co.uk>
58510              Date: Tue, 20 Mar 2001 10:12:04 GMT
58511              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
58512      Branch: maint-5.6/perl
58513            ! run.c
58514 ____________________________________________________________________________
58515 [  9259] By: jhi                                   on 2001/03/20  14:04:39
58516         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
58517              From: Chris Nandor <pudge@pobox.com>
58518              Date: Tue, 20 Mar 2001 00:40:56 -0500
58519              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
58520      Branch: maint-5.6/perl
58521            ! ext/POSIX/POSIX.xs lib/File/Path.pm
58522 ____________________________________________________________________________
58523 [  9258] By: jhi                                   on 2001/03/20  05:09:34
58524         Log: Update Changes.
58525      Branch: perl
58526            ! Changes patchlevel.h
58527 ____________________________________________________________________________
58528 [  9257] By: jhi                                   on 2001/03/20  05:04:25
58529         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
58530      Branch: perl
58531            ! t/op/tr.t
58532 ____________________________________________________________________________
58533 [  9256] By: jhi                                   on 2001/03/20  04:43:12
58534         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
58535              From: Peter Prymmer <pvhp@forte.com>
58536              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
58537              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
58538      Branch: maint-5.6/perl
58539            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
58540 ____________________________________________________________________________
58541 [  9255] By: jhi                                   on 2001/03/19  23:17:17
58542         Log: substr($bytestr, i, n, $charstr)
58543              
58544              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
58545      Branch: perl
58546            ! Todo-5.6 pp.c t/op/substr.t
58547 ____________________________________________________________________________
58548 [  9254] By: jhi                                   on 2001/03/19  22:25:09
58549         Log: Rearrange the make test target prerequisites so that
58550              in a parallel make 'all' is finished before 'test'.
58551      Branch: perl
58552            ! Makefile.SH
58553 ____________________________________________________________________________
58554 [  9253] By: jhi                                   on 2001/03/19  21:48:07
58555         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
58556              From: Robin Houston <robin@kitsite.com>
58557              Date: Mon, 19 Mar 2001 15:48:41 +0000
58558              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
58559      Branch: perl
58560            ! pp_ctl.c
58561 ____________________________________________________________________________
58562 [  9252] By: jhi                                   on 2001/03/19  21:42:27
58563         Log: Integrate perlio.
58564      Branch: perl
58565           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
58566           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
58567           !> utfebcdic.h vms/perly_c.vms
58568 ____________________________________________________________________________
58569 [  9251] By: jhi                                   on 2001/03/19  21:31:28
58570         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
58571              
58572              Dynaloading in 64-bit AIX with vac.
58573      Branch: perl
58574           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
58575           !> hints/aix.sh
58576 ____________________________________________________________________________
58577 [  9250] By: jhi                                   on 2001/03/19  21:18:00
58578         Log: A more robust solution for the 64bitall AIX dynaloading
58579              problem, from Jens-Uwe Mager.
58580      Branch: maint-5.6/perl
58581            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
58582 ____________________________________________________________________________
58583 [  9249] By: nick                                  on 2001/03/19  20:59:37
58584         Log: Integrate mainline.
58585      Branch: perlio
58586           !> (integrate 42 files)
58587 ____________________________________________________________________________
58588 [  9248] By: nick                                  on 2001/03/19  20:22:07
58589         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
58590              (Building on OS390 uses native YACC and YYDEBUG has other
58591              side effects.)
58592      Branch: perlio
58593            ! perly.c perly.y vms/perly_c.vms
58594 ____________________________________________________________________________
58595 [  9247] By: jhi                                   on 2001/03/19  19:59:53
58596         Log: 64-bit AIX dynaloading problem (see #9244) idea
58597              from Jens-Uwe Mager.
58598      Branch: maint-5.6/perl
58599            ! ext/DynaLoader/dl_aix.xs
58600 ____________________________________________________________________________
58601 [  9246] By: nick                                  on 2001/03/19  19:27:57
58602         Log: More EBCDIC fixes.
58603      Branch: perlio
58604            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
58605            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
58606 ____________________________________________________________________________
58607 [  9245] By: jhi                                   on 2001/03/19  19:05:19
58608         Log: Integrate change #9243 from mainline into maintperl.
58609              
58610              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
58611      Branch: maint-5.6/perl
58612           !> README.vmesa
58613 ____________________________________________________________________________
58614 [  9244] By: jhi                                   on 2001/03/19  19:03:15
58615         Log: Get 64bitall AIX building, but still does not test okay:
58616              dynaloading anything fails, for example for op/defins:
58617              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
58618              (update: fixed by #9247,9250)
58619      Branch: maint-5.6/perl
58620            ! hints/aix.sh
58621 ____________________________________________________________________________
58622 [  9243] By: jhi                                   on 2001/03/19  19:00:16
58623         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
58624              From: Robin Barker <rmb1@cise.npl.co.uk>
58625              Date: Mon, 19 Mar 2001 18:01:57 GMT
58626              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
58627      Branch: perl
58628            ! README.vmesa
58629 ____________________________________________________________________________
58630 [  9242] By: jhi                                   on 2001/03/19  18:58:43
58631         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
58632              
58633              TODO: tests.
58634      Branch: perl
58635            ! doop.c op.c
58636 ____________________________________________________________________________
58637 [  9241] By: gsar                                  on 2001/03/19  17:34:46
58638         Log: VMSify tests (from Charles Lane)
58639      Branch: maint-5.6/perl
58640            ! t/lib/filehand.t t/lib/texttabs.t
58641 ____________________________________________________________________________
58642 [  9240] By: jhi                                   on 2001/03/19  14:24:26
58643         Log: Integrate change #9233 from maintperl into mainline.
58644              
58645              some refcounts were incorrect in perl_clone()
58646      Branch: perl
58647           !> sv.c
58648 ____________________________________________________________________________
58649 [  9239] By: gsar                                  on 2001/03/19  09:23:17
58650         Log: this is 5.6.1-trial3
58651      Branch: maint-5.6/perl
58652            ! Changes
58653 ____________________________________________________________________________
58654 [  9238] By: gsar                                  on 2001/03/19  08:47:04
58655         Log: some new symbols are only available under ithreads
58656      Branch: maint-5.6/perl
58657            ! makedef.pl
58658 ____________________________________________________________________________
58659 [  9237] By: gsar                                  on 2001/03/19  08:42:28
58660         Log: update patchlevel.h, Changes, &c.
58661      Branch: maint-5.6/perl
58662            ! Changes patchlevel.h pod/perlhist.pod
58663           !> AUTHORS
58664 ____________________________________________________________________________
58665 [  9236] By: gsar                                  on 2001/03/19  08:17:49
58666         Log: integrate changes#8068,8717 from mainline
58667              
58668              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
58669              
58670              [PATCH CPAN 1.59_51] warning message (not!)
58671      Branch: maint-5.6/perl
58672           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
58673           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
58674           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
58675           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
58676           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58677 ____________________________________________________________________________
58678 [  9235] By: gsar                                  on 2001/03/19  08:07:09
58679         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
58680              
58681              [PATCH] Add missing CV flags to dump.c
58682              
58683              Re: [patch] Re: PL_ptr_table
58684              
58685              Fixup non-ithread build after 8713
58686              
58687              Generated files form 8713 etc.
58688              
58689              Correct the correction :-(
58690              
58691              Documenting coderef @INC (Re: CPAN "make this script work" feature)
58692              
58693              Subject: Re: sync sync sync: have I missed any patches?
58694              Replace djSP with dSP.
58695      Branch: maint-5.6/perl
58696           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
58697           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
58698           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
58699           !> sv.c sv.h win32/perlhost.h
58700 ____________________________________________________________________________
58701 [  9234] By: gsar                                  on 2001/03/19  07:22:05
58702         Log: revert the change#9090 integrate for now (change looks somewhat
58703              incomplete in that [ha]v_exists() need something similar; lacks
58704              tests; &c.)
58705      Branch: maint-5.6/perl
58706            ! hv.c
58707 ____________________________________________________________________________
58708 [  9233] By: gsar                                  on 2001/03/19  07:10:01
58709         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
58710              destruction when there are unreferenced scalars (SvREFCNT==0)
58711      Branch: maint-5.6/perl
58712            ! sv.c
58713 ____________________________________________________________________________
58714 [  9232] By: jhi                                   on 2001/03/19  05:11:02
58715         Log: Regen api and toc.
58716      Branch: maint-5.6/perl
58717            ! pod/perlapi.pod pod/perltoc.pod
58718 ____________________________________________________________________________
58719 [  9231] By: jhi                                   on 2001/03/19  04:06:03
58720         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
58721              add a lost line in pp.c:pp_chop(), update to new op/chop.
58722              
58723              Clarify the description differentiating for and while; inspired by
58724              
58725              Subject: [ID 20010306.004] || != named unary operator
58726              
58727              The $Is_MacOS needs to be declared.
58728      Branch: maint-5.6/perl
58729            ! pp.c t/op/chop.t
58730           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
58731 ____________________________________________________________________________
58732 [  9230] By: jhi                                   on 2001/03/19  03:48:16
58733         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
58734              9079,9083,9089,9090,9091 from mainline to maintperl.
58735              
58736              Quieten some noise in Win32 builds
58737              
58738              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
58739              
58740              The perlretut was still talking about the old \p and \P
58741              definitions.
58742              
58743              More tweakage on the Unicode character class descriptions.
58744              
58745              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
58746              
58747              Subject: 'no *POSIX' Patch speeding up make on BS2000 
58748              
58749              Subject: [PATCH] perldata.pod here-doc docs
58750              
58751              Add /sbin and /usr/sbin to the list of directories scanned
58752              for setuid programs.  Takes care of bug id 20010309.003.
58753              
58754              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
58755              
58756              In op/stat #35 better to scan all the potential directories
58757              for setuids, not just the first one.
58758      Branch: maint-5.6/perl
58759            ! Makefile.SH
58760           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
58761           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
58762           !> t/op/stat.t toke.c win32/win32.h
58763 ____________________________________________________________________________
58764 [  9229] By: jhi                                   on 2001/03/19  02:31:50
58765         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
58766              From: Chris Nandor <pudge@pobox.com>
58767              Date: Sat, 10 Mar 2001 14:22:19 -0500
58768              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
58769      Branch: maint-5.6/perl
58770            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
58771            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
58772            ! t/lib/b.t t/lib/errno.t
58773 ____________________________________________________________________________
58774 [  9228] By: jhi                                   on 2001/03/19  02:29:59
58775         Log: Integrate changes #9113,9122 from mainline into maintperl.
58776              
58777              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?)
58778      Branch: maint-5.6/perl
58779           !> Configure README.os390 hints/os390.sh
58780 ____________________________________________________________________________
58781 [  9227] By: jhi                                   on 2001/03/19  02:22:35
58782         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
58783              into maintperl.
58784              
58785              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
58786              
58787              Forgot to check-in the larger part of #9120, duh.
58788              
58789              Subject: Another patch for integer.pm POD 
58790              
58791              h2ph strictness and cleanliness from Kurt Starsinic.
58792              
58793              Borland filename case problem.
58794              
58795              h2ph strictness and cleanliness from Kurt Starsinic.
58796              
58797              Subject: [PATCH] the uncontroversial doc patches
58798      Branch: maint-5.6/perl
58799           +> win32/sncfnmcs.pl
58800           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
58801           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
58802           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
58803           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
58804           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
58805           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
58806           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
58807 ____________________________________________________________________________
58808 [  9226] By: jhi                                   on 2001/03/19  02:10:21
58809         Log: Integrate changes #9207,9214 from mainline into maintperl.
58810              
58811              podchecker relaxations: =over has an *optional* number after it,
58812              and whitespace in L<> is okay.
58813      Branch: maint-5.6/perl
58814           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
58815           !> t/pod/poderrs.xr
58816 ____________________________________________________________________________
58817 [  9225] By: jhi                                   on 2001/03/19  02:07:38
58818         Log: Integrate change #9219 from maintperl into mainline.
58819              
58820              remove duplicated tests
58821      Branch: perl
58822           !> t/op/re_tests
58823 ____________________________________________________________________________
58824 [  9224] By: jhi                                   on 2001/03/19  02:06:11
58825         Log: Integrate change #9223 from mainline to maintperl.
58826              
58827              Document -Dmksymlinks.
58828      Branch: maint-5.6/perl
58829           !> INSTALL
58830 ____________________________________________________________________________
58831 [  9223] By: jhi                                   on 2001/03/19  02:01:25
58832         Log: Document -Dmksymlinks.
58833      Branch: perl
58834            ! INSTALL
58835 ____________________________________________________________________________
58836 [  9222] By: jhi                                   on 2001/03/19  01:15:35
58837         Log: The -Dmksymlinks wasn't working for maintperl.
58838      Branch: maint-5.6/perl
58839            ! Configure
58840 ____________________________________________________________________________
58841 [  9221] By: jhi                                   on 2001/03/19  00:49:43
58842         Log: Cleanup pixie residue.
58843      Branch: perl
58844            ! Makefile.SH
58845 ____________________________________________________________________________
58846 [  9220] By: jhi                                   on 2001/03/19  00:44:47
58847         Log: Document the use of pixie/prof; create make targets for it.
58848              
58849              TODO: make t/TEST pixie-aware.
58850      Branch: perl
58851            ! Makefile.SH pod/perlhack.pod
58852 ____________________________________________________________________________
58853 [  9219] By: gsar                                  on 2001/03/19  00:16:55
58854         Log: remove duplicated tests
58855      Branch: maint-5.6/perl
58856            ! t/op/re_tests
58857 ____________________________________________________________________________
58858 [  9218] By: jhi                                   on 2001/03/18  23:59:31
58859         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
58860      Branch: perl
58861            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
58862 ____________________________________________________________________________
58863 [  9217] By: jhi                                   on 2001/03/18  23:25:20
58864         Log: Rewrite the tests section of Makefile to be less redundant
58865              and to allow for more flexible test targets, many recursive
58866              make calls introduced.
58867      Branch: perl
58868            ! Makefile.SH
58869 ____________________________________________________________________________
58870 [  9216] By: jhi                                   on 2001/03/18  22:30:04
58871         Log: Document the use of Third Degree (sparsely).
58872      Branch: perl
58873            ! pod/perlhack.pod t/TEST
58874 ____________________________________________________________________________
58875 [  9215] By: jhi                                   on 2001/03/18  22:10:30
58876         Log: Make targets for testing with Third Degree.
58877      Branch: perl
58878            ! Makefile.SH
58879 ____________________________________________________________________________
58880 [  9214] By: jhi                                   on 2001/03/18  21:08:53
58881         Log: The podchecker relaxations need to mirrored also at the tests.
58882      Branch: perl
58883            ! t/pod/poderrs.xr
58884 ____________________________________________________________________________
58885 [  9213] By: jhi                                   on 2001/03/18  20:56:21
58886         Log: Update Changes.
58887      Branch: perl
58888            ! Changes patchlevel.h
58889 ____________________________________________________________________________
58890 [  9212] By: jhi                                   on 2001/03/18  20:36:59
58891         Log: Looking for config.sh in parent directories isn't
58892              very useful for the toplevel Makefile.
58893      Branch: perl
58894            ! Makefile.SH
58895 ____________________________________________________________________________
58896 [  9211] By: jhi                                   on 2001/03/18  20:33:37
58897         Log: On "make clean" take care of Third Degree droppings.
58898      Branch: perl
58899            ! Makefile.SH
58900 ____________________________________________________________________________
58901 [  9210] By: jhi                                   on 2001/03/18  20:21:34
58902         Log: Add a hook for running the tests under the Third Degree
58903              debugging tool (set $ENV{PERL_3LOG} to non-zero)
58904              
58905              TODO: Document the use of Third Degree.
58906      Branch: perl
58907            ! t/TEST
58908 ____________________________________________________________________________
58909 [  9209] By: jhi                                   on 2001/03/18  20:19:07
58910         Log: Regen toc and api pods.
58911      Branch: perl
58912            ! pod/perlapi.pod pod/perltoc.pod
58913 ____________________________________________________________________________
58914 [  9208] By: jhi                                   on 2001/03/18  20:12:12
58915         Log: Integrate changes #8128,9132 from mainline into maintperl,
58916              Tie::SubstrHash fixes.
58917      Branch: maint-5.6/perl
58918           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
58919 ____________________________________________________________________________
58920 [  9207] By: jhi                                   on 2001/03/18  20:07:43
58921         Log: podchecker relaxations from Michael Stevens.
58922      Branch: perl
58923            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
58924 ____________________________________________________________________________
58925 [  9206] By: jhi                                   on 2001/03/18  20:04:24
58926         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
58927      Branch: perl
58928            ! lib/Locale/Constants.pm lib/Locale/Country.pm
58929            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
58930            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
58931 ____________________________________________________________________________
58932 [  9205] By: jhi                                   on 2001/03/18  19:54:45
58933         Log: Integrate changes #9161,9162 from maintperl to mainline.
58934              
58935              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
58936              results
58937      Branch: perl
58938           !> t/op/magic.t
58939 ____________________________________________________________________________
58940 [  9204] By: jhi                                   on 2001/03/18  19:37:46
58941         Log: Make perl.third checks more understandable to the builder.
58942      Branch: perl
58943            ! Makefile.SH
58944 ____________________________________________________________________________
58945 [  9203] By: jhi                                   on 2001/03/18  19:20:54
58946         Log: Re-integrate #9138 from maintperl to mainline,
58947              the squelching of the unneeded "Scalars leaked" messages.
58948      Branch: perl
58949           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
58950           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
58951           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
58952 ____________________________________________________________________________
58953 [  9202] By: jhi                                   on 2001/03/18  18:48:36
58954         Log: More robust and more paranoid perl.third target.
58955      Branch: perl
58956            ! Makefile.SH
58957 ____________________________________________________________________________
58958 [  9201] By: jhi                                   on 2001/03/18  18:39:21
58959         Log: Integrate change #9197 from maintperl to mainline.
58960              
58961              more thorough cleaning of arenas.
58962      Branch: perl
58963           !> embed.pl perl.c proto.h sv.c t/op/sort.t
58964 ____________________________________________________________________________
58965 [  9200] By: jhi                                   on 2001/03/18  18:25:17
58966         Log: Integrate perlio.
58967      Branch: perl
58968           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
58969           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
58970           !> t/lib/encode.t toke.c universal.c utf8.c
58971 ____________________________________________________________________________
58972 [  9199] By: nick                                  on 2001/03/18  15:23:51
58973         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
58974              is the sense of the test being done. Avoid some magical 127 and 128 values
58975              by using macros.
58976      Branch: perlio
58977            ! doop.c pp_ctl.c sv.c toke.c
58978 ____________________________________________________________________________
58979 [  9198] By: nick                                  on 2001/03/18  14:18:12
58980         Log: UTF-X encoding invariance for Encode:
58981              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
58982              - move the XS code for those to universal.c (so in miniperl)
58983              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
58984              - change ext/Encode/compile to use above.
58985              - Fix t/lib/encode.t for above
58986              - Teach t/lib/b.t to expect -uutf8
58987              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
58988              utf8.pm is needed.
58989      Branch: perlio
58990            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
58991            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
58992 ____________________________________________________________________________
58993 [  9197] By: gsar                                  on 2001/03/18  12:15:57
58994         Log: more thorough cleaning of arenas--keep going until no more
58995              SvREFCNT_dec()s occur (this fixes the problem that causes the
58996              pesky "Scalars leaked" warnings)
58997      Branch: maint-5.6/perl
58998            ! embed.pl perl.c proto.h sv.c t/op/sort.t
58999 ____________________________________________________________________________
59000 [  9196] By: nick                                  on 2001/03/18  10:57:29
59001         Log: Fix pragma/utf8.t # 15
59002              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
59003              are SvUTF8 as well.
59004      Branch: perlio
59005            ! toke.c
59006 ____________________________________________________________________________
59007 [  9195] By: nick                                  on 2001/03/18  09:27:06
59008         Log: Integrate mainline
59009      Branch: perlio
59010           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
59011           !> t/op/pat.t
59012 ____________________________________________________________________________
59013 [  9194] By: jhi                                   on 2001/03/18  05:29:59
59014         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
59015              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
59016      Branch: perl
59017            ! op.c op.h t/op/misc.t t/op/pat.t
59018 ____________________________________________________________________________
59019 [  9193] By: jhi                                   on 2001/03/18  05:15:06
59020         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
59021      Branch: perl
59022            ! mg.c t/op/pat.t
59023 ____________________________________________________________________________
59024 [  9192] By: jhi                                   on 2001/03/18  04:22:43
59025         Log: tr/// UTF-8 patches from Inaba Hiroto.
59026      Branch: perl
59027            ! doop.c op.c
59028 ____________________________________________________________________________
59029 [  9191] By: jhi                                   on 2001/03/18  04:21:17
59030         Log: Integrate perlio.
59031      Branch: perl
59032           !> utf8.c utfebcdic.h
59033 ____________________________________________________________________________
59034 [  9190] By: nick                                  on 2001/03/17  20:32:01
59035         Log: Correct #if EBCDIC side typos.
59036              Builds and passes many tests on OS390.
59037      Branch: perlio
59038            ! utf8.c utfebcdic.h
59039 ____________________________________________________________________________
59040 [  9189] By: jhi                                   on 2001/03/17  18:55:49
59041         Log: Add prerequisites for the perl.third target.
59042      Branch: perl
59043            ! Makefile.SH
59044 ____________________________________________________________________________
59045 [  9188] By: jhi                                   on 2001/03/17  18:46:00
59046         Log: Integrate perlio.
59047      Branch: perl
59048           +> utfebcdic.h
59049           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
59050 ____________________________________________________________________________
59051 [  9187] By: jhi                                   on 2001/03/17  18:38:47
59052         Log: Add a make rule for perl.third (the Third Degree memory debugging
59053              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
59054      Branch: perl
59055            ! Makefile.SH
59056 ____________________________________________________________________________
59057 [  9186] By: nick                                  on 2001/03/17  18:34:48
59058         Log: MANIFEST addition :-(
59059      Branch: perlio
59060            ! MANIFEST
59061 ____________________________________________________________________________
59062 [  9185] By: nick                                  on 2001/03/17  18:29:50
59063         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
59064              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
59065              a superset of ASCII are invariant under the encoding. This is EBCDIC
59066              friendly as an encoded string can be looked at as being EBCDIC by lexer
59067              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
59068              ASCII on ASCII machines.
59069              
59070              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
59071              seperate.
59072              - Add some more macros to comprehend different shift amounts and
59073              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
59074              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
59075              and conditionally #include it.
59076              
59077              EBCDIC build as yet untested.  ASCII still fails the one test.
59078      Branch: perlio
59079            + utfebcdic.h
59080            ! utf8.c utf8.h
59081 ____________________________________________________________________________
59082 [  9184] By: nick                                  on 2001/03/17  17:44:16
59083         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
59084      Branch: perlio
59085            ! doop.c perl.h pp.c utf8.h
59086 ____________________________________________________________________________
59087 [  9183] By: jhi                                   on 2001/03/17  15:55:42
59088         Log: Integrate perlio.
59089      Branch: perl
59090            ! MANIFEST
59091           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
59092 ____________________________________________________________________________
59093 [  9182] By: nick                                  on 2001/03/17  09:16:06
59094         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
59095      Branch: perlio
59096            ! t/op/pat.t
59097 ____________________________________________________________________________
59098 [  9181] By: nick                                  on 2001/03/17  09:15:11
59099         Log: Integrate mainline.
59100      Branch: perlio
59101           +> lib/Locale/Constants.pm lib/Locale/Country.pm
59102           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
59103           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
59104           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
59105           !> (integrate 83 files)
59106 ____________________________________________________________________________
59107 [  9180] By: nick                                  on 2001/03/16  17:23:21
59108         Log: EBCDIC Fixes.
59109      Branch: perlio
59110            ! perl.h sv.c toke.c utf8.c utf8.h
59111 ____________________________________________________________________________
59112 [  9179] By: jhi                                   on 2001/03/16  14:10:12
59113         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
59114              a change needed to work around an AIX compiler bug.
59115      Branch: perl
59116            ! ext/Storable/Storable.xs
59117 ____________________________________________________________________________
59118 [  9178] By: jhi                                   on 2001/03/16  03:19:59
59119         Log: With Damian's approval synchronize damian's modules'
59120              licensing with Perl's standard module licensing.
59121      Branch: perl
59122            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
59123 ____________________________________________________________________________
59124 [  9177] By: jhi                                   on 2001/03/16  03:15:34
59125         Log: Make the Filter::Util:Call files have their own copies
59126              of the Perl standard module licensing, from Paul Marquess.
59127      Branch: perl
59128            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
59129 ____________________________________________________________________________
59130 [  9176] By: jhi                                   on 2001/03/16  02:56:04
59131         Log: Subject: [PATCH] more pod patches
59132              From: Michael Stevens <michael@etla.org>
59133              Date: Thu, 15 Mar 2001 21:25:18 +0000
59134              Message-ID: <20010315212518.A18870@firedrake.org>
59135      Branch: perl
59136            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
59137            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
59138            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
59139            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
59140            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
59141            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
59142            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
59143            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
59144            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
59145            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
59146            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
59147            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
59148            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
59149            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
59150            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
59151            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
59152            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
59153            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
59154            ! lib/Locale/Country.pm lib/Locale/Language.pm
59155            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
59156            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
59157            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
59158            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
59159            ! os2/OS2/Process/Process.pm
59160 ____________________________________________________________________________
59161 [  9175] By: jhi                                   on 2001/03/16  02:53:32
59162         Log: Subject: [PATCH] the uncontroversial doc patches
59163              From: Michael Stevens <michael@etla.org>
59164              Date: Thu, 15 Mar 2001 20:01:12 +0000
59165              Message-ID: <20010315200112.A7636@firedrake.org>
59166      Branch: perl
59167            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
59168            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
59169            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
59170            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
59171            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
59172 ____________________________________________________________________________
59173 [  9174] By: jhi                                   on 2001/03/16  02:50:49
59174         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
59175              From: Paul Lindner <lindner@inuus.com>
59176              Date: Fri, 16 Mar 2001 11:28:03 -0800
59177              Message-ID: <20010316112803.A7577@inuus.com>
59178      Branch: perl
59179            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
59180 ____________________________________________________________________________
59181 [  9173] By: nick                                  on 2001/03/15  20:21:03
59182         Log: 1st day's EBCDIC fixes:
59183              - toke.c's parsing of strings needed attention
59184              needed to conditionally e2a if string was already UTF-8
59185              - e2a/a2e tables where wrong way round.
59186              - new macros in utf8.h
59187      Branch: perlio
59188            ! perl.h toke.c utf8.h
59189 ____________________________________________________________________________
59190 [  9172] By: jhi                                   on 2001/03/15  15:17:17
59191         Log: Update Changes.
59192      Branch: perl
59193            ! Changes patchlevel.h
59194 ____________________________________________________________________________
59195 [  9171] By: jhi                                   on 2001/03/15  15:09:32
59196         Log: Subject: Re: Another Borland C++ problem.
59197              From: "Vadim Konovalov" <watman@inbox.ru>
59198              Date: Sat, 10 Mar 2001 19:26:07 +0300
59199              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
59200              
59201              Borland filename case problem.
59202      Branch: perl
59203            + win32/sncfnmcs.pl
59204            ! MANIFEST README.win32
59205 ____________________________________________________________________________
59206 [  9170] By: jhi                                   on 2001/03/15  14:54:23
59207         Log: Add Locale::Codes 1.06, from Neil Bowers.
59208      Branch: perl
59209            + lib/Locale/Constants.pm lib/Locale/Country.pm
59210            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
59211            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
59212            + t/lib/lc-language.t t/lib/lc-uk.t
59213            ! MANIFEST
59214 ____________________________________________________________________________
59215 [  9169] By: jhi                                   on 2001/03/15  14:19:01
59216         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
59217      Branch: perl
59218            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59219            ! ext/Storable/Storable.xs
59220 ____________________________________________________________________________
59221 [  9168] By: jhi                                   on 2001/03/15  14:13:22
59222         Log: Integrate changes #9120,9167 from mainline to maintperl.
59223              
59224              Subject: [PATCH 5.6.1] OS/2 docs
59225              
59226              Subject: [PATCH 5.6.1] perldoc
59227      Branch: maint-5.6/perl
59228           !> os2/Changes utils/perldoc.PL
59229 ____________________________________________________________________________
59230 [  9167] By: jhi                                   on 2001/03/15  14:07:42
59231         Log: Subject: [PATCH 5.6.1] perldoc
59232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59233              Date: Wed, 14 Mar 2001 23:46:52 -0500
59234              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
59235      Branch: perl
59236            ! utils/perldoc.PL
59237 ____________________________________________________________________________
59238 [  9166] By: jhi                                   on 2001/03/15  13:53:15
59239         Log: sigaction test condition tweakage.
59240      Branch: perl
59241            ! t/lib/sigaction.t
59242 ____________________________________________________________________________
59243 [  9165] By: alanbur                               on 2001/03/15  03:49:17
59244         Log: Resynchronised with parent
59245      Branch: maint-5.6/pureperl
59246           +> os2/os2add.sym t/op/anonsub.t
59247           !> (integrate 72 files)
59248 ____________________________________________________________________________
59249 [  9164] By: jhi                                   on 2001/03/15  01:05:01
59250         Log: Avoid stomping off the beginning of an array in tr///.
59251      Branch: perl
59252            ! op.c
59253 ____________________________________________________________________________
59254 [  9163] By: jhi                                   on 2001/03/15  00:58:57
59255         Log: h2ph strictness and cleanliness from Kurt Starsinic.
59256      Branch: perl
59257            ! utils/h2ph.PL
59258 ____________________________________________________________________________
59259 [  9162] By: gsar                                  on 2001/03/15  00:56:53
59260         Log: avoid warnings
59261      Branch: maint-5.6/perl
59262            ! t/op/magic.t
59263 ____________________________________________________________________________
59264 [  9161] By: gsar                                  on 2001/03/15  00:52:09
59265         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
59266              results
59267      Branch: maint-5.6/perl
59268            ! t/op/magic.t
59269 ____________________________________________________________________________
59270 [  9160] By: jhi                                   on 2001/03/14  22:02:10
59271         Log: Do not use the Perl malloc in IRIX, suggested by
59272              Helmus Jarausch.
59273      Branch: perl
59274            ! hints/irix_6.sh
59275 ____________________________________________________________________________
59276 [  9159] By: nick                                  on 2001/03/14  21:45:59
59277         Log: Integrate mainline
59278      Branch: perlio
59279           +> t/op/loopctl.t
59280           !> (integrate 41 files)
59281 ____________________________________________________________________________
59282 [  9158] By: jhi                                   on 2001/03/14  21:10:09
59283         Log: The Day of the Retractions continues: the #9138
59284              (integrated in #9144) doesn't work well in mainline.
59285      Branch: perl
59286            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
59287            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
59288            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
59289 ____________________________________________________________________________
59290 [  9157] By: jhi                                   on 2001/03/14  20:58:12
59291         Log: The #9145 CANNOT be enabled: the clear_pmop code still
59292              dumps core all over in Tru64.
59293      Branch: perl
59294            ! op.c op.h t/op/pat.t
59295 ____________________________________________________________________________
59296 [  9156] By: jhi                                   on 2001/03/14  20:48:06
59297         Log: Integrate change #9154 from maintperl to mainline.
59298              
59299              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
59300              (caused Storable 1.0.10 to break on windows)
59301      Branch: perl
59302           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
59303           !> perlapi.c proto.h
59304 ____________________________________________________________________________
59305 [  9155] By: jhi                                   on 2001/03/14  20:23:53
59306         Log: Retract #9136: breaks threading (and binary compatibility).
59307      Branch: perl
59308            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
59309 ____________________________________________________________________________
59310 [  9154] By: gsar                                  on 2001/03/14  17:48:18
59311         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
59312              (caused Storable 1.0.10 to break on windows)
59313      Branch: maint-5.6/perl
59314            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
59315            ! perlapi.c proto.h
59316 ____________________________________________________________________________
59317 [  9153] By: jhi                                   on 2001/03/14  13:35:21
59318         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
59319      Branch: perl
59320            ! t/lib/sigaction.t
59321 ____________________________________________________________________________
59322 [  9152] By: gsar                                  on 2001/03/14  07:29:40
59323         Log: back out changes#9012,9010,9009 and parts of change#9016
59324              (causes ABRs under purify, and some prerequisites don't
59325              seem to be there in 5.6.x)
59326      Branch: maint-5.6/perl
59327            ! doop.c op.c t/op/tr.t toke.c
59328 ____________________________________________________________________________
59329 [  9151] By: gsar                                  on 2001/03/14  07:01:29
59330         Log: reenable change#9145 (the test was busted due to a missing
59331              C<print "ok 27\n">)
59332      Branch: perl
59333            ! op.c op.h t/op/pat.t
59334 ____________________________________________________________________________
59335 [  9150] By: jhi                                   on 2001/03/14  06:38:36
59336         Log: Retract #9145.
59337      Branch: perl
59338            ! op.c op.h t/op/pat.t
59339 ____________________________________________________________________________
59340 [  9149] By: jhi                                   on 2001/03/14  06:14:56
59341         Log: Retract #9143.
59342      Branch: perl
59343            ! op.c
59344 ____________________________________________________________________________
59345 [  9148] By: gsar                                  on 2001/03/14  06:13:02
59346         Log: Uninitialized Memory Read in regexec.c
59347      Branch: perl
59348            ! regexec.c
59349 ____________________________________________________________________________
59350 [  9147] By: jhi                                   on 2001/03/14  04:59:54
59351         Log: Subject: PATCH: make goto work in nested eval ""
59352              From: Robin Houston <robin@kitsite.com>
59353              Date: Wed, 14 Mar 2001 04:16:10 +0000
59354              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
59355      Branch: perl
59356            ! pp_ctl.c t/op/goto.t
59357 ____________________________________________________________________________
59358 [  9146] By: jhi                                   on 2001/03/14  04:42:54
59359         Log: Preserve the #ifdef PERL_CORE in perly.h.
59360      Branch: perl
59361            ! perly.fixer
59362 ____________________________________________________________________________
59363 [  9145] By: jhi                                   on 2001/03/14  03:57:41
59364         Log: (Retracted by #9150.)
59365      Branch: perl
59366            ! op.c op.h t/op/pat.t
59367 ____________________________________________________________________________
59368 [  9144] By: jhi                                   on 2001/03/14  03:50:38
59369         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
59370              
59371              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
59372              
59373              remove squelch controls for "Scalars leaked" messages in most places
59374              (these are now cured)
59375              
59376              fix another memory leak reported by purify (tie callbacks that
59377              croak can leak when wiping out magic)
59378      Branch: perl
59379           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
59380           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
59381           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
59382           !> t/pragma/warnings.t
59383 ____________________________________________________________________________
59384 [  9143] By: jhi                                   on 2001/03/14  03:37:53
59385         Log: (Retracted by #9149.)
59386      Branch: perl
59387            ! op.c
59388 ____________________________________________________________________________
59389 [  9142] By: gsar                                  on 2001/03/14  03:20:48
59390         Log: fix another memory leak reported by purify (tie callbacks that
59391              croak can leak when wiping out magic)
59392      Branch: maint-5.6/perl
59393            ! scope.c
59394 ____________________________________________________________________________
59395 [  9141] By: jhi                                   on 2001/03/14  02:55:00
59396         Log: Subject: PATCH for [ID 20010305.003]
59397              From: Robin Houston <robin@kitsite.com>
59398              Date: Wed, 14 Mar 2001 02:45:51 +0000
59399              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
59400      Branch: perl
59401            ! pp_ctl.c t/op/eval.t
59402 ____________________________________________________________________________
59403 [  9140] By: jhi                                   on 2001/03/14  02:41:54
59404         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
59405              Date: Wed, 14 Mar 2001 01:52:51 +0000
59406              From: Robin Houston <robin@kitsite.com>
59407              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
59408              
59409              Fix for 2000313.004.
59410      Branch: perl
59411            ! pp_ctl.c t/op/goto.t
59412 ____________________________________________________________________________
59413 [  9139] By: jhi                                   on 2001/03/14  02:40:50
59414         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
59415              From: Robin Houston <robin@kitsite.com>
59416              Date: Wed, 14 Mar 2001 00:43:45 +0000
59417              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
59418      Branch: perl
59419            + t/op/loopctl.t
59420            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
59421            ! vms/perly_c.vms
59422 ____________________________________________________________________________
59423 [  9138] By: gsar                                  on 2001/03/14  01:18:00
59424         Log: remove squelch controls for "Scalars leaked" messages in most places
59425              (these are now cured)
59426      Branch: maint-5.6/perl
59427            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
59428            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
59429            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
59430 ____________________________________________________________________________
59431 [  9137] By: gsar                                  on 2001/03/14  00:57:04
59432         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
59433      Branch: maint-5.6/perl
59434            ! regcomp.c
59435 ____________________________________________________________________________
59436 [  9136] By: jhi                                   on 2001/03/13  23:12:24
59437         Log: (Retracted by #9155)
59438              
59439              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
59440              From: Jens-Uwe Mager <jum@helios.de>
59441              Date: Wed, 21 Feb 2001 21:32:04 +0100
59442              Message-ID: <20010221213203.A18340@ans.helios.de>
59443      Branch: perl
59444            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
59445 ____________________________________________________________________________
59446 [  9135] By: jhi                                   on 2001/03/13  22:50:05
59447         Log: Integrate perlio.
59448      Branch: perl
59449           !> pp.c
59450 ____________________________________________________________________________
59451 [  9134] By: jhi                                   on 2001/03/13  22:49:05
59452         Log: Integrate change #9131 from maintperl into mainline.
59453              
59454              make the error text look more consistent in hints/hpux.sh
59455      Branch: perl
59456           !> hints/hpux.sh
59457 ____________________________________________________________________________
59458 [  9133] By: gsar                                  on 2001/03/13  22:46:20
59459         Log: integrate change#9067 from mainline
59460              
59461              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59462      Branch: maint-5.6/perl
59463           !> lib/ExtUtils/MM_Unix.pm
59464 ____________________________________________________________________________
59465 [  9132] By: jhi                                   on 2001/03/13  22:41:21
59466         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
59467              From: "John P. Linderman" <jpl@research.att.com>
59468              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
59469              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
59470              
59471              A more correct prime finder.
59472      Branch: perl
59473            ! lib/Tie/SubstrHash.pm
59474 ____________________________________________________________________________
59475 [  9131] By: gsar                                  on 2001/03/13  22:30:42
59476         Log: make the error text look more consistent in hints/hpux.sh
59477      Branch: maint-5.6/perl
59478            ! hints/hpux.sh
59479 ____________________________________________________________________________
59480 [  9130] By: jhi                                   on 2001/03/13  22:23:44
59481         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
59482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59483              Date: Tue, 13 Mar 2001 18:41:26 +0100
59484              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
59485              
59486              If the test is run non-interactively the default handler
59487              is different.
59488      Branch: perl
59489            ! t/lib/sigaction.t
59490 ____________________________________________________________________________
59491 [  9129] By: jhi                                   on 2001/03/13  22:20:21
59492         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
59493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59494              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
59495              Date:     Tue, 13 Mar 2001 16:44:32 EST
59496      Branch: perl
59497            ! t/lib/1_compile.t
59498 ____________________________________________________________________________
59499 [  9128] By: jhi                                   on 2001/03/13  22:18:34
59500         Log: Subject: Another patch for integer.pm POD 
59501              From: "John L. Allen" <allen@grumman.com>
59502              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
59503              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
59504      Branch: perl
59505            ! lib/integer.pm
59506 ____________________________________________________________________________
59507 [  9127] By: nick                                  on 2001/03/13  21:26:30
59508         Log: Integrate mainline.
59509      Branch: perlio
59510           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
59511           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
59512           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
59513           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
59514           !> Changes Configure MANIFEST README.os2 README.os390
59515           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
59516           !> os2/Changes patchlevel.h win32/perlhost.h
59517 ____________________________________________________________________________
59518 [  9126] By: nick                                  on 2001/03/13  20:39:51
59519         Log: #ifdef'ed out code to make packed side of pack/unpack
59520              octets. (i.e. pack('U') => encode_utf8).
59521      Branch: perlio
59522            ! pp.c
59523 ____________________________________________________________________________
59524 [  9125] By: jhi                                   on 2001/03/13  15:07:16
59525         Log: Update Changes.
59526      Branch: perl
59527            ! Changes patchlevel.h
59528 ____________________________________________________________________________
59529 [  9124] By: jhi                                   on 2001/03/13  14:22:45
59530         Log: Workaround for the buggy ("internal compiler error")
59531              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
59532              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
59533              of Andreas König.
59534      Branch: perl
59535            ! ext/re/Makefile.PL hints/aix.sh
59536 ____________________________________________________________________________
59537 [  9123] By: jhi                                   on 2001/03/13  03:24:34
59538         Log: Typo in #9114.
59539      Branch: metaconfig
59540            ! U/modified/myhostname.U
59541 ____________________________________________________________________________
59542 [  9122] By: jhi                                   on 2001/03/13  03:24:06
59543         Log: Typo in #9113.
59544      Branch: perl
59545            ! Configure
59546 ____________________________________________________________________________
59547 [  9121] By: jhi                                   on 2001/03/13  01:53:05
59548         Log: Forgot to check-in the larger part of #9120, duh.
59549      Branch: perl
59550            ! README.os2
59551 ____________________________________________________________________________
59552 [  9120] By: jhi                                   on 2001/03/13  01:51:31
59553         Log: Subject: [PATCH 5.6.1] OS/2 docs
59554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59555              Date: Mon, 12 Mar 2001 03:27:32 -0500
59556              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
59557      Branch: perl
59558            ! os2/Changes
59559 ____________________________________________________________________________
59560 [  9119] By: jhi                                   on 2001/03/13  01:49:41
59561         Log: Integrate change #9116 from maintperl into mainline.
59562              
59563              Win32::GetCwd() returns C: instead of C:\ in the root directory
59564              under ithreads
59565      Branch: perl
59566           !> win32/perlhost.h
59567 ____________________________________________________________________________
59568 [  9118] By: jhi                                   on 2001/03/13  01:13:39
59569         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
59570      Branch: perl
59571            + lib/Switch.pm t/lib/switch.t
59572            ! MANIFEST
59573 ____________________________________________________________________________
59574 [  9117] By: jhi                                   on 2001/03/13  01:03:17
59575         Log: Add Text::Balanced 1.83.
59576      Branch: perl
59577            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
59578            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
59579            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
59580            + t/lib/tb-xvari.t
59581            ! MANIFEST
59582 ____________________________________________________________________________
59583 [  9116] By: gsar                                  on 2001/03/13  00:55:53
59584         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
59585              under ithreads
59586      Branch: maint-5.6/perl
59587            ! win32/perlhost.h
59588 ____________________________________________________________________________
59589 [  9115] By: jhi                                   on 2001/03/13  00:54:09
59590         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
59591              From: "John L. Allen" <allen@grumman.com>
59592              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
59593              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
59594              
59595              use integer document clarification.
59596      Branch: perl
59597            ! lib/integer.pm
59598 ____________________________________________________________________________
59599 [  9114] By: jhi                                   on 2001/03/13  00:38:54
59600         Log: Metaconfig unit change for #9113.
59601      Branch: metaconfig
59602            ! U/modified/myhostname.U
59603 ____________________________________________________________________________
59604 [  9113] By: jhi                                   on 2001/03/13  00:38:35
59605         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?)
59606              From: Peter Prymmer <pvhp@forte.com>
59607              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
59608              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
59609      Branch: perl
59610            ! Configure README.os390 hints/os390.sh
59611 ____________________________________________________________________________
59612 [  9112] By: jhi                                   on 2001/03/13  00:29:00
59613         Log: Integrate perlio.
59614      Branch: perl
59615           !> sv.c utf8.h
59616 ____________________________________________________________________________
59617 [  9111] By: nick                                  on 2001/03/12  21:16:33
59618         Log: Integrate mainline.
59619      Branch: perlio
59620           +> t/op/anonsub.t
59621           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
59622           !> proto.h sv.c
59623 ____________________________________________________________________________
59624 [  9110] By: nick                                  on 2001/03/12  21:00:13
59625         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
59626      Branch: perlio
59627            ! sv.c utf8.h
59628 ____________________________________________________________________________
59629 [  9109] By: jhi                                   on 2001/03/12  16:04:47
59630         Log: Integrate change #9108 from maintperl to mainline.
59631              
59632              fix memory leak in C<sub X { sub {} }> arising from a refcount
59633              loop between the outer sub and the inner prototype anonsub
59634              
59635              this also enables closures returned by subroutines that
59636              subsequently get redefined to work without generating coredumps :)
59637              
59638              completely removed the free_closures() hack--it shouldn't be
59639              needed anymore
59640      Branch: perl
59641           +> t/op/anonsub.t
59642           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
59643           !> proto.h sv.c
59644 ____________________________________________________________________________
59645 [  9108] By: gsar                                  on 2001/03/12  10:21:31
59646         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
59647              loop between the outer sub and the inner prototype anonsub
59648              
59649              this also enables closures returned by subroutines that
59650              subsequently get redefined to work without generating coredumps :)
59651              
59652              completely removed the free_closures() hack--it shouldn't be
59653              needed anymore
59654      Branch: maint-5.6/perl
59655            + t/op/anonsub.t
59656            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
59657            ! proto.h sv.c
59658 ____________________________________________________________________________
59659 [  9107] By: jhi                                   on 2001/03/12  05:15:31
59660         Log: Integrate perlio.
59661      Branch: perl
59662           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
59663 ____________________________________________________________________________
59664 [  9106] By: nick                                  on 2001/03/11  20:10:12
59665         Log: regcomp.c is working in native space, not Unicode space (if different)
59666              as it is doing compare against 'W' in \W etc.
59667      Branch: perlio
59668            ! regcomp.c
59669 ____________________________________________________________________________
59670 [  9105] By: nick                                  on 2001/03/11  19:39:34
59671         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
59672              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
59673      Branch: perlio
59674            ! regcomp.c toke.c utf8.c
59675 ____________________________________________________________________________
59676 [  9104] By: nick                                  on 2001/03/11  18:15:44
59677         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
59678      Branch: perlio
59679            ! sv.c
59680 ____________________________________________________________________________
59681 [  9103] By: nick                                  on 2001/03/11  18:03:28
59682         Log: Integrate mainline (for regexp stuff).
59683      Branch: perlio
59684           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
59685           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
59686           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
59687           !> t/lib/errno.t t/op/pat.t
59688 ____________________________________________________________________________
59689 [  9102] By: nick                                  on 2001/03/11  17:44:20
59690         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
59691              - exclude layer syms in makedef.pl for sfio
59692              - also inhibit Encode from trying to build ":encode()" layer.
59693      Branch: perlio
59694            ! ext/Encode/Encode.xs makedef.pl
59695 ____________________________________________________________________________
59696 [  9101] By: jhi                                   on 2001/03/10  22:38:13
59697         Log: The $Is_MacOS needs to be declared.
59698      Branch: perl
59699            ! lib/ExtUtils/Manifest.pm
59700 ____________________________________________________________________________
59701 [  9100] By: jhi                                   on 2001/03/10  22:14:29
59702         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
59703              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
59704              pollute the symbolspace if using sfio.
59705      Branch: perl
59706            ! ext/Encode/Encode.xs
59707 ____________________________________________________________________________
59708 [  9099] By: jhi                                   on 2001/03/10  21:58:48
59709         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
59710              Date: Sat, 10 Mar 2001 14:23:55 -0500
59711              From: Chris Nandor <pudge@pobox.com>
59712              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
59713      Branch: perl
59714            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
59715            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
59716            ! t/lib/errno.t
59717 ____________________________________________________________________________
59718 [  9098] By: jhi                                   on 2001/03/10  21:38:30
59719         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
59720      Branch: perl
59721            ! regcomp.c regexec.c t/op/pat.t
59722 ____________________________________________________________________________
59723 [  9097] By: jhi                                   on 2001/03/10  14:38:07
59724         Log: Integrate perlio.
59725      Branch: perl
59726           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
59727           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
59728           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
59729 ____________________________________________________________________________
59730 [  9096] By: nick                                  on 2001/03/10  11:55:43
59731         Log: EBCDIC sanity - phase I
59732              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
59733              - use utf8n_xxxx (c.f. pvn) for forms which take length.
59734              - back out vN.N and $^V exceptions to e2a/a2e
59735              - make "locale" isxxx macros be uvchr (may be redundant?)
59736              
59737              Not clear yet that toUPPER_uni et. al. return being handled correctly.
59738              The tr// and rexexp stuff still needs an audit, assumption is they are working
59739              in Unicode space.
59740              
59741              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
59742      Branch: perlio
59743            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
59744            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
59745            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
59746 ____________________________________________________________________________
59747 [  9095] By: jhi                                   on 2001/03/09  22:10:01
59748         Log: Integrate perlio.
59749      Branch: perl
59750           !> dump.c
59751 ____________________________________________________________________________
59752 [  9094] By: nick                                  on 2001/03/09  17:36:38
59753         Log: Builds an passes all tests after integrate and this tweak.
59754      Branch: perlio
59755            ! dump.c
59756 ____________________________________________________________________________
59757 [  9093] By: nick                                  on 2001/03/09  17:16:03
59758         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
59759      Branch: perlio
59760           +> lib/unicode/Scripts.txt t/lib/sigaction.t
59761           !> (integrate 79 files)
59762 ____________________________________________________________________________
59763 [  9092] By: jhi                                   on 2001/03/09  15:28:26
59764         Log: Update Changes.
59765      Branch: perl
59766            ! Changes patchlevel.h
59767 ____________________________________________________________________________
59768 [  9091] By: jhi                                   on 2001/03/09  15:25:05
59769         Log: In op/stat #35 better to scan all the potential directories
59770              for setuids, not just the first one.
59771      Branch: perl
59772            ! t/op/stat.t
59773 ____________________________________________________________________________
59774 [  9090] By: jhi                                   on 2001/03/09  15:01:27
59775         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
59776              From: rspier@pobox.com (Robert Spier)
59777              Date: Fri, 9 Mar 2001 03:30:20 -0500
59778              Message-ID: <15016.38044.381174.160189@rls.cx>
59779              
59780              EXISTS() returning undef mistakenly triggered a FETCH().
59781      Branch: perl
59782            ! hv.c
59783 ____________________________________________________________________________
59784 [  9089] By: jhi                                   on 2001/03/09  14:59:02
59785         Log: Add /sbin and /usr/sbin to the list of directories scanned
59786              for setuid programs.  Takes care of bug id 20010309.003.
59787      Branch: perl
59788            ! t/op/stat.t
59789 ____________________________________________________________________________
59790 [  9088] By: jhi                                   on 2001/03/09  14:48:32
59791         Log: Regen perlapi, perltoc.
59792      Branch: perl
59793            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
59794 ____________________________________________________________________________
59795 [  9087] By: jhi                                   on 2001/03/09  14:38:56
59796         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
59797              From: David Mitchell <davem@fdgroup.co.uk>
59798              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
59799              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
59800      Branch: perl
59801            ! dump.c perl.c perl.h pod/perlrun.pod
59802 ____________________________________________________________________________
59803 [  9086] By: jhi                                   on 2001/03/09  01:47:16
59804         Log: A modified version of
59805              
59806              Subject: [ID 20010307.005] POSIX::sigaction has various problems
59807              From: anders@broadcom.com
59808              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
59809              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
59810              
59811              Currently the sigaction.t test #6 fails (and is fudged to look
59812              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
59813              This may well be a genuine bug in Linux sigaction() (since at
59814              least Tru64, Solaris, and HP-UX disagree with Linux).
59815              Anyone with POSIX / SUSv2 tome handy?  The problem is that
59816              the flags of the oldaction don't match with the flags in
59817              the previously installed disposition.
59818      Branch: perl
59819            + t/lib/sigaction.t
59820            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
59821 ____________________________________________________________________________
59822 [  9085] By: jhi                                   on 2001/03/09  01:30:13
59823         Log: Subject: Re: mission impossible for the day
59824              From: Alex Gough <alex@rcon.org>
59825              Date: Thu, 08 Mar 2001 17:18:19 +0000
59826              Message-ID: <3AA7BEDB.8070409@rcon.org>
59827              
59828              If references (are overloaded) and can be directly stringified,
59829              show that instead of "stringified".
59830              
59831              (The problem, infinite mutual recursion caused by overloaded bool
59832              in Switch.pm, tracked by David Mitchell)
59833      Branch: perl
59834            ! lib/Carp/Heavy.pm
59835 ____________________________________________________________________________
59836 [  9084] By: jhi                                   on 2001/03/09  01:20:39
59837         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
59838              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
59839              From: David Mitchell <davem@fdgroup.co.uk>
59840              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
59841      Branch: perl
59842            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
59843            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
59844 ____________________________________________________________________________
59845 [  9083] By: jhi                                   on 2001/03/09  01:16:51
59846         Log: Subject: [PATCH] perldata.pod here-doc docs
59847              From: Jeff Pinyan <jeffp@crusoe.net>
59848              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
59849              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
59850      Branch: perl
59851            ! pod/perldata.pod
59852 ____________________________________________________________________________
59853 [  9082] By: jhi                                   on 2001/03/09  01:01:27
59854         Log: Subject: Re: Unicode/EBCDIC
59855              From: Peter Prymmer <pvhp@forte.com>
59856              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
59857              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
59858      Branch: perl
59859            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
59860 ____________________________________________________________________________
59861 [  9081] By: jhi                                   on 2001/03/08  13:41:30
59862         Log: Subject: Ooops, wrong 'no *POSIX' Patch
59863              From: Dorner Thomas <Thomas.Dorner@start.de>
59864              Date: Thu, 8 Mar 2001 08:43:28 +0100
59865              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
59866      Branch: perl
59867            ! hints/posix-bc.sh
59868 ____________________________________________________________________________
59869 [  9080] By: jhi                                   on 2001/03/08  13:11:42
59870         Log: It's Scripts.txt, not Script.txt.
59871      Branch: perl
59872            ! MANIFEST
59873 ____________________________________________________________________________
59874 [  9079] By: jhi                                   on 2001/03/08  12:59:05
59875         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
59876              From: Dorner Thomas <Thomas.Dorner@start.de>
59877              Date: Wed, 7 Mar 2001 14:13:31 +0100
59878              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
59879      Branch: perl
59880            ! makedepend.SH
59881 ____________________________________________________________________________
59882 [  9078] By: jhi                                   on 2001/03/08  12:57:43
59883         Log: Retract #9069, wrong patch.
59884      Branch: perl
59885            ! Makefile.SH
59886 ____________________________________________________________________________
59887 [  9077] By: jhi                                   on 2001/03/08  01:06:13
59888         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
59889      Branch: perl
59890            + lib/unicode/Scripts.txt
59891            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
59892            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
59893            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
59894            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59895            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
59896            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
59897            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
59898            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
59899            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
59900            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
59901            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
59902            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
59903            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
59904            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
59905            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
59906            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
59907            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
59908            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
59909            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
59910            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
59911            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
59912            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
59913            ! lib/unicode/version
59914 ____________________________________________________________________________
59915 [  9076] By: jhi                                   on 2001/03/07  22:59:39
59916         Log: Integrate change #7784 from mainline into maintperl.
59917              
59918              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
59919      Branch: maint-5.6/perl
59920           !> pp_ctl.c t/op/pat.t
59921 ____________________________________________________________________________
59922 [  9075] By: jhi                                   on 2001/03/07  22:05:11
59923         Log: More UTF-8 test tweaks.
59924      Branch: perl
59925            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
59926 ____________________________________________________________________________
59927 [  9074] By: nick                                  on 2001/03/07  21:39:29
59928         Log: Integrate mainline.
59929      Branch: perlio
59930           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
59931           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
59932           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
59933           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
59934           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
59935 ____________________________________________________________________________
59936 [  9073] By: jhi                                   on 2001/03/07  16:37:09
59937         Log: Update Changes.
59938      Branch: perl
59939            ! Changes patchlevel.h
59940 ____________________________________________________________________________
59941 [  9072] By: jhi                                   on 2001/03/07  16:32:30
59942         Log: Subject: [ID 20010306.004] || != named unary operator
59943              From: abela@geneanet.org
59944              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
59945              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
59946      Branch: perl
59947            ! pod/perlop.pod
59948 ____________________________________________________________________________
59949 [  9071] By: jhi                                   on 2001/03/07  15:14:11
59950         Log: Subject: downgrading to bytes for common functions
59951              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
59952              Date: Wed, 7 Mar 2001 02:36:55 -0500
59953              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
59954      Branch: perl
59955            ! pp_sys.c
59956 ____________________________________________________________________________
59957 [  9070] By: jhi                                   on 2001/03/07  15:04:58
59958         Log: Clarify the description differentiating for and while; inspired by
59959              
59960              Subject: [ID 20010306.002] for/while difference in for definition
59961              From: abela@geneanet.org
59962              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
59963              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
59964      Branch: perl
59965            ! pod/perlsyn.pod
59966 ____________________________________________________________________________
59967 [  9069] By: jhi                                   on 2001/03/07  14:55:30
59968         Log: (Retracted by #9078.)
59969      Branch: perl
59970            ! Makefile.SH
59971 ____________________________________________________________________________
59972 [  9068] By: jhi                                   on 2001/03/07  14:51:17
59973         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
59974              From: Radu Greab <radu@netsoft.ro>
59975              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
59976              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
59977      Branch: perl
59978            ! pp.c t/op/chop.t
59979 ____________________________________________________________________________
59980 [  9067] By: jhi                                   on 2001/03/07  14:48:57
59981         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59982              From: Simon Cozens <simon@netthink.co.uk>
59983              Date: Wed, 7 Mar 2001 13:59:28 +0000
59984              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
59985              
59986              In order to allow MakeMaker to build correct Makefiles,
59987              you need to change the order of the arguments in MM_Unix.pm
59988              as well. (Unless you have C89_CCMODE set, but we're trying
59989              to be POSIXly correct)
59990              
59991              Thanks to Merijn Broeren for tracking this down.
59992      Branch: perl
59993            ! lib/ExtUtils/MM_Unix.pm
59994 ____________________________________________________________________________
59995 [  9066] By: jhi                                   on 2001/03/07  14:30:02
59996         Log: Floating point too messy.
59997      Branch: perl
59998            ! t/camel-III/vstring.t
59999 ____________________________________________________________________________
60000 [  9065] By: jhi                                   on 2001/03/07  14:17:44
60001         Log: Integrate change #9064 from maintperl into mainline.
60002              
60003              fix memory leak in pack("Bb",...)
60004      Branch: perl
60005           !> perl.c
60006 ____________________________________________________________________________
60007 [  9064] By: gsar                                  on 2001/03/07  06:29:24
60008         Log: fix memory leak in pack("Bb",...)
60009      Branch: maint-5.6/perl
60010            ! perl.c
60011 ____________________________________________________________________________
60012 [  9063] By: jhi                                   on 2001/03/07  00:55:04
60013         Log: Major utf8 test reorganisation and rewrite.
60014              Hopefully no tests were lost in the shuffle.
60015              (The beginning of pragma/utf8 was lost intentionally,
60016              the tests were rather bogus and incomplete.)
60017      Branch: perl
60018            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
60019            ! t/pragma/utf8.t
60020 ____________________________________________________________________________
60021 [  9062] By: jhi                                   on 2001/03/07  00:41:16
60022         Log: More tweakage on the Unicode character class descriptions.
60023      Branch: perl
60024            ! lib/unicode/mktables.PL pod/perlretut.pod
60025 ____________________________________________________________________________
60026 [  9061] By: jhi                                   on 2001/03/06  23:12:38
60027         Log: The perlretut was still talking about the old \p and \P
60028              definitions.
60029      Branch: perl
60030            ! pod/perlretut.pod
60031 ____________________________________________________________________________
60032 [  9060] By: nick                                  on 2001/03/06  20:52:37
60033         Log: Integrate mainline (make test works again now).
60034      Branch: perlio
60035           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
60036 ____________________________________________________________________________
60037 [  9059] By: jhi                                   on 2001/03/06  15:36:14
60038         Log: 0.999... does equal 1.0, doesn't it?
60039      Branch: perl
60040            ! t/camel-III/vstring.t
60041 ____________________________________________________________________________
60042 [  9058] By: jhi                                   on 2001/03/06  15:34:00
60043         Log: Make /x{abcd}/ to work without use utf8.
60044      Branch: perl
60045            ! regcomp.c
60046 ____________________________________________________________________________
60047 [  9057] By: jhi                                   on 2001/03/06  03:02:36
60048         Log: Easier to outcomment all the three reset() tests for now.
60049      Branch: perl
60050            ! t/op/pat.t
60051 ____________________________________________________________________________
60052 [  9056] By: jhi                                   on 2001/03/06  02:30:02
60053         Log: Comment out the deadly reset; until the 20010301.005
60054              is finally fixed.
60055      Branch: perl
60056            ! t/op/pat.t
60057 ____________________________________________________________________________
60058 [  9055] By: jhi                                   on 2001/03/06  02:21:26
60059         Log: Integrate the change #9054 from mainline:
60060              retract the PMOP cleanup patch pending further investigation.
60061      Branch: maint-5.6/perl
60062           !> op.c op.h
60063 ____________________________________________________________________________
60064 [  9054] By: jhi                                   on 2001/03/06  02:19:57
60065         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
60066              with oddly familiar stack traces.
60067      Branch: perl
60068            ! op.c op.h
60069 ____________________________________________________________________________
60070 [  9053] By: jhi                                   on 2001/03/05  23:20:28
60071         Log: Integrate perlio.
60072      Branch: perl
60073           +> ext/Encode/Encode/koi8-r.ucm
60074           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
60075           !> makedef.pl
60076 ____________________________________________________________________________
60077 [  9052] By: nick                                  on 2001/03/05  23:08:17
60078         Log: skipping USE_PERLIO symbols correction.
60079      Branch: perlio
60080            ! makedef.pl
60081 ____________________________________________________________________________
60082 [  9051] By: nick                                  on 2001/03/05  22:35:07
60083         Log: More Encode alias tidying.
60084      Branch: perlio
60085            + ext/Encode/Encode/koi8-r.ucm
60086            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
60087 ____________________________________________________________________________
60088 [  9050] By: jhi                                   on 2001/03/05  21:44:29
60089         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
60090              Sarathy's fix for ID 20010301.005.
60091      Branch: maint-5.6/perl
60092           !> op.c op.h
60093 ____________________________________________________________________________
60094 [  9049] By: nick                                  on 2001/03/05  19:54:04
60095         Log: Integrate Jarkko's Encode.pm tweak.
60096      Branch: perlio
60097           !> ext/Encode/Encode.pm
60098 ____________________________________________________________________________
60099 [  9048] By: nick                                  on 2001/03/05  19:47:57
60100         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
60101      Branch: perlio
60102           +> os2/os2add.sym
60103           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
60104           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
60105           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
60106           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
60107           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
60108 ____________________________________________________________________________
60109 [  9047] By: jhi                                   on 2001/03/05  19:25:26
60110         Log: Regen perlapi.
60111      Branch: perl
60112            ! pod/perlapi.pod
60113 ____________________________________________________________________________
60114 [  9046] By: jhi                                   on 2001/03/05  19:12:14
60115         Log: Integrate perlio.
60116      Branch: perl
60117           +> t/camel-III/vstring.t
60118           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
60119 ____________________________________________________________________________
60120 [  9045] By: jhi                                   on 2001/03/05  19:10:36
60121         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
60122      Branch: perl
60123            ! ext/Encode/Encode.pm
60124 ____________________________________________________________________________
60125 [  9044] By: jhi                                   on 2001/03/05  18:49:12
60126         Log: Forgot the other half of the PMOP patch (#9033).
60127      Branch: perl
60128            ! op.h
60129 ____________________________________________________________________________
60130 [  9043] By: nick                                  on 2001/03/05  18:14:47
60131         Log: Update MANIFEST for new test.
60132      Branch: perlio
60133            ! MANIFEST
60134 ____________________________________________________________________________
60135 [  9042] By: nick                                  on 2001/03/05  18:12:41
60136         Log: Some tests for Camel 3rd edition features.
60137              Make gethostbyaddr() test in above work.
60138      Branch: perlio
60139            + t/camel-III/vstring.t
60140            ! pp.h pp_sys.c t/TEST t/harness
60141 ____________________________________________________________________________
60142 [  9041] By: jhi                                   on 2001/03/05  17:41:48
60143         Log: Add more ISO 8859 encoding aliases.
60144      Branch: perl
60145            ! ext/Encode/Encode.pm
60146 ____________________________________________________________________________
60147 [  9040] By: jhi                                   on 2001/03/05  17:30:43
60148         Log: Integrate perlio.
60149      Branch: perl
60150           !> MANIFEST sv.c
60151 ____________________________________________________________________________
60152 [  9039] By: nick                                  on 2001/03/05  17:11:36
60153         Log: Missed added file.
60154      Branch: perlio
60155            ! MANIFEST
60156 ____________________________________________________________________________
60157 [  9038] By: jhi                                   on 2001/03/05  15:58:01
60158         Log: Add tr tests for EBCDIC, from Karsten Sperling.
60159      Branch: perl
60160            ! t/op/tr.t
60161 ____________________________________________________________________________
60162 [  9037] By: nick                                  on 2001/03/05  15:56:35
60163         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
60164              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
60165              
60166              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
60167              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
60168              - uses SvPV() rather than sv_2pv() in case it isn't a string.
60169      Branch: perlio
60170            ! sv.c
60171 ____________________________________________________________________________
60172 [  9036] By: jhi                                   on 2001/03/05  15:49:15
60173         Log: Add matching tests currently failing in EBCDIC,
60174              suggested by Karsten Sperling.
60175      Branch: perl
60176            ! t/op/pat.t
60177 ____________________________________________________________________________
60178 [  9035] By: jhi                                   on 2001/03/05  15:36:55
60179         Log: The #9034 needs a MANIFESTation.
60180      Branch: perl
60181            ! MANIFEST
60182 ____________________________________________________________________________
60183 [  9034] By: jhi                                   on 2001/03/05  15:35:14
60184         Log: Integrate perlio.
60185      Branch: perl
60186           +> ext/Encode/Encode/Tcl.pm
60187           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60188           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
60189           !> ext/Encode/Encode/iso8859-1.ucm
60190           !> ext/Encode/Encode/iso8859-10.ucm
60191           !> ext/Encode/Encode/iso8859-13.ucm
60192           !> ext/Encode/Encode/iso8859-14.ucm
60193           !> ext/Encode/Encode/iso8859-15.ucm
60194           !> ext/Encode/Encode/iso8859-16.ucm
60195           !> ext/Encode/Encode/iso8859-2.ucm
60196           !> ext/Encode/Encode/iso8859-3.ucm
60197           !> ext/Encode/Encode/iso8859-4.ucm
60198           !> ext/Encode/Encode/iso8859-5.ucm
60199           !> ext/Encode/Encode/iso8859-6.ucm
60200           !> ext/Encode/Encode/iso8859-7.ucm
60201           !> ext/Encode/Encode/iso8859-8.ucm
60202           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
60203           !> t/lib/encode.t
60204 ____________________________________________________________________________
60205 [  9033] By: jhi                                   on 2001/03/05  15:33:18
60206         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
60207              From: Gurusamy Sarathy <gsar@ActiveState.com>
60208              Date: Sun, 04 Mar 2001 22:33:15 -0800
60209              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
60210              
60211              PMOPs need to remember their own stash so that they can
60212              gracefully remove themselves from their linked list.
60213      Branch: perl
60214            ! op.c
60215 ____________________________________________________________________________
60216 [  9032] By: nick                                  on 2001/03/05  14:51:50
60217         Log: Encode implementation "completion"
60218              Implement and document define_encoding()
60219              Implement and document encoding aliases including define_alias()
60220              Make Encode::XS use define_encoding() rather than back-door.
60221              Move run-time *.enc to separate Encode::Tcl module.
60222              Make 'compile' honour <codeset_name>
60223              Change canonical names of to iso-8859-* and US-ascii.
60224      Branch: perlio
60225            + ext/Encode/Encode/Tcl.pm
60226            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60227            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
60228            ! ext/Encode/Encode/iso8859-1.ucm
60229            ! ext/Encode/Encode/iso8859-10.ucm
60230            ! ext/Encode/Encode/iso8859-13.ucm
60231            ! ext/Encode/Encode/iso8859-14.ucm
60232            ! ext/Encode/Encode/iso8859-15.ucm
60233            ! ext/Encode/Encode/iso8859-16.ucm
60234            ! ext/Encode/Encode/iso8859-2.ucm
60235            ! ext/Encode/Encode/iso8859-3.ucm
60236            ! ext/Encode/Encode/iso8859-4.ucm
60237            ! ext/Encode/Encode/iso8859-5.ucm
60238            ! ext/Encode/Encode/iso8859-6.ucm
60239            ! ext/Encode/Encode/iso8859-7.ucm
60240            ! ext/Encode/Encode/iso8859-8.ucm
60241            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
60242            ! t/lib/encode.t
60243 ____________________________________________________________________________
60244 [  9031] By: jhi                                   on 2001/03/05  13:51:17
60245         Log: Integrate change #9030 from maintperl into mainline.
60246              
60247              Subject: [PATCH 5.6.1] OS/2 cleanup
60248      Branch: perl
60249           +> os2/os2add.sym
60250           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
60251           !> makedef.pl os2/Changes os2/Makefile.SHs
60252           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
60253           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
60254           !> os2/os2.sym os2/os2ish.h
60255 ____________________________________________________________________________
60256 [  9030] By: jhi                                   on 2001/03/05  13:46:49
60257         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
60258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60259              Date: Mon, 5 Mar 2001 02:29:44 -0500
60260              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
60261      Branch: maint-5.6/perl
60262            + os2/os2add.sym
60263            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
60264            ! makedef.pl os2/Changes os2/Makefile.SHs
60265            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
60266            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
60267            ! os2/os2.sym os2/os2ish.h
60268 ____________________________________________________________________________
60269 [  9029] By: jhi                                   on 2001/03/05  13:40:35
60270         Log: Integrate change #9028 from maintperl into mainline.
60271              
60272              various nits in MM_Unix.pm found by disabling SelfLoader
60273      Branch: perl
60274           !> lib/ExtUtils/MM_Unix.pm
60275 ____________________________________________________________________________
60276 [  9028] By: gsar                                  on 2001/03/05  09:58:38
60277         Log: various nits in MM_Unix.pm found by disabling SelfLoader
60278      Branch: maint-5.6/perl
60279            ! lib/ExtUtils/MM_Unix.pm
60280 ____________________________________________________________________________
60281 [  9027] By: nick                                  on 2001/03/05  08:35:22
60282         Log: Integrate mainline
60283      Branch: perlio
60284           !> (integrate 28 files)
60285 ____________________________________________________________________________
60286 [  9026] By: jhi                                   on 2001/03/05  02:14:59
60287         Log: Integrate change #9025 from mainline to maintperl,
60288              retract \N{U+HHHH}.
60289      Branch: maint-5.6/perl
60290           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
60291           !> t/lib/charnames.t toke.c
60292 ____________________________________________________________________________
60293 [  9025] By: jhi                                   on 2001/03/05  02:13:09
60294         Log: Retracting \N{U+HHHH}.
60295      Branch: perl
60296            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
60297            ! t/lib/charnames.t toke.c
60298 ____________________________________________________________________________
60299 [  9024] By: jhi                                   on 2001/03/04  20:51:07
60300         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
60301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60302              Date: Fri, 02 Mar 2001 18:25:26 +0100
60303              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
60304              
60305              Casting problem.
60306      Branch: perl
60307            ! ext/Storable/Storable.xs
60308 ____________________________________________________________________________
60309 [  9023] By: jhi                                   on 2001/03/04  19:46:45
60310         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
60311              From: nick@talking.bollo.cx
60312              Date: Sat, 03 Mar 2001 21:41:33 +0000
60313              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
60314              
60315              Revert the workaround.
60316      Branch: perl
60317            ! perlio.c
60318 ____________________________________________________________________________
60319 [  9022] By: jhi                                   on 2001/03/04  19:36:28
60320         Log: Update Changes.
60321      Branch: perl
60322            ! Changes patchlevel.h
60323 ____________________________________________________________________________
60324 [  9021] By: jhi                                   on 2001/03/04  18:41:00
60325         Log: makedef.pl updates suggested by Chris Nandor; double-checking
60326              the changes in AIX, OS/2 Win32 would be nice.
60327      Branch: perl
60328            ! makedef.pl
60329 ____________________________________________________________________________
60330 [  9020] By: jhi                                   on 2001/03/04  18:23:58
60331         Log: Integrate change #9012 from maintperl into mainline,
60332              quench a compiler warning.
60333      Branch: perl
60334           !> toke.c
60335 ____________________________________________________________________________
60336 [  9019] By: jhi                                   on 2001/03/04  18:18:43
60337         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
60338              
60339              \N{U+HHHH} fix.
60340              
60341              pattern in G_ARRAY context
60342      Branch: maint-5.6/perl
60343           !> pp_hot.c t/op/pat.t toke.c
60344 ____________________________________________________________________________
60345 [  9018] By: jhi                                   on 2001/03/04  18:07:48
60346         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
60347              From: Jeff Pinyan <jeffp@crusoe.net>
60348              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
60349              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
60350      Branch: perl
60351            ! pp_hot.c t/op/pat.t
60352 ____________________________________________________________________________
60353 [  9017] By: jhi                                   on 2001/03/04  18:06:21
60354         Log: I thought I tested the #9014.
60355      Branch: perl
60356            ! toke.c
60357 ____________________________________________________________________________
60358 [  9016] By: jhi                                   on 2001/03/04  17:41:22
60359         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
60360              
60361              Tweak the get*ent() OS/2 prototypes.
60362              
60363              Add the \N{U+HHHH} syntax.
60364              
60365              More tr/// UTF-8 fixes from Inaba Hiroto.
60366      Branch: maint-5.6/perl
60367           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
60368           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
60369 ____________________________________________________________________________
60370 [  9015] By: jhi                                   on 2001/03/04  17:36:04
60371         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
60372      Branch: perl
60373            ! doop.c t/op/tr.t
60374 ____________________________________________________________________________
60375 [  9014] By: jhi                                   on 2001/03/04  17:24:49
60376         Log: Add the \N{U+HHHH} syntax.
60377      Branch: perl
60378            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
60379            ! t/lib/charnames.t toke.c
60380 ____________________________________________________________________________
60381 [  9013] By: jhi                                   on 2001/03/04  17:20:45
60382         Log: Tweak the get*ent() OS/2 prototypes.
60383      Branch: perl
60384            ! os2/os2.c
60385 ____________________________________________________________________________
60386 [  9012] By: gsar                                  on 2001/03/04  06:26:14
60387         Log: avoid warning (nit in change#9009)
60388      Branch: maint-5.6/perl
60389            ! toke.c
60390 ____________________________________________________________________________
60391 [  9011] By: gsar                                  on 2001/03/04  06:15:24
60392         Log: lib/charnames.t fails in 5.6.x because of older Unicode
60393              data
60394              
60395              TODO: need to revisit this after updating lib/unicode/...
60396      Branch: maint-5.6/perl
60397            ! t/lib/charnames.t
60398 ____________________________________________________________________________
60399 [  9010] By: gsar                                  on 2001/03/04  06:08:36
60400         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
60401      Branch: maint-5.6/perl
60402            ! toke.c
60403 ____________________________________________________________________________
60404 [  9009] By: jhi                                   on 2001/03/03  19:27:20
60405         Log: Integrate change #9008 from mainline to maintperl,
60406              UTF-8 tr/// fixes from Inaba Hiroto.
60407      Branch: maint-5.6/perl
60408           !> doop.c op.c t/op/tr.t toke.c
60409 ____________________________________________________________________________
60410 [  9008] By: jhi                                   on 2001/03/03  19:19:42
60411         Log: UTF8 tr/// fixes from Inaba Hiroto.
60412      Branch: perl
60413            ! doop.c op.c t/op/tr.t toke.c
60414 ____________________________________________________________________________
60415 [  9007] By: jhi                                   on 2001/03/03  19:00:30
60416         Log: Integrate change #9006 from maintperl to mainline,
60417              more robust quest for the infinite.
60418      Branch: perl
60419           !> lib/Math/Complex.pm
60420 ____________________________________________________________________________
60421 [  9006] By: jhi                                   on 2001/03/03  18:58:06
60422         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
60423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60424              Date: Sat, 3 Mar 2001 12:51:50 -0500
60425              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
60426              
60427              Be more robust in our quest for the infinite.
60428      Branch: maint-5.6/perl
60429            ! lib/Math/Complex.pm
60430 ____________________________________________________________________________
60431 [  9005] By: jhi                                   on 2001/03/03  17:55:50
60432         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
60433      Branch: maint-5.6/perl
60434            ! doio.c
60435 ____________________________________________________________________________
60436 [  9004] By: jhi                                   on 2001/03/03  17:40:14
60437         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
60438              so that picky compilers like IRIX won't get huffy about
60439              "statements without effect" (like 1;).
60440      Branch: perl
60441            ! toke.c
60442 ____________________________________________________________________________
60443 [  9003] By: jhi                                   on 2001/03/03  17:15:52
60444         Log: Integrate change #9002 from mainline to maintperl.
60445              
60446              Subject: [perl-5.6.x, perl-current] accept for EPOC
60447      Branch: maint-5.6/perl
60448           !> pp_sys.c
60449 ____________________________________________________________________________
60450 [  9002] By: jhi                                   on 2001/03/03  17:14:30
60451         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
60452              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60453              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
60454              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
60455      Branch: perl
60456            ! pp_sys.c
60457 ____________________________________________________________________________
60458 [  9001] By: jhi                                   on 2001/03/03  17:13:13
60459         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
60460              From: "Craig A. Berry" <craigberry@mac.com>
60461              Date: Fri, 02 Mar 2001 17:44:40 -0600
60462              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
60463      Branch: perl
60464            ! t/pod/find.t
60465 ____________________________________________________________________________
60466 [  9000] By: jhi                                   on 2001/03/03  17:11:55
60467         Log: Integrate changes #8997,8999 from maintperl.
60468              
60469              Subject: [PATCH 5.6.1] compiling on OS/2
60470              (Better error message from hints/os2.sh)
60471              
60472              Subject: [PATCH 5.6.1] syslog.t
60473      Branch: perl
60474           !> hints/os2.sh t/lib/syslog.t
60475 ____________________________________________________________________________
60476 [  8999] By: jhi                                   on 2001/03/03  17:09:28
60477         Log: Subject: [PATCH 5.6.1] syslog.t
60478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60479              Date: Sat, 3 Mar 2001 02:11:17 -0500
60480              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
60481      Branch: maint-5.6/perl
60482            ! t/lib/syslog.t
60483 ____________________________________________________________________________
60484 [  8998] By: jhi                                   on 2001/03/03  17:07:50
60485         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
60486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60487              Date: Sat, 3 Mar 2001 01:53:52 -0500
60488              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
60489      Branch: maint-5.6/perl
60490            ! opcode.pl os2/os2.c
60491 ____________________________________________________________________________
60492 [  8997] By: jhi                                   on 2001/03/03  17:03:30
60493         Log: Subject: [PATCH 5.6.1] compiling on OS/2
60494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60495              Date: Sat, 3 Mar 2001 01:59:59 -0500
60496              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
60497      Branch: maint-5.6/perl
60498            ! hints/os2.sh
60499 ____________________________________________________________________________
60500 [  8996] By: jhi                                   on 2001/03/03  00:55:58
60501         Log: Regen files for mainline.
60502      Branch: perl
60503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60504            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
60505 ____________________________________________________________________________
60506 [  8995] By: jhi                                   on 2001/03/03  00:35:22
60507         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
60508              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
60509              to maintperl.
60510              
60511              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
60512              
60513              Add Configure option -Dmksymlinks which will create a symlink
60514              forest if the current/build differs from the source directory.
60515              (8218,8220,8221,8317,8318,8971)
60516              
60517              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
60518              (Document APPLLIB_EXP in INSTALL.)
60519              
60520              If running byacc write-enable also perly.h.
60521              
60522              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
60523              
60524              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
60525              
60526              Sanity check for conflicting thread flavours.
60527              
60528              Fix the sys/fcntl.h problem reported by Peter Prymmer.
60529              
60530              Add few CPUs/architectures to the Cppsym scan,
60531              add -perlio to archname if so selected (modified 8890)
60532              
60533              Be more helpful for devel builders, suggested by John L. Allen.
60534              (admittedly pointless change for maintperl, but the usedevel
60535              code is there already)
60536      Branch: maint-5.6/perl
60537           !> Configure INSTALL Makefile.SH Porting/Glossary
60538           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
60539           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
60540           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
60541           !> win32/config.bc win32/config.gc win32/config.vc
60542 ____________________________________________________________________________
60543 [  8994] By: jhi                                   on 2001/03/02  23:31:41
60544         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
60545      Branch: metaconfig/U/perl
60546            ! gccvers.U
60547 ____________________________________________________________________________
60548 [  8993] By: jhi                                   on 2001/03/02  23:22:12
60549         Log: Regenerate various files for maint.
60550      Branch: maint-5.6/perl
60551            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
60552            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
60553 ____________________________________________________________________________
60554 [  8992] By: alanbur                               on 2001/03/02  22:48:34
60555         Log: Resync wuth parent
60556      Branch: maint-5.6/pureperl
60557           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
60558           !> (integrate 60 files)
60559 ____________________________________________________________________________
60560 [  8991] By: jhi                                   on 2001/03/02  21:00:08
60561         Log: Retract the #8742 part of #8986, backward compat.
60562      Branch: maint-5.6/perl
60563            ! embed.pl
60564 ____________________________________________________________________________
60565 [  8990] By: jhi                                   on 2001/03/02  20:40:07
60566         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
60567      Branch: maint-5.6/perl
60568            ! hv.c
60569 ____________________________________________________________________________
60570 [  8989] By: jhi                                   on 2001/03/02  19:59:56
60571         Log: Update Changes.
60572      Branch: perl
60573            ! Changes patchlevel.h
60574 ____________________________________________________________________________
60575 [  8988] By: jhi                                   on 2001/03/02  19:57:08
60576         Log: Integrate perlio.
60577      Branch: perl
60578           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60579           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60580           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60581           !> ext/Encode/Encode/iso8859-10.ucm
60582           !> ext/Encode/Encode/iso8859-13.ucm
60583           !> ext/Encode/Encode/iso8859-14.ucm
60584           !> ext/Encode/Encode/iso8859-15.ucm
60585           !> ext/Encode/Encode/iso8859-16.ucm
60586           !> ext/Encode/Encode/iso8859-2.ucm
60587           !> ext/Encode/Encode/iso8859-3.ucm
60588           !> ext/Encode/Encode/iso8859-4.ucm
60589           !> ext/Encode/Encode/iso8859-5.ucm
60590           !> ext/Encode/Encode/iso8859-6.ucm
60591           !> ext/Encode/Encode/iso8859-7.ucm
60592           !> ext/Encode/Encode/iso8859-8.ucm
60593           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60594           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
60595 ____________________________________________________________________________
60596 [  8987] By: jhi                                   on 2001/03/02  19:43:40
60597         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
60598              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
60599              8950,8952,8955 from mainline to maintperl.
60600              
60601              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
60602              
60603              Put to rest the 20010205.001, the email address checking (not) regex.
60604              
60605              fork() not everywhere, cleanup temp files.
60606              
60607              The #8843 wasn't quite right: %Config needs to imported.
60608              
60609              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
60610              (#8849: the glob-basic hunk needed massaging as it depended
60611              on Schwern's large-scale (unintegrated) patches)
60612              
60613              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
60614              
60615              Upgrade to CGI.pm 2.752, from Lincoln Stein.
60616              (Note: there were some conflicts due to EBCDIC and EPOC
60617              patches, in general I preferred the repository code.)
60618              (When 2.753 comes out, we need to synchronize.)
60619              
60620              Subject: [PATCH] fix for charnames above FFFF
60621              
60622              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
60623              
60624              If no sfio, no -lsfio.
60625              
60626              Run run/*.t also in minitest.
60627              
60628              Subject:  [PATCH perl 5.7.0] malloc message address offset
60629              
60630              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
60631              
60632              Subject: fix for parameter -Dm (for perl@8867)
60633              
60634              Subject: [PATCH: perl@8892] was Re: hashing order difference?
60635              (make the test more portable)
60636              
60637              Subject: Re: [PATCH] fix for charnames above FFFF
60638              
60639              Subject: Re: I'm losing the war...
60640              (hv_store() not working correctly in ENV_IS_CASELESS case.)
60641              
60642              Subject: Modified README.bs2000 
60643              
60644              Subject: [PATCH: perl@8935] -Dt padsv($var)
60645              
60646              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
60647              
60648              Subject: PATCH: extra tests to check on negative float to unsigned cast
60649              
60650              Subject: [PATCH] XPUSH[insp] was Re: progress
60651              
60652              Subject: Re: Compile with perlcc..
60653      Branch: maint-5.6/perl
60654           !> (integrate 36 files)
60655 ____________________________________________________________________________
60656 [  8986] By: jhi                                   on 2001/03/02  18:51:25
60657         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
60658              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
60659              to maintperl.
60660              
60661              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
60662              
60663              Subject: [DOC PATCH] overload.pm nits
60664              
60665              Add header for LIB$ prototypes (C. Berry)
60666              
60667              Convert fwrite()s to sockets to write()s, since some socket stacks
60668              don't take kindly to stdio.
60669              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
60670              (for often optional LNMs)
60671              Correct a few typos
60672              (C. Bailey)
60673              
60674              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
60675              
60676              De-cut-and-pasto.
60677              
60678              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
60679              
60680              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
60681              
60682              Upgrade to CPAN 1.59_54, from Andreas König.
60683              
60684              Bogus shebang.
60685              
60686              Subject: [PATCH] Document makepatch in Porting/patching
60687              
60688              UTF-8 documentation.
60689              
60690              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
60691              
60692              Sort the MANIFEST.
60693              
60694              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
60695              
60696              Subject: [PATCH @8807] toke.c cleanup: scan_str()
60697              
60698              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
60699              
60700              Add run/*.t to testables.
60701              
60702              TODO: integrate #8784.
60703      Branch: maint-5.6/perl
60704           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
60705           !> (integrate 28 files)
60706 ____________________________________________________________________________
60707 [  8985] By: nick                                  on 2001/03/02  18:15:45
60708         Log: Integrate mainline
60709      Branch: perlio
60710           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
60711           !> vms/vms.c
60712 ____________________________________________________________________________
60713 [  8984] By: jhi                                   on 2001/03/02  16:00:17
60714         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
60715              
60716              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
60717              5.004_05, and mention the suidperl August 2000 security problem.
60718              (#8978,#8981)
60719              
60720              Subject: [ID 20010301.004] Technically speaking in perldata
60721              
60722              Subject: [PATCH] File::Copy for bleadperl, maintperl
60723              
60724              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
60725              
60726              (The #8982, fix for 20010221.005 and 20010221.008,
60727              would be nice too but it didn't integrate cleanly.)
60728      Branch: maint-5.6/perl
60729           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
60730 ____________________________________________________________________________
60731 [  8983] By: jhi                                   on 2001/03/02  15:51:16
60732         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
60733              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60734              Date:     Thu, 1 Mar 2001 15:54:09 EST
60735              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
60736      Branch: perl
60737            ! vms/vms.c
60738 ____________________________________________________________________________
60739 [  8982] By: jhi                                   on 2001/03/02  15:43:31
60740         Log: Subject: Re: sync sync sync: have I missed any patches?
60741              From: Radu Greab <radu@netsoft.ro> 
60742              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
60743              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
60744              
60745              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
60746              was checking argv[0] regardless of whether a different pathname
60747              will actually be executed."  Test case not supplied because 
60748              drafting that, ironically enough, revealed another bug
60749              (or a feature).
60750      Branch: perl
60751            ! doio.c
60752 ____________________________________________________________________________
60753 [  8981] By: jhi                                   on 2001/03/02  15:28:03
60754         Log: Misdate in #8978.
60755      Branch: perl
60756            ! pod/perlfaq1.pod
60757 ____________________________________________________________________________
60758 [  8980] By: jhi                                   on 2001/03/02  15:24:20
60759         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
60760              From: Chris Nandor <pudge@pobox.com>
60761              Date: Wed, 28 Feb 2001 22:10:15 -0500
60762              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
60763      Branch: perl
60764            ! lib/File/Copy.pm
60765 ____________________________________________________________________________
60766 [  8979] By: jhi                                   on 2001/03/02  15:17:16
60767         Log: Subject: [ID 20010301.004] Technically speaking in perldata
60768              From: abela@geneanet.org
60769              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
60770              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
60771      Branch: perl
60772            ! pod/perldata.pod
60773 ____________________________________________________________________________
60774 [  8978] By: jhi                                   on 2001/03/02  15:15:27
60775         Log: Subject: [ID 20010301.003] ref to 5.004
60776              From: abela@geneanet.org
60777              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
60778              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
60779              
60780              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
60781              and mention the suidperl August 2000 security problem.
60782      Branch: perl
60783            ! pod/perlfaq1.pod
60784 ____________________________________________________________________________
60785 [  8977] By: alanbur                               on 2001/03/02  14:17:45
60786         Log: Resynchronised with parent
60787      Branch: maint-5.6/pureperl
60788           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
60789           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
60790           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
60791           !> vms/descrip_mms.template win32/win32.c win32/win32.h
60792           !> win32/win32iop.h
60793 ____________________________________________________________________________
60794 [  8976] By: nick                                  on 2001/03/01  23:25:30
60795         Log: Integrate mainline.
60796      Branch: perlio
60797            - t/op/qu.t
60798           !> (integrate 55 files)
60799 ____________________________________________________________________________
60800 [  8975] By: jhi                                   on 2001/03/01  16:51:34
60801         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
60802      Branch: perl
60803           !> toke.c
60804 ____________________________________________________________________________
60805 [  8974] By: gsar                                  on 2001/03/01  16:28:21
60806         Log: fix for bugid 20010226.008
60807              
60808              the problem was that some of the pointers (PL_last_lop and
60809              PL_last_uni specifically) into the lex buffers weren't correctly
60810              being invalidated when the buffer changed; this would leave the
60811              pointers pointing at an arbitrary location in the buffer if
60812              the buffer didn't need to be reallocated, or point into freed
60813              memory if the buffer had to be realloced
60814              
60815              TODO item for bugdb maintainers: check other seemingly random
60816              parser-related bugs--they might be cured by this
60817      Branch: maint-5.6/perl
60818            ! toke.c
60819 ____________________________________________________________________________
60820 [  8973] By: jhi                                   on 2001/03/01  02:23:25
60821         Log: Retract #8970 because of a completely mysterious core dump:
60822              adding the tests 241..244 causes op/pat dump core at test #25.
60823              The test needs a lot of whittling down before the bug can be solved.
60824      Branch: perl
60825            ! t/op/pat.t
60826 ____________________________________________________________________________
60827 [  8972] By: jhi                                   on 2001/03/01  01:58:38
60828         Log: Regen perlapi.
60829      Branch: perl
60830            ! pod/perlapi.pod
60831 ____________________________________________________________________________
60832 [  8971] By: jhi                                   on 2001/03/01  01:34:09
60833         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))
60834              From: Nicholas Clark <nick@ccl4.org>
60835              Date: Wed, 28 Feb 2001 23:28:49 +0000
60836              Message-ID: <20010228232849.A55187@plum.flirble.org>
60837              
60838              Allow a completely write protected source code tree
60839              when using the Configure -Dmksymlinks.
60840      Branch: perl
60841            ! embed.pl warnings.pl
60842 ____________________________________________________________________________
60843 [  8970] By: jhi                                   on 2001/03/01  01:32:04
60844         Log: Add back the EBCDIC character range tests (for matching).
60845      Branch: perl
60846            ! t/op/pat.t
60847 ____________________________________________________________________________
60848 [  8969] By: nick                                  on 2001/02/28  18:18:01
60849         Log: Add charname comments to .ucm files writen by 'compile',
60850              also order charmaps in those files by source encoding.
60851              regenerate distrubuted .ucm files
60852      Branch: perlio
60853            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60854            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60855            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60856            ! ext/Encode/Encode/iso8859-10.ucm
60857            ! ext/Encode/Encode/iso8859-13.ucm
60858            ! ext/Encode/Encode/iso8859-14.ucm
60859            ! ext/Encode/Encode/iso8859-15.ucm
60860            ! ext/Encode/Encode/iso8859-16.ucm
60861            ! ext/Encode/Encode/iso8859-2.ucm
60862            ! ext/Encode/Encode/iso8859-3.ucm
60863            ! ext/Encode/Encode/iso8859-4.ucm
60864            ! ext/Encode/Encode/iso8859-5.ucm
60865            ! ext/Encode/Encode/iso8859-6.ucm
60866            ! ext/Encode/Encode/iso8859-7.ucm
60867            ! ext/Encode/Encode/iso8859-8.ucm
60868            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60869            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
60870 ____________________________________________________________________________
60871 [  8968] By: jhi                                   on 2001/02/28  16:26:37
60872         Log: Expand usemorebits early if d_casti32 needs to be undefined.
60873      Branch: perl
60874            ! hints/hpux.sh hints/irix_6.sh
60875 ____________________________________________________________________________
60876 [  8967] By: jhi                                   on 2001/02/28  16:22:26
60877         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
60878              retract toke.c/qu parts of #8583, retract #8485, retract
60879              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
60880              op/length.t, and MANIFEST, and delete t/op/qu.t.
60881      Branch: perl
60882            - t/op/qu.t
60883            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
60884            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
60885            ! t/op/length.t toke.c
60886 ____________________________________________________________________________
60887 [  8966] By: jhi                                   on 2001/02/28  15:00:27
60888         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
60889              by not changing from pre-Unicode days into being Unicode-aware.
60890              Sniff.
60891      Branch: perl
60892            ! pp.c t/op/pack.t t/op/qu.t
60893 ____________________________________________________________________________
60894 [  8965] By: jhi                                   on 2001/02/28  14:37:55
60895         Log: Subject: Re: Errors in core PODs
60896              From: Michael Stevens <michael@etla.org> 
60897              Date: Fri, 23 Feb 2001 15:47:56 +0000
60898              Message-ID: <20010223154756.A7723@firedrake.org> 
60899      Branch: perl
60900            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
60901            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
60902            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
60903            ! x2p/a2p.pod
60904 ____________________________________________________________________________
60905 [  8964] By: jhi                                   on 2001/02/28  14:35:35
60906         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
60907              (The #8961 was too bold.)
60908      Branch: perl
60909            ! hints/hpux.sh hints/irix_6.sh
60910 ____________________________________________________________________________
60911 [  8963] By: jhi                                   on 2001/02/28  14:33:39
60912         Log: Subject: Re: sync sync sync: have I missed any patches?
60913              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60914              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
60915              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
60916              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
60917              
60918              Replace djSP with dSP.
60919      Branch: perl
60920            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
60921            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
60922            ! win32/perlhost.h
60923 ____________________________________________________________________________
60924 [  8962] By: jhi                                   on 2001/02/27  23:21:14
60925         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
60926      Branch: perl
60927            ! lib/Filter/Simple.pm
60928 ____________________________________________________________________________
60929 [  8961] By: jhi                                   on 2001/02/27  22:55:26
60930         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
60931              and this would be it.
60932      Branch: perl
60933            ! hints/hpux.sh hints/irix_6.sh
60934 ____________________________________________________________________________
60935 [  8960] By: jhi                                   on 2001/02/27  22:51:33
60936         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
60937              From: "Craig A. Berry" <craigberry@mac.com>
60938              Date: Tue, 27 Feb 2001 16:11:44 -0600
60939              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
60940      Branch: maint-5.6/perl
60941            ! configure.com vms/descrip_mms.template
60942 ____________________________________________________________________________
60943 [  8959] By: jhi                                   on 2001/02/27  22:47:23
60944         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
60945              From: "Craig A. Berry" <craigberry@mac.com>
60946              Date: Tue, 27 Feb 2001 16:11:44 -0600
60947              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
60948      Branch: perl
60949            ! configure.com vms/descrip_mms.template
60950 ____________________________________________________________________________
60951 [  8958] By: jhi                                   on 2001/02/27  15:16:42
60952         Log: Update Changes.
60953      Branch: perl
60954            ! Changes patchlevel.h
60955 ____________________________________________________________________________
60956 [  8957] By: jhi                                   on 2001/02/27  06:15:07
60957         Log: Subject: [5.6.x] EPOC additions
60958              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60959              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
60960              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
60961      Branch: maint-5.6/perl
60962            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
60963 ____________________________________________________________________________
60964 [  8956] By: jhi                                   on 2001/02/27  06:12:11
60965         Log: Subject: [perl-current] EPOC 
60966              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60967              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
60968              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
60969      Branch: perl
60970            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
60971            ! epoc/epocish.c epoc/epocish.h pp_sys.c
60972 ____________________________________________________________________________
60973 [  8955] By: jhi                                   on 2001/02/27  05:59:50
60974         Log: Subject: Re: Compile with perlcc..
60975              From: Edward Peschko <edwardp@excitehome.net>
60976              Date: Mon, 26 Feb 2001 18:51:58 -0800
60977              Message-ID: <20010226185158.A9871@excitehome.net>
60978              
60979              plus add a simple usage message if no arguments given.
60980      Branch: perl
60981            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
60982            ! utils/Makefile utils/perlcc.PL win32/pod.mak
60983 ____________________________________________________________________________
60984 [  8954] By: nick                                  on 2001/02/26  21:02:59
60985         Log: Integrate mainline
60986      Branch: perlio
60987           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
60988           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
60989           !> t/op/sprintf.t
60990 ____________________________________________________________________________
60991 [  8953] By: jhi                                   on 2001/02/26  14:43:54
60992         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
60993              From: Nicholas Clark <nick@ccl4.org>
60994              Date: Mon, 26 Feb 2001 00:42:07 +0000
60995              Message-ID: <20010226004207.F23333@plum.flirble.org>
60996      Branch: perl
60997            ! pp_ctl.c
60998 ____________________________________________________________________________
60999 [  8952] By: jhi                                   on 2001/02/26  14:42:13
61000         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
61001              From: Simon Cozens <simon@netthink.co.uk>
61002              Date: Mon, 26 Feb 2001 12:23:48 +0000
61003              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
61004      Branch: perl
61005            ! pod/perlguts.pod
61006 ____________________________________________________________________________
61007 [  8951] By: jhi                                   on 2001/02/26  14:39:15
61008         Log: Subject: [PATCH] perlio - unknown layer
61009              From: Nicholas Clark <nick@ccl4.org>
61010              Date: Mon, 26 Feb 2001 00:27:19 +0000
61011              Message-ID: <20010226002719.E23333@plum.flirble.org>
61012      Branch: perl
61013            ! perlio.c
61014 ____________________________________________________________________________
61015 [  8950] By: jhi                                   on 2001/02/26  14:38:04
61016         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
61017              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
61018              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
61019              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
61020      Branch: perl
61021            ! t/op/bop.t
61022 ____________________________________________________________________________
61023 [  8949] By: jhi                                   on 2001/02/26  14:37:07
61024         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
61025              From: Peter Prymmer <pvhp@forte.com>
61026              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
61027              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
61028      Branch: perl
61029            ! lib/Test.pm
61030 ____________________________________________________________________________
61031 [  8948] By: jhi                                   on 2001/02/26  14:35:53
61032         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
61033              From: Radu Greab <radu@netsoft.ro>
61034              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
61035              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
61036      Branch: perl
61037            ! pod/perlop.pod
61038 ____________________________________________________________________________
61039 [  8947] By: jhi                                   on 2001/02/26  14:34:46
61040         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
61041              From: David Mitchell <davem@fdgroup.co.uk>
61042              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
61043              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
61044      Branch: perl
61045            ! run.c
61046 ____________________________________________________________________________
61047 [  8946] By: jhi                                   on 2001/02/26  14:32:37
61048         Log: Subject: Modified README.bs2000 
61049              From: Dorner Thomas <Thomas.Dorner@start.de>
61050              Date: Mon, 26 Feb 2001 09:22:17 +0100
61051              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
61052      Branch: perl
61053            ! README.bs2000
61054 ____________________________________________________________________________
61055 [  8945] By: jhi                                   on 2001/02/26  14:19:53
61056         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
61057              to maintperl, listing the known failures on the tests 129 and 130.
61058      Branch: maint-5.6/perl
61059           !> t/op/sprintf.t
61060 ____________________________________________________________________________
61061 [  8944] By: jhi                                   on 2001/02/26  14:14:15
61062         Log: Add more known sprintf failures.
61063      Branch: perl
61064            ! t/op/sprintf.t
61065 ____________________________________________________________________________
61066 [  8943] By: jhi                                   on 2001/02/26  13:56:22
61067         Log: perlglob.exe needs to be found in Win32, patch from
61068              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
61069              which needs external glob at mini-perl time."
61070      Branch: perl
61071            ! ext/Encode/compile
61072 ____________________________________________________________________________
61073 [  8942] By: jhi                                   on 2001/02/26  13:52:19
61074         Log: A missing dTHX from Vadim Konovalov.
61075      Branch: perl
61076            ! perlio.c
61077 ____________________________________________________________________________
61078 [  8941] By: jhi                                   on 2001/02/26  13:37:05
61079         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
61080      Branch: perl
61081            ! op.c
61082 ____________________________________________________________________________
61083 [  8940] By: jhi                                   on 2001/02/26  13:35:40
61084         Log: Integrate perlio.
61085      Branch: perl
61086           !> ext/Encode/Encode.pm
61087 ____________________________________________________________________________
61088 [  8939] By: nick                                  on 2001/02/25  23:47:09
61089         Log: Integrate mainline.
61090      Branch: perlio
61091           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
61092           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
61093 ____________________________________________________________________________
61094 [  8938] By: nick                                  on 2001/02/25  19:36:28
61095         Log: Encode implementations docs.
61096      Branch: perlio
61097            ! ext/Encode/Encode.pm
61098 ____________________________________________________________________________
61099 [  8937] By: jhi                                   on 2001/02/25  19:26:16
61100         Log: Script wasn't aligned with reality.
61101      Branch: perl
61102            ! t/pod/find.t
61103 ____________________________________________________________________________
61104 [  8936] By: jhi                                   on 2001/02/25  18:54:55
61105         Log: Update Changes.
61106      Branch: perl
61107            ! Changes patchlevel.h
61108 ____________________________________________________________________________
61109 [  8935] By: jhi                                   on 2001/02/25  18:46:36
61110         Log: Retract #8929,8930,8932,8933 for now.
61111      Branch: perl
61112            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
61113 ____________________________________________________________________________
61114 [  8934] By: jhi                                   on 2001/02/25  17:34:35
61115         Log: Integrate perlio.
61116      Branch: perl
61117           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
61118           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
61119           !> t/lib/encode.t
61120 ____________________________________________________________________________
61121 [  8933] By: jhi                                   on 2001/02/25  17:33:12
61122         Log: (Retracted by #8395.)
61123              
61124              Slight tweaks in scan_const(), not fixes yet, it seems like
61125              lots of work remains to be done...
61126      Branch: perl
61127            ! toke.c
61128 ____________________________________________________________________________
61129 [  8932] By: jhi                                   on 2001/02/25  17:27:11
61130         Log: (Retracted by #8395.)
61131              
61132              Missing from #8930.
61133      Branch: perl
61134            ! perl.h
61135 ____________________________________________________________________________
61136 [  8931] By: jhi                                   on 2001/02/25  17:26:19
61137         Log: A comment tweak.
61138      Branch: perl
61139            ! utf8.c
61140 ____________________________________________________________________________
61141 [  8930] By: jhi                                   on 2001/02/25  17:25:47
61142         Log: (Retracted by #8395.)
61143              
61144              Attempt to fix the EBCDIC character range problem with //.
61145      Branch: perl
61146            ! regcomp.c
61147 ____________________________________________________________________________
61148 [  8929] By: jhi                                   on 2001/02/25  17:23:45
61149         Log: (Retracted by #8395.)
61150              
61151              Expand the EBCDIC character range tests, and add few nasty
61152              tr tests from Karsten Sperling.
61153      Branch: perl
61154            ! t/op/pat.t t/op/tr.t
61155 ____________________________________________________________________________
61156 [  8928] By: jhi                                   on 2001/02/25  17:18:49
61157         Log: Missing check-in.
61158      Branch: perl
61159            ! lib/Pod/Find.pm
61160 ____________________________________________________________________________
61161 [  8927] By: nick                                  on 2001/02/25  11:30:22
61162         Log: Change method names in Encode implementation classes to something
61163              less confusing (preparing to "go public").
61164      Branch: perlio
61165            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
61166 ____________________________________________________________________________
61167 [  8926] By: nick                                  on 2001/02/25  10:53:24
61168         Log: GCC __atribute__ / printf fix
61169      Branch: perlio
61170            ! perl.h
61171 ____________________________________________________________________________
61172 [  8925] By: nick                                  on 2001/02/25  10:52:25
61173         Log: Checked in the wrong one ...
61174      Branch: perlio
61175            ! ext/Encode/Encode.pm
61176 ____________________________________________________________________________
61177 [  8924] By: nick                                  on 2001/02/24  18:46:51
61178         Log: Integrate mainline - to see what Jarkko has in ...
61179      Branch: perlio
61180           +> t/pod/testpods/lib/Pod/Stuff.pm
61181           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
61182 ____________________________________________________________________________
61183 [  8923] By: nick                                  on 2001/02/24  17:05:23
61184         Log: Encode API documentation nd tidy up.
61185              Minor additions to test.
61186              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
61187              Adds STRLEN to standard typemap.
61188      Branch: perlio
61189            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
61190            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
61191 ____________________________________________________________________________
61192 [  8922] By: jhi                                   on 2001/02/24  16:38:12
61193         Log: Add a test for the "character range should match in EBCDIC
61194              if specified using explicit numerics" bug found by Karsten
61195              Sperling.
61196      Branch: perl
61197            ! t/op/pat.t
61198 ____________________________________________________________________________
61199 [  8921] By: jhi                                   on 2001/02/24  16:30:16
61200         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
61201              From: schwern@pobox.com
61202              Date: Fri, 23 Feb 2001 03:21:37 -0500
61203              Message-ID: <20010223032137.A26022@magnonel.guild.net>
61204              
61205              plus Charles Lane's fixes, plus tweaks.
61206      Branch: perl
61207            + t/pod/testpods/lib/Pod/Stuff.pm
61208            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
61209 ____________________________________________________________________________
61210 [  8920] By: nick                                  on 2001/02/24  10:30:11
61211         Log: Integrate mainline
61212      Branch: perlio
61213           !> (integrate 33 files)
61214 ____________________________________________________________________________
61215 [  8919] By: jhi                                   on 2001/02/24  00:23:35
61216         Log: Subject: Re: I'm losing the war...
61217              From: "Vadim Konovalov" <watman@inbox.ru>
61218              Date: Sat, 24 Feb 2001 00:10:14 +0300
61219              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
61220              
61221              hv_store() not working correctly in ENV_IS_CASELESS case.
61222      Branch: perl
61223            ! hv.c
61224 ____________________________________________________________________________
61225 [  8918] By: jhi                                   on 2001/02/24  00:20:09
61226         Log: Subject: Re: [PATCH] fix for charnames above FFFF
61227              From: andreas.koenig@anima.de (Andreas J. Koenig)
61228              Date: 23 Feb 2001 02:39:03 +0100
61229              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
61230              
61231              A further efficiency tweak.
61232      Branch: perl
61233            ! lib/charnames.pm
61234 ____________________________________________________________________________
61235 [  8917] By: jhi                                   on 2001/02/23  20:27:51
61236         Log: Integrate change #8916 from mainline,
61237              do away with USE_WIN32_RTL_ENV.
61238      Branch: maint-5.6/perl
61239           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
61240 ____________________________________________________________________________
61241 [  8916] By: jhi                                   on 2001/02/23  20:02:25
61242         Log: Abolish USE_WIN32_RTL_ENV.
61243      Branch: perl
61244            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
61245 ____________________________________________________________________________
61246 [  8915] By: jhi                                   on 2001/02/23  19:36:00
61247         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
61248              later protected by some #define.
61249      Branch: perl
61250            ! gv.c
61251 ____________________________________________________________________________
61252 [  8914] By: jhi                                   on 2001/02/23  19:31:38
61253         Log: Retract #8902 for now, requested by Charles Lane, the correct
61254              fix will be something else.
61255      Branch: perl
61256            ! op.c
61257 ____________________________________________________________________________
61258 [  8913] By: jhi                                   on 2001/02/23  19:11:36
61259         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
61260              From: Peter Prymmer <pvhp@forte.com>
61261              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
61262              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
61263      Branch: perl
61264            ! t/op/lex_assign.t
61265 ____________________________________________________________________________
61266 [  8912] By: jhi                                   on 2001/02/23  18:38:20
61267         Log: Subject: [patch] perlio + useithreads
61268              From: Doug MacEachern <dougm@covalent.net>
61269              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
61270              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
61271              
61272              Gets things running but not complete.
61273      Branch: perl
61274            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
61275 ____________________________________________________________________________
61276 [  8911] By: jhi                                   on 2001/02/23  04:20:02
61277         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
61278              
61279              Duplicated environment freeing, File::Temp 0.12,
61280              op/append portability (EBCDIC) tweak.
61281      Branch: maint-5.6/perl
61282           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61283           !> t/op/append.t
61284 ____________________________________________________________________________
61285 [  8910] By: jhi                                   on 2001/02/23  02:07:33
61286         Log: Integrate change #8909 from mainline, a better Borland
61287              putenv() workaround.
61288      Branch: maint-5.6/perl
61289           !> perl.c
61290 ____________________________________________________________________________
61291 [  8909] By: jhi                                   on 2001/02/23  02:05:46
61292         Log: A better workaround for Borland putenv() brokenness from Sarathy.
61293      Branch: perl
61294            ! perl.c
61295 ____________________________________________________________________________
61296 [  8908] By: jhi                                   on 2001/02/23  02:04:14
61297         Log: Subject: fix for parameter -Dm (for perl@8867)
61298              From: "Vadim Konovalov" <watman@inbox.ru>
61299              Date: Thu, 22 Feb 2001 17:30:12 +0300
61300              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
61301      Branch: perl
61302            ! perl.h
61303 ____________________________________________________________________________
61304 [  8907] By: jhi                                   on 2001/02/23  01:58:20
61305         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
61306              From: Peter Prymmer <pvhp@forte.com>
61307              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
61308              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
61309      Branch: perl
61310            ! t/op/append.t
61311 ____________________________________________________________________________
61312 [  8906] By: jhi                                   on 2001/02/23  01:48:34
61313         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
61314      Branch: perl
61315            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61316 ____________________________________________________________________________
61317 [  8905] By: jhi                                   on 2001/02/23  01:43:30
61318         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
61319              From: Peter Prymmer <pvhp@forte.com>
61320              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
61321              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
61322      Branch: perl
61323            ! t/lib/st-06compat.t
61324 ____________________________________________________________________________
61325 [  8904] By: jhi                                   on 2001/02/23  01:42:39
61326         Log: Metaconfig unit change for #8903.
61327      Branch: metaconfig/U/perl
61328            ! Devel.U
61329 ____________________________________________________________________________
61330 [  8903] By: jhi                                   on 2001/02/23  01:42:12
61331         Log: Be more helpful for devel builders, suggested by John L. Allen.
61332      Branch: perl
61333            ! Configure
61334 ____________________________________________________________________________
61335 [  8902] By: jhi                                   on 2001/02/23  01:37:41
61336         Log: (Retracted by #8914)
61337              (Wrongly, reinstated by #8941)
61338              
61339              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
61340              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61341              Date:     Thu, 22 Feb 2001 09:43:57 EST
61342              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
61343      Branch: perl
61344            ! op.c
61345 ____________________________________________________________________________
61346 [  8901] By: jhi                                   on 2001/02/23  01:20:32
61347         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
61348              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61349              Date:     Thu, 22 Feb 2001 08:01:35 EST
61350              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
61351      Branch: perl
61352            ! malloc.c
61353 ____________________________________________________________________________
61354 [  8900] By: jhi                                   on 2001/02/23  01:18:02
61355         Log: Integrate changes #8898,8899 from mainline, environ handling.
61356      Branch: maint-5.6/perl
61357           !> perl.c
61358 ____________________________________________________________________________
61359 [  8899] By: jhi                                   on 2001/02/23  01:16:25
61360         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
61361              putenv() is not to be relied on, they are either broken or leaky
61362              or both.)
61363      Branch: perl
61364            ! perl.c
61365 ____________________________________________________________________________
61366 [  8898] By: jhi                                   on 2001/02/22  23:36:59
61367         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
61368              and safesysfree() must be used.
61369      Branch: perl
61370            ! perl.c
61371 ____________________________________________________________________________
61372 [  8897] By: jhi                                   on 2001/02/22  23:25:45
61373         Log: With environ one must use safesysmalloc()/safesysfree().
61374      Branch: perl
61375            ! perl.c
61376 ____________________________________________________________________________
61377 [  8896] By: jhi                                   on 2001/02/22  22:13:18
61378         Log: If we have a duplicated environment free it
61379              if PERL_DESTRUCT_LEVEL.
61380      Branch: perl
61381            ! perl.c
61382 ____________________________________________________________________________
61383 [  8895] By: alanbur                               on 2001/02/22  19:31:57
61384         Log: Synchronised with parent
61385      Branch: maint-5.6/pureperl
61386           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
61387 ____________________________________________________________________________
61388 [  8894] By: gsar                                  on 2001/02/22  19:06:18
61389         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
61390              
61391              fix memory leak in method call optimization (change#3768);
61392              made C<eval "$x->foo()"> leak
61393              
61394              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
61395      Branch: maint-5.6/perl
61396           !> op.c
61397 ____________________________________________________________________________
61398 [  8893] By: jhi                                   on 2001/02/22  18:35:27
61399         Log: (Retracted by #8915.)
61400              
61401              Third Degree finding:
61402              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
61403      Branch: perl
61404            ! gv.c
61405 ____________________________________________________________________________
61406 [  8892] By: jhi                                   on 2001/02/22  14:28:32
61407         Log: Update Changes.
61408      Branch: perl
61409            ! Changes patchlevel.h
61410 ____________________________________________________________________________
61411 [  8891] By: jhi                                   on 2001/02/22  13:22:45
61412         Log: Metaconfig unit changes for #8890.
61413      Branch: metaconfig
61414            ! U/modified/Cppsym.U U/threads/archname.U
61415 ____________________________________________________________________________
61416 [  8890] By: jhi                                   on 2001/02/22  13:22:12
61417         Log: Add -stdio to the archname if no perlio selected,
61418              no -perlio added since that is now the default.
61419              
61420              Add few CPUs/architectures to the Cppsym scan.
61421      Branch: perl
61422            ! Configure config_h.SH
61423 ____________________________________________________________________________
61424 [  8889] By: jhi                                   on 2001/02/22  13:05:59
61425         Log: Metaconfig unit change for #8888.
61426      Branch: metaconfig/U/perl
61427            ! useperlio.U
61428 ____________________________________________________________________________
61429 [  8888] By: jhi                                   on 2001/02/22  13:05:28
61430         Log: *drum roll*  Make perlio the default.
61431      Branch: perl
61432            ! Configure config_h.SH
61433 ____________________________________________________________________________
61434 [  8887] By: jhi                                   on 2001/02/22  12:50:52
61435         Log: Integrate change #8665 from maintperl to mainline,
61436              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
61437      Branch: perl
61438           !> ext/POSIX/POSIX.xs
61439 ____________________________________________________________________________
61440 [  8886] By: jhi                                   on 2001/02/22  12:49:24
61441         Log: Integrate changes #8883,8884 from mainline to maintperl.
61442              
61443              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
61444              Subject: Re: File::Temp::_gettemp warning
61445      Branch: maint-5.6/perl
61446           !> embed.h embed.pl lib/File/Temp.pm
61447 ____________________________________________________________________________
61448 [  8885] By: jhi                                   on 2001/02/22  12:43:59
61449         Log: Based on
61450              
61451              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
61452              From: schwab@suse.de
61453              Date: Thu, 22 Feb 2001 13:08:09 +0100
61454              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
61455              
61456              but the fix done slightly differently because the other
61457              half was already done in #8664.
61458      Branch: maint-5.6/perl
61459            ! ext/POSIX/POSIX.xs
61460 ____________________________________________________________________________
61461 [  8884] By: jhi                                   on 2001/02/22  12:37:15
61462         Log: Subject: Re: File::Temp::_gettemp warning
61463              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61464              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
61465              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
61466              
61467              This patch to File::Temp does two things:
61468              
61469              1. Fixes the problem with CGI::Carp when determining
61470              the Fcntl constants
61471              
61472              2. Removes most of the carps and consolidates them so that all the
61473              reasons are included in a single die that is caught by the test. This
61474              means that the correct skipping behaviour is displayed by the test.
61475      Branch: perl
61476            ! lib/File/Temp.pm
61477 ____________________________________________________________________________
61478 [  8883] By: jhi                                   on 2001/02/22  12:29:19
61479         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
61480              From: Peter Prymmer <pvhp@forte.com>
61481              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
61482              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
61483      Branch: perl
61484            ! embed.h embed.pl
61485 ____________________________________________________________________________
61486 [  8882] By: jhi                                   on 2001/02/21  19:41:33
61487         Log: Integrate change #8881 from mainlin to maintperl.
61488              
61489              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
61490      Branch: maint-5.6/perl
61491           !> op.c
61492 ____________________________________________________________________________
61493 [  8881] By: jhi                                   on 2001/02/21  19:38:57
61494         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
61495              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61496              Date:     Wed, 21 Feb 2001 13:08:03 EST
61497              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
61498      Branch: perl
61499            ! op.c
61500 ____________________________________________________________________________
61501 [  8880] By: jhi                                   on 2001/02/21  19:34:34
61502         Log: Retract #8875, cannot let go of the old semantics of unpack U
61503              without rethinking utf8decode.t.
61504      Branch: perl
61505            ! pp.c t/op/pack.t
61506 ____________________________________________________________________________
61507 [  8879] By: jhi                                   on 2001/02/21  19:08:02
61508         Log: Run run/*.t also in minitest.
61509      Branch: perl
61510            ! Makefile.SH
61511 ____________________________________________________________________________
61512 [  8878] By: nick                                  on 2001/02/21  18:55:37
61513         Log: Integrate mainline
61514      Branch: perlio
61515           !> (integrate 76 files)
61516 ____________________________________________________________________________
61517 [  8877] By: jhi                                   on 2001/02/21  15:09:33
61518         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
61519      Branch: metaconfig
61520            ! U/compline/nblock_io.U
61521      Branch: perl
61522            ! Configure config_h.SH
61523 ____________________________________________________________________________
61524 [  8876] By: jhi                                   on 2001/02/21  14:54:45
61525         Log: If no sfio, no -lsfio.
61526      Branch: metaconfig/U/perl
61527            ! d_sfio.U
61528      Branch: perl
61529            ! Configure config_h.SH
61530 ____________________________________________________________________________
61531 [  8875] By: jhi                                   on 2001/02/21  14:54:00
61532         Log: Make unpack C and unpack U truly equivalent.
61533      Branch: perl
61534            ! pp.c t/op/pack.t
61535 ____________________________________________________________________________
61536 [  8874] By: jhi                                   on 2001/02/21  14:26:02
61537         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
61538              From: Peter Prymmer <pvhp@forte.com>
61539              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
61540              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
61541      Branch: perl
61542            ! pod/perlport.pod
61543 ____________________________________________________________________________
61544 [  8873] By: jhi                                   on 2001/02/21  14:24:31
61545         Log: Subject: [PATCH] fix for charnames above FFFF
61546              From: andreas.koenig@anima.de (Andreas J. Koenig)
61547              Date: 21 Feb 2001 07:05:45 +0100
61548              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
61549      Branch: perl
61550            ! lib/charnames.pm t/lib/charnames.t
61551 ____________________________________________________________________________
61552 [  8872] By: jhi                                   on 2001/02/21  14:15:25
61553         Log: Integrate change #8868 from pureperl to mainline.
61554              
61555              Fixed reference count loop caused by sv_magic.
61556      Branch: perl
61557           !> sv.c
61558 ____________________________________________________________________________
61559 [  8871] By: jhi                                   on 2001/02/21  14:07:29
61560         Log: Integrate change #8868 from pureperl to maintperl.
61561              
61562              Fixed reference count loop caused by sv_magic.
61563      Branch: maint-5.6/perl
61564           !> sv.c
61565 ____________________________________________________________________________
61566 [  8870] By: jhi                                   on 2001/02/21  14:04:41
61567         Log: Put back the #8840, it was innocent.
61568      Branch: perl
61569            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
61570            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
61571 ____________________________________________________________________________
61572 [  8869] By: jhi                                   on 2001/02/21  14:00:03
61573         Log: unpack("C", ...) was left slightly unfinished by #8865.
61574      Branch: perl
61575            ! pp.c t/op/pack.t
61576 ____________________________________________________________________________
61577 [  8868] By: alanbur                               on 2001/02/21  01:33:45
61578         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
61579              from gv_fetchpv to create single-character magic variables (e.g. $!),
61580              and it is passed a sv and the gv that contains the sv as the mg_obj
61581              value.  When sv_magic stores the mg_obj pointer it increments the gv
61582              refcount, thus causing a sv-gv pair that can't be freed.  There is
61583              already a check for sv == obj which is used to prevent such reference
61584              loops.  This change extends the check to cover the case described above.
61585      Branch: maint-5.6/pureperl
61586            ! sv.c
61587 ____________________________________________________________________________
61588 [  8867] By: jhi                                   on 2001/02/21  00:52:39
61589         Log: Update Changes.
61590      Branch: perl
61591            ! Changes patchlevel.h
61592 ____________________________________________________________________________
61593 [  8866] By: jhi                                   on 2001/02/21  00:34:20
61594         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
61595              (Note: there were some conflicts due to EBCDIC and EPOC
61596              patches, in general I preferred the repository code.)
61597              (When 2.753 comes out, we need to synchronize.)
61598      Branch: perl
61599            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
61600            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
61601            ! t/lib/cgi-html.t
61602 ____________________________________________________________________________
61603 [  8865] By: jhi                                   on 2001/02/21  00:24:22
61604         Log: Make pack("C", 0x100) to create Unicode, unless under the
61605              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
61606              will understand Unicode, unless you under know what.
61607      Branch: perl
61608            ! pp.c t/op/pack.t t/op/qu.t
61609 ____________________________________________________________________________
61610 [  8864] By: alanbur                               on 2001/02/20  22:35:34
61611         Log: Resynchronised with parent
61612      Branch: maint-5.6/pureperl
61613           !> README.win32 ext/GDBM_File/GDBM_File.pm
61614           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
61615           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
61616           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
61617           !> t/lib/sdbm.t util.c
61618 ____________________________________________________________________________
61619 [  8863] By: jhi                                   on 2001/02/20  20:55:11
61620         Log: Integrate change #8860,8861 from mainline into maintperl.
61621              
61622              "pseudo-literal j"
61623              
61624              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
61625      Branch: maint-5.6/perl
61626           !> lib/Test.pm pod/perlop.pod
61627 ____________________________________________________________________________
61628 [  8862] By: jhi                                   on 2001/02/20  20:30:07
61629         Log: Don't do casting between pointers pointing to differently sized
61630              integers.
61631      Branch: perl
61632            ! hv.c sv.c
61633 ____________________________________________________________________________
61634 [  8861] By: jhi                                   on 2001/02/20  19:53:44
61635         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
61636              From: Peter Prymmer <pvhp@forte.com>
61637              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
61638              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
61639      Branch: perl
61640            ! lib/Test.pm
61641 ____________________________________________________________________________
61642 [  8860] By: jhi                                   on 2001/02/20  19:48:02
61643         Log: "pseudo-literal j", a documentation glitch reported to Debian.
61644              The text recovered from Perl 5.005_03, and pseudo-literal replaced
61645              by "backtick string".
61646      Branch: perl
61647            ! pod/perlop.pod
61648 ____________________________________________________________________________
61649 [  8859] By: jhi                                   on 2001/02/20  19:15:46
61650         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
61651              from Chris Nandor.
61652      Branch: perl
61653            ! makedef.pl
61654 ____________________________________________________________________________
61655 [  8858] By: jhi                                   on 2001/02/20  17:36:53
61656         Log: Integrate pureperl changes #8844,8845,8850 to mainline
61657              (via maintperl #8855).
61658              
61659              Fixed %^H scoping bug
61660              
61661              Removed GV <-> CV refcount loop
61662              
61663              Removed %ENV refcount loop
61664      Branch: perl
61665           !> gv.c op.c perl.c pp.c scope.c
61666 ____________________________________________________________________________
61667 [  8857] By: jhi                                   on 2001/02/20  17:34:32
61668         Log: Integrate changes #8853,8854 from maintperl to mainline.
61669              
61670              EBDIC fixes, README.win32 Borland update.
61671      Branch: perl
61672           !> README.win32 handy.h util.c
61673 ____________________________________________________________________________
61674 [  8856] By: jhi                                   on 2001/02/20  17:33:16
61675         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
61676      Branch: maint-5.6/perl
61677           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
61678           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
61679           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61680 ____________________________________________________________________________
61681 [  8855] By: jhi                                   on 2001/02/20  17:32:13
61682         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
61683              
61684              Fixed %^H scoping bug
61685              
61686              Removed GV <-> CV refcount loop
61687              
61688              Removed %ENV refcount loop
61689      Branch: maint-5.6/perl
61690           !> gv.c op.c perl.c pp.c scope.c
61691 ____________________________________________________________________________
61692 [  8854] By: jhi                                   on 2001/02/20  17:25:06
61693         Log: Subject: Addition to readme.win32 for Borland C++ compilers
61694              Date: Tue, 20 Feb 2001 02:15:25 +0300
61695              From: "Vadim Konovalov" <watman@inbox.ru>
61696              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
61697              
61698              Document Borland compiler misbehaviour.
61699      Branch: maint-5.6/perl
61700            ! README.win32
61701 ____________________________________________________________________________
61702 [  8853] By: jhi                                   on 2001/02/20  17:22:25
61703         Log: The assimilation of ebcdic.c didn't quite work at the first try,
61704              patches from Thomas Dorner.
61705      Branch: maint-5.6/perl
61706            ! handy.h util.c
61707 ____________________________________________________________________________
61708 [  8852] By: jhi                                   on 2001/02/20  17:20:15
61709         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
61710              From: Chris Nandor <pudge@pobox.com>
61711              Date: Tue, 20 Feb 2001 08:32:45 -0500
61712              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
61713      Branch: maint-5.6/perl
61714            ! makedef.pl mg.c
61715 ____________________________________________________________________________
61716 [  8851] By: jhi                                   on 2001/02/20  17:15:52
61717         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
61718      Branch: perl
61719            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
61720            ! t/lib/filter-util.t
61721 ____________________________________________________________________________
61722 [  8850] By: alanbur                               on 2001/02/20  17:12:40
61723         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
61724              and the magic pointer points back to the GV that contains the
61725              %ENV hash.  This creates a refcount loop that prevents members
61726              of %ENV from being freed correctly.  This change removes the
61727              refcount loop - the magic pointer was never used anyway, the
61728              only use of the magic was to check the type ('E') so that the
61729              appropriate environment manipulation code is called when %ENV
61730              is modified.
61731      Branch: maint-5.6/pureperl
61732            ! perl.c
61733 ____________________________________________________________________________
61734 [  8849] By: jhi                                   on 2001/02/20  17:12:20
61735         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
61736              From: "Craig A. Berry" <craigberry@mac.com>
61737              Date: Mon, 19 Feb 2001 23:36:12 -0600
61738              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
61739              
61740              Case-forgiving systems match TestInit.pm with TES*.
61741      Branch: perl
61742            ! t/lib/glob-basic.t
61743 ____________________________________________________________________________
61744 [  8848] By: jhi                                   on 2001/02/20  17:10:02
61745         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
61746      Branch: perl
61747            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
61748            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
61749            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61750 ____________________________________________________________________________
61751 [  8847] By: jhi                                   on 2001/02/20  15:34:41
61752         Log: The #8843 wasn't quite right: %Config needs to imported.
61753      Branch: perl
61754            ! t/run/runenv.t
61755 ____________________________________________________________________________
61756 [  8846] By: jhi                                   on 2001/02/20  15:31:50
61757         Log: Retract the #8838 and #8840 for now because of
61758              the DB_File tie problem.
61759      Branch: perl
61760            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
61761            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
61762            ! proto.h sv.c
61763 ____________________________________________________________________________
61764 [  8845] By: alanbur                               on 2001/02/20  14:25:41
61765         Log: Removed GV <-> CV refcount loop
61766              CvGV(mycv) points to the parent GV of the CV, and was previously
61767              refcounted.  The pointer remains, but the refcounting has been removed
61768              as it causes a refcount loop between the CV and GV that means the CV
61769              can't ever be deleted.
61770      Branch: maint-5.6/pureperl
61771            ! gv.c op.c pp.c
61772 ____________________________________________________________________________
61773 [  8844] By: alanbur                               on 2001/02/20  14:23:13
61774         Log: Fixed %^H scoping bug
61775      Branch: maint-5.6/pureperl
61776            ! scope.c
61777 ____________________________________________________________________________
61778 [  8843] By: jhi                                   on 2001/02/19  13:38:08
61779         Log: fork() not everywhere, cleanup temp files.
61780      Branch: perl
61781            ! t/run/runenv.t
61782 ____________________________________________________________________________
61783 [  8842] By: alanbur                               on 2001/02/19  12:42:07
61784         Log: Resynchronised with parent
61785      Branch: maint-5.6/pureperl
61786           !> pod/perlfaq4.pod sv.c utf8.c
61787 ____________________________________________________________________________
61788 [  8841] By: jhi                                   on 2001/02/19  03:35:51
61789         Log: Update Changes.
61790      Branch: perl
61791            ! Changes patchlevel.h
61792 ____________________________________________________________________________
61793 [  8840] By: jhi                                   on 2001/02/19  00:23:41
61794         Log: Subject: [patch] add sv_setref_uv
61795              From: Doug MacEachern <dougm@covalent.net>
61796              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
61797              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
61798      Branch: perl
61799            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
61800            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
61801 ____________________________________________________________________________
61802 [  8839] By: jhi                                   on 2001/02/19  00:01:38
61803         Log: Put to rest the 20010205.001, the email address checking (not) regex.
61804      Branch: perl
61805            ! pod/perlfaq9.pod
61806 ____________________________________________________________________________
61807 [  8838] By: jhi                                   on 2001/02/18  22:17:54
61808         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
61809              From: Doug MacEachern <dougm@covalent.net>
61810              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
61811              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
61812      Branch: perl
61813            ! lib/ExtUtils/xsubpp
61814 ____________________________________________________________________________
61815 [  8837] By: jhi                                   on 2001/02/18  22:16:50
61816         Log: Subject: [patch] -Wall cleanup round 2
61817              From: Doug MacEachern <dougm@covalent.net>
61818              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
61819              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
61820      Branch: perl
61821            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
61822            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
61823            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
61824            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
61825            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
61826            ! ext/SDBM_File/SDBM_File.xs
61827 ____________________________________________________________________________
61828 [  8836] By: jhi                                   on 2001/02/18  22:11:20
61829         Log: Misapplied regex optimizations when \C is present.
61830              Fixes 20001230.002.
61831              
61832              What still remains broken is that the submatches that
61833              have \C in them get their UTF8 flag on because their
61834              parent SV has it on.  This will result in malformed
61835              UTF8 if a \C happened to match a non-ASCII byte.
61836      Branch: perl
61837            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
61838            ! t/pragma/utf8.t
61839 ____________________________________________________________________________
61840 [  8835] By: jhi                                   on 2001/02/18  20:12:02
61841         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
61842              
61843              The hash key got wrongly UTF8fied.
61844      Branch: perl
61845            ! pod/perlapi.pod toke.c utf8.c
61846 ____________________________________________________________________________
61847 [  8834] By: jhi                                   on 2001/02/18  19:44:25
61848         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
61849              don't warn on magical or overloaded things.
61850      Branch: perl
61851            ! pp_hot.c
61852 ____________________________________________________________________________
61853 [  8833] By: nick                                  on 2001/02/18  19:31:22
61854         Log: Integrate mainline
61855      Branch: perlio
61856           +> t/TestInit.pm t/run/runenv.t
61857            - t/UTEST
61858           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
61859           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
61860           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
61861           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
61862           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
61863           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
61864           !> utf8.c
61865 ____________________________________________________________________________
61866 [  8832] By: jhi                                   on 2001/02/18  19:21:18
61867         Log: Integrate perlio.
61868      Branch: perl
61869           !> perlio.c pod/perldiag.pod
61870 ____________________________________________________________________________
61871 [  8831] By: jhi                                   on 2001/02/18  19:14:20
61872         Log: Integrate change #8827 from mainline.
61873              
61874              UTF8 tweaks.
61875      Branch: maint-5.6/perl
61876           !> sv.c utf8.c
61877 ____________________________________________________________________________
61878 [  8830] By: nick                                  on 2001/02/18  19:10:34
61879         Log: Apply the spirit of patch from Nick Clark:
61880              Subject: [PATCH] Re: extensions that provide layers
61881              From: Nicholas Clark <nick@ccl4.org>
61882              Date: Mon, 12 Feb 2001 16:43:51 +0000
61883              Message-Id: <20010212164350.Q3652@plum.flirble.org>
61884      Branch: perlio
61885            ! perlio.c pod/perldiag.pod
61886 ____________________________________________________________________________
61887 [  8829] By: jhi                                   on 2001/02/18  19:03:25
61888         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
61889              From: schwern@pobox.com 
61890              Date: Sun, 18 Feb 2001 13:44:35 -0500
61891              Message-ID: <20010218134435.A17544@magnonel.guild.net>
61892              
61893              Applied, but as t/TestInit.pm.
61894      Branch: perl
61895            + t/TestInit.pm
61896            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
61897            ! t/op/subst_wamp.t
61898 ____________________________________________________________________________
61899 [  8828] By: jhi                                   on 2001/02/18  18:43:52
61900         Log: Integrate perlio.
61901      Branch: perl
61902           !> perlio.c
61903 ____________________________________________________________________________
61904 [  8827] By: jhi                                   on 2001/02/18  18:41:33
61905         Log: UTF-8 tweaks.
61906      Branch: perl
61907            ! sv.c utf8.c
61908 ____________________________________________________________________________
61909 [  8826] By: nick                                  on 2001/02/18  17:40:59
61910         Log: Fix [ID 20010217.002]
61911              open FOO, "<:raw:perlio", ...
61912              :raw now inserts default base layer below itself.
61913              Also
61914              open FOO, "<:unix", ...
61915              works as well - but leaves buffer layer on stack under the unix layer.
61916      Branch: perlio
61917            ! perlio.c
61918 ____________________________________________________________________________
61919 [  8825] By: jhi                                   on 2001/02/18  17:15:39
61920         Log: Integrate perlio.
61921      Branch: perl
61922           !> perlio.c perliol.h
61923 ____________________________________________________________________________
61924 [  8824] By: jhi                                   on 2001/02/18  17:10:53
61925         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
61926              From: schwern@pobox.com
61927              Date: Sun, 18 Feb 2001 01:48:50 -0500
61928              Message-ID: <20010218014850.C19957@magnonel.guild.net>
61929      Branch: perl
61930            ! lib/Test/Harness.pm t/TEST t/op/chop.t
61931 ____________________________________________________________________________
61932 [  8823] By: jhi                                   on 2001/02/18  17:01:06
61933         Log: Add run/*.t to testables.
61934      Branch: perl
61935            ! t/TEST
61936 ____________________________________________________________________________
61937 [  8822] By: jhi                                   on 2001/02/18  16:58:58
61938         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
61939              From: schwern@pobox.com
61940              Date: Sun, 18 Feb 2001 01:11:35 -0500
61941              Message-ID: <20010218011135.A19957@magnonel.guild.net>
61942              
61943              Revive mjd's and Simon's PERL5OPT fix.
61944      Branch: perl
61945            + t/run/runenv.t
61946            ! MANIFEST perl.c
61947 ____________________________________________________________________________
61948 [  8821] By: jhi                                   on 2001/02/18  16:53:46
61949         Log: Subject: Re: Why t/TEST and not Test::Harness?
61950              From: schwern@pobox.com
61951              Date: Sat, 17 Feb 2001 22:44:44 -0500
61952              Message-ID: <20010217224444.A6679@magnonel.guild.net>
61953              
61954              Replace UTEST with TEST -utf8.
61955      Branch: perl
61956            - t/UTEST
61957            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
61958            ! t/lib/glob-basic.t
61959 ____________________________________________________________________________
61960 [  8820] By: nick                                  on 2001/02/18  13:06:16
61961         Log: Clean up a few core dumps when layers are used in unexpected ways.
61962              (Still not "right"...)
61963      Branch: perlio
61964            ! perlio.c perliol.h
61965 ____________________________________________________________________________
61966 [  8819] By: jhi                                   on 2001/02/18  02:25:55
61967         Log: Integrate change #8818 from maintperl, a FAQ nit.
61968      Branch: perl
61969           !> pod/perlfaq4.pod
61970 ____________________________________________________________________________
61971 [  8818] By: jhi                                   on 2001/02/18  02:24:50
61972         Log: FAQ nit from Chris Fedde.
61973      Branch: maint-5.6/perl
61974            ! pod/perlfaq4.pod
61975 ____________________________________________________________________________
61976 [  8817] By: nick                                  on 2001/02/17  18:20:14
61977         Log: Integrate mainline
61978      Branch: perlio
61979           +> lib/unicode/UCD.html lib/unicode/Unicode.html
61980           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
61981           +> pod/perlclib.pod
61982            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
61983            - lib/unicode/Unicode.301
61984           !> (integrate 324 files)
61985 ____________________________________________________________________________
61986 [  8816] By: jhi                                   on 2001/02/17  16:56:58
61987         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
61988      Branch: perl
61989            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61990            ! ext/Storable/Storable.xs t/lib/st-06compat.t
61991            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
61992 ____________________________________________________________________________
61993 [  8815] By: jhi                                   on 2001/02/17  16:40:07
61994         Log: Subject: [patch] -Wall
61995              From: Doug MacEachern <dougm@covalent.net>
61996              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
61997              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
61998      Branch: perl
61999            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
62000            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
62001 ____________________________________________________________________________
62002 [  8814] By: jhi                                   on 2001/02/16  19:27:18
62003         Log: Document qu better.
62004      Branch: perl
62005            ! pod/perlop.pod
62006 ____________________________________________________________________________
62007 [  8813] By: jhi                                   on 2001/02/15  13:54:37
62008         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
62009              From: Hugo <hv@crypt.compulink.co.uk>
62010              Date: Thu, 15 Feb 2001 13:39:49 +0000
62011              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
62012      Branch: perl
62013            ! toke.c
62014 ____________________________________________________________________________
62015 [  8812] By: alanbur                               on 2001/02/15  13:52:16
62016         Log: Resynchronised with parent
62017      Branch: maint-5.6/pureperl
62018            - ebcdic.c
62019           !> (integrate 36 files)
62020 ____________________________________________________________________________
62021 [  8811] By: jhi                                   on 2001/02/15  13:51:16
62022         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
62023              
62024              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
62025              From: Jan Dubois <JanD@ActiveState.com>
62026              Date: Wed, 31 Jan 2001 21:17:03 -0800
62027              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
62028              
62029              tweak change#8659 to keep it simple
62030              
62031              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
62032              From: Russ Allbery <rra@stanford.edu>
62033              Date: 14 Feb 2001 10:15:41 -0800
62034              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
62035              
62036              (8809 empty)
62037              
62038              Upgrade to podlators 1.08, from Russ Allbery.
62039      Branch: perl
62040           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
62041           !> utils/perldoc.PL
62042 ____________________________________________________________________________
62043 [  8810] By: jhi                                   on 2001/02/15  13:35:08
62044         Log: Upgrade to podlators 1.08, from Russ Allbery.
62045      Branch: maint-5.6/perl
62046            ! lib/Pod/Man.pm lib/Pod/Text.pm
62047 ____________________________________________________________________________
62048 [  8809] By: jhi                                   on 2001/02/15  13:26:38
62049         Log: (accidentally empty check-in)
62050      Branch: maint-5.6/perl
62051            ! lib/Test/Harness.pm
62052 ____________________________________________________________________________
62053 [  8808] By: jhi                                   on 2001/02/15  13:23:47
62054         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
62055              From: Russ Allbery <rra@stanford.edu>
62056              Date: 14 Feb 2001 10:15:41 -0800
62057              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
62058              
62059              perldoc was hardcoding $Config{installscript}, which breaks
62060              when install* isn't where Perl ends up (such as with AFS).
62061              
62062              Use $Config{scriptdir} instead.
62063      Branch: maint-5.6/perl
62064            ! utils/perldoc.PL
62065 ____________________________________________________________________________
62066 [  8807] By: jhi                                   on 2001/02/14  14:37:27
62067         Log: Update Changes.
62068      Branch: perl
62069            ! Changes patchlevel.h
62070 ____________________________________________________________________________
62071 [  8806] By: jhi                                   on 2001/02/14  14:25:31
62072         Log: Integrate changes #8803,8804,8805 from mainline.
62073              
62074              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
62075              
62076              Don't skip too much of the locale error message if no environ array,
62077              from Chris Nandor.
62078              
62079              More MacOS Classic fixes from Chris Nandor.
62080      Branch: maint-5.6/perl
62081           !> doop.c lib/Cwd.pm perl.c perl.h util.c
62082 ____________________________________________________________________________
62083 [  8805] By: jhi                                   on 2001/02/14  03:29:01
62084         Log: More MacOS Classic fixes from Chris Nandor.
62085      Branch: perl
62086            ! doop.c lib/Cwd.pm
62087 ____________________________________________________________________________
62088 [  8804] By: jhi                                   on 2001/02/14  03:18:35
62089         Log: Don't skip too much of the locale error message if no environ array,
62090              from Chris Nandor.
62091      Branch: perl
62092            ! util.c
62093 ____________________________________________________________________________
62094 [  8803] By: jhi                                   on 2001/02/14  03:14:14
62095         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
62096      Branch: perl
62097            ! perl.c perl.h
62098 ____________________________________________________________________________
62099 [  8802] By: jhi                                   on 2001/02/13  18:31:33
62100         Log: AUTHORS update.
62101      Branch: perl
62102            ! AUTHORS
62103 ____________________________________________________________________________
62104 [  8801] By: jhi                                   on 2001/02/13  17:55:19
62105         Log: Integrate change #8792 from mainline.
62106              
62107              Subject: buncha MacPerl patches for bleadperl
62108              From: Chris Nandor <pudge@pobox.com>
62109              Date: Tue, 13 Feb 2001 00:02:43 -0500
62110              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
62111      Branch: maint-5.6/perl
62112           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
62113           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
62114           !> t/lib/basename.t toke.c util.h
62115 ____________________________________________________________________________
62116 [  8800] By: jhi                                   on 2001/02/13  17:46:43
62117         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
62118              to be forced to Off_t.
62119              
62120              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
62121              From: nick@ccl4.org
62122              Date: Thu, 1 Feb 2001 12:01:04 +0000
62123              Message-Id: <20010201120103.E11401@plum.flirble.org>
62124      Branch: maint-5.6/perl
62125            ! iperlsys.h perlio.c
62126 ____________________________________________________________________________
62127 [  8799] By: jhi                                   on 2001/02/13  16:52:51
62128         Log: Duplex duplex hunk hunk.
62129      Branch: maint-5.6/perl
62130            ! Makefile.SH
62131 ____________________________________________________________________________
62132 [  8797] By: jhi                                   on 2001/02/13  14:52:04
62133         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
62134              From: "Craig A. Berry" <craigberry@mac.com>
62135              Date: Mon, 12 Feb 2001 11:05:25 -0600
62136              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
62137      Branch: perl
62138            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
62139 ____________________________________________________________________________
62140 [  8796] By: jhi                                   on 2001/02/13  14:36:47
62141         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
62142              From: simon.cozens@pembroke.oxford.ac.uk 
62143              Date: Sat, 10 Feb 2001 17:57:02 +0000
62144              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
62145              
62146              Now it does include.
62147      Branch: perl
62148            ! pod/perldiag.pod
62149 ____________________________________________________________________________
62150 [  8795] By: jhi                                   on 2001/02/13  14:30:11
62151         Log: Sort the MANIFEST.
62152      Branch: perl
62153            ! MANIFEST
62154 ____________________________________________________________________________
62155 [  8794] By: jhi                                   on 2001/02/13  14:26:51
62156         Log: Integrate change #8793 from mainline, FAQ updates.
62157      Branch: maint-5.6/perl
62158           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
62159 ____________________________________________________________________________
62160 [  8793] By: jhi                                   on 2001/02/13  14:25:13
62161         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
62162      Branch: perl
62163            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
62164 ____________________________________________________________________________
62165 [  8792] By: jhi                                   on 2001/02/13  14:22:50
62166         Log: Subject: buncha MacPerl patches for bleadperl
62167              From: Chris Nandor <pudge@pobox.com>
62168              Date: Tue, 13 Feb 2001 00:02:43 -0500
62169              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
62170      Branch: perl
62171            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
62172            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
62173            ! t/lib/basename.t toke.c util.h
62174 ____________________________________________________________________________
62175 [  8791] By: jhi                                   on 2001/02/13  14:10:39
62176         Log: Integrate change #8790 from mainline.
62177              
62178              environ array wrongly assumed in Perl_init_i18nl10n(),
62179      Branch: maint-5.6/perl
62180           !> util.c
62181 ____________________________________________________________________________
62182 [  8790] By: jhi                                   on 2001/02/13  14:06:15
62183         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
62184              noticed by Chris Nandor in MacOS Classic.
62185      Branch: perl
62186            ! util.c
62187 ____________________________________________________________________________
62188 [  8789] By: jhi                                   on 2001/02/13  13:58:07
62189         Log: Integrate changes #8373,8487,8544,8783 from mainline.
62190              
62191              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
62192              hints files, the dynaloading, assimilate ebcdic into util.c.
62193      Branch: maint-5.6/perl
62194            - ebcdic.c
62195            ! MANIFEST hints/posix-bc.sh
62196           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
62197           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
62198           !> perlapi.c proto.h util.c
62199 ____________________________________________________________________________
62200 [  8788] By: alanbur                               on 2001/02/13  10:33:13
62201         Log: Integrated changes from maint-5.6
62202      Branch: maint-5.6/pureperl
62203           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
62204           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
62205           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62206           !> vos/config.ga.h vos/configure_perl.cm
62207 ____________________________________________________________________________
62208 [  8787] By: jhi                                   on 2001/02/13  05:56:36
62209         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
62210      Branch: perl
62211           !> Makefile.SH
62212 ____________________________________________________________________________
62213 [  8786] By: jhi                                   on 2001/02/13  05:54:34
62214         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
62215              From: Dorner Thomas <Thomas.Dorner@start.de>
62216              Date: Mon, 12 Feb 2001 15:06:26 +0100
62217              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
62218      Branch: maint-5.6/perl
62219            ! Makefile.SH
62220 ____________________________________________________________________________
62221 [  8785] By: jhi                                   on 2001/02/13  05:29:04
62222         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
62223      Branch: perl
62224           !> hints/openbsd.sh
62225 ____________________________________________________________________________
62226 [  8784] By: jhi                                   on 2001/02/13  02:25:24
62227         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
62228              From: Peter Prymmer <pvhp@forte.com>
62229              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
62230              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
62231      Branch: perl
62232            ! pod/perlclib.pod
62233 ____________________________________________________________________________
62234 [  8783] By: jhi                                   on 2001/02/13  02:22:36
62235         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
62236      Branch: perl
62237            - ebcdic.c
62238            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
62239            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
62240            ! util.c
62241 ____________________________________________________________________________
62242 [  8782] By: jhi                                   on 2001/02/13  02:00:07
62243         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
62244      Branch: maint-5.6/perl
62245            ! pod/perlport.pod
62246 ____________________________________________________________________________
62247 [  8781] By: jhi                                   on 2001/02/13  01:58:44
62248         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
62249      Branch: maint-5.6/perl
62250            ! hints/openbsd.sh
62251 ____________________________________________________________________________
62252 [  8780] By: jhi                                   on 2001/02/13  01:57:33
62253         Log: Synchronize the regexp tests between maintperl and mainline.
62254      Branch: maint-5.6/perl
62255           !> t/op/re_tests
62256 ____________________________________________________________________________
62257 [  8779] By: jhi                                   on 2001/02/13  01:49:35
62258         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
62259              From: Hugo <hv@crypt.compulink.co.uk>
62260              Date: Tue, 13 Feb 2001 00:11:11 +0000
62261              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
62262      Branch: perl
62263            ! regcomp.c t/op/re_tests
62264 ____________________________________________________________________________
62265 [  8778] By: jhi                                   on 2001/02/13  00:23:10
62266         Log: Comments do not nest.
62267      Branch: perl
62268            ! perl.h
62269 ____________________________________________________________________________
62270 [  8777] By: jhi                                   on 2001/02/13  00:17:54
62271         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
62272              From: Hugo <hv@crypt.compulink.co.uk>
62273              Date: Tue, 13 Feb 2001 00:11:11 +0000
62274              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
62275      Branch: maint-5.6/perl
62276            ! regcomp.c t/op/re_tests
62277 ____________________________________________________________________________
62278 [  8776] By: jhi                                   on 2001/02/12  23:25:52
62279         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
62280      Branch: maint-5.6/perl
62281            ! pod/perlport.pod
62282 ____________________________________________________________________________
62283 [  8775] By: jhi                                   on 2001/02/12  23:04:28
62284         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
62285      Branch: maint-5.6/perl
62286            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
62287            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62288            ! vos/configure_perl.cm
62289 ____________________________________________________________________________
62290 [  8774] By: jhi                                   on 2001/02/12  22:59:11
62291         Log: Subject: Re: [patch] context for 'U' magic functions
62292              From: Doug MacEachern <dougm@covalent.net>
62293              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
62294              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
62295              
62296              plus the suggestion by Nick Ing-Simmons to name the macro
62297              as PERL_MG_UFUNC to avoid namespace pollution, plus add
62298              the advice by Doug for XS writers to perl.h
62299      Branch: perl
62300            ! mg.c perl.h
62301 ____________________________________________________________________________
62302 [  8773] By: jhi                                   on 2001/02/11  20:14:12
62303         Log: Update Changes.
62304      Branch: perl
62305            ! Changes patchlevel.h
62306 ____________________________________________________________________________
62307 [  8772] By: jhi                                   on 2001/02/11  18:47:52
62308         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
62309              From: Simon Cozens <simon@cozens.net>
62310              Date: Wed, 31 Jan 2001 16:31:43 +0000
62311              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
62312      Branch: perl
62313            + pod/perlclib.pod
62314            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
62315            ! pod/perltoc.pod
62316 ____________________________________________________________________________
62317 [  8771] By: jhi                                   on 2001/02/11  18:36:48
62318         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
62319              
62320              Blocks-4d3.beta.txt
62321              CaseFolding-3d4.beta.txt
62322              CompositionExclusions-3d6.beta.txt
62323              EastAsianWidth-4d4.beta.txt
62324              LineBreak-6d3.beta.txt
62325              NamesList-3.1.0d1.beta.txt
62326              PropList-3.1.0d4.beta.txt
62327              SpecialCasing-4d1.beta.txt
62328              UnicodeData-3.1.0d6.beta.txt
62329      Branch: perl
62330            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
62331           +> lib/unicode/UCD.html lib/unicode/Unicode.html
62332            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
62333            - lib/unicode/Unicode.301
62334            ! (edit 257 files)
62335 ____________________________________________________________________________
62336 [  8770] By: jhi                                   on 2001/02/11  17:26:22
62337         Log: UTF-8 documentation.
62338      Branch: perl
62339            ! utf8.h
62340 ____________________________________________________________________________
62341 [  8769] By: jhi                                   on 2001/02/11  17:12:49
62342         Log: Retract #8762.
62343      Branch: perl
62344            ! regexec.c
62345 ____________________________________________________________________________
62346 [  8768] By: jhi                                   on 2001/02/11  16:54:45
62347         Log: Subject: [PATCH] Test::Harness
62348              From: andreas.koenig@anima.de (Andreas J. Koenig)
62349              Date: 11 Feb 2001 14:37:00 +0100
62350              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
62351      Branch: perl
62352            ! lib/Test/Harness.pm
62353 ____________________________________________________________________________
62354 [  8767] By: jhi                                   on 2001/02/11  16:53:52
62355         Log: Subject: [PATCH] Document makepatch in Porting/patching
62356              From: andreas.koenig@anima.de (Andreas J. Koenig)
62357              Date: 11 Feb 2001 16:46:28 +0100
62358              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
62359      Branch: perl
62360            ! Porting/patching.pod
62361 ____________________________________________________________________________
62362 [  8766] By: jhi                                   on 2001/02/11  06:30:23
62363         Log: Subject: Re: [patch] GvSHARED
62364              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
62365              From: Doug MacEachern <dougm@covalent.net>
62366              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
62367              
62368              Subject: Re: [patch] GvSHARED
62369              From: Doug MacEachern <dougm@covalent.net>
62370              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
62371              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
62372              
62373              Subject: [patch] attributes.pm support for `shared'
62374              From: Doug MacEachern <dougm@covalent.net>
62375              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
62376              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
62377              
62378              our() attributes were ignored, our :shared pieces missing,
62379              allow attributes.pm to turn on shared.
62380      Branch: perl
62381            ! op.c t/op/attrs.t toke.c xsutils.c
62382 ____________________________________________________________________________
62383 [  8765] By: alanbur                               on 2001/02/10  23:11:19
62384         Log: Resync with parent (hopefully sucessfully this time)
62385      Branch: maint-5.6/pureperl
62386           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
62387           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
62388           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
62389           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
62390           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
62391           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
62392           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
62393 ____________________________________________________________________________
62394 [  8764] By: jhi                                   on 2001/02/10  22:54:38
62395         Log: Make TEST and UTEST more verbose in case something goes
62396              wrong in running/compiling a script, suggested by Doug
62397              MacEachern.
62398      Branch: perl
62399            ! t/TEST t/UTEST
62400 ____________________________________________________________________________
62401 [  8763] By: jhi                                   on 2001/02/10  22:11:34
62402         Log: Bogus shebang.
62403      Branch: perl
62404            ! t/lib/texttabs.t
62405 ____________________________________________________________________________
62406 [  8762] By: jhi                                   on 2001/02/10  21:56:02
62407         Log: (Retracted by #8769)
62408      Branch: perl
62409            ! regexec.c
62410 ____________________________________________________________________________
62411 [  8761] By: jhi                                   on 2001/02/10  21:26:15
62412         Log: Subject: Re: [patch] GvSHARED 
62413              From: Doug MacEachern <dougm@covalent.net>
62414              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
62415              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
62416              
62417              our @EXPORT : shared = (...);
62418      Branch: perl
62419            ! toke.c
62420 ____________________________________________________________________________
62421 [  8760] By: jhi                                   on 2001/02/10  21:25:07
62422         Log: Subject: [patch] GvSHARED
62423              From: Doug MacEachern <dougm@covalent.net>
62424              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
62425              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
62426      Branch: perl
62427            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
62428 ____________________________________________________________________________
62429 [  8759] By: alanbur                               on 2001/02/10  21:24:27
62430         Log: Backed out mismerge.
62431      Branch: maint-5.6/pureperl
62432            ! MANIFEST README.hpux README.vmesa gv.c installhtml
62433            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
62434            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
62435            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
62436            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
62437            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
62438            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
62439 ____________________________________________________________________________
62440 [  8758] By: jhi                                   on 2001/02/10  18:01:17
62441         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
62442              
62443              Fixed UMRs and leak in Perl_pmtrans()
62444              
62445              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
62446              associated UTFied tr/// code.  Also fixed scoping leak of
62447              PL_reg_start_tmp.
62448              
62449              newATTRSUB leaks when an attempt to redefine the active sort sub is
62450              made.
62451      Branch: maint-5.6/perl
62452           !> op.c regcomp.c
62453 ____________________________________________________________________________
62454 [  8757] By: alanbur                               on 2001/02/10  17:56:46
62455         Log: Resynchronised with parent
62456      Branch: maint-5.6/pureperl
62457           +> README.bs2000
62458            - README.posix-bc
62459            ! gv.c perl.c sv.c
62460           !> MANIFEST README.hpux README.vmesa installhtml
62461           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
62462           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
62463           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
62464           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
62465           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
62466           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
62467 ____________________________________________________________________________
62468 [  8756] By: alanbur                               on 2001/02/10  17:51:15
62469         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
62470              made.
62471      Branch: maint-5.6/pureperl
62472            ! op.c
62473 ____________________________________________________________________________
62474 [  8755] By: jhi                                   on 2001/02/09  22:41:35
62475         Log: Upgrade to CPAN 1.59_54, from Andreas König.
62476      Branch: perl
62477            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62478 ____________________________________________________________________________
62479 [  8754] By: jhi                                   on 2001/02/09  22:29:20
62480         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
62481              
62482              Didn't upgrade the fill.t since it has a dependency to File::Slurp
62483              purely for debugging purposes, the actual test hasn't changed.
62484      Branch: perl
62485            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
62486            ! t/lib/textwrap.t
62487 ____________________________________________________________________________
62488 [  8753] By: jhi                                   on 2001/02/09  20:17:50
62489         Log: Integrate change #8682 from maintperl.
62490              
62491              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
62492              to work correctly.
62493      Branch: perl
62494           !> hints/irix_6.sh
62495 ____________________________________________________________________________
62496 [  8752] By: jhi                                   on 2001/02/09  20:00:46
62497         Log: Update Changes.
62498      Branch: perl
62499            ! Changes patchlevel.h
62500 ____________________________________________________________________________
62501 [  8751] By: nick                                  on 2001/02/09  19:48:37
62502         Log: Integrate mainline
62503      Branch: perlio
62504           +> README.bs2000 t/lib/cgi-esc.t
62505            - README.posix-bc
62506           !> (integrate 53 files)
62507 ____________________________________________________________________________
62508 [  8750] By: nick                                  on 2001/02/09  19:25:16
62509         Log: Subject: RE: Biannual Competition to Improve Hashing Function
62510              From: Fisher Mark <fisherm@tce.com>
62511              Date: Thu, 8 Feb 2001 10:44:00 -0500
62512              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
62513              Date: Thu, 8 Feb 2001 15:02:47 -0500
62514              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
62515      Branch: perl
62516            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
62517 ____________________________________________________________________________
62518 [  8749] By: jhi                                   on 2001/02/09  19:02:35
62519         Log: Forgotten fragment.
62520      Branch: perl
62521            ! pod/perlapi.pod
62522 ____________________________________________________________________________
62523 [  8748] By: jhi                                   on 2001/02/09  18:31:34
62524         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
62525              plus manual tweakage.
62526              
62527              Sync the perlfaq2 between mainline and maintperl.
62528      Branch: maint-5.6/perl
62529            ! pod/perlfaq2.pod
62530      Branch: perl
62531           !> pod/perlfaq2.pod
62532 ____________________________________________________________________________
62533 [  8747] By: jhi                                   on 2001/02/09  18:12:04
62534         Log: Subject: versiononly and installperl
62535              From: abigail@foad.org
62536              Date: Wed, 7 Feb 2001 22:43:12 +0100
62537              Message-ID: <20010207214312.7045.qmail@foad.org>    
62538              
62539              Add +v flag to force a normal install of the perl binary
62540              and the utilities.
62541              
62542              Subject: [PATCH] installperl
62543              From: Nicholas Clark <nick@ccl4.org>
62544              Date: Fri, 9 Feb 2001 16:28:57 +0000
62545              Message-ID: <20010209162857.B10931@plum.flirble.org>
62546              
62547              Add -A flag which also hardlinks the binary with
62548              the full architecture name.
62549      Branch: perl
62550            ! installperl
62551 ____________________________________________________________________________
62552 [  8746] By: jhi                                   on 2001/02/09  18:03:43
62553         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
62554              
62555              Subject: perlfaq2, re: perlmongers
62556              
62557              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
62558              
62559              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
62560              
62561              Subject: [ID 20010205.001] typo in perlfaq9
62562              
62563              Subject: [ID 20010208.002] unordered explanation in perlcall
62564      Branch: maint-5.6/perl
62565           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
62566           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
62567           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
62568 ____________________________________________________________________________
62569 [  8745] By: jhi                                   on 2001/02/09  17:59:09
62570         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
62571              From: abela@geneanet.org
62572              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
62573              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
62574      Branch: perl
62575            ! pod/perlcall.pod
62576 ____________________________________________________________________________
62577 [  8744] By: jhi                                   on 2001/02/09  17:48:16
62578         Log: Subject: [ID 20010205.001] typo in perlfaq9
62579              From: eserte@vran.herceg.de
62580              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
62581              Message-Id: <200102042244.XAA21926@vran.herceg.de>
62582      Branch: perl
62583            ! pod/perlfaq9.pod
62584 ____________________________________________________________________________
62585 [  8743] By: jhi                                   on 2001/02/09  17:25:12
62586         Log: Integrate change #8695 from maintperl.
62587              
62588              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
62589      Branch: perl
62590           !> thread.h
62591 ____________________________________________________________________________
62592 [  8742] By: jhi                                   on 2001/02/09  17:21:22
62593         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
62594              From: Andy Dougherty <doughera@lafayette.edu>
62595              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
62596              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
62597      Branch: perl
62598            ! embed.pl
62599 ____________________________________________________________________________
62600 [  8741] By: jhi                                   on 2001/02/09  17:05:19
62601         Log: Integrate changes #8738,8739,8740 from maintperl.
62602              
62603              Html files will be installed in a more logical and easier to
62604              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
62605              
62606              Html files will be generated with a header to make them look
62607              a little less bare.
62608              
62609              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
62610      Branch: perl
62611           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
62612 ____________________________________________________________________________
62613 [  8740] By: jhi                                   on 2001/02/09  17:03:46
62614         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
62615              From: "Brendan O'Dea" <bod@compusol.com.au>
62616              Date: Sun, 4 Feb 2001 11:17:56 +1100
62617              Message-ID: <20010204111756.A16301@compusol.com.au>
62618      Branch: maint-5.6/perl
62619            ! pod/perlfaq3.pod
62620 ____________________________________________________________________________
62621 [  8739] By: jhi                                   on 2001/02/09  17:01:59
62622         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
62623              From: "Indy Singh" <indy@nusphere.com>
62624              Date: Fri, 2 Feb 2001 15:09:59 -0500
62625              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
62626              
62627              Html files will be generated with a header to make them look
62628              a little less bare.
62629      Branch: maint-5.6/perl
62630            ! installhtml
62631 ____________________________________________________________________________
62632 [  8738] By: jhi                                   on 2001/02/09  16:58:48
62633         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
62634              From: "Indy Singh" <indy@nusphere.com>
62635              Date: Fri, 2 Feb 2001 15:08:23 -0500
62636              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
62637              
62638              Html files will be installed in a more logical and easier to
62639              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
62640      Branch: maint-5.6/perl
62641            ! win32/Makefile win32/makefile.mk
62642 ____________________________________________________________________________
62643 [  8737] By: jhi                                   on 2001/02/09  16:46:54
62644         Log: Integrate changes #8687,8736 from maintperl.
62645              
62646              HP-UX thread patches from Merijn H. Brand.
62647              
62648              Latin nit from Philip Newton.
62649      Branch: perl
62650           !> README.hpux hints/hpux.sh
62651 ____________________________________________________________________________
62652 [  8736] By: jhi                                   on 2001/02/09  16:42:31
62653         Log: Latin nit from Philip Newton.
62654      Branch: maint-5.6/perl
62655            ! README.hpux
62656 ____________________________________________________________________________
62657 [  8735] By: jhi                                   on 2001/02/09  16:24:03
62658         Log: Integrate changes #8704,8710 from pureperl.
62659              
62660              Fixed UMRs and leak in Perl_pmtrans()
62661              
62662              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
62663              associated UTFied tr/// code.  Also fixed scoping leak of
62664              PL_reg_start_tmp.
62665      Branch: perl
62666           !> op.c regcomp.c
62667 ____________________________________________________________________________
62668 [  8734] By: jhi                                   on 2001/02/09  15:40:21
62669         Log: Integrate change #8733 from maintperl.
62670              
62671              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
62672      Branch: perl
62673           !> pod/perlre.pod
62674 ____________________________________________________________________________
62675 [  8733] By: jhi                                   on 2001/02/09  15:35:47
62676         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
62677              From: Prymmer/Kahn <pvhp@best.com>
62678              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
62679              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
62680      Branch: maint-5.6/perl
62681            ! pod/perlre.pod
62682 ____________________________________________________________________________
62683 [  8732] By: jhi                                   on 2001/02/09  15:26:17
62684         Log: Rename README.posix-bc to README.bs2000 (to avoid the
62685              confusion of a "perlposix-bc.pod"), add a few missing
62686              arch pods, regen toc.
62687      Branch: maint-5.6/perl
62688           +> README.bs2000
62689            - README.posix-bc
62690            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
62691            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
62692 ____________________________________________________________________________
62693 [  8731] By: jhi                                   on 2001/02/09  15:23:39
62694         Log: De-cut-and-pasto.
62695      Branch: perl
62696            ! pod/perl.pod
62697 ____________________________________________________________________________
62698 [  8730] By: jhi                                   on 2001/02/09  15:11:13
62699         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
62700              when people think that perlposix-bc.pod tells anything about
62701              Perl and POSIX.  Regen toc.
62702      Branch: perl
62703           +> README.bs2000
62704            - README.posix-bc
62705            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
62706            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
62707 ____________________________________________________________________________
62708 [  8729] By: jhi                                   on 2001/02/09  14:52:28
62709         Log: The README.vmesa part of #8712 from maintperl.
62710      Branch: perl
62711            ! README.vmesa
62712 ____________________________________________________________________________
62713 [  8728] By: jhi                                   on 2001/02/09  14:46:06
62714         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
62715              From: Peter Prymmer <pvhp@forte.com>
62716              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
62717              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
62718      Branch: maint-5.6/perl
62719            ! README.vmesa win32/Makefile win32/makefile.mk
62720 ____________________________________________________________________________
62721 [  8727] By: jhi                                   on 2001/02/09  14:33:25
62722         Log: Integrate change #8712 from mainline.
62723              
62724              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
62725      Branch: maint-5.6/perl
62726           !> lib/Pod/Find.pm
62727 ____________________________________________________________________________
62728 [  8726] By: jhi                                   on 2001/02/09  14:30:28
62729         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
62730              From: Peter Prymmer <pvhp@forte.com>
62731              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
62732              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
62733      Branch: perl
62734            + t/lib/cgi-esc.t
62735            ! MANIFEST lib/CGI/Util.pm
62736 ____________________________________________________________________________
62737 [  8725] By: jhi                                   on 2001/02/09  04:56:47
62738         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
62739      Branch: maint-5.6/perl
62740            ! pod/perlport.pod
62741 ____________________________________________________________________________
62742 [  8724] By: jhi                                   on 2001/02/09  04:40:59
62743         Log: Integrate changes 7819,7820 from vmsperl into mainline.
62744              
62745              Add header for LIB$ prototypes (C. Berry)
62746              
62747              Convert fwrite()s to sockets to write()s, since some socket stacks
62748              don't take kindly to stdio.
62749              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
62750              (for often optional LNMs)
62751              Correct a few typos
62752              (C. Bailey)
62753      Branch: perl
62754           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
62755 ____________________________________________________________________________
62756 [  8723] By: jhi                                   on 2001/02/09  03:29:29
62757         Log: Integrate change #8722 from mainline.
62758              
62759              The Im() function wasn't returning zero for non-Math::Complex
62760              arguments.  The bug reported by John Gamble.
62761      Branch: maint-5.6/perl
62762           !> lib/Math/Complex.pm
62763 ____________________________________________________________________________
62764 [  8722] By: jhi                                   on 2001/02/09  03:28:33
62765         Log: The Im() function wasn't returning zero for non-Math::Complex
62766              arguments.  The bug reported by John Gamble.
62767      Branch: perl
62768            ! lib/Math/Complex.pm
62769 ____________________________________________________________________________
62770 [  8721] By: nick                                  on 2001/02/08  22:11:35
62771         Log: Correct the correction :-(
62772      Branch: perl
62773            ! perl.c
62774 ____________________________________________________________________________
62775 [  8720] By: bailey                                on 2001/02/08  20:59:22
62776         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
62777              don't take kindly to stdio.
62778              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
62779              (for often optional LNMs)
62780              Correct a few typos
62781              (C. Bailey)
62782      Branch: vmsperl
62783            ! vms/vms.c vms/vmsish.h
62784 ____________________________________________________________________________
62785 [  8719] By: bailey                                on 2001/02/08  20:51:02
62786         Log: Add header for LIB$ prototypes (C. Berry)
62787      Branch: vmsperl
62788            ! ext/Devel/DProf/DProf.xs
62789 ____________________________________________________________________________
62790 [  8718] By: bailey                                on 2001/02/08  20:49:00
62791         Log: SYN SYN
62792      Branch: vmsperl
62793           +> pod/perliol.pod t/lib/sample-tests/bailout
62794           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
62795           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
62796           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
62797           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
62798           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
62799           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
62800            - lib/unicode/Is/DCinital.pl
62801           !> (integrate 101 files)
62802 ____________________________________________________________________________
62803 [  8717] By: nick                                  on 2001/02/08  19:38:48
62804         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
62805              From: Robin Barker <rmb1@cise.npl.co.uk>
62806              Date: Thu, 8 Feb 2001 14:38:07 GMT
62807              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
62808      Branch: perl
62809            ! lib/CPAN.pm
62810 ____________________________________________________________________________
62811 [  8716] By: nick                                  on 2001/02/08  19:29:07
62812         Log: Generated files form 8713 etc.
62813      Branch: perl
62814            ! embed.h global.sym objXSUB.h perlapi.c proto.h
62815 ____________________________________________________________________________
62816 [  8715] By: nick                                  on 2001/02/08  19:26:08
62817         Log: Fixup non-ithread build after 8713
62818      Branch: perl
62819            ! perl.c
62820 ____________________________________________________________________________
62821 [  8714] By: nick                                  on 2001/02/08  19:17:45
62822         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
62823              From: nick@ccl4.org
62824              Date: Wed, 7 Feb 2001 00:27:47 +0000
62825              Message-Id: <20010207002747.B63724@plum.flirble.org>
62826      Branch: perl
62827            ! sv.c toke.c
62828 ____________________________________________________________________________
62829 [  8713] By: nick                                  on 2001/02/08  19:15:58
62830         Log: Subject: Re: [patch] Re: PL_ptr_table
62831              From: Doug Maceachern <dougm@covalent.net>
62832              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
62833              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
62834      Branch: perl
62835            ! embed.pl perl.c sv.c sv.h
62836 ____________________________________________________________________________
62837 [  8712] By: nick                                  on 2001/02/08  19:12:47
62838         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
62839              From: Peter Prymmer <pvhp@forte.com>
62840              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
62841              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
62842      Branch: perl
62843            ! lib/Pod/Find.pm
62844 ____________________________________________________________________________
62845 [  8711] By: nick                                  on 2001/02/07  21:06:11
62846         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
62847              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
62848              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62849              Date: Tue, 06 Feb 2001 23:37:01 +0000
62850              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
62851      Branch: perl
62852            ! regcomp.c
62853 ____________________________________________________________________________
62854 [  8710] By: alanbur                               on 2001/02/07  00:22:04
62855         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
62856              associated UTFied tr/// code.  Also fixed scoping leak of
62857              PL_reg_start_tmp.
62858      Branch: maint-5.6/pureperl
62859            ! op.c regcomp.c
62860 ____________________________________________________________________________
62861 [  8709] By: nick                                  on 2001/02/06  21:16:49
62862         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
62863              From: Michael G Schwern <schwern@pobox.com>
62864              Date: Sun, 4 Feb 2001 19:47:14 -0500
62865              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
62866      Branch: perl
62867            ! pod/perlapi.pod pod/perlmodlib.PL
62868 ____________________________________________________________________________
62869 [  8708] By: nick                                  on 2001/02/06  20:41:20
62870         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
62871              From: Michael G Schwern <schwern@pobox.com>
62872              Date: Sun, 4 Feb 2001 21:17:49 -0500
62873              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
62874      Branch: perl
62875            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
62876            ! pod/perltootc.pod
62877 ____________________________________________________________________________
62878 [  8707] By: nick                                  on 2001/02/06  20:29:11
62879         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
62880              From: Michael G Schwern <schwern@pobox.com>
62881              Date: Tue, 6 Feb 2001 05:54:30 -0500
62882              Message-Id: <20010206055430.A951@blackrider.aocn.com>
62883      Branch: perl
62884            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
62885 ____________________________________________________________________________
62886 [  8706] By: nick                                  on 2001/02/06  20:21:40
62887         Log: Subject: RE: some win32 fixes
62888              Date: Tue, 6 Feb 2001 09:23:20 +0300
62889              From: Vadim Konovalov <vkonovalov@lucent.com>
62890              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
62891      Branch: perl
62892            ! toke.c win32/Makefile win32/config.bc win32/config.gc
62893            ! win32/config.vc win32/config_H.bc win32/makefile.mk
62894 ____________________________________________________________________________
62895 [  8705] By: alanbur                               on 2001/02/06  15:00:03
62896         Log: Synchronised with parent
62897      Branch: maint-5.6/pureperl
62898            ! regexec.c
62899           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
62900           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
62901 ____________________________________________________________________________
62902 [  8704] By: alanbur                               on 2001/02/06  14:55:24
62903         Log: Fixed UMRs and leak in Perl_pmtrans()
62904      Branch: maint-5.6/pureperl
62905            ! op.c
62906 ____________________________________________________________________________
62907 [  8703] By: gsar                                  on 2001/02/06  02:29:37
62908         Log: $(MAKE) distclean doesn't clean up properly on windows
62909      Branch: maint-5.6/perl
62910            ! win32/Makefile win32/makefile.mk
62911 ____________________________________________________________________________
62912 [  8702] By: gsar                                  on 2001/02/06  01:00:46
62913         Log: tweak change#8659 to keep it simple
62914      Branch: maint-5.6/perl
62915            ! utils/perldoc.PL
62916 ____________________________________________________________________________
62917 [  8701] By: gsar                                  on 2001/02/05  22:45:41
62918         Log: change#8693 was missing testsuite changes
62919      Branch: maint-5.6/perl
62920           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
62921 ____________________________________________________________________________
62922 [  8700] By: nick                                  on 2001/02/05  20:32:52
62923         Log: Integrate mainline
62924      Branch: perlio
62925           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
62926           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
62927           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
62928           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
62929           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
62930           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
62931           +> t/lib/test-harness.t
62932           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
62933           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
62934           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
62935           !> pod/perlutil.pod t/TEST utils/h2xs.PL
62936 ____________________________________________________________________________
62937 [  8699] By: nick                                  on 2001/02/05  19:41:07
62938         Log: Subject: perlfaq2, re: perlmongers
62939              From: David H. Adler <dha@panix.com>
62940              Date: Sun, 4 Feb 2001 23:48:23 -0500
62941              Message-Id: <20010204234823.A13429@panix.com>
62942      Branch: perl
62943            ! pod/perlfaq2.pod
62944 ____________________________________________________________________________
62945 [  8698] By: nick                                  on 2001/02/05  19:39:31
62946         Log: Missed file f#rom the testharness mess.
62947      Branch: perl
62948            + t/lib/test-harness.t
62949 ____________________________________________________________________________
62950 [  8697] By: nick                                  on 2001/02/05  19:37:21
62951         Log: Subject: [DOC PATCH] overload.pm nits
62952              From: John Tobey <jtobey@john-edwin-tobey.org>
62953              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
62954              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
62955      Branch: perl
62956            ! lib/overload.pm
62957 ____________________________________________________________________________
62958 [  8696] By: alanbur                               on 2001/02/05  11:56:00
62959         Log: Sync with parent
62960      Branch: maint-5.6/pureperl
62961           !> thread.h
62962 ____________________________________________________________________________
62963 [  8695] By: gsar                                  on 2001/02/05  03:27:34
62964         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
62965      Branch: maint-5.6/perl
62966            ! thread.h
62967 ____________________________________________________________________________
62968 [  8694] By: alanbur                               on 2001/02/05  00:07:47
62969         Log: Initial branch creation from //depot/maint-5.6/perl
62970      Branch: maint-5.6/pureperl
62971           +> (branch 1719 files)
62972 ____________________________________________________________________________
62973 [  8693] By: gsar                                  on 2001/02/04  22:38:49
62974         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
62975              changes)
62976      Branch: maint-5.6/perl
62977           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
62978           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
62979           !> ext/DB_File/version.c
62980 ____________________________________________________________________________
62981 [  8692] By: nick                                  on 2001/02/04  18:15:57
62982         Log: The missed t/TEST part of the grand testharness upgrade.
62983      Branch: perl
62984            ! t/TEST
62985 ____________________________________________________________________________
62986 [  8691] By: nick                                  on 2001/02/04  18:05:17
62987         Log: New improved test harness
62988              Subject: Re: [PATCH Test::Harness] Third time's a charm?
62989              From: Michael G Schwern <schwern@pobox.com>
62990              Date: Sun, 4 Feb 2001 08:01:20 -0500
62991              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
62992      Branch: perl
62993            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
62994            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
62995            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
62996            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
62997            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
62998            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
62999            ! MANIFEST lib/Test/Harness.pm
63000 ____________________________________________________________________________
63001 [  8690] By: nick                                  on 2001/02/04  17:57:51
63002         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
63003              From: Jonathan Stowe <gellyfish@gellyfish.com>
63004              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
63005              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
63006      Branch: perl
63007            ! utils/h2xs.PL
63008 ____________________________________________________________________________
63009 [  8689] By: nick                                  on 2001/02/04  17:55:24
63010         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
63011              From: Michael G Schwern <schwern@pobox.com>
63012              Date: Sat, 3 Feb 2001 22:46:38 -0500
63013              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
63014      Branch: perl
63015            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
63016            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
63017 ____________________________________________________________________________
63018 [  8688] By: nick                                  on 2001/02/04  17:43:55
63019         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
63020              length byfailing to spot lack of closing )
63021              From: nick@talking.bollo.cx
63022              Date: Sat, 03 Feb 2001 23:53:16 +0000
63023              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
63024      Branch: perl
63025            ! perlio.c pod/perldiag.pod
63026 ____________________________________________________________________________
63027 [  8687] By: jhi                                   on 2001/02/03  17:11:42
63028         Log: HP-UX thread patches from Merijn H. Brand.
63029      Branch: maint-5.6/perl
63030            ! README.hpux hints/hpux.sh
63031 ____________________________________________________________________________
63032 [  8686] By: jhi                                   on 2001/02/03  16:40:12
63033         Log: Metaconfig changes for #8685.
63034      Branch: metaconfig
63035            ! U/installdirs/instubperl.U
63036      Branch: metaconfig/U/perl
63037            ! Devel.U versiononly.U
63038 ____________________________________________________________________________
63039 [  8685] By: jhi                                   on 2001/02/03  16:39:49
63040         Log: For -Dusedevel builds turn off installusrbinperl and turn on
63041              versiononly, a combined idea of Richard Soderberg and Merijn
63042              H. Brand.  You can still override both of these from the command
63043              line if you need to, -Dinstallusrbinperl and -Uversiononly.
63044      Branch: perl
63045            ! Configure
63046 ____________________________________________________________________________
63047 [  8684] By: jhi                                   on 2001/02/03  16:16:34
63048         Log: Metaconfig unit fix for #8683.
63049      Branch: metaconfig
63050            ! U/compline/nblock_io.U
63051 ____________________________________________________________________________
63052 [  8683] By: jhi                                   on 2001/02/03  16:16:12
63053         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
63054              reported by Peter Prymmer for 5.6-TRIAL1.
63055      Branch: perl
63056            ! Configure
63057 ____________________________________________________________________________
63058 [  8682] By: jhi                                   on 2001/02/03  05:52:11
63059         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
63060              to work correctly.
63061      Branch: maint-5.6/perl
63062            ! hints/irix_6.sh
63063 ____________________________________________________________________________
63064 [  8681] By: jhi                                   on 2001/02/03  05:47:33
63065         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
63066      Branch: maint-5.6/perl
63067            ! pod/perlport.pod
63068 ____________________________________________________________________________
63069 [  8680] By: jhi                                   on 2001/02/02  21:39:49
63070         Log: perlport update from Peter Prymmer.
63071      Branch: maint-5.6/perl
63072            ! pod/perlport.pod
63073 ____________________________________________________________________________
63074 [  8679] By: nick                                  on 2001/02/02  20:50:48
63075         Log: Integrate mainline
63076      Branch: perlio
63077           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
63078           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
63079           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
63080 ____________________________________________________________________________
63081 [  8678] By: gsar                                  on 2001/02/02  16:02:12
63082         Log: note about bincompat, slightly modified (from Lupe Christoph)
63083      Branch: maint-5.6/perl
63084            ! README.solaris
63085 ____________________________________________________________________________
63086 [  8677] By: jhi                                   on 2001/02/02  15:46:20
63087         Log: Supported platforms updates.
63088      Branch: maint-5.6/perl
63089            ! pod/perlport.pod
63090 ____________________________________________________________________________
63091 [  8676] By: jhi                                   on 2001/02/02  03:41:26
63092         Log: A couple more perlfaq2 tweaks.
63093      Branch: maint-5.6/perl
63094            ! pod/perlfaq2.pod
63095 ____________________________________________________________________________
63096 [  8675] By: jhi                                   on 2001/02/02  03:17:44
63097         Log: Misedit in #8661.
63098      Branch: maint-5.6/perl
63099            ! Configure
63100 ____________________________________________________________________________
63101 [  8674] By: jhi                                   on 2001/02/02  03:14:38
63102         Log: Damien again.
63103      Branch: maint-5.6/perl
63104            ! pod/perlfaq2.pod
63105 ____________________________________________________________________________
63106 [  8673] By: jhi                                   on 2001/02/02  03:12:40
63107         Log: perlfaq update from Elaine Ashton.
63108      Branch: maint-5.6/perl
63109            ! pod/perlfaq2.pod
63110 ____________________________________________________________________________
63111 [  8672] By: jhi                                   on 2001/02/02  03:07:08
63112         Log: UTF-8 s/// patch from Inaba Hiroto.
63113      Branch: maint-5.6/perl
63114            ! pp_ctl.c pp_hot.c
63115 ____________________________________________________________________________
63116 [  8671] By: jhi                                   on 2001/02/01  22:34:31
63117         Log: Update Changes.
63118      Branch: perl
63119            ! Changes patchlevel.h
63120 ____________________________________________________________________________
63121 [  8670] By: jhi                                   on 2001/02/01  22:15:29
63122         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
63123              from maintperl.
63124              
63125              Upgrade to Getopt::Long 2.25, from Johan Vromans.
63126              
63127              more files need to be writable in the source distribution
63128              
63129              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
63130              
63131              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
63132              
63133              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
63134              
63135              Allow the float to be fuzzier.
63136              
63137              need to use INT2PTR instead of a straight cast or ia64 fails
63138              
63139              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
63140              
63141              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
63142      Branch: perl
63143           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
63144           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
63145           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
63146 ____________________________________________________________________________
63147 [  8669] By: jhi                                   on 2001/02/01  21:57:02
63148         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
63149              From: Robin Barker <rmb1@cise.npl.co.uk>
63150              Date: Thu, 1 Feb 2001 16:59:05 GMT
63151              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
63152      Branch: maint-5.6/perl
63153            ! pod/perlmodlib.PL
63154 ____________________________________________________________________________
63155 [  8668] By: nick                                  on 2001/02/01  19:41:40
63156         Log: Integrate mainline
63157      Branch: perlio
63158           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
63159           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
63160           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
63161 ____________________________________________________________________________
63162 [  8667] By: gsar                                  on 2001/02/01  16:59:11
63163         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
63164      Branch: maint-5.6/perl
63165            ! embed.pl embedvar.h
63166 ____________________________________________________________________________
63167 [  8666] By: gsar                                  on 2001/02/01  16:34:51
63168         Log: add missing entries to win32/config.?c
63169      Branch: maint-5.6/perl
63170            ! win32/config.bc win32/config.gc win32/config.vc
63171            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63172 ____________________________________________________________________________
63173 [  8665] By: jhi                                   on 2001/02/01  14:58:51
63174         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
63175              From: "Stephen P. Potter" <spp@spotter.yi.org>
63176              Date: Thu, 01 Feb 2001 10:45:46 -0500
63177              Message-Id: <200102011545.KAA31479@spotter.yi.org>
63178      Branch: maint-5.6/perl
63179            ! pod/perlfunc.pod
63180 ____________________________________________________________________________
63181 [  8664] By: gsar                                  on 2001/02/01  14:52:37
63182         Log: need to use INT2PTR instead of a straight cast or ia64 fails
63183              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
63184      Branch: maint-5.6/perl
63185            ! ext/POSIX/POSIX.xs
63186 ____________________________________________________________________________
63187 [  8663] By: jhi                                   on 2001/02/01  14:09:13
63188         Log: Allow the float to be fuzzier.
63189      Branch: maint-5.6/perl
63190            ! t/lib/peek.t
63191 ____________________________________________________________________________
63192 [  8662] By: jhi                                   on 2001/02/01  13:59:00
63193         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
63194              From: Robin Barker <rmb1@cise.npl.co.uk>
63195              Date: Thu, 1 Feb 2001 13:05:39 GMT
63196              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
63197      Branch: maint-5.6/perl
63198            ! pod/perlmodlib.pod
63199 ____________________________________________________________________________
63200 [  8661] By: jhi                                   on 2001/02/01  13:57:38
63201         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
63202              Date: Thu, 01 Feb 2001 14:15:41 +0100
63203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63204              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
63205              
63206              Have the $ccflags in the gcc version test (strange, this change
63207              is claimed to be have been integrated already)
63208      Branch: maint-5.6/perl
63209            ! Configure
63210 ____________________________________________________________________________
63211 [  8660] By: jhi                                   on 2001/02/01  13:44:10
63212         Log: Integrate changes #7950,7964,7962 from mainline.
63213              
63214              Find the stdchar signedness using cpp, should fix some of
63215              the Solaris compiler warnings reported by Alan Burlison.
63216      Branch: maint-5.6/perl
63217           !> Configure config_h.SH
63218 ____________________________________________________________________________
63219 [  8659] By: jhi                                   on 2001/02/01  05:35:32
63220         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
63221              From: Jan Dubois <JanD@ActiveState.com>
63222              Date: Wed, 31 Jan 2001 21:17:03 -0800
63223              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
63224      Branch: maint-5.6/perl
63225            ! utils/perldoc.PL
63226 ____________________________________________________________________________
63227 [  8658] By: jhi                                   on 2001/02/01  04:33:17
63228         Log: Integrate the README.os390 and README.posix-bc parts of mainline
63229              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
63230              installperl parts were taken care of by #8657.)
63231      Branch: maint-5.6/perl
63232           !> README.os390 README.posix-bc
63233 ____________________________________________________________________________
63234 [  8657] By: jhi                                   on 2001/02/01  04:29:21
63235         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63236              From: Peter Prymmer <pvhp@forte.com>
63237              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
63238              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
63239      Branch: maint-5.6/perl
63240            + ext/DynaLoader/dl_dllload.xs
63241            ! MANIFEST Makefile.SH hints/os390.sh installperl
63242 ____________________________________________________________________________
63243 [  8656] By: jhi                                   on 2001/02/01  04:25:45
63244         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
63245              From: Peter Prymmer <pvhp@forte.com>
63246              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
63247              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
63248      Branch: maint-5.6/perl
63249            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
63250 ____________________________________________________________________________
63251 [  8655] By: jhi                                   on 2001/02/01  04:14:47
63252         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
63253              From: troc@netrus.net
63254              Date: Wed, 31 Jan 2001 22:31:26 -0500
63255              Message-Id: <200102010331.WAA117.85@rocco.homenet>
63256      Branch: maint-5.6/perl
63257            ! os2/os2.c
63258 ____________________________________________________________________________
63259 [  8654] By: jhi                                   on 2001/02/01  04:12:52
63260         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
63261              as reported by Alan Burlison.
63262      Branch: maint-5.6/perl
63263            ! pp.h
63264 ____________________________________________________________________________
63265 [  8653] By: jhi                                   on 2001/02/01  04:05:12
63266         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
63267              From: dsugalski@northernlight.com
63268              Date: Wed, 31 Jan 2001 18:54:11 -0500
63269              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
63270      Branch: maint-5.6/perl
63271            ! configure.com
63272 ____________________________________________________________________________
63273 [  8652] By: jhi                                   on 2001/02/01  04:03:11
63274         Log: Misplaced #endif.
63275              
63276              Subject: [perl-5-6-1-trial2] patches for EPOC
63277              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63278              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
63279              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
63280      Branch: maint-5.6/perl
63281            ! epoc/epocish.c
63282 ____________________________________________________________________________
63283 [  8651] By: jhi                                   on 2001/02/01  04:00:25
63284         Log: Integrate changes #8647,8648,8650 from mainline.
63285              
63286              Macrofy a magic UTF-8 test.
63287              
63288              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
63289              
63290              Watch out for cross compiling for EPOC (usually done on linux).
63291      Branch: maint-5.6/perl
63292           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
63293 ____________________________________________________________________________
63294 [  8650] By: jhi                                   on 2001/02/01  03:56:20
63295         Log: Watch out for cross compiling for EPOC (usually done on linux)
63296              
63297              Subject: [perl-5-6-1-trial2] patches for EPOC
63298              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63299              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
63300              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
63301      Branch: perl
63302            ! ext/Errno/Errno_pm.PL
63303 ____________________________________________________________________________
63304 [  8649] By: gsar                                  on 2001/02/01  00:46:00
63305         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
63306      Branch: maint-5.6/perl
63307            ! sv.c
63308 ____________________________________________________________________________
63309 [  8648] By: jhi                                   on 2001/01/31  23:35:36
63310         Log: All the uses of PL_numeric_radix must be protected by
63311              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
63312              
63313              Subject: [perl-5-6-1-trial2] patches for EPOC
63314              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63315              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
63316              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
63317      Branch: perl
63318            ! sv.c
63319 ____________________________________________________________________________
63320 [  8647] By: jhi                                   on 2001/01/31  22:56:16
63321         Log: Macrofy a magic UTF-8 test.
63322      Branch: perl
63323            ! utf8.c utf8.h
63324 ____________________________________________________________________________
63325 [  8646] By: gsar                                  on 2001/01/31  15:55:12
63326         Log: update Changes
63327      Branch: maint-5.6/perl
63328            ! Changes
63329 ____________________________________________________________________________
63330 [  8645] By: gsar                                  on 2001/01/31  15:10:14
63331         Log: Configure tweak suggested by Peter Prymmer
63332      Branch: maint-5.6/perl
63333            ! Configure
63334 ____________________________________________________________________________
63335 [  8644] By: gsar                                  on 2001/01/31  15:06:32
63336         Log: more files need to be writable in the source distribution
63337      Branch: maint-5.6/perl
63338            ! Porting/makerel
63339 ____________________________________________________________________________
63340 [  8643] By: jhi                                   on 2001/01/31  14:59:46
63341         Log: Integrate changes #8258,8278,8279 from mainline.
63342              
63343              Make the large file tests more robust/talkative.
63344      Branch: maint-5.6/perl
63345           !> t/lib/syslfs.t t/op/lfs.t
63346 ____________________________________________________________________________
63347 [  8642] By: gsar                                  on 2001/01/31  14:53:48
63348         Log: integrate changes#8311,8334 from mainline
63349              
63350              Add a new MakeMaker variable PM_FILTER that defines a Unix
63351              filter to be run on each .pm during the pm_to_blib() phase,
63352              a fixed version of
63353              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
63354              
63355              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
63356              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
63357              accurate reading of the "atime".  
63358      Branch: maint-5.6/perl
63359           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
63360           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
63361           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
63362 ____________________________________________________________________________
63363 [  8641] By: jhi                                   on 2001/01/31  14:46:37
63364         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
63365      Branch: maint-5.6/perl
63366            ! lib/Getopt/Long.pm
63367 ____________________________________________________________________________
63368 [  8640] By: gsar                                  on 2001/01/31  14:40:24
63369         Log: make regen_all
63370      Branch: maint-5.6/perl
63371            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
63372 ____________________________________________________________________________
63373 [  8639] By: gsar                                  on 2001/01/31  14:37:25
63374         Log: refresh windows config files
63375      Branch: maint-5.6/perl
63376            ! win32/Makefile win32/config_H.bc win32/config_H.gc
63377            ! win32/config_H.vc win32/makefile.mk
63378 ____________________________________________________________________________
63379 [  8638] By: gsar                                  on 2001/01/31  14:28:10
63380         Log: makefile tweaks for windows: introduce a bulk-switch to enable
63381              same options as ActivePerl; sync changes with makefile.mk
63382      Branch: maint-5.6/perl
63383            ! win32/Makefile win32/makefile.mk
63384 ____________________________________________________________________________
63385 [  8637] By: jhi                                   on 2001/01/31  04:41:30
63386         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
63387              From: Nicholas Clark <nick@ccl4.org>
63388              Date: Tue, 30 Jan 2001 19:51:05 +0000
63389              Message-ID: <20010130195105.R76607@plum.flirble.org> 
63390              
63391              op/inc cure.
63392      Branch: perl
63393            ! pp.c pp.h pp_hot.c t/op/arith.t
63394 ____________________________________________________________________________
63395 [  8636] By: jhi                                   on 2001/01/31  02:38:32
63396         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
63397              no perlio],8257,8380,8479,8515 from mainline.
63398              
63399              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
63400              
63401              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
63402              Subject: [PATCH perl@8133] fix-up for VMS extensions
63403              
63404              In VMS embedded perls couldn't access the statically built Socket.
63405              
63406              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
63407              
63408              Further VMS piping fixes from Charles Lane.
63409              
63410              Subject:  [PATCH] make t/op/misc.t work on VMS
63411              
63412              Add tracing for debugging extensions builds in VMS.
63413              
63414              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
63415      Branch: maint-5.6/perl
63416           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
63417           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
63418           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
63419 ____________________________________________________________________________
63420 [  8635] By: jhi                                   on 2001/01/31  01:46:41
63421         Log: Integrate change #7732 from mainline.
63422              
63423              Sparc 64-bit pack() fix from Jens Hamisch.
63424      Branch: maint-5.6/perl
63425           !> pp.c
63426 ____________________________________________________________________________
63427 [  8634] By: jhi                                   on 2001/01/31  01:41:16
63428         Log: One spot missing from #8626.
63429      Branch: maint-5.6/perl
63430            ! sv.c
63431 ____________________________________________________________________________
63432 [  8633] By: jhi                                   on 2001/01/31  00:49:17
63433         Log: Integrate change #7495 from mainline.
63434              
63435              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
63436      Branch: maint-5.6/perl
63437           !> MANIFEST ext/re/Makefile.PL
63438 ____________________________________________________________________________
63439 [  8632] By: jhi                                   on 2001/01/30  23:38:49
63440         Log: Integrate change #8396 from mainline.
63441              
63442              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
63443              better multicast support (resend)
63444      Branch: maint-5.6/perl
63445           !> ext/Socket/Socket.pm
63446 ____________________________________________________________________________
63447 [  8631] By: jhi                                   on 2001/01/30  23:28:03
63448         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
63449              
63450              More AIX lore. (7514, ext/re/hints/aix.pl)
63451              
63452              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
63453              
63454              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)
63455              
63456              Subject: [ID 20001214.002] Net::Ping patch
63457              
63458              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
63459              
63460              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
63461              
63462              Add ReuseAddr as a (preferred) alias for Reuse as we now
63463              also have ReusePort.
63464              
63465              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
63466      Branch: maint-5.6/perl
63467           +> ext/re/hints/aix.pl
63468           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
63469           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
63470 ____________________________________________________________________________
63471 [  8630] By: jhi                                   on 2001/01/30  23:03:59
63472         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
63473              
63474              read() documentation tweak for 20001121.004.
63475              
63476              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
63477      Branch: maint-5.6/perl
63478           !> pod/perlfunc.pod pod/perlre.pod
63479 ____________________________________________________________________________
63480 [  8629] By: jhi                                   on 2001/01/30  22:41:57
63481         Log: Integrate change #8098 from mainline.
63482              
63483              fastgetcwd is defined using a glob alias on a $^O dependent basis
63484              and there was no default assignment or perl subroutine.
63485      Branch: maint-5.6/perl
63486           !> lib/Cwd.pm
63487 ____________________________________________________________________________
63488 [  8628] By: jhi                                   on 2001/01/30  21:58:52
63489         Log: Integrate change #7866 from mainline.
63490              
63491              File::Temp 0.11.
63492      Branch: maint-5.6/perl
63493           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
63494 ____________________________________________________________________________
63495 [  8627] By: jhi                                   on 2001/01/30  21:39:44
63496         Log: Integrate changes #8075,8086,8228 from mainline.  
63497              
63498              Darwin is not Windows. (8075,8086)
63499              
63500              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
63501      Branch: maint-5.6/perl
63502           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
63503           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
63504           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
63505           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
63506 ____________________________________________________________________________
63507 [  8626] By: jhi                                   on 2001/01/30  21:22:11
63508         Log: Integrate with tweakery the change #8625 from mainline,
63509              the multibyte decimal separator fix ("fa_IR locale failure").
63510      Branch: maint-5.6/perl
63511            ! embedvar.h perlapi.h
63512           !> intrpvar.h perl.c perl.h sv.c util.c
63513 ____________________________________________________________________________
63514 [  8625] By: jhi                                   on 2001/01/30  20:26:33
63515         Log: Fix for the fa_IR locale failure.  The reason for the failure
63516              was that Perl was assuming the decimal separator aka the radix
63517              separator is one character.  The Farsi-Iranian locale crushed
63518              that bad assumption since there the separator is 'Momayyez',
63519              glyphwise looking somewhat like a slash, and in Unicode UTF-8
63520              encoded in two bytes, 0xd9 0xab.
63521      Branch: perl
63522            ! intrpvar.h perl.c perl.h sv.c util.c
63523 ____________________________________________________________________________
63524 [  8624] By: gsar                                  on 2001/01/30  20:17:03
63525         Log: regen_headers
63526      Branch: maint-5.6/perl
63527            ! Makefile.SH pod/perlintern.pod
63528 ____________________________________________________________________________
63529 [  8623] By: gsar                                  on 2001/01/30  19:42:34
63530         Log: backout change#7431 and its dependents (causes spurious rebuilds
63531              of autogenerated files)
63532              
63533              fix benign b.t failure
63534      Branch: maint-5.6/perl
63535            ! Makefile.SH t/lib/b.t
63536 ____________________________________________________________________________
63537 [  8622] By: jhi                                   on 2001/01/30  19:41:41
63538         Log: Microperl sync.
63539      Branch: perl
63540            ! mg.c perl.h
63541 ____________________________________________________________________________
63542 [  8621] By: gsar                                  on 2001/01/30  19:24:47
63543         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
63544              from mainline
63545              
63546              Subject: podlators 1.06 released
63547              
63548              Subject: [PATCH @8436] Eliminate op_children
63549              
63550              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
63551              
63552              (Replaced by #8448)  More op_children traces (cleanup of #8442).
63553              
63554              Subject: [PATCH #3 @8436] Re: Eliminate op_children
63555              Replace #8444 and #8445.
63556              
63557              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
63558              at the setting of the ofs_sv in new_struct_thread() as the
63559              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
63560              uninitialized fields are, uh, initialized with),
63561              SvREFCNT_inc()ing that invited a core dump.
63562              
63563              podlators 1.07, from Russ Allbery.
63564              
63565              Subject: [PATCH] regcomp.c old feature removal
63566              From: mjd@plover.com
63567              Date: 16 Jan 2001 14:43:18 -0000 
63568              Message-ID: <20010116144318.7140.qmail@plover.com> 
63569      Branch: maint-5.6/perl
63570           +> lib/Pod/Text/Overstrike.pm
63571           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
63572           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
63573           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
63574           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
63575           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
63576           !> util.c
63577 ____________________________________________________________________________
63578 [  8620] By: gsar                                  on 2001/01/30  18:48:32
63579         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
63580              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
63581              now fails one test)
63582              
63583              Subject: [PATCH] lvalue AUTOLOAD. No, really.
63584              
63585              Subject: [PATCH] Interesting syntax idea
63586              Make opens + bareword assigns do typeglob assigns.
63587              
63588              Tests for #8254.
63589              
63590              Subject: [PATCH @8269] Continue blocks and B::Deparse
63591              Make the peephole optimizer to bypass more null ops and
63592              and rewrite the deparse handling of continue blocks.
63593              
63594              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
63595              Doc tweak on #8313.
63596              
63597              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
63598              
63599              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
63600              
63601              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
63602              
63603              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
63604              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
63605              according to the platform.
63606              
63607              Subject: [PATCH @8404] Consolidated lvalue sub changes
63608              
63609              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
63610              
63611              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
63612              
63613              Subject: B::Concise -- an improved replacement for B::Terse 
63614              
63615              The B::Terse drop-in replacement wasn't quite drop-in.
63616              
63617              The LVRET macro needed an aTHX.
63618              
63619              Use the /^Perl_/-less form of is_lvalue_sub().
63620              
63621              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
63622      Branch: maint-5.6/perl
63623           +> ext/B/B/Concise.pm
63624           !> (integrate 27 files)
63625 ____________________________________________________________________________
63626 [  8619] By: nick                                  on 2001/01/30  18:40:28
63627         Log: Integrate mainline
63628      Branch: perlio
63629           !> (integrate 40 files)
63630 ____________________________________________________________________________
63631 [  8618] By: jhi                                   on 2001/01/30  18:37:18
63632         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
63633              Date: Mon, 29 Jan 2001 22:51:29 -0600
63634              From: "Craig A. Berry" <craigberry@mac.com>
63635              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
63636      Branch: perl
63637            ! vms/test.com
63638 ____________________________________________________________________________
63639 [  8617] By: jhi                                   on 2001/01/30  18:34:53
63640         Log: Subject: [PATCH] Add missing CV flags to dump.c
63641              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63642              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
63643              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
63644      Branch: perl
63645            ! dump.c
63646 ____________________________________________________________________________
63647 [  8616] By: jhi                                   on 2001/01/30  18:20:58
63648         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
63649              part isn't applicable to maintperl.
63650              
63651              UTF-8 nit from Inaba Hiroto.
63652      Branch: maint-5.6/perl
63653           !> pod/perlapi.pod utf8.c
63654 ____________________________________________________________________________
63655 [  8615] By: jhi                                   on 2001/01/30  18:18:51
63656         Log: UTF-8 nit from Inaba Hiroto.
63657      Branch: perl
63658            ! pod/perlapi.pod t/op/each.t utf8.c
63659 ____________________________________________________________________________
63660 [  8614] By: jhi                                   on 2001/01/30  18:13:38
63661         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
63662              
63663              perl's internal variables are not for public consumption,
63664              move their docs from perlapi.pod to perlintern.pod
63665              
63666              support for -Dusethreads build under HP-UX 10.20 and DCE threads
63667              library (11.0 and later have pthreads but 10.x don't)
63668              
63669              avoid uninitialized value warnings
63670              
63671              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
63672              gets weird results)
63673              
63674              perldoc nit on windows
63675              
63676              make it possible to run the tests outside the source tree
63677              (there's still a dependency on ../lib being the library
63678              location)
63679      Branch: perl
63680           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
63681           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
63682           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
63683           !> win32/bin/search.pl win32/vdir.h
63684 ____________________________________________________________________________
63685 [  8613] By: gsar                                  on 2001/01/30  16:39:59
63686         Log: make it possible to run the tests outside the source tree
63687              (there's still a dependency on ../lib being the library
63688              location)
63689      Branch: maint-5.6/perl
63690            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
63691 ____________________________________________________________________________
63692 [  8612] By: gsar                                  on 2001/01/30  16:31:12
63693         Log: perldoc nit on windows
63694      Branch: maint-5.6/perl
63695            ! utils/perldoc.PL
63696 ____________________________________________________________________________
63697 [  8611] By: gsar                                  on 2001/01/30  16:22:54
63698         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
63699              gets weird results)
63700      Branch: maint-5.6/perl
63701            ! win32/vdir.h
63702 ____________________________________________________________________________
63703 [  8610] By: gsar                                  on 2001/01/30  16:12:45
63704         Log: avoid uninitialized value warnings
63705      Branch: maint-5.6/perl
63706            ! win32/bin/search.pl
63707 ____________________________________________________________________________
63708 [  8609] By: gsar                                  on 2001/01/30  16:08:01
63709         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
63710              library (11.0 and later have pthreads but 10.x don't)
63711      Branch: maint-5.6/perl
63712            ! hints/hpux.sh thread.h
63713 ____________________________________________________________________________
63714 [  8608] By: gsar                                  on 2001/01/30  15:48:55
63715         Log: perl's internal variables are not for public consumption,
63716              move their docs from perlapi.pod to perlintern.pod
63717      Branch: maint-5.6/perl
63718            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
63719            ! thrdvar.h
63720 ____________________________________________________________________________
63721 [  8607] By: gsar                                  on 2001/01/30  15:44:27
63722         Log: mistakenly branched perl56delta.pod, revert
63723      Branch: maint-5.6/perl
63724            - pod/perl56delta.pod
63725           !> pod/perldelta.pod
63726 ____________________________________________________________________________
63727 [  8606] By: gsar                                  on 2001/01/30  14:20:24
63728         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
63729              dTHR which has been a noop for a while now, except for the
63730              compatibility definition in thread.h)
63731      Branch: maint-5.6/perl
63732           !> (integrate 45 files)
63733 ____________________________________________________________________________
63734 [  8605] By: jhi                                   on 2001/01/30  05:43:58
63735         Log: Mark the UTF-8 APIs as experimental.
63736      Branch: maint-5.6/perl
63737            ! embed.pl pod/perlapi.pod
63738 ____________________________________________________________________________
63739 [  8604] By: jhi                                   on 2001/01/30  05:38:40
63740         Log: Nits from earlier integrates.
63741      Branch: maint-5.6/perl
63742            ! lib/Carp/Heavy.pm
63743           !> sv.c
63744 ____________________________________________________________________________
63745 [  8603] By: jhi                                   on 2001/01/30  05:27:26
63746         Log: Regenerate Porting files.
63747      Branch: maint-5.6/perl
63748            ! Porting/Glossary Porting/config.sh Porting/config_H
63749 ____________________________________________________________________________
63750 [  8602] By: jhi                                   on 2001/01/30  05:14:59
63751         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
63752              8310,8339,8447,8492,8493,8505,8525: documentation changes.
63753              
63754              Subject: Re: perlfaq style changes
63755              
63756              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
63757              
63758              Subject: [PATCH] docs on NaN
63759              
63760              Subject: [patch] perlfaq7
63761              
63762              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
63763              
63764              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
63765              
63766              Subject: [PATCH] open() example in perlfunc.pod
63767              
63768              Podify README.mpeix (a new version from the web)
63769              
63770              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
63771              
63772              Subject: [PATCH] format and rewording in perlfaq.pod
63773              
63774              Subject: [PATCH] API Variable documentation   
63775              
63776              Memory management calls documentation.
63777              
63778              Subject: [PATCH: perl@8482] README.vms URL updates
63779              
63780              Subject: Minor typos in perlfaq2.pod
63781              
63782              Subject: [PATCH] pod/perlvar.pod
63783      Branch: maint-5.6/perl
63784           +> pod/perl56delta.pod
63785            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63786           !> README.amiga README.epoc README.mpeix README.vms
63787           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
63788           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
63789           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
63790           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
63791           !> pod/perlvar.pod thrdvar.h
63792 ____________________________________________________________________________
63793 [  8601] By: jhi                                   on 2001/01/30  04:38:35
63794         Log: Integrate changes #8036,8096,8253 from mainline:
63795              hints changes.
63796              
63797              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
63798              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
63799              
63800              Output the (apparent) version of gcc in Tru64.
63801      Branch: maint-5.6/perl
63802           +> ext/POSIX/hints/svr4.pl
63803           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
63804           !> hints/svr4.sh t/lib/bigfltpm.t
63805 ____________________________________________________________________________
63806 [  8600] By: jhi                                   on 2001/01/30  04:04:01
63807         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
63808              locale fixes.
63809              
63810              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
63811              
63812              Debian allows /usr/bin/locale to exist without any locales. (7868)
63813              
63814              Allow the locale test needing POSIX and the taint test
63815              needing IPC::SysV to run under 'minitest' (basically,
63816              bail out if loading the extension fails). (8384)
63817              
63818              Cleanup the locale.t output  (8480)
63819      Branch: maint-5.6/perl
63820           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
63821           !> t/pragma/locale.t
63822 ____________________________________________________________________________
63823 [  8599] By: jhi                                   on 2001/01/30  03:51:04
63824         Log: Missing generated files from #8598.
63825      Branch: maint-5.6/perl
63826            ! embed.h global.sym objXSUB.h perlapi.c proto.h
63827 ____________________________________________________________________________
63828 [  8598] By: jhi                                   on 2001/01/30  03:41:54
63829         Log: Integrate change #8555 from mainline, manually integrate parts
63830              of changes 8452 and 8583.
63831              
63832              Subject: [PATCH] utf8.c documentation (8452)
63833              
63834              No point in checking the length if the pointer is bogus. (8555)
63835              
63836              Introduce bytes_from_utf8() and implement sv_eq() using it,
63837              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
63838              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
63839              was malformed. (8583)
63840      Branch: maint-5.6/perl
63841            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
63842           !> pod/perlapi.pod sv.c utf8.c
63843 ____________________________________________________________________________
63844 [  8597] By: gsar                                  on 2001/01/30  02:37:26
63845         Log: get PERL_OBJECT build going again on windows
63846      Branch: maint-5.6/perl
63847            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
63848            ! pod/perlapi.pod proto.h sv.c
63849 ____________________________________________________________________________
63850 [  8596] By: jhi                                   on 2001/01/30  02:16:17
63851         Log: Signedness nit.
63852      Branch: perl
63853            ! sv.c
63854 ____________________________________________________________________________
63855 [  8595] By: jhi                                   on 2001/01/30  02:11:07
63856         Log: EBCDIC patch for Storable, from Peter Prymmer.
63857      Branch: perl
63858            ! t/lib/st-06compat.t
63859 ____________________________________________________________________________
63860 [  8594] By: jhi                                   on 2001/01/30  01:04:48
63861         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
63862              From: Peter Prymmer <pvhp@forte.com>
63863              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
63864              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
63865      Branch: perl
63866            ! t/lib/b.t
63867 ____________________________________________________________________________
63868 [  8593] By: jhi                                   on 2001/01/30  00:56:47
63869         Log: Subject: [PATCH: perl@8585] pod problems in io
63870              From: Peter Prymmer <pvhp@forte.com>
63871              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
63872              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
63873      Branch: perl
63874            ! pod/perlapio.pod pod/perliol.pod
63875 ____________________________________________________________________________
63876 [  8592] By: jhi                                   on 2001/01/30  00:48:20
63877         Log: Integrate perlio.
63878      Branch: perl
63879           !> pod/perlapio.pod pod/perliol.pod
63880 ____________________________________________________________________________
63881 [  8591] By: nick                                  on 2001/01/29  22:02:28
63882         Log: GNU 'merge' Simon's copy of perliol.pod with version
63883              patched by Craig's patch.
63884      Branch: perlio
63885            ! pod/perliol.pod
63886 ____________________________________________________________________________
63887 [  8590] By: nick                                  on 2001/01/29  21:55:10
63888         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
63889      Branch: perlio
63890            ! pod/perlapio.pod pod/perliol.pod
63891 ____________________________________________________________________________
63892 [  8589] By: jhi                                   on 2001/01/29  15:35:33
63893         Log: Integrate change #8586 from maint-5.6/perl.
63894              
63895              make the BOM detection code not call tell() until it has to
63896              (meant to fix esoteric compatibility issues where PL_rsfp
63897              is overridden)
63898      Branch: perl
63899           !> toke.c
63900 ____________________________________________________________________________
63901 [  8588] By: jhi                                   on 2001/01/29  15:29:11
63902         Log: Subject: MAking Solaris malloc() the default
63903              From: Lupe Christoph <lupe@lupe-christoph.de>
63904              Date: Mon, 29 Jan 2001 12:59:36 +0100
63905              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
63906              
63907              The README.solaris part slightly tweaked.
63908      Branch: perl
63909            ! README.solaris hints/solaris_2.sh
63910 ____________________________________________________________________________
63911 [  8587] By: jhi                                   on 2001/01/29  15:17:34
63912         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
63913              From: root@ak-75.mind.de
63914              Date: Sun, 28 Jan 2001 20:32:29 +0100
63915              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
63916      Branch: perl
63917            ! pod/perlre.pod
63918 ____________________________________________________________________________
63919 [  8586] By: gsar                                  on 2001/01/29  13:43:44
63920         Log: make the BOM detection code not call tell() until it has to
63921              (meant to fix esoteric compatibility issues where PL_rsfp
63922              is overridden)
63923      Branch: maint-5.6/perl
63924            ! toke.c
63925 ____________________________________________________________________________
63926 [  8585] By: jhi                                   on 2001/01/28  20:05:45
63927         Log: Update Changes.
63928      Branch: perl
63929            ! Changes patchlevel.h
63930 ____________________________________________________________________________
63931 [  8584] By: jhi                                   on 2001/01/28  19:30:02
63932         Log: Integrate perlio.
63933      Branch: perl
63934           +> pod/perliol.pod
63935           !> MANIFEST pod/perlapio.pod
63936 ____________________________________________________________________________
63937 [  8583] By: jhi                                   on 2001/01/28  19:28:40
63938         Log: Patch from Inaba Hiroto:
63939              - canonical UTF-8 hash keys: if a key string for a hash is
63940              UTF8-on, try downgrade the string and use it if
63941              unicode::distinct is not in effect.
63942              For the task, I added a function bytes_from_utf8() to utf8.c.
63943              It might resemble utf8_to_bytes() but it is not convenient
63944              to the task.
63945              Made a test for it and added to t/op/each.t
63946              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
63947              the mortal copy of the argument SV.
63948              And changed t/io/utf8.t test 18 which expects print() to
63949              upgrade its argument.
63950              - re-implement sv_eq with bytes_from_utf8()
63951              - some bug fixes
63952              - tr/// does not handle UTF8 range (\x{}-\x{})
63953              - \ before raw UTF8 character produced
63954              "Malformed UTF-8 character" warning.
63955              - "\x{100}\N{CENT SIGN}" is Malformed.
63956              Added tests for these 3.
63957              - and one silly bug (by me) with qu operator.
63958      Branch: perl
63959            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
63960            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
63961            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
63962 ____________________________________________________________________________
63963 [  8582] By: nick                                  on 2001/01/28  19:25:04
63964         Log: Add pod/perliol.pod to MANIFEST :-(
63965      Branch: perlio
63966            ! MANIFEST
63967 ____________________________________________________________________________
63968 [  8581] By: nick                                  on 2001/01/28  19:22:40
63969         Log: PerlIO documentation. Proofing and sub-editing requested.
63970      Branch: perlio
63971            + pod/perliol.pod
63972            ! pod/perlapio.pod
63973 ____________________________________________________________________________
63974 [  8580] By: jhi                                   on 2001/01/28  05:16:25
63975         Log: Revert the change to sv_2pv() done by #8054: Someone who
63976              did SvNV_set() on a scalar that also happened to be POK,
63977              followed by sv_2pv() won't get the right coercion anymore.
63978              [Sarathy]
63979      Branch: maint-5.6/perl
63980            ! sv.c
63981 ____________________________________________________________________________
63982 [  8579] By: jhi                                   on 2001/01/28  05:15:04
63983         Log: Remove the #8084 effect: do not allow -Q to be interpreted
63984              as -&Q(), this is too much wiggle room.
63985      Branch: maint-5.6/perl
63986            ! toke.c
63987 ____________________________________________________________________________
63988 [  8578] By: jhi                                   on 2001/01/28  05:12:45
63989         Log: Needed bits of #8439 (should have been in #8576),
63990              mainly for lval substr().
63991      Branch: maint-5.6/perl
63992            ! mg.c pp.c pp_hot.c
63993 ____________________________________________________________________________
63994 [  8577] By: jhi                                   on 2001/01/28  05:02:46
63995         Log: A missing check-in.
63996      Branch: maint-5.6/perl
63997            ! utf8.c
63998 ____________________________________________________________________________
63999 [  8576] By: jhi                                   on 2001/01/28  04:26:18
64000         Log: Integrate changes #8425,8436,8439,8517 from mainline.
64001              The 8439 was not truly integrated because it had too many
64002              dependencies on the development branch and because it introduced
64003              concepts too bold for a maintenance branch (such as the qu operator).
64004              
64005              Subject: [PATCH perl@8342] -Wformat
64006              
64007              Tighten some of the UTF-8 tests a bit.
64008              
64009              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
64010              - The substr lval was still not okay.
64011              - Now pp_stringify and sv_setsv copies source's UTF8 flag
64012              even if IN_BYTE.  pp_stringify is called from fold_constants
64013              at optimization phase and "\x{100}" was made SvUTF8_off under
64014              use bytes (the bytes pragma is for "byte semantics" and not
64015              for "do not produce UTF8 data")
64016      Branch: maint-5.6/perl
64017            ! t/lib/charnames.t t/op/substr.t toke.c
64018           !> sv.c t/pragma/utf8.t
64019 ____________________________________________________________________________
64020 [  8575] By: jhi                                   on 2001/01/28  04:01:51
64021         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
64022              
64023              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
64024              
64025              Subject: [ID 20001230.003] UTF-8 tr still hurts
64026              
64027              Test cases for #8385 (from Simon's "torture.pl")
64028              
64029              Start fixing UTF-8 lval substr() (8405)
64030      Branch: maint-5.6/perl
64031           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
64032           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
64033 ____________________________________________________________________________
64034 [  8574] By: jhi                                   on 2001/01/28  03:09:06
64035         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
64036              from mainline.
64037              
64038              UTF-8 cleanup.
64039              
64040              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
64041              
64042              "\x{FF}\xFF" was broken.
64043              
64044              Tests for #8329 and #8330.
64045              
64046              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
64047              
64048              IRIX compiler noticed that the bof initialization might be
64049              bypassed by control flow.
64050              
64051              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
64052      Branch: maint-5.6/perl
64053           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
64054           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
64055 ____________________________________________________________________________
64056 [  8573] By: jhi                                   on 2001/01/28  02:06:12
64057         Log: Retract #8552.
64058      Branch: perl
64059            ! lib/Text/Wrap.pm t/lib/textwrap.t
64060 ____________________________________________________________________________
64061 [  8572] By: jhi                                   on 2001/01/28  02:04:49
64062         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
64063              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
64064              not really integrated but instead salvaged by hand
64065              (they had too many dependencies on the development release
64066              to be cleanly integratable).
64067              
64068              Subject: more UTF8 test suites and an UTF8 patch
64069              
64070              Tweak for MULTIPLICITY/USE_PERLIO
64071              
64072              Signedness nit.
64073              
64074              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
64075              
64076              Use the UTF8_XXX macros in is_utf8_char().
64077              
64078              Rewrite pp_concat() in terms of sv_catsv().  The . operator
64079              should now be UTF-8-proof.
64080              
64081              Subject: [PATCH perl@8269] scanning two hex-constants
64082              fails on EBCDIC environment (script length.t)
64083              
64084              Add some Unicode chop() tests.
64085      Branch: maint-5.6/perl
64086            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
64087           !> sv.c t/op/chop.t utf8.h
64088 ____________________________________________________________________________
64089 [  8571] By: jhi                                   on 2001/01/28  00:35:59
64090         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
64091              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
64092              
64093              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
64094              
64095              The maxiters upper limit sanity check (guarding against
64096              non-progress) assumed bytes instead of characters in s///
64097              and split().
64098              
64099              Signedness nit.
64100              
64101              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
64102              join() should now be UTF-8-proof.
64103              
64104              More split // UTF-8 tests. (8250)
64105      Branch: maint-5.6/perl
64106           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
64107           !> util.c
64108 ____________________________________________________________________________
64109 [  8570] By: jhi                                   on 2001/01/27  22:15:46
64110         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
64111              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
64112              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
64113              8084,8204,8244,8333 from mainline.
64114              
64115              For -Q where Q might be a one-letter sub name one does no more
64116              get a warning about an unknown filetest (7941,7943,7944,8084).
64117              
64118              Subject: Re: [ID 20001130.011] expression parsing bug ?
64119              
64120              Make uv_to_utf8() to zero-terminate its output buffer.
64121              
64122              Split off t/op/length.t (7995)
64123              
64124              Split off t/op/utf8decode.t (7996)
64125              
64126              Remove an unnecessary 'use utf8' from the utf8.t (7998)
64127              
64128              Split off t/op/concat.t (8004)
64129              
64130              Split off t/op/ver.t (8005)
64131              
64132              Document utf8_length(), utf8_distance(), and utf8_hop().
64133              
64134              Document utf8_to_uv() better.
64135              
64136              Introduce macros for UTF8 decoding (8028,8033).
64137              
64138              Add test for reverse() (8030,8031).
64139              
64140              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
64141              
64142              Do not return the Unicode replacement character    on UTF-8
64143              decoding failure.
64144              
64145              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
64146              not this_utf8 i.e. the output string has one, but don't mess
64147              with source assumption. (8052,8053)
64148              
64149              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
64150              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
64151              was not expecting to be called with something that was already
64152              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
64153              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
64154              (8054)
64155              
64156              Recode the naughty binary bytes in utf8decode.t using the \xHH.
64157              
64158              Make some panic messages a bit more logical.
64159      Branch: maint-5.6/perl
64160           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
64161           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
64162           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
64163           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
64164           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
64165           !> utf8.c utf8.h
64166 ____________________________________________________________________________
64167 [  8569] By: jhi                                   on 2001/01/27  19:16:43
64168         Log: Integrate changes #7750 from perlio and #8566 from mainline.
64169      Branch: maint-5.6/perl
64170           !> regexec.c sv.c
64171 ____________________________________________________________________________
64172 [  8568] By: jhi                                   on 2001/01/27  18:06:51
64173         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
64174              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
64175              7935[-perlio.c],7936,7959,7965 from mainline.
64176              
64177              Change the "big byte" error message to "Wide character".
64178              (7355, the croak-if-wide-chars-in-print part ignored)
64179              
64180              Use UINT64_C().
64181              
64182              Introduce Perl_utf8_length().
64183              
64184              diff -se shows these as different (7753, forgotten check-ins)
64185              
64186              Subject: [PATCH] doop.c - UTF8 tr///
64187              
64188              If we use (aTHX_ ...) then put Perl_ on the front.
64189              
64190              Make utf8_length() and utf8_distance() to be less forgiving
64191              about bad UTF-8.
64192              
64193              Test line numbers are different with utf8.
64194              
64195              No need to scan till infinity, 13 is enough. (7872,7911)
64196              
64197              Subject: [PATCH] Tokeniser debugging
64198              
64199              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
64200              
64201              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
64202              
64203              Be more careful in Perl_sv_utf8_downgrade().
64204              
64205              Use DO_UTF8().
64206              
64207              Raw zero bytes in text files confuse at least GNU patch 2.1.
64208      Branch: maint-5.6/perl
64209           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
64210           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
64211           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
64212           !> t/pragma/utf8.t toke.c utf8.c utf8.h
64213 ____________________________________________________________________________
64214 [  8567] By: nick                                  on 2001/01/27  11:10:38
64215         Log: Integrate mainline
64216      Branch: perlio
64217           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
64218           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
64219           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
64220           !> toke.c
64221 ____________________________________________________________________________
64222 [  8566] By: jhi                                   on 2001/01/27  06:22:48
64223         Log: More documentation for the regexp context stack.
64224      Branch: perl
64225            ! regexec.c
64226 ____________________________________________________________________________
64227 [  8565] By: jhi                                   on 2001/01/27  05:21:57
64228         Log: Update Changes.
64229      Branch: perl
64230            ! Changes patchlevel.h
64231 ____________________________________________________________________________
64232 [  8564] By: jhi                                   on 2001/01/27  04:44:04
64233         Log: Threadedness patch for #8562 from Doug MacEachern.
64234      Branch: perl
64235            ! toke.c
64236 ____________________________________________________________________________
64237 [  8563] By: jhi                                   on 2001/01/27  04:26:24
64238         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
64239              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
64240              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
64241              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
64242      Branch: perl
64243            ! op.c
64244 ____________________________________________________________________________
64245 [  8562] By: jhi                                   on 2001/01/27  04:20:30
64246         Log: Subject: Re: Announce : Tokener reporting patch
64247              From: Simon Cozens <simon@cozens.net>
64248              Date: Mon, 22 Jan 2001 02:17:22 +0000
64249              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
64250      Branch: perl
64251            ! embed.h embed.pl proto.h toke.c
64252 ____________________________________________________________________________
64253 [  8561] By: jhi                                   on 2001/01/27  04:17:24
64254         Log: Forgot from #8545.  Oops.
64255      Branch: perl
64256            ! pp.c t/pragma/overload.t
64257 ____________________________________________________________________________
64258 [  8560] By: jhi                                   on 2001/01/27  03:01:47
64259         Log: A better module compilation test, use MANIFEST as suggested
64260              by Spider.
64261      Branch: perl
64262            ! t/lib/1_compile.t
64263 ____________________________________________________________________________
64264 [  8559] By: jhi                                   on 2001/01/27  02:50:48
64265         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
64266              From: Peter Prymmer <pvhp@forte.com>
64267              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
64268              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
64269      Branch: perl
64270            ! t/lib/b.t
64271 ____________________________________________________________________________
64272 [  8558] By: jhi                                   on 2001/01/27  02:27:05
64273         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
64274              From: Peter Prymmer <pvhp@forte.com>
64275              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
64276              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
64277      Branch: perl
64278            ! t/pragma/sub_lval.t
64279 ____________________________________________________________________________
64280 [  8557] By: jhi                                   on 2001/01/27  02:26:03
64281         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
64282              From: Peter Prymmer <pvhp@forte.com>
64283              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
64284              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
64285      Branch: perl
64286            ! t/lib/st-06compat.t
64287 ____________________________________________________________________________
64288 [  8556] By: jhi                                   on 2001/01/27  02:24:33
64289         Log: Subject: [PATCH: perl@8531] minor update to README.os390
64290              From: Peter Prymmer <pvhp@forte.com>
64291              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
64292              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
64293      Branch: perl
64294            ! README.os390
64295 ____________________________________________________________________________
64296 [  8555] By: jhi                                   on 2001/01/27  00:35:47
64297         Log: No point in checking the length before we know whether the pointer
64298              is bogus or not, fixes Abigail's odbm failures in Linux.
64299      Branch: perl
64300            ! sv.c
64301 ____________________________________________________________________________
64302 [  8554] By: nick                                  on 2001/01/26  19:01:31
64303         Log: Integrate mainline
64304      Branch: perlio
64305           !> lib/Text/Wrap.pm t/lib/textwrap.t
64306 ____________________________________________________________________________
64307 [  8553] By: jhi                                   on 2001/01/26  15:19:39
64308         Log: Integrate change #7792 from perlio (multiplicity fix),
64309              fix the AV leak in regex DEBUGGING (tiny part of the
64310              polymorphic regexp patch #8143).
64311      Branch: maint-5.6/perl
64312            ! regcomp.c
64313           !> scope.h
64314 ____________________________________________________________________________
64315 [  8552] By: jhi                                   on 2001/01/26  15:03:23
64316         Log: (Retracted by #8573)
64317              
64318              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
64319              From: Michael G Schwern <schwern@pobox.com>
64320              Date: Fri, 26 Jan 2001 09:28:31 -0500
64321              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
64322      Branch: perl
64323            ! lib/Text/Wrap.pm t/lib/textwrap.t
64324 ____________________________________________________________________________
64325 [  8551] By: jhi                                   on 2001/01/26  02:33:19
64326         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
64327              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
64328              
64329              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
64330              
64331              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
64332              
64333              Message nit.
64334              
64335              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
64336              
64337              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
64338              
64339              (the cleanup of unused submatches in regtry() and regcppop())
64340              
64341              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
64342              stored and restored, and thusly was trounced by the utf8 swash
64343              routines.
64344              
64345              use utf8 not required to use \x{}.
64346              
64347              Removed two more tests that make no sense in UTF-8 since the test
64348              data is not in UTF-8.
64349              
64350              Get the three different space character classes right under utf8.
64351              
64352              Implement ANYOFUTF8 regprop() dumping.
64353              
64354              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
64355              
64356              Document the regex context pushing/popping a bit better.
64357      Branch: maint-5.6/perl
64358           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
64359           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
64360           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
64361           !> t/op/regmesg.t utf8.c
64362 ____________________________________________________________________________
64363 [  8550] By: nick                                  on 2001/01/25  19:42:30
64364         Log: Integrate mainline
64365      Branch: perlio
64366           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
64367           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
64368           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
64369           !> t/lib/bigint.t t/lib/bigintpm.t
64370 ____________________________________________________________________________
64371 [  8549] By: jhi                                   on 2001/01/25  15:22:28
64372         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
64373      Branch: maint-5.6/perl
64374            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
64375 ____________________________________________________________________________
64376 [  8548] By: jhi                                   on 2001/01/25  15:02:55
64377         Log: Integrate changes #7997,8063,8492,8547 from mainline.
64378              
64379              Subject: Re: STRLEN - what?
64380              
64381              Subject: [PATCH] perlguts.pod
64382              
64383              Memory management calls documentation.
64384              
64385              Layout using tabulator is not a good idea in a pod.
64386      Branch: maint-5.6/perl
64387           !> pod/perlguts.pod
64388 ____________________________________________________________________________
64389 [  8547] By: jhi                                   on 2001/01/25  14:49:05
64390         Log: Layout using tabulator is not a good idea in a pod.
64391      Branch: perl
64392            ! pod/perlguts.pod
64393 ____________________________________________________________________________
64394 [  8546] By: jhi                                   on 2001/01/25  14:31:12
64395         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
64396              from mainline.
64397              
64398              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
64399              
64400              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
64401              
64402              More Win32 editor/IDE/shell hints.
64403              
64404              More Win32 Perling.
64405              
64406              Yet another editor edit.
64407              
64408              Edit edit edit.
64409              
64410              IDE/editor section tweaking.
64411              
64412              Few more IDE/editor nits from p5p.
64413      Branch: maint-5.6/perl
64414           !> pod/perlfaq3.pod
64415 ____________________________________________________________________________
64416 [  8545] By: jhi                                   on 2001/01/25  04:16:32
64417         Log: Subject: [PATCH 5.7.0] overload int()
64418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64419              Date: Wed, 24 Jan 2001 19:06:57 -0500
64420              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
64421      Branch: perl
64422            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
64423            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
64424            ! t/lib/bigintpm.t
64425 ____________________________________________________________________________
64426 [  8544] By: jhi                                   on 2001/01/25  04:15:11
64427         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
64428              From: Peter Prymmer <pvhp@forte.com>
64429              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
64430              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
64431      Branch: perl
64432            ! Makefile.SH README.os390 hints/os390.sh installperl
64433 ____________________________________________________________________________
64434 [  8543] By: jhi                                   on 2001/01/25  03:52:08
64435         Log: Integrate change #8462,8469 from mainline.
64436              
64437              In VMS Perl subversion (perl -V) is undef.
64438      Branch: maint-5.6/perl
64439           !> configure.com
64440 ____________________________________________________________________________
64441 [  8542] By: jhi                                   on 2001/01/25  03:44:55
64442         Log: Integrate changes #7835,7850,8315,8316 from mainline.
64443              
64444              Solaris hints.
64445      Branch: maint-5.6/perl
64446           !> hints/solaris_2.sh
64447 ____________________________________________________________________________
64448 [  8541] By: jhi                                   on 2001/01/25  03:39:28
64449         Log: Integrate #8336 from mainline.
64450      Branch: maint-5.6/perl
64451           !> hv.c
64452 ____________________________________________________________________________
64453 [  8540] By: jhi                                   on 2001/01/25  03:23:50
64454         Log: Retract #8539.
64455      Branch: maint-5.6/perl
64456            ! pod/perlfaq3.pod
64457 ____________________________________________________________________________
64458 [  8539] By: jhi                                   on 2001/01/25  03:21:55
64459         Log: (Retracted by #8540.)
64460      Branch: maint-5.6/perl
64461            ! pod/perlfaq3.pod
64462 ____________________________________________________________________________
64463 [  8538] By: jhi                                   on 2001/01/25  03:14:07
64464         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
64465              From: Peter Prymmer <pvhp@forte.com>
64466              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
64467              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
64468              
64469              The VMS bits.
64470      Branch: maint-5.6/perl
64471            ! configure.com vms/descrip_mms.template
64472 ____________________________________________________________________________
64473 [  8537] By: jhi                                   on 2001/01/25  03:06:09
64474         Log: Integrate #7710,7824,7973 from mainline.
64475      Branch: maint-5.6/perl
64476           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
64477           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
64478           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
64479           !> vos/config.ga.def vos/config.ga.h win32/config.bc
64480           !> win32/config.gc win32/config.vc
64481 ____________________________________________________________________________
64482 [  8536] By: jhi                                   on 2001/01/24  13:50:20
64483         Log: Revert the edits made by me so far to the 5.6 branch since
64484              the TRIAL1 since I did edits when I should have been using
64485              integrates.  Bad programmer.   (Will integrate them properly later.)
64486              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
64487              The #8353 will not be reapplied at least for now since
64488              the UTF-8 hash keys need more thinking.
64489              (The patches #8347, #8354, #8454, #8473 were okay since they
64490              were original edits made specifically for the 5.6.1-TRIAL1.)
64491      Branch: maint-5.6/perl
64492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64493            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
64494            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
64495            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
64496            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
64497            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64498            ! win32/config.bc win32/config.gc win32/config.vc
64499 ____________________________________________________________________________
64500 [  8535] By: bailey                                on 2001/01/24  06:37:02
64501         Log: SYN SYN
64502      Branch: vmsperl
64503           +> (branch 26 files)
64504           !> (integrate 130 files)
64505 ____________________________________________________________________________
64506 [  8534] By: nick                                  on 2001/01/23  19:30:57
64507         Log: Integrate mainline.
64508      Branch: perlio
64509           !> Changes Configure Porting/Glossary Porting/config.sh
64510           !> Porting/config_H embed.h embed.pl ext/Encode/compile
64511           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
64512           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
64513           !> pod/perlvar.pod proto.h t/lib/1_compile.t
64514 ____________________________________________________________________________
64515 [  8533] By: jhi                                   on 2001/01/23  16:15:46
64516         Log: Forgotten from #8501.
64517      Branch: perl
64518            ! Porting/Glossary Porting/config.sh Porting/config_H
64519 ____________________________________________________________________________
64520 [  8532] By: jhi                                   on 2001/01/23  16:13:27
64521         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
64522              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
64523              Date: Mon, 22 Jan 2001 17:51:58 +0100
64524              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
64525      Branch: perl
64526            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
64527 ____________________________________________________________________________
64528 [  8531] By: jhi                                   on 2001/01/23  15:46:01
64529         Log: Update Changes.
64530      Branch: perl
64531            ! Changes patchlevel.h
64532 ____________________________________________________________________________
64533 [  8530] By: jhi                                   on 2001/01/23  15:38:39
64534         Log: De-cut-and-pasto.
64535      Branch: perl
64536            ! t/lib/1_compile.t
64537 ____________________________________________________________________________
64538 [  8529] By: jhi                                   on 2001/01/23  15:11:04
64539         Log: Document the mkdir trailing slashes case.
64540      Branch: perl
64541            ! pod/perlfunc.pod
64542 ____________________________________________________________________________
64543 [  8528] By: jhi                                   on 2001/01/23  15:08:28
64544         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
64545              get installed:
64546              
64547              Subject: lib/lib.pm
64548              From: <abigail@foad.org>
64549              Date: Mon, 28 Aug 2000 20:35:08 -0400
64550              Message-ID: <20000829003508.21281.qmail@foad.org>
64551      Branch: perl
64552            ! installperl
64553 ____________________________________________________________________________
64554 [  8527] By: jhi                                   on 2001/01/23  14:44:04
64555         Log: Metaconfig unit change for #8526.
64556      Branch: metaconfig
64557            ! U/threads/archname.U
64558 ____________________________________________________________________________
64559 [  8526] By: jhi                                   on 2001/01/23  14:43:19
64560         Log: Attach -perlio to the archname if so selected.
64561      Branch: perl
64562            ! Configure
64563 ____________________________________________________________________________
64564 [  8525] By: jhi                                   on 2001/01/23  14:24:01
64565         Log: Subject: [PATCH] pod/perlvar.pod
64566              From: abigail@foad.org
64567              Date: Tue, 23 Jan 2001 01:41:10 +0100
64568              Message-ID: <20010123004110.22259.qmail@foad.org>
64569      Branch: perl
64570            ! pod/perlvar.pod
64571 ____________________________________________________________________________
64572 [  8524] By: jhi                                   on 2001/01/23  14:22:32
64573         Log: A bug introduced in #8217 (the undefined variable in the
64574              lib/safe1_t #3) fixed, by Charles Lane:
64575              
64576              The earlier patch made it so that stuff running in Safe
64577              compartments could do a "caller" and see "main".  That
64578              little change in name is done right before the code in
64579              the compartment is run, and apparantly the parser
64580              was picking up the stash name before it got changed.
64581              
64582              (why it was threaded vs. unthreaded Perl that was sensitive to this
64583              I still don't know...and it probably doesn't matter).
64584              
64585              I tryed removing the stash name-change and saw that threaded Perl
64586              did indeed pass the lib/safe1.t tests.
64587              
64588              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
64589              do the name change (and to connect _ in the compartment to the global
64590              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
64591              to call _safe_pkg_prep when creating a new compartment.
64592              
64593              Passes all tests with threaded perl on linux; passes all tests
64594              with unthreaded perl on VMS.
64595              
64596              At some point I'll probably want to revisit Safe and Opcode to
64597              provide more sensible handling of global variables...and to get
64598              formats working in Safe compartments, which they don't do currently.
64599      Branch: perl
64600            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
64601 ____________________________________________________________________________
64602 [  8523] By: jhi                                   on 2001/01/23  14:11:58
64603         Log: Also the lib/Thread.pm itself needs to be ignored if
64604              the Thread extension hasn't been built.
64605      Branch: perl
64606            ! t/lib/1_compile.t
64607 ____________________________________________________________________________
64608 [  8522] By: jhi                                   on 2001/01/23  13:51:28
64609         Log: print() instead of warn() so that stderr doesn't get
64610              unnecessarily polluted.
64611      Branch: perl
64612            ! ext/Encode/compile
64613 ____________________________________________________________________________
64614 [  8521] By: jhi                                   on 2001/01/23  13:49:48
64615         Log: Integrate perlio.
64616      Branch: perl
64617           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
64618           !> ext/Encode/encode.h
64619 ____________________________________________________________________________
64620 [  8520] By: nick                                  on 2001/01/22  21:44:00
64621         Log: More messing with Encode:
64622              Extra fields in header to allow multiple names and to record
64623              other things "compile" knows.
64624              Re-organise compile to factor out common output routines.
64625      Branch: perlio
64626            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
64627 ____________________________________________________________________________
64628 [  8519] By: nick                                  on 2001/01/22  20:33:50
64629         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
64630      Branch: perlio
64631            ! ext/Encode/Makefile.PL ext/Encode/compile
64632 ____________________________________________________________________________
64633 [  8518] By: nick                                  on 2001/01/22  20:28:13
64634         Log: Integrate mainline
64635      Branch: perlio
64636           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
64637           !> vos/config.alpha.def vos/config.alpha.h
64638 ____________________________________________________________________________
64639 [  8517] By: jhi                                   on 2001/01/22  15:37:17
64640         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
64641              by Inaba Hiroto.
64642      Branch: perl
64643            ! sv.c
64644 ____________________________________________________________________________
64645 [  8516] By: jhi                                   on 2001/01/22  14:55:15
64646         Log: More SIG_SIZE fixes.
64647      Branch: perl
64648            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
64649 ____________________________________________________________________________
64650 [  8515] By: jhi                                   on 2001/01/22  14:50:27
64651         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
64652              From: "Craig A. Berry" <craigberry@mac.com>
64653              Date: Mon, 22 Jan 2001 00:42:24 -0600
64654              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
64655      Branch: perl
64656            ! configure.com
64657 ____________________________________________________________________________
64658 [  8514] By: jhi                                   on 2001/01/22  14:31:17
64659         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
64660              From: "Craig A. Berry" <craigberry@mac.com>
64661              Date: Sun, 21 Jan 2001 23:03:25 -0600
64662              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
64663      Branch: perl
64664            ! configure.com
64665 ____________________________________________________________________________
64666 [  8513] By: jhi                                   on 2001/01/22  14:14:00
64667         Log: Add the .ucm encoding tables to the MANIFEST.
64668      Branch: perl
64669            ! MANIFEST
64670 ____________________________________________________________________________
64671 [  8512] By: jhi                                   on 2001/01/22  13:43:33
64672         Log: Integrate perlio.
64673      Branch: perl
64674           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64675           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64676           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64677           +> ext/Encode/Encode/iso8859-10.ucm
64678           +> ext/Encode/Encode/iso8859-13.ucm
64679           +> ext/Encode/Encode/iso8859-14.ucm
64680           +> ext/Encode/Encode/iso8859-15.ucm
64681           +> ext/Encode/Encode/iso8859-16.ucm
64682           +> ext/Encode/Encode/iso8859-2.ucm
64683           +> ext/Encode/Encode/iso8859-3.ucm
64684           +> ext/Encode/Encode/iso8859-4.ucm
64685           +> ext/Encode/Encode/iso8859-5.ucm
64686           +> ext/Encode/Encode/iso8859-6.ucm
64687           +> ext/Encode/Encode/iso8859-7.ucm
64688           +> ext/Encode/Encode/iso8859-8.ucm
64689           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64690           +> ext/Encode/Encode/symbol.ucm
64691           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
64692           !> perliol.h
64693 ____________________________________________________________________________
64694 [  8511] By: nick                                  on 2001/01/21  23:44:47
64695         Log: Make "real" layers of ":utf8" and ":raw".
64696              So now PERLIO=utf8 perl ...
64697              does what Andreas wanted.
64698              Fix arg passing in open.pm (still have a Carp issue).
64699      Branch: perlio
64700            ! lib/open.pm perlio.c perliol.h
64701 ____________________________________________________________________________
64702 [  8510] By: jhi                                   on 2001/01/21  22:56:53
64703         Log: Document the regex content pushing/popping a bit better.
64704      Branch: perl
64705            ! regexec.c
64706 ____________________________________________________________________________
64707 [  8509] By: jhi                                   on 2001/01/21  22:55:44
64708         Log: Tweak the mkdir trailing slash code some more.
64709              
64710              TO DO: the same handling should probably be done for
64711              all the other filesystem functions that can have directories
64712              as their arguments.
64713      Branch: perl
64714            ! pp_sys.c
64715 ____________________________________________________________________________
64716 [  8508] By: nick                                  on 2001/01/21  21:37:43
64717         Log: Switch "compiled in" encodings to .ucm format.
64718              (Leave others as .enc till we can run-time load .ucm,
64719              or find some other way to load them.)
64720      Branch: perlio
64721            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64722            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64723            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64724            + ext/Encode/Encode/iso8859-10.ucm
64725            + ext/Encode/Encode/iso8859-13.ucm
64726            + ext/Encode/Encode/iso8859-14.ucm
64727            + ext/Encode/Encode/iso8859-15.ucm
64728            + ext/Encode/Encode/iso8859-16.ucm
64729            + ext/Encode/Encode/iso8859-2.ucm
64730            + ext/Encode/Encode/iso8859-3.ucm
64731            + ext/Encode/Encode/iso8859-4.ucm
64732            + ext/Encode/Encode/iso8859-5.ucm
64733            + ext/Encode/Encode/iso8859-6.ucm
64734            + ext/Encode/Encode/iso8859-7.ucm
64735            + ext/Encode/Encode/iso8859-8.ucm
64736            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64737            + ext/Encode/Encode/symbol.ucm
64738            ! ext/Encode/Makefile.PL ext/Encode/compile
64739 ____________________________________________________________________________
64740 [  8507] By: nick                                  on 2001/01/21  21:02:03
64741         Log: Integrate (partial) mainline.
64742      Branch: perlio
64743           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
64744           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
64745           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
64746 ____________________________________________________________________________
64747 [  8506] By: jhi                                   on 2001/01/21  20:09:30
64748         Log: Update Changes.
64749      Branch: perl
64750            ! Changes patchlevel.h
64751 ____________________________________________________________________________
64752 [  8505] By: jhi                                   on 2001/01/21  19:39:59
64753         Log: Subject: Minor typos in perlfaq2.pod
64754              From: "Stephen P. Potter" <spp@spotter.yi.org>
64755              Message-Id: <200101192101.QAA11911@spotter.yi.org>
64756              Date: Fri, 19 Jan 2001 16:01:13 -0500
64757              
64758              with a nit from Philip Newton.
64759      Branch: perl
64760            ! pod/perlfaq2.pod
64761 ____________________________________________________________________________
64762 [  8504] By: jhi                                   on 2001/01/21  19:33:05
64763         Log: Metaconfig change for #8503.
64764      Branch: metaconfig
64765            ! U/threads/usethreads.U
64766 ____________________________________________________________________________
64767 [  8503] By: jhi                                   on 2001/01/21  19:32:21
64768         Log: Sanity check for conflicting thread flavours.
64769      Branch: perl
64770            ! Configure config_h.SH
64771 ____________________________________________________________________________
64772 [  8502] By: jhi                                   on 2001/01/21  19:23:00
64773         Log: Metaconfig change for #8501.
64774      Branch: metaconfig
64775            ! U/modified/sig_name.U
64776 ____________________________________________________________________________
64777 [  8501] By: jhi                                   on 2001/01/21  19:22:26
64778         Log: The SIG_SIZE is the number of the elements *excluding*
64779              the terminating NULL.
64780      Branch: perl
64781            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
64782            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
64783            ! win32/config_H.vc
64784 ____________________________________________________________________________
64785 [  8500] By: jhi                                   on 2001/01/21  18:31:31
64786         Log: Integrate perlio.
64787      Branch: perl
64788           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
64789           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
64790           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
64791           !> pp_sys.c proto.h sv.c
64792 ____________________________________________________________________________
64793 [  8499] By: jhi                                   on 2001/01/21  17:43:57
64794         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
64795              From: Hugo <hv@crypt.compulink.co.uk>
64796              Date: Sun, 21 Jan 2001 13:34:05 +0000
64797              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
64798              
64799              In sprintf UTF8ize only if necessary.
64800      Branch: perl
64801            ! sv.c
64802 ____________________________________________________________________________
64803 [  8498] By: nick                                  on 2001/01/21  16:25:32
64804         Log: Encode cleanup.
64805              Add command line control over "compile" so that Makefile.PL
64806              needs can be combined with other uses.
64807              Use command line options in Makefile.PL.
64808              Fix multi-byte parsing in .ucm files.
64809      Branch: perlio
64810            ! ext/Encode/Makefile.PL ext/Encode/compile
64811 ____________________________________________________________________________
64812 [  8497] By: nick                                  on 2001/01/21  12:56:27
64813         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
64814      Branch: perlio
64815            ! ext/Encode/Encode.xs
64816 ____________________________________________________________________________
64817 [  8496] By: nick                                  on 2001/01/21  12:18:45
64818         Log: Fixup after integrate:
64819              missed the .sym files that are changed by regen_headers
64820              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
64821      Branch: perlio
64822            ! global.sym pp.sym sv.c
64823 ____________________________________________________________________________
64824 [  8495] By: nick                                  on 2001/01/21  11:51:07
64825         Log: Integrate mainline.
64826      Branch: perlio
64827           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
64828           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
64829           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
64830           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
64831           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
64832           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
64833           !> win32/Makefile win32/makefile.mk
64834 ____________________________________________________________________________
64835 [  8494] By: jhi                                   on 2001/01/20  23:12:11
64836         Log: Forgot the expect_number() prototype.
64837      Branch: perl
64838            ! embed.h embed.pl proto.h
64839 ____________________________________________________________________________
64840 [  8493] By: jhi                                   on 2001/01/20  22:56:39
64841         Log: Subject: [PATCH: perl@8482] README.vms URL updates
64842              From: Peter Prymmer <pvhp@forte.com>
64843              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
64844              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
64845              
64846              Plus Craig A. Berry's suggestion to use compaq.com instead
64847              of digital.com.
64848      Branch: perl
64849            ! README.vms
64850 ____________________________________________________________________________
64851 [  8492] By: jhi                                   on 2001/01/20  22:50:05
64852         Log: Memory management calls documentation.
64853      Branch: perl
64854            ! pod/perlguts.pod
64855 ____________________________________________________________________________
64856 [  8491] By: jhi                                   on 2001/01/20  22:38:33
64857         Log: Signedness nit plus few memcpy/Copy nits.
64858      Branch: perl
64859            ! sv.c
64860 ____________________________________________________________________________
64861 [  8490] By: jhi                                   on 2001/01/20  22:25:53
64862         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
64863              From: Peter Prymmer <pvhp@forte.com>
64864              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
64865              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
64866      Branch: perl
64867            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
64868 ____________________________________________________________________________
64869 [  8489] By: jhi                                   on 2001/01/20  22:24:41
64870         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
64871              From: Peter Prymmer <pvhp@forte.com>
64872              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
64873              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
64874      Branch: perl
64875            ! win32/Makefile win32/makefile.mk
64876 ____________________________________________________________________________
64877 [  8488] By: jhi                                   on 2001/01/20  22:22:27
64878         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
64879              From: Peter Prymmer <pvhp@forte.com>
64880              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
64881              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
64882      Branch: perl
64883            ! Makefile.SH
64884 ____________________________________________________________________________
64885 [  8487] By: jhi                                   on 2001/01/20  22:21:18
64886         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
64887              From: Peter Prymmer <pvhp@forte.com>
64888              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
64889              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
64890      Branch: perl
64891            + ext/DynaLoader/dl_dllload.xs
64892            ! MANIFEST Makefile.SH hints/os390.sh
64893 ____________________________________________________________________________
64894 [  8486] By: jhi                                   on 2001/01/20  22:17:53
64895         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
64896              From: Peter Prymmer <pvhp@forte.com>
64897              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
64898              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
64899      Branch: perl
64900            ! README.os390 README.posix-bc
64901 ____________________________________________________________________________
64902 [  8485] By: jhi                                   on 2001/01/20  20:15:30
64903         Log: Document and test the new qu operator.
64904      Branch: perl
64905            + t/op/qu.t
64906            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64907            ! pod/perlretut.pod pod/perlunicode.pod
64908 ____________________________________________________________________________
64909 [  8484] By: nick                                  on 2001/01/20  19:42:30
64910         Log: Infrastructure to allow:
64911              open($fh,"|-",@array);
64912              to be implemented
64913              i.e. mark pp_open as needing a stack mark, and make pp_open
64914              process its args in that style (and pass them _all_ to tied handles OPEN).
64915              Invent do_openn() which takes SV ** at allow it to see multiple args.
64916              Note this does not _do_ anything yet.
64917      Branch: perlio
64918            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
64919            ! perlapi.c pp_proto.h pp_sys.c proto.h
64920 ____________________________________________________________________________
64921 [  8483] By: nick                                  on 2001/01/20  17:23:14
64922         Log: Integrate mainline.
64923      Branch: perlio
64924           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
64925           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
64926 ____________________________________________________________________________
64927 [  8482] By: jhi                                   on 2001/01/19  15:37:49
64928         Log: Update Changes.
64929      Branch: perl
64930            ! Changes patchlevel.h
64931 ____________________________________________________________________________
64932 [  8481] By: jhi                                   on 2001/01/19  14:41:24
64933         Log: Subject: Re: new feature: s?printf parameter reordering 
64934              From: Hugo <hv@crypt.compulink.co.uk>
64935              Date: Thu, 11 Jan 2001 17:09:03 +0000
64936              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
64937              
64938              - support reordering for all parameters: %, *v, *, .*
64939              - lay down that the reordering specification must immediately
64940              follow that parameter: %3$, *v3$, *3$, .*3$
64941              - fix vectorisation of a zero-length string
64942              - factor out the code choosing the argument to format
64943              
64944              Possibly unwanted side-effects:
64945              - the special format specifiers ' +-0' must now precede any
64946              vectorisation specifier. Tests in op/sprintf and op/ver
64947              have been changed to reflect this.
64948              - sprintf.t test #214 changed its expectations because in many
64949              cases, the next parameter has already been consumed when an
64950              invalid type letter is detected.
64951              
64952              Probably wanted side-effects:
64953              - attempts to format a non-existent parameter will warn as if C<undef>
64954              - attempt to write to non-existent parameter with '%n' will complain
64955              of "attempt to modify read-only value" instead of being silent
64956      Branch: perl
64957            ! sv.c t/op/sprintf.t t/op/ver.t
64958 ____________________________________________________________________________
64959 [  8480] By: jhi                                   on 2001/01/19  14:08:37
64960         Log: Subject: PATCH pragma/locale.t
64961              From: andreas.koenig@anima.de (Andreas J. Koenig)
64962              Date: 18 Jan 2001 09:45:37 +0100
64963              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
64964      Branch: perl
64965            ! t/pragma/locale.t
64966 ____________________________________________________________________________
64967 [  8479] By: jhi                                   on 2001/01/19  13:19:58
64968         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
64969      Branch: perl
64970            ! configure.com
64971 ____________________________________________________________________________
64972 [  8478] By: jhi                                   on 2001/01/19  02:12:35
64973         Log: Automate 1_compile.t.
64974      Branch: perl
64975            ! t/lib/1_compile.t
64976 ____________________________________________________________________________
64977 [  8477] By: jhi                                   on 2001/01/19  01:49:56
64978         Log: Integrate perlio.
64979      Branch: perl
64980           !> sv.c win32/config.bc win32/config.gc win32/config.vc
64981           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
64982 ____________________________________________________________________________
64983 [  8476] By: nick                                  on 2001/01/18  21:51:52
64984         Log: Integrate mainline
64985      Branch: perlio
64986           +> t/lib/1_compile.t t/lib/compmod.pl
64987           !> MANIFEST configure.com lib/unicode/distinct.pm
64988 ____________________________________________________________________________
64989 [  8475] By: nick                                  on 2001/01/18  21:48:02
64990         Log: Win32 "safe signals" co-existance fix.
64991              Fix SIG_SIZE value.
64992              Clear PL_sig_pending when cloning (fork).
64993      Branch: perlio
64994            ! sv.c win32/config.bc win32/config.gc win32/config.vc
64995            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64996 ____________________________________________________________________________
64997 [  8474] By: jhi                                   on 2001/01/18  14:40:57
64998         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
64999      Branch: perl
65000            ! t/lib/1_compile.t
65001 ____________________________________________________________________________
65002 [  8473] By: gsar                                  on 2001/01/18  11:42:31
65003         Log: unsubmitted trial1 change
65004      Branch: maint-5.6/perl
65005            ! Changes
65006 ____________________________________________________________________________
65007 [  8472] By: jhi                                   on 2001/01/18  04:30:24
65008         Log: The first bug found by 1_compile.t.
65009      Branch: perl
65010            ! lib/unicode/distinct.pm
65011 ____________________________________________________________________________
65012 [  8471] By: jhi                                   on 2001/01/18  04:29:42
65013         Log: Add Schwern's 1_compile test.  The compile_module script renamed
65014              to be a bit shorter for the 8.3 people.
65015      Branch: perl
65016            + t/lib/1_compile.t t/lib/compmod.pl
65017            ! MANIFEST
65018 ____________________________________________________________________________
65019 [  8470] By: jhi                                   on 2001/01/18  04:16:00
65020         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)
65021              From: Peter Prymmer <pvhp@forte.com>
65022              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
65023              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
65024              Replace #8463.
65025      Branch: maint-5.6/perl
65026            ! configure.com
65027 ____________________________________________________________________________
65028 [  8469] By: jhi                                   on 2001/01/18  04:13:02
65029         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)
65030              From: Peter Prymmer <pvhp@forte.com>
65031              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
65032              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
65033              Replace #8462.
65034      Branch: perl
65035            ! configure.com
65036 ____________________________________________________________________________
65037 [  8468] By: jhi                                   on 2001/01/18  03:42:08
65038         Log: Integrate perlio.
65039      Branch: perl
65040           !> gv.c mg.c perlio.c util.c
65041 ____________________________________________________________________________
65042 [  8467] By: nick                                  on 2001/01/17  22:41:10
65043         Log: "Safe" signals - trial implementation.
65044              gv.c tweaked to zero PL_sig_pend array
65045              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
65046              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
65047              Odd thing is that it "works" with PERLIO=stdio as well (linux).
65048      Branch: perlio
65049            ! gv.c mg.c perlio.c util.c
65050 ____________________________________________________________________________
65051 [  8466] By: nick                                  on 2001/01/17  20:40:20
65052         Log: Integrate mainline.
65053      Branch: perlio
65054           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
65055           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
65056           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
65057           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65058           !> vos/config.ga.h win32/config.bc win32/config.gc
65059           !> win32/config.vc
65060 ____________________________________________________________________________
65061 [  8465] By: jhi                                   on 2001/01/17  18:37:13
65062         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
65063              From: Nicholas Clark <nick@ccl4.org>
65064              Date: Wed, 17 Jan 2001 17:31:33 +0000
65065              Message-ID: <20010117173133.I2633@plum.flirble.org>
65066      Branch: perl
65067            ! t/op/int.t
65068 ____________________________________________________________________________
65069 [  8464] By: jhi                                   on 2001/01/17  14:43:17
65070         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
65071              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65072              Date: Wed, 17 Jan 2001 15:16:43 +0100
65073              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
65074              
65075              pp_int() was dropping an NV to the floor,
65076              int(279964589018079/59) either returned not an integer
65077              4745162525730.15, or one got "Attempt to free unreferenced scalar."
65078      Branch: perl
65079            ! pp.c
65080 ____________________________________________________________________________
65081 [  8463] By: jhi                                   on 2001/01/17  06:12:42
65082         Log: (Replaced by #8470)
65083              
65084              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)
65085              From: "Craig A. Berry" <craigberry@mac.com>
65086              Date: Tue, 16 Jan 2001 23:38:46 -0600
65087              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
65088      Branch: maint-5.6/perl
65089            ! configure.com
65090 ____________________________________________________________________________
65091 [  8462] By: jhi                                   on 2001/01/17  06:11:31
65092         Log: (Replaced by #8469)
65093              
65094              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)
65095              From: "Craig A. Berry" <craigberry@mac.com>
65096              Date: Tue, 16 Jan 2001 23:38:46 -0600
65097              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
65098      Branch: perl
65099            ! configure.com
65100 ____________________________________________________________________________
65101 [  8461] By: jhi                                   on 2001/01/17  05:56:12
65102         Log: Allow for one trailing slash in the directory of mkdir().
65103      Branch: perl
65104            ! pp_sys.c
65105 ____________________________________________________________________________
65106 [  8460] By: jhi                                   on 2001/01/17  03:26:01
65107         Log: Metaconfig unit changes for #8459.
65108      Branch: metaconfig
65109            ! U/modified/Loc.U U/modified/sig_name.U
65110 ____________________________________________________________________________
65111 [  8459] By: jhi                                   on 2001/01/17  03:24:48
65112         Log: Define SIG_SIZE, the number of elements in the sig_name and
65113              sig_num arrays, including the final NULL entry.
65114      Branch: perl
65115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65116            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
65117            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
65118            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65119            ! win32/config.bc win32/config.gc win32/config.vc
65120 ____________________________________________________________________________
65121 [  8458] By: jhi                                   on 2001/01/17  01:41:33
65122         Log: Integrate perlio.
65123      Branch: perl
65124           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
65125           !> perlapi.h proto.h sv.c
65126 ____________________________________________________________________________
65127 [  8457] By: nick                                  on 2001/01/16  22:07:26
65128         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
65129              Provides all the "cost" but no benefit yet - it is to allow cost
65130              to be measured, and implementation experiments (just in mg.c?).
65131      Branch: perlio
65132            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
65133            ! perlapi.h proto.h sv.c
65134 ____________________________________________________________________________
65135 [  8456] By: nick                                  on 2001/01/16  21:07:07
65136         Log: Integrate mainline.
65137      Branch: perlio
65138           !> (integrate 51 files)
65139 ____________________________________________________________________________
65140 [  8455] By: jhi                                   on 2001/01/16  18:13:43
65141         Log: Subject: [PATCH] regcomp.c old feature removal
65142              From: mjd@plover.com
65143              Date: 16 Jan 2001 14:43:18 -0000 
65144              Message-ID: <20010116144318.7140.qmail@plover.com> 
65145      Branch: perl
65146            ! regcomp.c
65147 ____________________________________________________________________________
65148 [  8454] By: jhi                                   on 2001/01/16  16:12:39
65149         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
65150              From: "Indy Singh" <indy@nusphere.com>
65151              Date: Wed, 10 Jan 2001 20:17:49 -0500
65152              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
65153      Branch: maint-5.6/perl
65154            ! win32/Makefile
65155 ____________________________________________________________________________
65156 [  8453] By: jhi                                   on 2001/01/16  16:09:33
65157         Log: Update Changes.
65158      Branch: perl
65159            ! Changes patchlevel.h
65160 ____________________________________________________________________________
65161 [  8452] By: jhi                                   on 2001/01/16  15:42:04
65162         Log: Subject: Re: API Cleanup
65163              To: perl5-porters@perl.org
65164              Date: Tue, 16 Jan 2001 13:42:30 +0000
65165              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
65166              
65167              Subject: [PATCH] utf8.c documentation
65168              From: Simon Cozens <simon@cozens.net>
65169              Date: Tue, 16 Jan 2001 13:52:48 +0000
65170              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
65171              
65172              Subject: Re: API Cleanup
65173              From: Simon Cozens <simon@cozens.net>
65174              Date: Tue, 16 Jan 2001 14:58:55 +0000
65175              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
65176              
65177              UTF-8 doc patches.
65178      Branch: perl
65179            ! embed.pl pod/perlapi.pod utf8.c
65180 ____________________________________________________________________________
65181 [  8451] By: jhi                                   on 2001/01/16  14:41:39
65182         Log: podlators 1.07, from Russ Allbery.
65183      Branch: perl
65184            ! lib/Pod/Man.pm
65185 ____________________________________________________________________________
65186 [  8450] By: jhi                                   on 2001/01/16  14:24:19
65187         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
65188              From: "Indy Singh" <indy@nusphere.com>
65189              Date: Mon, 15 Jan 2001 20:59:40 -0500
65190              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
65191      Branch: perl
65192            ! win32/Makefile
65193 ____________________________________________________________________________
65194 [  8449] By: jhi                                   on 2001/01/16  03:42:55
65195         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
65196              at the setting of the ofs_sv in new_struct_thread() as the
65197              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
65198              uninitialized fields are, uh, initialized with),
65199              SvREFCNT_inc()ing that invited a core dump.
65200      Branch: perl
65201            ! util.c
65202 ____________________________________________________________________________
65203 [  8448] By: jhi                                   on 2001/01/16  01:49:07
65204         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
65205              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65206              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
65207              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
65208              
65209              Replace #8444 and #8445.
65210      Branch: perl
65211            ! ext/B/B.xs ext/B/B/Debug.pm
65212 ____________________________________________________________________________
65213 [  8447] By: jhi                                   on 2001/01/15  21:05:35
65214         Log: Subject: [PATCH] API Variable documentation   
65215              From: Simon Cozens <simon@cozens.net>
65216              Date: Mon, 15 Jan 2001 19:35:54 +0000
65217              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
65218      Branch: perl
65219            ! pod/perlapi.pod thrdvar.h
65220 ____________________________________________________________________________
65221 [  8446] By: jhi                                   on 2001/01/15  20:49:20
65222         Log: Signedness nit.
65223      Branch: perl
65224            ! pp_ctl.c
65225 ____________________________________________________________________________
65226 [  8445] By: jhi                                   on 2001/01/15  20:28:48
65227         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
65228      Branch: perl
65229            ! ext/B/B/Debug.pm
65230 ____________________________________________________________________________
65231 [  8444] By: jhi                                   on 2001/01/15  13:09:10
65232         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
65233      Branch: perl
65234            ! ext/B/B.xs
65235 ____________________________________________________________________________
65236 [  8443] By: jhi                                   on 2001/01/15  13:06:26
65237         Log: Missing from #8439.
65238      Branch: perl
65239            ! keywords.h mg.c
65240 ____________________________________________________________________________
65241 [  8442] By: jhi                                   on 2001/01/15  13:02:38
65242         Log: Subject: [PATCH @8436] Eliminate op_children
65243              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65244              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
65245              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
65246              
65247              Subject: [PATCH @8436] Re: Eliminate op_children
65248              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65249              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
65250              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
65251      Branch: perl
65252            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
65253            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
65254            ! op.c op.h
65255 ____________________________________________________________________________
65256 [  8441] By: jhi                                   on 2001/01/15  12:57:08
65257         Log: Use the /^Perl_/-less form of is_lvalue_sub().
65258      Branch: perl
65259            ! pp.h
65260 ____________________________________________________________________________
65261 [  8440] By: jhi                                   on 2001/01/15  05:13:09
65262         Log: Revert #8437 and #8438, the Linux large files story is more complex.
65263      Branch: metaconfig/U/perl
65264            ! d_fpos64_t.U d_off64_t.U
65265      Branch: perl
65266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65267            ! config_h.SH configure.com epoc/config.sh perl.h
65268            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
65269            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65270            ! win32/config.bc win32/config.gc win32/config.vc
65271 ____________________________________________________________________________
65272 [  8439] By: jhi                                   on 2001/01/15  05:02:24
65273         Log: More UTF-8 patches from Inaba Hiroto.
65274              - The substr lval was still not okay.
65275              - Now pp_stringify and sv_setsv copies source's UTF8 flag
65276              even if IN_BYTE.  pp_stringify is called from fold_constants
65277              at optimization phase and "\x{100}" was made SvUTF8_off under
65278              use bytes (the bytes pragma is for "byte semantics" and not
65279              for "do not produce UTF8 data")
65280              - New `qu' operator to generate UTF8 string explicitly.
65281              Though I agree with the policy "0x00-0xff always produce bytes",
65282              sometimes want to such a string to be coded in UTF8.
65283              I can use pack"U0a*" but it requires more typing and has
65284              runtime overhead.
65285              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
65286              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
65287              string is not UTF8_on and has char 0x80-0xff.
65288              
65289              TODO: document and test qu.
65290      Branch: perl
65291            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
65292            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
65293            ! toke.c
65294 ____________________________________________________________________________
65295 [  8438] By: jhi                                   on 2001/01/14  05:10:23
65296         Log: (Reverted by #8440)
65297              
65298              Metaconfig unit changes for #8437.
65299      Branch: metaconfig/U/perl
65300            ! d_fpos64_t.U d_off64_t.U
65301 ____________________________________________________________________________
65302 [  8437] By: jhi                                   on 2001/01/14  04:55:34
65303         Log: (Reverted by #8440)
65304              
65305              Add <features.h> probing, seems to be needed for (some?)
65306              Linux largefileness.
65307      Branch: perl
65308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65309            ! config_h.SH configure.com epoc/config.sh perl.h
65310            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
65311            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65312            ! win32/config.bc win32/config.gc win32/config.vc
65313 ____________________________________________________________________________
65314 [  8436] By: jhi                                   on 2001/01/13  17:47:21
65315         Log: Tighten some of the tests a bit.
65316      Branch: perl
65317            ! t/pragma/utf8.t
65318 ____________________________________________________________________________
65319 [  8435] By: jhi                                   on 2001/01/13  17:31:54
65320         Log: Integrate perlio.
65321      Branch: perl
65322           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
65323           !> win32/config_H.gc win32/config_H.vc
65324 ____________________________________________________________________________
65325 [  8434] By: nick                                  on 2001/01/13  11:36:53
65326         Log: Run dmake regen_config_h for Win32
65327      Branch: perlio
65328            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65329 ____________________________________________________________________________
65330 [  8433] By: nick                                  on 2001/01/13  11:31:55
65331         Log: VMS friendly patch to Encode compile process
65332      Branch: perlio
65333            ! ext/Encode/Makefile.PL ext/Encode/compile
65334 ____________________________________________________________________________
65335 [  8432] By: nick                                  on 2001/01/13  11:06:44
65336         Log: Integrate mainline
65337      Branch: perlio
65338           +> ext/B/B/Concise.pm
65339           !> (integrate 52 files)
65340 ____________________________________________________________________________
65341 [  8431] By: jhi                                   on 2001/01/13  05:55:55
65342         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
65343              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65344              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
65345              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
65346      Branch: perl
65347            ! ext/B/B/Concise.pm
65348 ____________________________________________________________________________
65349 [  8430] By: jhi                                   on 2001/01/13  04:24:18
65350         Log: The LVRET macro needed an aTHX.
65351      Branch: perl
65352            ! pp.h
65353 ____________________________________________________________________________
65354 [  8429] By: jhi                                   on 2001/01/13  02:12:42
65355         Log: Update Changes.
65356      Branch: perl
65357            ! Changes patchlevel.h
65358 ____________________________________________________________________________
65359 [  8428] By: jhi                                   on 2001/01/13  02:08:50
65360         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
65361              From: Peter Prymmer <pvhp@forte.com>
65362              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
65363              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
65364              
65365              Add a BEGIN guard for sloppy floating point division.
65366      Branch: perl
65367            ! lib/Math/BigInt.pm lib/bigint.pl
65368 ____________________________________________________________________________
65369 [  8427] By: jhi                                   on 2001/01/13  01:47:16
65370         Log: The B::Terse drop-in replacement wasn't quite drop-in.
65371      Branch: perl
65372            ! ext/B/B/Terse.pm
65373 ____________________________________________________________________________
65374 [  8426] By: jhi                                   on 2001/01/12  21:20:43
65375         Log: Use UVXf.
65376      Branch: perl
65377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65378            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
65379            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
65380            ! vos/config.ga.def vos/config.ga.h win32/config.bc
65381            ! win32/config.gc win32/config.vc
65382 ____________________________________________________________________________
65383 [  8425] By: jhi                                   on 2001/01/12  20:20:14
65384         Log: Subject: [PATCH perl@8342] -Wformat
65385              From: Robin Barker <rmb1@cise.npl.co.uk>
65386              Date: Fri, 12 Jan 2001 20:03:14 GMT
65387              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
65388      Branch: perl
65389            ! ext/Encode/Encode.xs mg.c sv.c toke.c
65390 ____________________________________________________________________________
65391 [  8424] By: jhi                                   on 2001/01/12  20:01:48
65392         Log: Subject: B::Concise -- an improved replacement for B::Terse 
65393              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65394              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
65395              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
65396      Branch: perl
65397            + ext/B/B/Concise.pm
65398            ! MANIFEST ext/B/B/Terse.pm
65399 ____________________________________________________________________________
65400 [  8423] By: jhi                                   on 2001/01/12  19:24:02
65401         Log: The new metaconfig unit from the #8421.
65402      Branch: metaconfig/U/perl
65403            + d_sigprocmask.U
65404 ____________________________________________________________________________
65405 [  8422] By: jhi                                   on 2001/01/12  19:23:43
65406         Log: Forgot the microperl config from the #8421.
65407      Branch: perl
65408            ! uconfig.h uconfig.sh
65409 ____________________________________________________________________________
65410 [  8421] By: jhi                                   on 2001/01/12  19:05:27
65411         Log: Add sigprocmask() probe, regen Configure, regen toc.
65412      Branch: perl
65413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65414            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
65415            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65416            ! vos/config.ga.h win32/config.bc win32/config.gc
65417            ! win32/config.vc
65418 ____________________________________________________________________________
65419 [  8420] By: jhi                                   on 2001/01/12  18:34:31
65420         Log: Add sockatmark() to the todo list.
65421      Branch: perl
65422            ! Todo-5.6
65423 ____________________________________________________________________________
65424 [  8419] By: jhi                                   on 2001/01/12  18:09:46
65425         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
65426      Branch: perl
65427            ! op.c
65428 ____________________________________________________________________________
65429 [  8418] By: jhi                                   on 2001/01/12  18:05:30
65430         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
65431              From: Radu Greab <radu@netsoft.ro>
65432              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
65433              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
65434      Branch: perl
65435            ! op.c t/pragma/sub_lval.t
65436 ____________________________________________________________________________
65437 [  8417] By: jhi                                   on 2001/01/12  16:09:09
65438         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
65439              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
65440              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
65441              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
65442      Branch: perl
65443            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
65444            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
65445            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
65446            ! t/pragma/sub_lval.t toke.c
65447 ____________________________________________________________________________
65448 [  8416] By: jhi                                   on 2001/01/12  15:42:06
65449         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
65450              From: "Richard Soderberg" <rs@crystalflame.net>
65451              Date: Fri, 12 Jan 2001 04:49:35 -0800
65452              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
65453              
65454              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
65455              according to the platform.
65456      Branch: perl
65457            ! op.c
65458 ____________________________________________________________________________
65459 [  8415] By: jhi                                   on 2001/01/12  15:33:41
65460         Log: One more UTF-8 fix from Inaba Hiroto.
65461      Branch: perl
65462            ! pp.c regexec.c t/pragma/utf8.t
65463 ____________________________________________________________________________
65464 [  8414] By: jhi                                   on 2001/01/12  15:30:18
65465         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
65466      Branch: perl
65467            ! regexec.c
65468 ____________________________________________________________________________
65469 [  8413] By: jhi                                   on 2001/01/12  15:22:10
65470         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
65471              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65472              Date: Thu, 11 Jan 2001 12:53:36 +0100
65473              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
65474      Branch: perl
65475            ! toke.c
65476 ____________________________________________________________________________
65477 [  8412] By: jhi                                   on 2001/01/12  15:20:25
65478         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
65479              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65480              Date: Fri, 12 Jan 2001 14:37:55 +0100
65481              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
65482      Branch: perl
65483            ! hints/posix-bc.sh
65484 ____________________________________________________________________________
65485 [  8411] By: jhi                                   on 2001/01/12  15:14:14
65486         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
65487              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65488              Date: Fri, 12 Jan 2001 10:42:21 +0100
65489              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
65490      Branch: perl
65491            ! t/op/regmesg.t
65492 ____________________________________________________________________________
65493 [  8410] By: jhi                                   on 2001/01/12  05:48:55
65494         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
65495              From: Nicholas Clark <nick@ccl4.org> 
65496              Date: Sun, 7 Jan 2001 19:47:14 +0000
65497              Message-ID: <20010107194714.B1048@plum.flirble.org>
65498      Branch: perl
65499            ! t/op/numconvert.t
65500 ____________________________________________________________________________
65501 [  8409] By: jhi                                   on 2001/01/12  05:41:28
65502         Log: Integrate perlio.
65503      Branch: perl
65504           !> mg.c scope.h
65505 ____________________________________________________________________________
65506 [  8408] By: nick                                  on 2001/01/11  22:43:28
65507         Log: Remove variables that were used in experiments.
65508      Branch: perlio
65509            ! mg.c
65510 ____________________________________________________________________________
65511 [  8407] By: nick                                  on 2001/01/11  20:57:44
65512         Log: Catch die in %SIG handler and unblock the signal before re-dying.
65513              This make Linux work _without_ sigsetjmp().
65514              Turn off sigsetjmp() to see what else it does.
65515              May need Configure probe for sigprocmask() if anything has sigaction()
65516              but not sigprocmask().
65517      Branch: perlio
65518            ! mg.c scope.h
65519 ____________________________________________________________________________
65520 [  8406] By: nick                                  on 2001/01/11  19:32:07
65521         Log: Integrate mainline
65522      Branch: perlio
65523           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
65524           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
65525           !> t/op/substr.t
65526 ____________________________________________________________________________
65527 [  8405] By: jhi                                   on 2001/01/11  17:11:01
65528         Log: Fix UTF-8 lval substr().
65529      Branch: perl
65530            ! mg.c t/op/substr.t
65531 ____________________________________________________________________________
65532 [  8404] By: jhi                                   on 2001/01/11  05:13:58
65533         Log: Update Changes.
65534      Branch: perl
65535            ! Changes patchlevel.h
65536 ____________________________________________________________________________
65537 [  8403] By: jhi                                   on 2001/01/11  04:38:24
65538         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
65539              From: Hugo <hv@crypt.compulink.co.uk>
65540              Date: Mon, 30 Oct 2000 01:33:26 +0000
65541              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
65542      Branch: perl
65543            ! regexec.c t/op/re_tests
65544 ____________________________________________________________________________
65545 [  8402] By: jhi                                   on 2001/01/11  04:26:12
65546         Log: Integrate perlio.
65547      Branch: perl
65548           !> scope.h util.c
65549 ____________________________________________________________________________
65550 [  8401] By: nick                                  on 2001/01/10  22:52:55
65551         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
65552              (So Alan and Ilya can try setting via hints.)
65553              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
65554              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
65555              doing the save everywhere seems to restart read() correctly, but just
65556              doing it once "round" the handler does not.
65557      Branch: perlio
65558            ! scope.h
65559 ____________________________________________________________________________
65560 [  8400] By: jhi                                   on 2001/01/10  21:57:54
65561         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
65562              of IRIX, HP-UX is unaffected.
65563      Branch: perl
65564            ! perl.h
65565 ____________________________________________________________________________
65566 [  8399] By: nick                                  on 2001/01/10  21:29:19
65567         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
65568      Branch: perlio
65569            ! util.c
65570 ____________________________________________________________________________
65571 [  8398] By: jhi                                   on 2001/01/10  20:55:31
65572         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
65573              also have ReusePort.
65574      Branch: perl
65575            ! ext/IO/lib/IO/Socket/INET.pm
65576 ____________________________________________________________________________
65577 [  8397] By: jhi                                   on 2001/01/10  20:50:57
65578         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
65579              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
65580              Date: Wed, 10 Jan 2001 01:38:13 -0800
65581              Message-ID: <20010110013813.B41744@yahoo-inc.com>
65582      Branch: perl
65583            ! ext/IO/lib/IO/Socket/INET.pm
65584 ____________________________________________________________________________
65585 [  8396] By: jhi                                   on 2001/01/10  20:49:30
65586         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
65587              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
65588              Date: Wed, 10 Jan 2001 01:37:32 -0800
65589              Message-ID: <20010110013732.A41744@yahoo-inc.com>
65590      Branch: perl
65591            ! ext/Socket/Socket.pm
65592 ____________________________________________________________________________
65593 [  8395] By: jhi                                   on 2001/01/10  20:41:37
65594         Log: Test for bug id 20010105.016 (fixed by #8378).
65595      Branch: perl
65596            ! t/op/split.t
65597 ____________________________________________________________________________
65598 [  8394] By: jhi                                   on 2001/01/10  20:26:32
65599         Log: Integrate perlio.
65600      Branch: perl
65601            ! util.c
65602 ____________________________________________________________________________
65603 [  8393] By: nick                                  on 2001/01/10  19:34:30
65604         Log: Back out Simon's pid hackery for now.
65605      Branch: perlio
65606            ! util.c
65607 ____________________________________________________________________________
65608 [  8392] By: nick                                  on 2001/01/10  19:23:13
65609         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
65610      Branch: perlio
65611           !> (integrate 29 files)
65612 ____________________________________________________________________________
65613 [  8391] By: jhi                                   on 2001/01/10  18:43:15
65614         Log: Subject: [PATCH] Fix my_pclose segfault
65615              From: Simon Cozens <simon@cozens.net>
65616              Date: Wed, 10 Jan 2001 18:39:35 +0000
65617              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
65618      Branch: perl
65619            ! util.c
65620 ____________________________________________________________________________
65621 [  8390] By: jhi                                   on 2001/01/10  18:42:08
65622         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
65623              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65624              Date:     Wed, 10 Jan 2001 13:23:02 EST
65625              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
65626      Branch: perl
65627            ! ext/Opcode/Opcode.xs
65628 ____________________________________________________________________________
65629 [  8389] By: jhi                                   on 2001/01/10  15:16:07
65630         Log: Turn off the integer preservation for now.
65631      Branch: perl
65632            ! perl.h
65633 ____________________________________________________________________________
65634 [  8388] By: jhi                                   on 2001/01/10  15:01:25
65635         Log: Few more IDE/editor nits from p5p.
65636      Branch: perl
65637            ! pod/perlfaq3.pod
65638 ____________________________________________________________________________
65639 [  8387] By: jhi                                   on 2001/01/10  06:53:16
65640         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
65641              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
65642              Date: Tue, 9 Jan 2001 23:16:02 +0000
65643              Message-ID: <20010109231602.A81101@plum.flirble.org>
65644      Branch: perl
65645            ! sv.c
65646 ____________________________________________________________________________
65647 [  8386] By: jhi                                   on 2001/01/10  03:17:54
65648         Log: Test cases for #8385 (from Simon's "torture.pl")
65649      Branch: perl
65650            ! t/op/tr.t
65651 ____________________________________________________________________________
65652 [  8385] By: jhi                                   on 2001/01/10  03:17:11
65653         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
65654              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
65655              Date: Wed, 10 Jan 2001 11:39:39 +0900
65656              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
65657              
65658              Some more UTF-8 tr cases fixed.
65659      Branch: perl
65660            ! doop.c
65661 ____________________________________________________________________________
65662 [  8384] By: jhi                                   on 2001/01/09  22:45:40
65663         Log: Allow the locale test needing POSIX and the taint test
65664              needing IPC::SysV to run under 'minitest' (basically,
65665              bail out if loading the extension fails)
65666      Branch: perl
65667            ! t/op/misc.t t/op/taint.t
65668 ____________________________________________________________________________
65669 [  8383] By: jhi                                   on 2001/01/09  21:36:04
65670         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
65671              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65672              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
65673              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
65674      Branch: perl
65675            ! t/io/openpid.t
65676 ____________________________________________________________________________
65677 [  8382] By: jhi                                   on 2001/01/09  21:06:08
65678         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
65679              Should finish up the bug id 20001205.022.
65680      Branch: perl
65681            ! pp.c pp_hot.c scope.c
65682 ____________________________________________________________________________
65683 [  8381] By: jhi                                   on 2001/01/09  18:27:43
65684         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
65685              From: Andy Dougherty <doughera@lafayette.edu>
65686              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
65687              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
65688              
65689              More robust yacc/bison error detection.
65690      Branch: perl
65691            ! t/comp/proto.t
65692 ____________________________________________________________________________
65693 [  8380] By: jhi                                   on 2001/01/09  15:21:38
65694         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
65695              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65696              Date:     Tue, 9 Jan 2001 07:53:55 EST
65697              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
65698      Branch: perl
65699            ! t/op/misc.t vms/test.com
65700 ____________________________________________________________________________
65701 [  8379] By: jhi                                   on 2001/01/09  15:20:38
65702         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
65703              From: jhi@cc.hut.fi
65704              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
65705              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
65706              
65707              The #8378 fixed this.
65708      Branch: perl
65709            ! t/op/tr.t
65710 ____________________________________________________________________________
65711 [  8378] By: jhi                                   on 2001/01/09  15:05:32
65712         Log: Subject: One more patch for UTF8 
65713              From: Inaba Hiroto <inaba@st.rim.or.jp>
65714              Date: Tue, 09 Jan 2001 01:04:32 +0900
65715              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
65716              
65717              UTF-8 fixes for 'x' and tr///.
65718      Branch: perl
65719            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
65720            ! regcomp.c regexec.c toke.c utf8.c
65721 ____________________________________________________________________________
65722 [  8377] By: jhi                                   on 2001/01/09  14:32:17
65723         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
65724      Branch: perl
65725            ! t/op/length.t
65726 ____________________________________________________________________________
65727 [  8376] By: jhi                                   on 2001/01/09  04:32:32
65728         Log: integrate changes #7775, #8316, #8316 from mainline
65729      Branch: maint-5.6/perl
65730            ! hints/solaris_2.sh
65731 ____________________________________________________________________________
65732 [  8375] By: jhi                                   on 2001/01/09  04:26:43
65733         Log: Update Changes.
65734      Branch: perl
65735            ! Changes patchlevel.h
65736 ____________________________________________________________________________
65737 [  8374] By: jhi                                   on 2001/01/09  04:14:32
65738         Log: IDE/editor section tweaking.
65739      Branch: perl
65740            ! pod/perlfaq3.pod
65741 ____________________________________________________________________________
65742 [  8373] By: jhi                                   on 2001/01/09  02:38:26
65743         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
65744              From: Peter Prymmer <pvhp@forte.com>
65745              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
65746              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
65747              
65748              In preparation os OS/390 dynamic loading.
65749      Branch: perl
65750            ! README.os390 hints/os390.sh
65751 ____________________________________________________________________________
65752 [  8372] By: jhi                                   on 2001/01/09  00:24:30
65753         Log: Integrate with perlio.
65754      Branch: perl
65755           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
65756 ____________________________________________________________________________
65757 [  8371] By: nick                                  on 2001/01/08  23:54:33
65758         Log: Fix "scalars leaked" bugs caused by overload magic
65759              (Highlighted by Ilya's DESTROY optimization.)
65760      Branch: perlio
65761            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
65762 ____________________________________________________________________________
65763 [  8370] By: nick                                  on 2001/01/08  20:19:41
65764         Log: Integrate mainline
65765      Branch: perlio
65766           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
65767           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
65768           !> t/op/64bitint.t
65769 ____________________________________________________________________________
65770 [  8369] By: jhi                                   on 2001/01/08  17:30:52
65771         Log: save_delete() Safefree() doesn't (anymore?) work with shared
65772              strings, one test failure in op/misc and almost all of lib/b.
65773              (Outcomments #8369.)
65774      Branch: perl
65775            ! scope.c
65776 ____________________________________________________________________________
65777 [  8368] By: jhi                                   on 2001/01/08  14:47:10
65778         Log: (Outcommented by #8369.)
65779              
65780              Subject: Re: Perl BugID 20001205.022 ---- save_delete
65781              From: Simon Cozens <simon@cozens.net>
65782              Date: Sat, 6 Jan 2001 11:48:40 +0000
65783              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
65784              
65785              The save_delete() does need the Safefree.
65786      Branch: perl
65787            ! scope.c
65788 ____________________________________________________________________________
65789 [  8367] By: bailey                                on 2001/01/08  08:53:52
65790         Log: Once again syncing after too long an absence
65791      Branch: vmsperl
65792           +> (branch 55 files)
65793            - MAINTAIN fix_pl vos/config.def vos/config.h
65794            - vos/config_h.SH_orig
65795           !> (integrate 498 files)
65796 ____________________________________________________________________________
65797 [  8366] By: jhi                                   on 2001/01/08  02:42:59
65798         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
65799              From: nick@ccl4.org
65800              Date: Sun, 7 Jan 2001 21:07:18 +0000
65801              Message-Id: <20010107210717.D1048@plum.flirble.org>
65802      Branch: perl
65803            ! sv.c t/op/64bitint.t
65804 ____________________________________________________________________________
65805 [  8365] By: jhi                                   on 2001/01/08  02:35:16
65806         Log: Subject: [PATCH] environ nit
65807              From: Simon Cozens <simon@cozens.net>
65808              Date: Sun, 7 Jan 2001 17:57:07 +0000
65809              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
65810              
65811              Use environ only if we have it.
65812      Branch: perl
65813            ! mg.c
65814 ____________________________________________________________________________
65815 [  8364] By: jhi                                   on 2001/01/08  02:24:51
65816         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
65817      Branch: perl
65818            ! ext/GDBM_File/GDBM_File.xs
65819 ____________________________________________________________________________
65820 [  8363] By: jhi                                   on 2001/01/08  02:19:24
65821         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
65822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65823              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
65824              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
65825      Branch: perl
65826            ! dump.c op.c
65827 ____________________________________________________________________________
65828 [  8362] By: jhi                                   on 2001/01/08  02:17:43
65829         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
65830              From: Doug MacEachern <dougm@covalent.net>
65831              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
65832              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
65833              
65834              Allow AUTOLOAD to be an xsub and allow such xsubs
65835              to avoid use of $AUTOLOAD.
65836      Branch: perl
65837            ! gv.c
65838 ____________________________________________________________________________
65839 [  8361] By: jhi                                   on 2001/01/08  02:16:07
65840         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
65841              From: Radu Greab <radu@netsoft.ro>
65842              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
65843              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
65844              
65845              No need for the potentially nonportable $SIG{CHLD}.
65846      Branch: perl
65847            ! t/io/pipe.t
65848 ____________________________________________________________________________
65849 [  8360] By: jhi                                   on 2001/01/08  01:58:23
65850         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
65851      Branch: perl
65852            ! lib/Getopt/Long.pm
65853 ____________________________________________________________________________
65854 [  8359] By: jhi                                   on 2001/01/08  01:55:44
65855         Log: Integrate perlio.
65856      Branch: perl
65857           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
65858           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
65859           !> utf8.c win32/Makefile
65860 ____________________________________________________________________________
65861 [  8358] By: jhi                                   on 2001/01/07  21:16:50
65862         Log: Update the EPOC cross SDK URL.
65863      Branch: perl
65864            ! README.epoc
65865 ____________________________________________________________________________
65866 [  8357] By: jhi                                   on 2001/01/07  21:16:09
65867         Log: Update the EPOC cross SDK URL.
65868      Branch: maint-5.6/perl
65869            ! README.epoc
65870 ____________________________________________________________________________
65871 [  8356] By: nick                                  on 2001/01/06  21:47:52
65872         Log: FILE * in XS code for PerlIO world:
65873              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
65874              - Add FILE * T_STDIO typemap.
65875              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
65876      Branch: perlio
65877            ! lib/ExtUtils/typemap perlio.c perlio.h
65878 ____________________________________________________________________________
65879 [  8355] By: jhi                                   on 2001/01/06  20:27:15
65880         Log: integrate change #8336 from mainline
65881              
65882              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
65883      Branch: maint-5.6/perl
65884            ! hv.c
65885 ____________________________________________________________________________
65886 [  8354] By: jhi                                   on 2001/01/06  20:24:29
65887         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
65888              From: Robin Barker <rmb1@cise.npl.co.uk>
65889              Date: Fri, 22 Dec 2000 12:17:38 GMT
65890              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
65891              
65892              The patch reformats some long =item lines so they give
65893              correct output via pod2man | nroff -man
65894              
65895              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
65896              From: Robin Barker <rmb1@cise.npl.co.uk>
65897              Date: Tue, 2 Jan 2001 15:35:03 GMT
65898              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
65899              
65900              Here is a _further_ patch which corrects a few more errors:
65901              * an empty C<=item> in CPAN.pm
65902              * patching the wrong file (pod/perlamiga.pod not README.amiga)
65903              * leaving empty C<=item>s which formatted incorrectly
65904              * over long C<=item>s revealed by latest patch to Pod::Man
65905      Branch: maint-5.6/perl
65906            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
65907            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
65908            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
65909            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
65910            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
65911            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
65912 ____________________________________________________________________________
65913 [  8353] By: jhi                                   on 2001/01/06  20:21:10
65914         Log: integrate changes #7980, 8056, 8057 from mainline
65915              
65916              UTF-8 hash keys.
65917      Branch: maint-5.6/perl
65918            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
65919 ____________________________________________________________________________
65920 [  8352] By: jhi                                   on 2001/01/06  20:18:44
65921         Log: Forgotten from #8438.
65922      Branch: maint-5.6/perl
65923            ! epoc/epocish.h
65924 ____________________________________________________________________________
65925 [  8351] By: jhi                                   on 2001/01/06  20:18:12
65926         Log: Forgotten from #8347.
65927      Branch: maint-5.6/perl
65928            ! config_h.SH
65929 ____________________________________________________________________________
65930 [  8350] By: jhi                                   on 2001/01/06  20:00:19
65931         Log: Thinko in #8347.
65932      Branch: maint-5.6/perl
65933            ! regcomp.c
65934 ____________________________________________________________________________
65935 [  8349] By: jhi                                   on 2001/01/06  18:05:30
65936         Log: Copy the FAQ3 IDE section from the development branch,
65937              changes originally by Peter Prymmer.
65938      Branch: maint-5.6/perl
65939            ! pod/perlfaq3.pod
65940 ____________________________________________________________________________
65941 [  8348] By: jhi                                   on 2001/01/06  18:03:02
65942         Log: EPOC updates for TRIAL1.
65943              
65944              Subject: [5.6.1 trial1] EPOC update
65945              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65946              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
65947              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
65948              
65949              Subject: epoc patch2 for perl-5.6.1-trial1
65950              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65951              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
65952              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
65953      Branch: maint-5.6/perl
65954            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
65955            ! epoc/epocish.c
65956 ____________________________________________________________________________
65957 [  8347] By: jhi                                   on 2001/01/06  17:29:10
65958         Log: integrate changes #7710,7824,7973 from mainline,
65959              plus VMS nits from Peter Prymmer and Dan Sugalski.
65960              
65961              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
65962              library (getprotobyname and getprotobynumber are outversioned by
65963              the same calls in libc, at least for xlc version 3.
65964              
65965              Add HAS_SBRK_PROTO.
65966              
65967              Fixes for signedness warnings noticed by VMSperlers.
65968      Branch: maint-5.6/perl
65969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65970            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
65971            ! sv.c vms/descrip_mms.template vos/config.alpha.def
65972            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65973            ! win32/config.bc win32/config.gc win32/config.vc
65974 ____________________________________________________________________________
65975 [  8346] By: nick                                  on 2001/01/06  14:36:01
65976         Log: Fixup accumulated integrate muddles (perlio == devperl again)
65977      Branch: perlio
65978            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
65979 ____________________________________________________________________________
65980 [  8345] By: nick                                  on 2001/01/06  14:24:58
65981         Log: Integrate mainline
65982      Branch: perlio
65983           !> (integrate 55 files)
65984 ____________________________________________________________________________
65985 [  8344] By: jhi                                   on 2001/01/06  02:24:02
65986         Log: Subject: [patch] PerlIO_cleanup() prototype
65987              From: Doug MacEachern <dougm@covalent.net>
65988              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
65989              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
65990      Branch: perl
65991            ! perlio.h
65992 ____________________________________________________________________________
65993 [  8343] By: jhi                                   on 2001/01/06  01:04:09
65994         Log: IRIX compiler noticed that the bof initialization might be
65995              bypassed by control flow.
65996      Branch: perl
65997            ! toke.c
65998 ____________________________________________________________________________
65999 [  8342] By: jhi                                   on 2001/01/06  00:10:48
66000         Log: Update Changes.
66001      Branch: perl
66002            ! Changes patchlevel.h
66003 ____________________________________________________________________________
66004 [  8341] By: jhi                                   on 2001/01/05  23:52:33
66005         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
66006      Branch: perl
66007            ! toke.c
66008 ____________________________________________________________________________
66009 [  8340] By: jhi                                   on 2001/01/05  22:44:08
66010         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
66011              From: Radu Greab <radu@netsoft.ro>
66012              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
66013              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
66014      Branch: perl
66015            ! t/io/pipe.t util.c
66016 ____________________________________________________________________________
66017 [  8339] By: jhi                                   on 2001/01/05  22:35:17
66018         Log: Subject: [PATCH] format and rewording in perlfaq.pod
66019              From: Robin Barker <rmb1@cise.npl.co.uk>
66020              Date: Fri, 5 Jan 2001 18:51:20 GMT
66021              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
66022      Branch: perl
66023            ! pod/perlfaq.pod
66024 ____________________________________________________________________________
66025 [  8338] By: jhi                                   on 2001/01/05  22:31:17
66026         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
66027              From: Peter Prymmer <pvhp@forte.com>
66028              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
66029              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
66030      Branch: perl
66031            ! utils/perlbug.PL
66032 ____________________________________________________________________________
66033 [  8337] By: jhi                                   on 2001/01/05  18:15:11
66034         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
66035              From: Robin Barker <rmb1@cise.npl.co.uk>
66036              Date: Tue, 2 Jan 2001 15:24:07 GMT
66037              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
66038              
66039              If you call configure as C<./Configure> or C<sh ./Configure>,
66040              $src is set to the absolute path name, not '.'.
66041              
66042              This, in turn, means -Dmksymlink tries to do its stuff because
66043              it does not think it is in the src directory.
66044              
66045              (plus a metaconfig nitfix)
66046      Branch: metaconfig
66047            ! U/compline/ccflags.U U/modified/src.U
66048      Branch: perl
66049            ! Configure config_h.SH
66050 ____________________________________________________________________________
66051 [  8336] By: jhi                                   on 2001/01/05  17:48:32
66052         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
66053              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66054              Message-ID: <3A5606C4.473D2226@uk.sun.com>
66055              Date: Fri, 05 Jan 2001 17:39:16 +0000
66056      Branch: perl
66057            ! hv.c
66058 ____________________________________________________________________________
66059 [  8335] By: jhi                                   on 2001/01/05  16:05:44
66060         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
66061      Branch: perl
66062            ! lib/Getopt/Long.pm
66063 ____________________________________________________________________________
66064 [  8334] By: jhi                                   on 2001/01/05  16:00:51
66065         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
66066              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
66067              Date: Fri, 05 Jan 2001 13:46:51 +0100
66068              Message-ID: <13693.978698811@nice.ram.loc>
66069              
66070              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
66071              accurate reading of the "atime".  
66072      Branch: perl
66073            ! t/io/fs.t
66074 ____________________________________________________________________________
66075 [  8333] By: jhi                                   on 2001/01/05  15:57:37
66076         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
66077              From: Simon Cozens <simon@cozens.net>
66078              Date: Fri, 8 Dec 2000 13:33:31 +0000
66079              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
66080              
66081              A lost patch fragment.
66082      Branch: perl
66083            ! doop.c
66084 ____________________________________________________________________________
66085 [  8332] By: jhi                                   on 2001/01/05  15:40:42
66086         Log: Do away with strncpy() and a fixed length buffer.
66087      Branch: perl
66088            ! utf8.c
66089 ____________________________________________________________________________
66090 [  8331] By: jhi                                   on 2001/01/05  15:03:07
66091         Log: Tests for #8329 and #8330.
66092      Branch: perl
66093            ! t/op/bop.t
66094 ____________________________________________________________________________
66095 [  8330] By: jhi                                   on 2001/01/05  15:02:38
66096         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
66097              raw 8-bit form to the UTF-8 string.
66098      Branch: perl
66099            ! toke.c
66100 ____________________________________________________________________________
66101 [  8329] By: jhi                                   on 2001/01/05  14:55:13
66102         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
66103              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66104              Date: Fri, 5 Jan 2001 12:28:52 +0100
66105              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
66106              
66107              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
66108              no effect.  (changed the strncpy() to Copy())
66109      Branch: perl
66110            ! toke.c
66111 ____________________________________________________________________________
66112 [  8328] By: jhi                                   on 2001/01/05  06:44:27
66113         Log: UTF-8 cleanup.
66114      Branch: perl
66115            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66116            ! regexec.c sv.c toke.c
66117 ____________________________________________________________________________
66118 [  8327] By: jhi                                   on 2001/01/05  01:11:29
66119         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')
66120              From: Radu Greab <radu@netsoft.ro>
66121              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
66122              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
66123              
66124              Cleans up Harness to not use FileHandle, which uses IO.
66125      Branch: perl
66126            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66127 ____________________________________________________________________________
66128 [  8326] By: jhi                                   on 2001/01/05  00:56:37
66129         Log: Update Changes.
66130      Branch: perl
66131            ! Changes patchlevel.h
66132 ____________________________________________________________________________
66133 [  8325] By: jhi                                   on 2001/01/05  00:53:18
66134         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
66135              From: Peter Prymmer <pvhp@forte.com>
66136              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
66137              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
66138              
66139              plus a couple more tailing whitespace removals.
66140      Branch: perl
66141            ! win32/Makefile
66142 ____________________________________________________________________________
66143 [  8324] By: jhi                                   on 2001/01/05  00:47:39
66144         Log: Add some Unicode chop() tests.
66145      Branch: perl
66146            ! t/op/chop.t
66147 ____________________________________________________________________________
66148 [  8323] By: jhi                                   on 2001/01/05  00:47:23
66149         Log: Unify UTF-8 malformedness handling.
66150      Branch: perl
66151            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
66152 ____________________________________________________________________________
66153 [  8322] By: jhi                                   on 2001/01/04  22:21:54
66154         Log: The new $issymlink was unknown to Mksymlinks.
66155      Branch: metaconfig/U/perl
66156            ! Mksymlinks.U issymlink.U
66157      Branch: perl
66158            ! Configure config_h.SH
66159 ____________________________________________________________________________
66160 [  8321] By: jhi                                   on 2001/01/04  21:51:05
66161         Log: The test didn't work under the core test framework.
66162      Branch: perl
66163            ! t/lib/st-lock.t
66164 ____________________________________________________________________________
66165 [  8320] By: jhi                                   on 2001/01/04  21:14:22
66166         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
66167      Branch: perl
66168            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
66169 ____________________________________________________________________________
66170 [  8319] By: jhi                                   on 2001/01/04  20:46:17
66171         Log: Typo in #8312 when manually applying a problematic patch fragment.
66172      Branch: perl
66173            ! ext/Storable/Storable.xs
66174 ____________________________________________________________________________
66175 [  8318] By: jhi                                   on 2001/01/04  20:43:01
66176         Log: The $sh_c didn't fly.
66177      Branch: metaconfig
66178            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
66179            ! U/modified/Loc.U U/modified/myhostname.U
66180            ! U/modified/spitshell.U
66181      Branch: metaconfig/U/perl
66182            ! issymlink.U
66183      Branch: perl
66184            ! Configure config_h.SH
66185 ____________________________________________________________________________
66186 [  8317] By: jhi                                   on 2001/01/04  19:58:01
66187         Log: AIX builtin test -h is broken, changes based on
66188              
66189              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
66190              Date: Tue, 02 Jan 2001 11:24:39 +0100
66191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66192              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
66193      Branch: metaconfig
66194            + U/modified/spitshell.U
66195            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
66196            ! U/modified/Loc.U U/modified/myhostname.U
66197      Branch: metaconfig/U/perl
66198            ! Mksymlinks.U issymlink.U
66199      Branch: perl
66200            ! Configure
66201 ____________________________________________________________________________
66202 [  8316] By: jhi                                   on 2001/01/04  19:02:22
66203         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
66204              From: Andy Dougherty <doughera@lafayette.edu>
66205              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
66206              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
66207              
66208              Beware of GNU ld.
66209      Branch: perl
66210            ! hints/solaris_2.sh
66211 ____________________________________________________________________________
66212 [  8315] By: jhi                                   on 2001/01/04  18:56:48
66213         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
66214              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
66215              Date: Wed, 3 Jan 2001 07:58:51 +0100
66216              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
66217      Branch: perl
66218            ! hints/solaris_2.sh
66219 ____________________________________________________________________________
66220 [  8314] By: jhi                                   on 2001/01/04  18:54:07
66221         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
66222              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66223              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
66224              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
66225              
66226              Doc tweak on #8313.
66227      Branch: perl
66228            ! ext/B/B/Deparse.pm
66229 ____________________________________________________________________________
66230 [  8313] By: jhi                                   on 2001/01/04  18:52:27
66231         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
66232              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
66233              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66234              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
66235              
66236              Make the peephole optimizer to bypass more null ops and
66237              and rewrite the deparse handling of continue blocks.
66238      Branch: perl
66239            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
66240 ____________________________________________________________________________
66241 [  8312] By: jhi                                   on 2001/01/04  18:47:39
66242         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
66243      Branch: perl
66244            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
66245            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
66246            ! t/lib/st-lock.t
66247 ____________________________________________________________________________
66248 [  8311] By: jhi                                   on 2001/01/04  18:36:08
66249         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
66250              filter to be run on each .pm during the pm_to_blib() phase,
66251              a fixed version of
66252              
66253              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
66254              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
66255              Date: Wed, 03 Jan 2001 22:01:30 +0100
66256              Message-ID: <5296.978555690@nice.ram.loc>
66257      Branch: perl
66258            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
66259            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
66260            ! lib/ExtUtils/MakeMaker.pm
66261 ____________________________________________________________________________
66262 [  8310] By: jhi                                   on 2001/01/04  18:32:54
66263         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
66264              From: Robin Barker <rmb1@cise.npl.co.uk>
66265              Date: Tue, 2 Jan 2001 15:35:03 GMT
66266              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
66267      Branch: perl
66268            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
66269            ! pod/perlrequick.pod
66270 ____________________________________________________________________________
66271 [  8309] By: jhi                                   on 2001/01/04  18:29:07
66272         Log: Subject: Re: [patch] static-ize XS()
66273              From: Doug MacEachern <dougm@covalent.net>
66274              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
66275              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
66276              
66277              Provide prototypes for the XS functions.
66278      Branch: perl
66279            ! lib/ExtUtils/xsubpp
66280 ____________________________________________________________________________
66281 [  8308] By: jhi                                   on 2001/01/04  18:27:44
66282         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
66283              From: Doug MacEachern <dougm@covalent.net>
66284              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
66285              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
66286      Branch: perl
66287            ! lib/ExtUtils/typemap
66288 ____________________________________________________________________________
66289 [  8307] By: jhi                                   on 2001/01/04  18:25:25
66290         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
66291              From: Doug MacEachern <dougm@covalent.net>
66292              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
66293              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
66294              
66295              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
66296      Branch: perl
66297            ! lib/ExtUtils/MM_Unix.pm
66298 ____________________________________________________________________________
66299 [  8306] By: jhi                                   on 2001/01/04  18:23:00
66300         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
66301              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66302              Date: Thu, 4 Jan 2001 12:47:10 +0100 
66303              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
66304              
66305              The toke.c part only, patching embed.h and proto.h is futile.
66306      Branch: perl
66307            ! toke.c
66308 ____________________________________________________________________________
66309 [  8305] By: jhi                                   on 2001/01/04  18:05:51
66310         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
66311              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66312              Date: Thu, 4 Jan 2001 17:50:12 +0100 
66313              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
66314      Branch: perl
66315            ! toke.c
66316 ____________________________________________________________________________
66317 [  8304] By: jhi                                   on 2001/01/04  18:03:26
66318         Log: Subject: [PATCH perl@8269]
66319              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66320              Date: Thu, 4 Jan 2001 12:53:39 +0100 
66321              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
66322              
66323              If running byacc write-enable also perly.h.
66324      Branch: perl
66325            ! Makefile.SH
66326 ____________________________________________________________________________
66327 [  8303] By: jhi                                   on 2001/01/04  15:40:49
66328         Log: Rewrite pp_concat() in terms of sv_catsv().
66329      Branch: perl
66330            ! pp_hot.c
66331 ____________________________________________________________________________
66332 [  8302] By: nick                                  on 2001/01/03  22:43:22
66333         Log: Integrate mainline.
66334      Branch: perlio
66335           !> ext/Encode/Encode.xs sv.c utf8.c
66336 ____________________________________________________________________________
66337 [  8301] By: jhi                                   on 2001/01/02  23:40:26
66338         Log: Variable naming tweak.
66339      Branch: perl
66340            ! sv.c
66341 ____________________________________________________________________________
66342 [  8300] By: jhi                                   on 2001/01/02  23:40:02
66343         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
66344              in is_utf8_string().
66345      Branch: perl
66346            ! utf8.c
66347 ____________________________________________________________________________
66348 [  8299] By: jhi                                   on 2001/01/02  22:14:40
66349         Log: Integrate perlio.
66350      Branch: perl
66351           !> pp.c pp_hot.c win32/Makefile
66352 ____________________________________________________________________________
66353 [  8298] By: nick                                  on 2001/01/02  22:03:06
66354         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
66355      Branch: perlio
66356            ! pp.c pp_hot.c
66357 ____________________________________________________________________________
66358 [  8297] By: jhi                                   on 2001/01/02  04:26:28
66359         Log: Signedness nit.
66360      Branch: perl
66361            ! ext/Encode/Encode.xs
66362 ____________________________________________________________________________
66363 [  8296] By: nick                                  on 2001/01/01  23:49:36
66364         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
66365      Branch: perlio
66366            ! win32/Makefile
66367 ____________________________________________________________________________
66368 [  8295] By: jhi                                   on 2001/01/01  23:05:48
66369         Log: Integrate perlio.
66370      Branch: perl
66371           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
66372           !> t/lib/encode.t
66373 ____________________________________________________________________________
66374 [  8294] By: nick                                  on 2001/01/01  22:48:34
66375         Log: Integrate mainline
66376      Branch: perlio
66377            ! pp_hot.c t/lib/encode.t
66378           !> (integrate 65 files)
66379 ____________________________________________________________________________
66380 [  8293] By: nick                                  on 2001/01/01  21:58:50
66381         Log: More rigor in UTF-8-ness of Encode's toUnicode
66382              XS export some of the utf8 internal functions.
66383              Test some of the functions.
66384              Fix pp_concat() bug shown by said tests.
66385      Branch: perlio
66386            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
66387            ! t/lib/encode.t
66388 ____________________________________________________________________________
66389 [  8292] By: jhi                                   on 2001/01/01  18:11:44
66390         Log: Integrate perlio.
66391      Branch: perl
66392           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
66393           !> ext/Encode/encengine.c ext/Encode/encode.h
66394 ____________________________________________________________________________
66395 [  8291] By: jhi                                   on 2001/01/01  18:10:58
66396         Log: Podify README.mpeix (a new version from the web),
66397              add a dummy NAME to Carp::Heavy, regen toc.
66398      Branch: perl
66399            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
66400            ! pod/perltoc.pod
66401 ____________________________________________________________________________
66402 [  8290] By: nick                                  on 2001/01/01  17:43:47
66403         Log: Loose the "Loading..." warning.
66404              Another bug in fallback support
66405      Branch: perlio
66406            ! ext/Encode/Encode.pm ext/Encode/encengine.c
66407 ____________________________________________________________________________
66408 [  8289] By: jhi                                   on 2001/01/01  00:01:57
66409         Log: Bump up Larry's copyright.
66410      Branch: perl
66411            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
66412            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
66413            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
66414            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
66415            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
66416            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
66417            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
66418            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
66419 ____________________________________________________________________________
66420 [  8288] By: nick                                  on 2000/12/31  21:27:53
66421         Log: Fix .ucm reading - forgot a chr()
66422              Start of .ucm write (for .enc to .ucm)
66423      Branch: perlio
66424            ! ext/Encode/compile
66425 ____________________________________________________________________________
66426 [  8287] By: jhi                                   on 2000/12/31  18:15:56
66427         Log: Comment away a diagnostic message as noted by Craig A. Berry
66428              (the unexpected message was confusing testing)
66429      Branch: perl
66430            ! ext/Encode/Encode.pm
66431 ____________________________________________________________________________
66432 [  8286] By: jhi                                   on 2000/12/31  18:14:51
66433         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
66434              Date: Sun, 31 Dec 2000 11:17:37 -0600
66435              From: "Craig A. Berry" <craigberry@mac.com>
66436              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
66437      Branch: perl
66438            ! ext/Encode/Makefile.PL
66439 ____________________________________________________________________________
66440 [  8285] By: nick                                  on 2000/12/31  18:11:54
66441         Log: Start of support of ICU-style .ucm files:
66442              - teach compile how to read a .ucm file
66443              - first guess at how to represent fallbacks in "tries".
66444              - use fallbacks if check == 0
66445              - new return code to indicate we used one.
66446      Branch: perlio
66447            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
66448            ! ext/Encode/encengine.c ext/Encode/encode.h
66449 ____________________________________________________________________________
66450 [  8284] By: jhi                                   on 2000/12/31  18:04:41
66451         Log: Pacify picky VMS compiler.
66452              
66453              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
66454              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66455              Date: Sat, 30 Dec 2000 18:10:02 -0600
66456              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
66457      Branch: perl
66458            ! sv.c
66459 ____________________________________________________________________________
66460 [  8283] By: jhi                                   on 2000/12/31  16:11:47
66461         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
66462      Branch: perl
66463            ! t/lib/glob-basic.t
66464 ____________________________________________________________________________
66465 [  8282] By: jhi                                   on 2000/12/31  15:26:11
66466         Log: Integrate perlio.
66467      Branch: perl
66468           !> makedef.pl opcode.pl os2/os2.c perlio.c
66469 ____________________________________________________________________________
66470 [  8281] By: nick                                  on 2000/12/31  10:06:15
66471         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
66472              is available to be exported
66473      Branch: perlio
66474            ! makedef.pl perlio.c
66475 ____________________________________________________________________________
66476 [  8280] By: nick                                  on 2000/12/31  09:41:26
66477         Log: Ilya's OS2 patch (testing for damage on Win32)
66478      Branch: perlio
66479            ! makedef.pl opcode.pl os2/os2.c
66480 ____________________________________________________________________________
66481 [  8279] By: jhi                                   on 2000/12/30  21:52:07
66482         Log: Test nits.
66483      Branch: perl
66484            ! t/lib/syslfs.t t/op/lfs.t
66485 ____________________________________________________________________________
66486 [  8278] By: jhi                                   on 2000/12/30  21:47:49
66487         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
66488              From: andreas.koenig@anima.de (Andreas J. Koenig)
66489              Date: 30 Dec 2000 22:35:37 +0100
66490              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
66491              
66492              The 32-bit wraparound test wasn't quite right.
66493      Branch: perl
66494            ! t/lib/syslfs.t t/op/lfs.t
66495 ____________________________________________________________________________
66496 [  8277] By: jhi                                   on 2000/12/30  21:33:44
66497         Log: Subject: [PATCH] open() example in perlfunc.pod 
66498              From: Karsten Sperling <s_sperli@ira.uka.de>
66499              Date: Sat, 30 Dec 2000 22:27:09 +0100
66500              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
66501      Branch: perl
66502            ! pod/perlfunc.pod
66503 ____________________________________________________________________________
66504 [  8276] By: jhi                                   on 2000/12/30  20:32:40
66505         Log: Not quite that many tests yet.
66506      Branch: perl
66507            ! t/op/pat.t
66508 ____________________________________________________________________________
66509 [  8275] By: jhi                                   on 2000/12/30  20:26:58
66510         Log: Integrate perlio.
66511      Branch: perl
66512           !> toke.c
66513 ____________________________________________________________________________
66514 [  8274] By: jhi                                   on 2000/12/30  20:24:56
66515         Log: Signedness nit.
66516      Branch: perl
66517            ! utf8.c
66518 ____________________________________________________________________________
66519 [  8273] By: jhi                                   on 2000/12/30  20:15:46
66520         Log: Add a test case for 20000731.001 which was fixed by the #8267.
66521      Branch: perl
66522            ! t/op/pat.t
66523 ____________________________________________________________________________
66524 [  8272] By: nick                                  on 2000/12/30  19:47:51
66525         Log: Tweak for MULTIPLICITY/USE_PERLIO
66526      Branch: perlio
66527            ! toke.c
66528 ____________________________________________________________________________
66529 [  8271] By: nick                                  on 2000/12/30  19:46:45
66530         Log: Integrate mainline
66531      Branch: perlio
66532           +> lib/unicode/distinct.pm
66533           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
66534           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
66535           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
66536 ____________________________________________________________________________
66537 [  8270] By: jhi                                   on 2000/12/30  19:39:50
66538         Log: Subject: RE: perl@8269
66539              From: "Richard Soderberg" <rs@crystalflame.net>
66540              Date: Sat, 30 Dec 2000 11:36:27 -0800
66541              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
66542              
66543              A missing aTHX_.
66544      Branch: perl
66545            ! toke.c
66546 ____________________________________________________________________________
66547 [  8269] By: jhi                                   on 2000/12/30  18:55:48
66548         Log: Update Changes.
66549      Branch: perl
66550            ! Changes patchlevel.h
66551 ____________________________________________________________________________
66552 [  8268] By: jhi                                   on 2000/12/30  17:18:40
66553         Log: Add a test for Unicode split //.  The #8267 was the cure.
66554      Branch: perl
66555            ! t/op/split.t
66556 ____________________________________________________________________________
66557 [  8267] By: jhi                                   on 2000/12/30  17:14:19
66558         Log: Subject: more UTF8 test suites and an UTF8 patch
66559              From: Inaba Hiroto <inaba@st.rim.or.jp>
66560              Date: Sat, 30 Dec 2000 14:27:10 +0900
66561              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
66562              
66563              Just the patch part for now, and the pragma renamed
66564              as unicode::distinct.
66565      Branch: perl
66566            + lib/unicode/distinct.pm
66567            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
66568            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
66569            ! regcomp.h regexec.c sv.c toke.c utf8.c
66570 ____________________________________________________________________________
66571 [  8266] By: nick                                  on 2000/12/30  16:40:49
66572         Log: Integrate mainline
66573      Branch: perlio
66574           +> lib/Pod/Text/Overstrike.pm
66575           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
66576           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
66577           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
66578           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
66579           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
66580 ____________________________________________________________________________
66581 [  8265] By: jhi                                   on 2000/12/30  07:28:55
66582         Log: The sv_catsv() fix, take two.
66583      Branch: perl
66584            ! sv.c t/op/join.t
66585 ____________________________________________________________________________
66586 [  8264] By: jhi                                   on 2000/12/30  06:19:18
66587         Log: Undo all the join-related changes since #8248: relevant
66588              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
66589              The new sv_catsv() doesn't fly so it must go back to
66590              the drawing board.
66591      Branch: perl
66592            ! sv.c t/op/join.t t/pragma/utf8.t
66593 ____________________________________________________________________________
66594 [  8263] By: jhi                                   on 2000/12/30  01:08:32
66595         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
66596      Branch: perl
66597            ! sv.c
66598 ____________________________________________________________________________
66599 [  8262] By: jhi                                   on 2000/12/30  00:45:14
66600         Log: Retract #8261.
66601      Branch: perl
66602            ! hv.c util.c
66603 ____________________________________________________________________________
66604 [  8261] By: jhi                                   on 2000/12/30  00:38:32
66605         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
66606      Branch: perl
66607            ! hv.c util.c
66608 ____________________________________________________________________________
66609 [  8260] By: jhi                                   on 2000/12/29  22:51:33
66610         Log: (Retracted by #8264)  More fixing for #8251.
66611      Branch: perl
66612            ! sv.c
66613 ____________________________________________________________________________
66614 [  8259] By: jhi                                   on 2000/12/29  18:27:30
66615         Log: Subject: podlators 1.06 released
66616              From: Russ Allbery <rra@stanford.edu>
66617              Date: 25 Dec 2000 05:09:30 -0800
66618              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
66619      Branch: perl
66620            + lib/Pod/Text/Overstrike.pm
66621            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
66622            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
66623 ____________________________________________________________________________
66624 [  8258] By: jhi                                   on 2000/12/29  18:20:45
66625         Log: Make the large file tests more robust/talkative as suggested by
66626              
66627              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
66628              From: andreas.koenig@anima.de (Andreas J. Koenig)
66629              Date: 29 Dec 2000 14:23:01 +0100
66630              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
66631      Branch: perl
66632            ! t/lib/syslfs.t t/op/lfs.t
66633 ____________________________________________________________________________
66634 [  8257] By: jhi                                   on 2000/12/29  17:48:04
66635         Log: Further VMS piping fixes from Charles Lane:
66636              
66637              In summary, error messages produced when a subprocess terminated
66638              abnormally were being sent not just to the parent process, but to
66639              grandparents, because of default values for error output that were
66640              not completely overridden when the subprocess was started.
66641              
66642              This patch fixes this behavior by defining user-mode (i.e., temporary
66643              for the duration of the program) logical names for SYS$OUTPUT and
66644              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
66645              changes to make it so that the user-mode logicals are the ones that
66646              control where Perl's error messages go if it terminates abnormally.
66647              
66648              I also added some gratuitous fixes to the indentation of braces in
66649              the piping code.  It just looked ugly, before.
66650      Branch: perl
66651            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
66652 ____________________________________________________________________________
66653 [  8256] By: jhi                                   on 2000/12/29  17:45:12
66654         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
66655              From: "Casey R. Tweten" <crt@kiski.net>
66656              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
66657              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
66658              
66659              Tests for for #8240.
66660      Branch: perl
66661            ! t/pragma/constant.t
66662 ____________________________________________________________________________
66663 [  8255] By: jhi                                   on 2000/12/29  17:43:07
66664         Log: Subject: Re: [PATCH] Interesting syntax idea
66665              From: Simon Cozens <simon@cozens.net>
66666              Date: Fri, 29 Dec 2000 14:34:04 +0000
66667              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
66668              
66669              Tests for #8254.
66670      Branch: perl
66671            ! t/pragma/sub_lval.t
66672 ____________________________________________________________________________
66673 [  8254] By: jhi                                   on 2000/12/29  17:42:11
66674         Log: Subject: [PATCH] Interesting syntax idea
66675              From: Simon Cozens <simon@cozens.net>
66676              Date: Wed, 27 Dec 2000 05:08:57 +0000
66677              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
66678              
66679              Make opens + bareword assigns do typeglob assigns.
66680      Branch: perl
66681            ! op.c
66682 ____________________________________________________________________________
66683 [  8253] By: jhi                                   on 2000/12/29  17:36:45
66684         Log: Output the (apparent) version of gcc, as suggested by
66685              
66686              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
66687              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
66688              Date: 26 Dec 2000 04:29:17 -0500
66689              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
66690              
66691              (The patch as such didn't any more apply as the misparsing had
66692              already been addressed in #6474.)  Also change the wording about
66693              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
66694      Branch: perl
66695            ! hints/dec_osf.sh
66696 ____________________________________________________________________________
66697 [  8252] By: nick                                  on 2000/12/29  12:14:31
66698         Log: Integrate mainline
66699      Branch: perlio
66700           !> (integrate 27 files)
66701 ____________________________________________________________________________
66702 [  8251] By: jhi                                   on 2000/12/29  08:45:46
66703         Log: (Retracted by #8264)
66704              
66705              (Fixed by #8260.)
66706              
66707              sv_catsv() needs one more byte space than seems reasonable.
66708              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
66709              Curiouser and curiouser.
66710      Branch: perl
66711            ! sv.c
66712 ____________________________________________________________________________
66713 [  8250] By: jhi                                   on 2000/12/29  07:57:52
66714         Log: More split // UTF-8 tests.
66715      Branch: perl
66716            ! t/pragma/utf8.t
66717 ____________________________________________________________________________
66718 [  8249] By: jhi                                   on 2000/12/29  07:54:51
66719         Log: (Retracted by #8264)  More join() testing which was good because
66720              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
66721      Branch: perl
66722            ! pp.c t/op/join.t utf8.c utf8.h
66723 ____________________________________________________________________________
66724 [  8248] By: jhi                                   on 2000/12/29  07:08:32
66725         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
66726              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
66727              that the only cases to care about are byte+byte and byte+character.
66728              
66729              TODO: See how well pp_concat() could be implemented in terms
66730              of sv_catsv().
66731      Branch: perl
66732            ! doop.c sv.c t/op/join.t utf8.h
66733 ____________________________________________________________________________
66734 [  8247] By: jhi                                   on 2000/12/29  06:35:23
66735         Log: Signedness nit.
66736      Branch: perl
66737            ! pp_hot.c
66738 ____________________________________________________________________________
66739 [  8246] By: jhi                                   on 2000/12/29  01:23:31
66740         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
66741              From: Lupe Christoph <lupe@lupe-christoph.de>
66742              Date: Thu, 28 Dec 2000 23:00:00 +0100
66743              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
66744              
66745              Suggest rsync --delete --dry-run.
66746      Branch: perl
66747            ! pod/perlhack.pod
66748 ____________________________________________________________________________
66749 [  8245] By: jhi                                   on 2000/12/28  23:57:05
66750         Log: The maxiters upper limit sanity check (guarding against
66751              non-progress) assumed bytes instead of characters in s///
66752              and split().
66753      Branch: perl
66754            ! pp.c pp_hot.c
66755 ____________________________________________________________________________
66756 [  8244] By: jhi                                   on 2000/12/28  23:34:08
66757         Log: Make some panic messages a bit more logical.
66758      Branch: perl
66759            ! doop.c pod/perldiag.pod pp.c pp_hot.c
66760 ____________________________________________________________________________
66761 [  8243] By: jhi                                   on 2000/12/28  22:59:16
66762         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
66763              From: Simon Cozens <simon@cozens.net>
66764              Date: Wed, 27 Dec 2000 02:30:03 +0000
66765              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
66766      Branch: perl
66767            ! pp.c t/pragma/sub_lval.t
66768 ____________________________________________________________________________
66769 [  8242] By: jhi                                   on 2000/12/28  22:56:53
66770         Log: Subject: [PATCH blead] Fix B::Terse indentation
66771              From: Daniel Chetlin <daniel@chetlin.com>
66772              Date: Wed, 27 Dec 2000 06:43:30 -0800
66773              Message-ID: <20001227064329.B9573@darkstar>
66774      Branch: perl
66775            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
66776 ____________________________________________________________________________
66777 [  8241] By: jhi                                   on 2000/12/28  22:48:59
66778         Log: The latter patch from the
66779              
66780              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
66781              From: Peter Prymmer <pvhp@forte.com> 
66782              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
66783              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
66784              
66785              (the former patch from the above should have been
66786              taken care of by Nick I-S)
66787      Branch: perl
66788            ! win32/Makefile
66789 ____________________________________________________________________________
66790 [  8240] By: jhi                                   on 2000/12/28  22:45:22
66791         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
66792              From: "Casey R. Tweten" <crt@kiski.net>
66793              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
66794              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
66795      Branch: perl
66796            ! lib/constant.pm
66797 ____________________________________________________________________________
66798 [  8239] By: jhi                                   on 2000/12/28  22:37:45
66799         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
66800              From: Simon Cozens <simon@cozens.net>
66801              Date: Wed, 27 Dec 2000 14:12:44 +0000
66802              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
66803      Branch: perl
66804            ! t/op/method.t t/op/sort.t toke.c
66805 ____________________________________________________________________________
66806 [  8238] By: jhi                                   on 2000/12/28  22:30:32
66807         Log: Subject: [PATCH perl@8229] Call.pm
66808              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
66809              Date: Mon, 25 Dec 2000 10:47:15 -0000
66810              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
66811      Branch: perl
66812            ! ext/Filter/Util/Call/Call.pm
66813 ____________________________________________________________________________
66814 [  8237] By: jhi                                   on 2000/12/28  22:19:21
66815         Log: Subject: [PATCH blead] Fix problem with `&' prototype
66816              From: Daniel Chetlin <daniel@chetlin.com>
66817              Date: Wed, 27 Dec 2000 15:55:32 -0800
66818              Message-ID: <20001227155532.D9573@darkstar>
66819      Branch: perl
66820            ! op.c t/comp/proto.t
66821 ____________________________________________________________________________
66822 [  8236] By: jhi                                   on 2000/12/28  22:09:25
66823         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
66824              From: Daniel Chetlin <daniel@chetlin.com>
66825              Date: Sun, 24 Dec 2000 04:09:49 -0800
66826              Message-ID: <20001224040949.B3090@darkstar>
66827      Branch: perl
66828            ! gv.c mg.c t/op/attrs.t
66829 ____________________________________________________________________________
66830 [  8235] By: jhi                                   on 2000/12/28  22:07:11
66831         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
66832              From: Jan Dubois <jand@ActiveState.com>
66833              Date: Tue, 26 Dec 2000 20:57:31 -0800
66834              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
66835      Branch: perl
66836            ! win32/win32.c
66837 ____________________________________________________________________________
66838 [  8234] By: jhi                                   on 2000/12/28  21:52:42
66839         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
66840              From: Simon Cozens <simon@cozens.net>
66841              Date: Thu, 28 Dec 2000 20:33:13 +0000
66842              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
66843      Branch: perl
66844            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
66845 ____________________________________________________________________________
66846 [  8233] By: jhi                                   on 2000/12/28  19:40:49
66847         Log: Integrate perlio.
66848      Branch: perl
66849           !> ext/Encode/Makefile.PL ext/Encode/compile
66850 ____________________________________________________________________________
66851 [  8232] By: nick                                  on 2000/12/23  16:06:00
66852         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
66853              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
66854      Branch: perlio
66855            ! ext/Encode/Makefile.PL
66856 ____________________________________________________________________________
66857 [  8231] By: nick                                  on 2000/12/23  14:30:34
66858         Log: "Compiled" encode build cleanup
66859              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
66860              - .c files do not export sub-tables
66861      Branch: perlio
66862            ! ext/Encode/Makefile.PL ext/Encode/compile
66863 ____________________________________________________________________________
66864 [  8230] By: nick                                  on 2000/12/23  12:50:37
66865         Log: Integrate mainline
66866      Branch: perlio
66867           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
66868           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
66869           !> pod/perl5004delta.pod pod/perl5005delta.pod
66870           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
66871           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
66872           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
66873           !> pod/perlsub.pod
66874 ____________________________________________________________________________
66875 [  8229] By: jhi                                   on 2000/12/22  15:32:12
66876         Log: Integrate perlio.
66877      Branch: perl
66878           +> win32/distclean.bat
66879           !> MANIFEST t/io/utf8.t
66880 ____________________________________________________________________________
66881 [  8228] By: jhi                                   on 2000/12/22  15:29:40
66882         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66883              From: Robin Barker <rmb1@cise.npl.co.uk>
66884              Date: Fri, 22 Dec 2000 12:17:38 GMT
66885              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
66886      Branch: perl
66887            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
66888            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
66889            ! pod/perl5004delta.pod pod/perl5005delta.pod
66890            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
66891            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
66892            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
66893            ! pod/perlsub.pod
66894 ____________________________________________________________________________
66895 [  8227] By: jhi                                   on 2000/12/22  15:24:28
66896         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
66897              From: "John L. Allen" <allen@grumman.com>
66898              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
66899              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
66900              
66901              Document APPLLIB_EXP.
66902      Branch: perl
66903            ! INSTALL
66904 ____________________________________________________________________________
66905 [  8226] By: nick                                  on 2000/12/21  22:11:50
66906         Log: Handy script for when one forgets to "dmake clean" 
66907      Branch: perlio
66908            + win32/distclean.bat
66909            ! MANIFEST
66910 ____________________________________________________________________________
66911 [  8225] By: nick                                  on 2000/12/21  21:54:04
66912         Log: CRLF platform issue with io/utf8 fix.
66913      Branch: perlio
66914            ! t/io/utf8.t
66915 ____________________________________________________________________________
66916 [  8224] By: nick                                  on 2000/12/21  21:02:20
66917         Log: Integrate mainline
66918      Branch: perlio
66919           !> Changes Configure Makefile.SH Porting/Glossary
66920           !> Porting/config.sh Porting/config_H configure.com
66921           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
66922           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
66923           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
66924           !> win32/config.bc win32/config.gc win32/config.vc
66925 ____________________________________________________________________________
66926 [  8223] By: jhi                                   on 2000/12/21  17:09:16
66927         Log: Update Changes.
66928      Branch: perl
66929            ! Changes patchlevel.h
66930 ____________________________________________________________________________
66931 [  8222] By: jhi                                   on 2000/12/21  16:24:01
66932         Log: Metaconfig unit changes for #8221.
66933      Branch: metaconfig/U/perl
66934           +> issymlink.U
66935            - testsyml.U
66936            ! Mksymlinks.U
66937 ____________________________________________________________________________
66938 [  8221] By: jhi                                   on 2000/12/21  16:23:48
66939         Log: Rename testsyml to issymlink.
66940      Branch: perl
66941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66942            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
66943            ! win32/config.vc
66944 ____________________________________________________________________________
66945 [  8220] By: jhi                                   on 2000/12/21  15:47:26
66946         Log: Robustness support for #8218 (symlink forest) since the GNU
66947              tools seem to be overly picky about symlinkage depths.
66948      Branch: perl
66949            ! Makefile.SH t/io/fs.t
66950 ____________________________________________________________________________
66951 [  8219] By: jhi                                   on 2000/12/21  15:38:27
66952         Log: Metaconfig changes for #8218.
66953      Branch: metaconfig
66954            ! U/modified/Oldconfig.U
66955      Branch: metaconfig/U/perl
66956            + Mksymlinks.U
66957            ! testsyml.U
66958 ____________________________________________________________________________
66959 [  8218] By: jhi                                   on 2000/12/21  15:37:57
66960         Log: Add Configure option -Dmksymlinks which will create a symlink
66961              forest if the current/build differs from the source directory.
66962              TODO: mkdir -p is not portable.
66963      Branch: perl
66964            ! Configure
66965 ____________________________________________________________________________
66966 [  8217] By: jhi                                   on 2000/12/21  14:39:12
66967         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
66968              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
66969              Date: Thu, 21 Dec 2000 09:38:18 GMT
66970              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
66971              
66972              The ofs became an SV.
66973      Branch: perl
66974            ! ext/Thread/Thread.xs
66975 ____________________________________________________________________________
66976 [  8216] By: jhi                                   on 2000/12/21  05:40:21
66977         Log: The polymorphism seems to have fixed 20000517.001.
66978      Branch: perl
66979            ! t/pragma/utf8.t
66980 ____________________________________________________________________________
66981 [  8215] By: jhi                                   on 2000/12/21  04:44:52
66982         Log: read() documentation tweak for 20001121.004.
66983      Branch: perl
66984            ! pod/perlfunc.pod
66985 ____________________________________________________________________________
66986 [  8214] By: jhi                                   on 2000/12/21  03:54:11
66987         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
66988      Branch: perl
66989            ! pp_sys.c t/op/misc.t
66990 ____________________________________________________________________________
66991 [  8213] By: jhi                                   on 2000/12/21  00:28:10
66992         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
66993              From: Peter Prymmer <pvhp@forte.com>
66994              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
66995              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
66996      Branch: perl
66997            ! configure.com
66998 ____________________________________________________________________________
66999 [  8212] By: jhi                                   on 2000/12/21  00:26:21
67000         Log: Edit edit edit.
67001      Branch: perl
67002            ! pod/perlfaq3.pod
67003 ____________________________________________________________________________
67004 [  8211] By: jhi                                   on 2000/12/20  18:52:46
67005         Log: Update Changes.
67006      Branch: perl
67007            ! Changes patchlevel.h
67008 ____________________________________________________________________________
67009 [  8210] By: jhi                                   on 2000/12/20  18:34:47
67010         Log: Yet another editor edit.
67011      Branch: perl
67012            ! pod/perlfaq3.pod
67013 ____________________________________________________________________________
67014 [  8209] By: jhi                                   on 2000/12/20  15:33:28
67015         Log: More Win32 Perling.
67016      Branch: perl
67017            ! pod/perlfaq3.pod
67018 ____________________________________________________________________________
67019 [  8208] By: jhi                                   on 2000/12/20  15:07:46
67020         Log: More Win32 editor/IDE/shell hints.
67021      Branch: perl
67022            ! pod/perlfaq3.pod
67023 ____________________________________________________________________________
67024 [  8207] By: jhi                                   on 2000/12/20  03:54:08
67025         Log: Subject: [PATCH] obscure timing knowledge
67026              From: Nicholas Clark <nick@ccl4.org>
67027              Date: Tue, 19 Dec 2000 19:22:31 +0000
67028              Message-ID: <20001219192231.F2827@plum.flirble.org>
67029      Branch: perl
67030            ! sv.c
67031 ____________________________________________________________________________
67032 [  8206] By: jhi                                   on 2000/12/20  03:45:57
67033         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
67034              From: Spider Boardman <spider@leggy.zk3.dec.com>
67035              Date: Tue, 19 Dec 2000 21:30:16 -0500
67036              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
67037      Branch: perl
67038            ! sv.c
67039 ____________________________________________________________________________
67040 [  8205] By: jhi                                   on 2000/12/19  23:02:01
67041         Log: Update Changes.
67042      Branch: perl
67043            ! Changes patchlevel.h
67044 ____________________________________________________________________________
67045 [  8204] By: jhi                                   on 2000/12/19  22:58:18
67046         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
67047              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
67048              on editors and diffing/patching.
67049      Branch: perl
67050            ! t/op/utf8decode.t
67051 ____________________________________________________________________________
67052 [  8203] By: nick                                  on 2000/12/19  21:36:16
67053         Log: Integrate mainline (forgot my own change...)
67054      Branch: perlio
67055           !> ext/Encode/compile
67056 ____________________________________________________________________________
67057 [  8202] By: nick                                  on 2000/12/19  21:34:42
67058         Log: Integrate mainline.
67059      Branch: perlio
67060           !> (integrate 61 files)
67061 ____________________________________________________________________________
67062 [  8201] By: nick                                  on 2000/12/19  21:34:06
67063         Log: Avoid looking for File::Glob when we don't need it.
67064      Branch: perl
67065            ! ext/Encode/compile
67066 ____________________________________________________________________________
67067 [  8200] By: jhi                                   on 2000/12/19  18:35:49
67068         Log: Update Changes.
67069      Branch: perl
67070            ! Changes patchlevel.h
67071 ____________________________________________________________________________
67072 [  8199] By: jhi                                   on 2000/12/19  18:35:07
67073         Log: Microperl tweaks.
67074      Branch: perl
67075            ! sv.c uconfig.h uconfig.sh
67076 ____________________________________________________________________________
67077 [  8198] By: jhi                                   on 2000/12/19  18:29:59
67078         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
67079      Branch: perl
67080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67081            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
67082 ____________________________________________________________________________
67083 [  8197] By: jhi                                   on 2000/12/19  17:55:29
67084         Log: In VMS embedded perls couldn't access the statically built Socket,
67085              from Charles Lane.
67086      Branch: perl
67087            ! configure.com
67088 ____________________________________________________________________________
67089 [  8196] By: jhi                                   on 2000/12/19  17:49:50
67090         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
67091              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
67092              Date: Sun, 17 Dec 2000 19:11:44 -0000
67093              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
67094      Branch: perl
67095            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
67096            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
67097 ____________________________________________________________________________
67098 [  8195] By: jhi                                   on 2000/12/19  17:47:53
67099         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
67100              From: Jonathan Stowe <gellyfish@gellyfish.com>
67101              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
67102              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
67103      Branch: perl
67104            ! utils/h2xs.PL
67105 ____________________________________________________________________________
67106 [  8194] By: jhi                                   on 2000/12/19  17:46:28
67107         Log: Subject: Re: useless use of void context work-around
67108              From: andreas.koenig@anima.de (Andreas J. Koenig)
67109              Date: 16 Dec 2000 15:13:36 +0100
67110              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
67111              
67112              Document (comment) the q(di ds ig) trick in the code.
67113      Branch: perl
67114            ! op.c
67115 ____________________________________________________________________________
67116 [  8193] By: jhi                                   on 2000/12/19  17:10:57
67117         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
67118              From: "Mark J. Reed" <mreed@strange.turner.com>
67119              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
67120              Message-Id: <200012160222.VAA13986@strange.turner.com>
67121      Branch: perl
67122            ! ext/Sys/Syslog/Syslog.pm
67123 ____________________________________________________________________________
67124 [  8192] By: jhi                                   on 2000/12/19  17:07:45
67125         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
67126              From: Nicholas Clark <nick@ccl4.org>
67127              Date: Sat, 16 Dec 2000 19:03:13 +0000
67128              Message-ID: <20001216190313.D68304@plum.flirble.org>
67129      Branch: perl
67130            ! t/op/64bitint.t
67131 ____________________________________________________________________________
67132 [  8191] By: jhi                                   on 2000/12/19  17:06:13
67133         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
67134              From: Dominic Dunlop <domo@computer.org>
67135              Date: Mon, 18 Dec 2000 12:00:15 +0100
67136              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
67137              
67138              This patchlet is needed in order that perl can be statically linked.  
67139      Branch: perl
67140            ! regexec.c
67141 ____________________________________________________________________________
67142 [  8190] By: jhi                                   on 2000/12/19  17:03:08
67143         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
67144              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67145              Date: Sun, 17 Dec 2000 00:18:35 -0600
67146              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
67147      Branch: perl
67148            ! perlio.h vms/gen_shrfls.pl
67149 ____________________________________________________________________________
67150 [  8189] By: jhi                                   on 2000/12/19  16:20:28
67151         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
67152              From: Prymmer/Kahn <pvhp@best.com>
67153              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
67154              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
67155              
67156              A better version of #8188.
67157      Branch: perl
67158            ! pod/perlfaq3.pod
67159 ____________________________________________________________________________
67160 [  8188] By: jhi                                   on 2000/12/19  15:57:06
67161         Log: (Replaced by #8189)
67162              
67163              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67164              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
67165              From: Prymmer/Kahn <pvhp@best.com>
67166              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
67167              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67168              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
67169              Date: Mon, 18 Dec 2000 11:10:45 -0500
67170              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
67171      Branch: perl
67172            ! pod/perlfaq3.pod
67173 ____________________________________________________________________________
67174 [  8187] By: jhi                                   on 2000/12/19  15:54:19
67175         Log: Email address fix for Anton Berezin.
67176      Branch: perl
67177            ! AUTHORS
67178 ____________________________________________________________________________
67179 [  8186] By: jhi                                   on 2000/12/19  15:38:54
67180         Log: Subject: [PATCH perl@8102] cygwin port
67181              From: "Eric Fifer" <efifer@dircon.co.uk> 
67182              Date: Thu, 14 Dec 2000 13:41:29 -0000
67183              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
67184              
67185              When compiling modules the data item that is being imported
67186              from libperl.dll needs to be tagged as imported/shared data:
67187              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
67188      Branch: perl
67189            ! perliol.h
67190 ____________________________________________________________________________
67191 [  8185] By: jhi                                   on 2000/12/19  14:53:24
67192         Log: Regen uconfig.h and uconfig.sh.
67193      Branch: perl
67194            ! uconfig.h uconfig.sh
67195 ____________________________________________________________________________
67196 [  8184] By: jhi                                   on 2000/12/18  20:43:49
67197         Log: Comments work so much better when they are closed.
67198      Branch: perl
67199            ! regcomp.c
67200 ____________________________________________________________________________
67201 [  8183] By: jhi                                   on 2000/12/18  18:04:02
67202         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
67203              Fixes the bug 20001218.016.
67204      Branch: perl
67205            ! regcomp.c
67206 ____________________________________________________________________________
67207 [  8182] By: gsar                                  on 2000/12/18  09:53:47
67208         Log: delete spurious files
67209      Branch: maint-5.6/perl
67210            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
67211            - vos/config.h vos/config_h.SH_orig
67212 ____________________________________________________________________________
67213 [  8181] By: gsar                                  on 2000/12/18  09:46:08
67214         Log: regen perltoc
67215      Branch: maint-5.6/perl
67216            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
67217 ____________________________________________________________________________
67218 [  8180] By: gsar                                  on 2000/12/18  09:20:27
67219         Log: integrate changes#7924..7926,7946,7952 from mainline
67220              
67221              A test works better if it has the right 1..$n output.
67222              
67223              All the core library users of Class::Struct seem to be
67224              using "use Class::Struct 'struct';" instead of the bare
67225              "use Class::Struct;", which isn't documented in Class::Struct.
67226              This can't be right.
67227              
67228              Make the Class::Struct import() wiser.
67229              
67230              Upgrade to CPAN 1.59_51, from Andreas König.
67231              
67232              Subject: Re: long shell lines
67233              Split overly long shell command lines.
67234      Branch: maint-5.6/perl
67235           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
67236           !> lib/File/stat.pm t/lib/class-struct.t
67237 ____________________________________________________________________________
67238 [  8179] By: gsar                                  on 2000/12/18  08:55:54
67239         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
67240              7918,7919,7988,8907 from mainline (various)
67241              
67242              Subject: [ID 20001127.004] White space problem in perlamiga.pod
67243              
67244              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
67245              
67246              Subject: [PATCH] perlcc.PL cleanups
67247              
67248              Subject: [PATCH] Updating perltie.pod for arrays
67249              
67250              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
67251              Subject: Re: [PATCH] Updating perltie.pod for arrays
67252              Subject: Re: [PATCH] Updating perltie.pod for arrays
67253              
67254              One more perltie.pod nit from Casey R. Tweten.
67255              
67256              Subject: [PATCH] $^O  win32 -> MSWin32
67257              plus similar nits for vms, err, VMS, and UNICOS.
67258              
67259              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
67260              More checking in case someone has broken their services or
67261              protocol databases.
67262              
67263              Make "use Class::Struct 'struct';" work again (broken by #7617);
67264              add a test for Class::Struct.
67265              
67266              Integrate the "skip" messages to explain().
67267              
67268              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
67269      Branch: maint-5.6/perl
67270           +> t/lib/class-struct.t
67271           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
67272           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
67273           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
67274 ____________________________________________________________________________
67275 [  8178] By: gsar                                  on 2000/12/18  08:16:30
67276         Log: avoid redefinition warnings on windows due to sys/socket.h getting
67277              #included before win32.h
67278      Branch: maint-5.6/perl
67279            ! win32/include/sys/socket.h
67280 ____________________________________________________________________________
67281 [  8177] By: gsar                                  on 2000/12/18  05:24:04
67282         Log: make regen_headers; fix POSIX.xs problems; remove outdated
67283              code from sys/socket.h that makes build fail now
67284      Branch: maint-5.6/perl
67285            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
67286            ! pod/perlapi.pod
67287           !> win32/include/sys/socket.h
67288 ____________________________________________________________________________
67289 [  8176] By: gsar                                  on 2000/12/18  05:20:17
67290         Log: update Changes
67291      Branch: maint-5.6/perl
67292            ! Changes patchlevel.h
67293 ____________________________________________________________________________
67294 [  8175] By: gsar                                  on 2000/12/18  04:57:48
67295         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
67296              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
67297              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
67298              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
67299              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
67300              7823,7825,7838
67301              
67302              Subject: Re: [PATCH] README.solaris
67303              
67304              Add getpagesize() probing, on non-UNIX guess 'undef'.
67305              
67306              Simplify the getpagesize() unit by dropping the
67307              pagesize probe since it's nowadays slightly more
67308              complicated because of sysconf(). (Note: if some
67309              platform really needs the -lPW for getpagesize,
67310              I just broke it.)
67311              TODO: a new pagesize unit.
67312              
67313              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
67314              
67315              MachTen doesn't really do mmap() and munmap().
67316              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
67317              
67318              More README.solaris updates from Andy Dougherty.
67319              
67320              Copy the s// information of README.hpux also to the perlrun.
67321              
67322              Add HAS_FSYNC, lack noticed by Nicholas Clark.
67323              
67324              Add a metaconfig unit for fsync.
67325              
67326              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
67327              
67328              Many subdocumented return values of the IO extension now documented.
67329              ungetc and write still left subdocumented.
67330              Subject: [PATCH] (was Re: IO::Handle::ungetc)
67331              
67332              Document tell() on special streams.
67333              
67334              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
67335              
67336              Subject: [ID 20001112.007] sfio's sftell isn't ftell
67337              
67338              Couple of tests from #7660 salvaged.
67339              
67340              Tweak the definition of the bit complement on UTF-8 data:
67341              if none of the characters in the string are > 0xff,
67342              the result is a complemented byte string, not a (UTF-8)
67343              char string.  Based on the summary in
67344              Subject: Re: [ID 20000918.005] ~ on wide chars
67345              This should give us the maximum backward (pre-char string)
67346              compatibility and utf8 compatibility.  The other alternative
67347              would be to limit the bit complement to be always byte only,
67348              taking the least significant byte of the chars.
67349              
67350              Cleanup messy #ifdef.
67351              
67352              Typos in #7667.
67353              
67354              Declare reg_data like reg_substr_data.
67355              
67356              Placate nervous compilers that see longer than ints switch()ing.
67357              
67358              Remove the new two tests of lib/io_xs for now, they seem to
67359              fail under perlio on some platforms.
67360              
67361              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
67362              
67363              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
67364              
67365              Subject: tiny typo in perl5db.pl
67366              
67367              Subject: some additions for makefiles for win32 (for perl@7674)
67368              
67369              Hoist the duplicated socket/netdb include logic to perl.h;
67370              undef SETERRNO in case SOCKS has defined it.  Based on:
67371              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
67372              
67373              Regen Configure.
67374              
67375              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
67376              (a macro to define signed and unsigned integer constants).
67377              
67378              Use UINT64_C().
67379              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
67380              
67381              Use u_int32_t for the size of hash_cb(), not size_t.
67382              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
67383              
67384              Quit utf8_to_uv() instantly if curlen == 0.
67385              
67386              Subject: [PATCH: perl@7674] updates to README.os390
67387              
67388              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
67389              
67390              EBCDIC tweaks.
67391              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
67392              
67393              Linenumber fix.
67394              
67395              SOCKS has its own USE_THREADS, based on
67396              Subject: [ID 20001114.002] et. al. bugfix followup
67397              
67398              UINT64_C() work continues.
67399              
67400              Detypo.
67401              
67402              The type of the hash_cb() size argument is tricky.
67403              
67404              Add fwalk() probe to the configuration files and regen perltoc.
67405              
67406              Subject: perllocale.pod changes
67407              
67408              Avoid an infinite loop in VMS when utils scripts are run
67409              with no arguments, from Charles Lane.
67410              
67411              Subject: Re: Bug in Carp::Heavy/5.6.0?
67412              
67413              For Solaris use64bitall the stdchar needs a little bit of help.
67414              
67415              The long double hints can be here or there.
67416              
67417              Test tweak for the open pragma.
67418              
67419              Also the 64bitall hints can be either here or there.
67420              
67421              As surmised the #7719 wasn't a good move.
67422              
67423              Subject: Fix for 20000409.001
67424              
67425              Subject: Fix for 20000815.006
67426              It's really 20000518.006.
67427              
67428              Subject: [PATCH 5.6.0 README.win32] very minor typos
67429              
67430              Subject: Fix for README.amiga (20000323.033)
67431              
67432              Explain in more detail the {} syntax ambiguousity.
67433              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
67434              
67435              Sparc 64-bit pack() fix from Jens Hamisch.
67436              
67437              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
67438              
67439              Subject: podlators 1.05 available        
67440              
67441              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
67442              
67443              Subject: [perl 7711: EPOC] updates
67444              
67445              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
67446              
67447              Miraculous typo.
67448              
67449              sysseek() instead of seek().
67450              
67451              Solaris hints tweaks.
67452              
67453              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
67454              This may be overly harsh but until proven otherwise, we think this
67455              way, or until we have a simple test for Configure (having to start
67456              up servers is does not count as simple) to check for the problems.
67457              
67458              Remove the shared object before attempting to create
67459              (by linking) a new one.  E.g. in AIX not removing
67460              becomes quite painful if one tries to do more than one
67461              build in the same tree (an interrupted build, for example),
67462              since the AIX' shared dynaloader seemingly keeps the shared
67463              objects open and therefore 'busy' for quite a while, even when
67464              nobody is using the objects, leading into link failures.
67465              
67466              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
67467              
67468              Subject: DOC PATCH 5.6.0 perlreftut
67469              
67470              Subject: [PATCH: perl@7777] add system locale testing for VMS
67471              
67472              Subject: [PATCH] Test.pm POD peculiarity
67473              
67474              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
67475              
67476              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
67477              
67478              Subject: Re: perl@7777 
67479              Detypoing.
67480              
67481              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
67482              
67483              Go ahead and #include <unistd.h> in perl.h.
67484              
67485              Subject: [PATCH perl@7795] small cleanup task for test suite
67486              
67487              Subject: Re: av.c patch (having slight problems)
67488              unshift() speedup.
67489              
67490              Reach back one higher up when searching for PERL_SRC.
67491      Branch: maint-5.6/perl
67492           +> lib/File/Spec/Epoc.pm
67493           !> (integrate 88 files)
67494 ____________________________________________________________________________
67495 [  8174] By: gsar                                  on 2000/12/18  03:53:09
67496         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
67497              7625..7629,7631..7634,7637,7639,7642 from mainline
67498              
67499              Fix for the tie-refhash string table leaks.
67500              
67501              Subject: [patch perl@7595] VMS configure.com tweak
67502              
67503              More careful detection of how well NVs and UVs mix.
67504              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))
67505              Added some SIGFPE paranoia.
67506              
67507              Forgot to bump the line numbers in #7601.
67508              
67509              Subject: PATCH std stdio for (Free)BSD
67510              
67511              Deleting $ENV{PATH} in VMS is not recommendable.
67512              
67513              Locale buglets.
67514              Subject: RE: Locales support (setlocale) fixes
67515              
67516              Do not test UTF-8 locales since that the tests would require
67517              polymorphic regexen.
67518              
67519              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
67520              
67521              A missing aTHX_.
67522              
67523              Subject: [ID 20001108.013] spelling
67524              
67525              Subject: [PATCH] Class::Struct at compile time
67526              
67527              Make deleting for %ENV work for (newer versions of) VMS,
67528              from Craig A. Berry.
67529              
67530              Forgot from #7618.
67531              
67532              More VMS moves on environment handling, from Charles Lane.
67533              
67534              Remove unused extra arguments.
67535              
67536              Typo in an ifndef.
67537              Subject: Re: [PATCH 5.7.0] better messages from malloc()
67538              
67539              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
67540              All except the "cow orker" change.
67541              
67542              The generated boot_* headers are wrong.  Pickier compiler,
67543              such as KAI C++ will refuse to compile the resulting perlmain.
67544              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
67545              
67546              There's no =head3.
67547              
67548              Disable only the tests 99 and 166 for UTF-8 locales.
67549              
67550              Missing dTHXs.
67551              Subject: RE: perl@7595 builds not on cygwin
67552              
67553              Subject: Re: bash -c exit and linux hints 
67554              
67555              Various doc oddball characters.
67556              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
67557              
67558              Subject: [PATCH] IO::Seekable pod
67559              
67560              Amdahl UTS hints updates.
67561              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
67562              
67563              Explain better why certain regex tests are skipped.
67564              Subject: Re: tests skipped: unknown reason
67565              
67566              Subject: [PATCH] README.solaris
67567              
67568              Subject: [PATCH perl@7638] cygwin port
67569      Branch: maint-5.6/perl
67570           +> README.solaris
67571           !> (integrate 26 files)
67572 ____________________________________________________________________________
67573 [  8173] By: gsar                                  on 2000/12/18  03:37:02
67574         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
67575              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
67576              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
67577              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
67578              
67579              Better create a true mailing list for the repository keepers.
67580              
67581              Subject: [ID 20001027.007] uniq array in perlfaq
67582              
67583              De-quoted-unreadable to ISO Latin 1.
67584              (There's one ISO-2022-JP name in Changes5.004.)
67585              
67586              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
67587              
67588              The #7476 needs a MANIFEST change, too.
67589              
67590              Add also emailless people.
67591              
67592              UTF-8 decoder tweak.
67593              
67594              Make \x{...} consistently produce UTF-8.
67595              Subject: Re: \x{...} is confused 
67596              
67597              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
67598              
67599              Add a perlbug flag, -A, to avoid acknowledgement messages.
67600              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
67601              
67602              Use Errno magic.
67603              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
67604              
67605              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
67606              
67607              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
67608              
67609              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
67610              
67611              Be more lenient on bad UTF-8 when doing bit arithmetics.
67612              Subject: Re: [ID 20000918.005] ~ on wide chars
67613              (The ord() part of the patch skipped.)
67614              
67615              Subject: perlfaq style changes
67616              
67617              AUTHORS tweaks.
67618              
67619              Whitespace style tweak.  Was originally going to see to
67620              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
67621              but that had already been taken care of.
67622              
67623              The compiler is either gcc or cc, from Tom Bates.
67624              
67625              The osname has been lowercased by now, from Tom Bates.
67626              
67627              The NonStop-UX libraries have a novel way to say NaN.
67628              
67629              printf UVs the correct way, noticed by Robin Barker.
67630              
67631              Subject: [PATCH] startperl to respect versiononly
67632              
67633              AUTHORS updates.
67634              
67635              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
67636              
67637              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
67638              
67639              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
67640              
67641              Generalize the Camel wording.
67642              Subject: Re: perlfaq style changes
67643              
67644              Subject: [ID 20001005.006] Documentation -- description of qr//
67645              
67646              C.pm part of
67647              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
67648              
67649              Locale warning explanation tweak.
67650              
67651              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
67652              
67653              Make the POSIX::setuid and POSIX::setgid to really call setuid()
67654              and setgid() because they were just changing $< and $( which means
67655              only changing the real uid/gid, as opposed to changing both
67656              real and effective ids.  (The alternative way could have been
67657              in POSIX.pm to change $> and $), too, but making a direct call
67658              to the C API feels cleaner.)  Fixes the bug
67659              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
67660              
67661              Expand %Config variables and %ENV variables only if
67662              so requested during build time using the
67663              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
67664              Not expanding makes relocating distributions easier.
67665              
67666              More tweaking on the #7522 theme.
67667              
67668              Test::Harness revealed buglets in the new DynaLoader.
67669              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
67670              
67671              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
67672              fix a autovivification bug in Tie::RefHash, add tests for both.
67673              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
67674              
67675              Detpyo.
67676              
67677              recv() can fail and return undef.
67678              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
67679              
67680              Fix the problem discussed in
67681              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
67682              originally from Linc Madison.  Also Andreas König's comments
67683              taken into account.  Some other problems with Tie::SubstrHash
67684              fixed: didn't croak when the table exceeded the requested number
67685              of entries (as documented) but instead when the number of entries
67686              exceeded the size of the table, a croak() had an unnecessary \n,
67687              didn't have a CLEAR method, documented that there is no exists().
67688              Didn't fix to be strict-proof because the module uses &foo; and
67689              dynamic scope.  Added a test script exercizing both first tamely 
67690              the basic functionality, and then the failure cases reported by
67691              Linc Madison.
67692              
67693              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
67694              
67695              The #7521 touched things it shouldn't have.
67696              
67697              Subject: [PATCH 5.7.0] better messages from malloc()
67698              
67699              Subject: Re: README.aix
67700              
67701              Add FCNTL_CAN_LOCK.
67702              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67703              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67704              
67705              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
67706              create a "fast path" for locale name probing using "locale -a"
67707              if available, squash finally hopefully the s?printf resetting
67708              the numeric locale (since, IIUC perllocale, it never shouldn't). 
67709              
67710              More Changes tweakery.
67711              
67712              Dying is too strict here, better just skip.
67713              
67714              Subject: Locales support (setlocale) fixes
67715              Modified quite a bit to be more portable.
67716              
67717              Configure would use a bad $myuname from an old config.sh.
67718              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
67719              
67720              Fix for
67721              Subject: [ID 20001004.006] undef is never tainted
67722              An undef read from a slurped file was not tainted.
67723              
67724              Fix for
67725              Subject: [ID 20001004.007] taint propogation is inconsistent
67726              The culprit was sv_setsv() which was rather blindly
67727              propagating taint, which lead to behaviour where if
67728              a tainted anon hash value was seen all the hash values
67729              from then on at that level became tainted, or at any
67730              upper levels in the case of nested anon hashes.
67731              
67732              Test tweak: show also the failed locales.
67733              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
67734              
67735              A fix of sorts for 20000329.026, a better error message
67736              for a missing "use charnames" when using the \N{...}. 
67737              
67738              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
67739              
67740              Add =pod to be tidy.
67741              
67742              Fix for bug id 19990615.008, pos() unset during s///ge.
67743              
67744              Add a note for future generations about bug id 20000229.006.
67745              
67746              Use -dM for gcc (the suggested patch did it only for Linux,
67747              but I think it can be generalized).
67748              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
67749              
67750              opmini.o can linger from Configures past.
67751              
67752              Document that the evaled syntax errors cause scalar leaks.
67753              
67754              Fix for
67755              Subject: [ID 20000728.005] perl -P broken
67756              (hopefully).  The fix is also not complete, it seems to break
67757              BOM swallowing for libc5 systems, but until someone figures
67758              out a way to do this without ftell(), this will do.
67759              
67760              AUTHORS updates.
67761              
67762              Subject: Re: rsync'ed patches vs. rsync'ed source
67763              
67764              Admit that the test leaks scalars.
67765              
67766              Sanitize the environment further.
67767              
67768              VOS updates from Paul Green.
67769              
67770              Document %ENV = () portability issues.
67771              
67772              Make the stdio test program of 7427 less noisy while being 
67773              compiled so that Digital UNIX wouldn't get both
67774              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
67775              undefined.  This makes perlio happy.
67776              
67777              glibc5 detection by __GNU_LIBRARY__.
67778              
67779              %ENV note tweaks from Dan Sugalski.
67780              
67781              Varargs don't always work too well if one puts an unsigned
67782              char on the stack and pop an unsigned quad off the stack.
67783              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
67784              
67785              Subject: Pod updates
67786              
67787              Fake support of holey files in win/dosish platforms.
67788              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
67789              
67790              A doc addition for bug id 20001105.019, beware \p.
67791              
67792              Tweak #7587.
67793              
67794              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
67795              
67796              perlhack updates from H.Merijn Brand.
67797              
67798              Subject: [PATCH perl@7573] cygwin port
67799              Synchronize with Cygwin 1.1.5.
67800              
67801              Bad thinko in #7581 (I used the test program with the expanded
67802              values as-is).
67803              
67804              Make perlbug not insist on dumping to a file when stdout isn't a tty.
67805              Subject: [PATCH] perlbug.PL
67806              
67807              Overrideable keys, each, pop, push, shift, splice, unshift.
67808              Subject: [PATCH] prototyped functions that should be overrideable
67809              
67810              Try to avoid flockless and emulationless places.
67811      Branch: maint-5.6/perl
67812           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
67813            - MAINTAIN
67814           !> (integrate 111 files)
67815 ____________________________________________________________________________
67816 [  8172] By: jhi                                   on 2000/12/18  02:49:27
67817         Log: Regen pods.
67818      Branch: perl
67819            ! pod/perlmodlib.pod pod/perltoc.pod
67820 ____________________________________________________________________________
67821 [  8171] By: gsar                                  on 2000/12/18  02:49:24
67822         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
67823              7465..7471 from mainline
67824              
67825              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
67826              in platforms that strictly require all the symbols being present
67827              at link time.
67828              
67829              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
67830              
67831              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
67832              
67833              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
67834              
67835              Subject: [PATCH] todo
67836              
67837              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
67838              
67839              Use $sort, $uniq (and $tr) consistently as wondered
67840              by Nicholas Clark.
67841              
67842              Too enthusiastic editing in #7460.
67843              
67844              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
67845              
67846              Upgrade to CPAN 1.58_55.
67847              Subject: CPAN.pm status
67848              
67849              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
67850              
67851              Make target reordering to avoid pointless re-makes.
67852              Subject: Re: Total re-make of 'make okfile' after 7451 ?
67853              
67854              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
67855              
67856              Subject: DOC PATCH 5.6.0
67857              
67858              Add the repository doc by Malcolm, Sarathy, and by Simon,
67859              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
67860      Branch: maint-5.6/perl
67861           +> Porting/repository.pod
67862           !> Configure MANIFEST Makefile.SH README.dos README.os2
67863           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
67864           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
67865           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
67866 ____________________________________________________________________________
67867 [  8169] By: gsar                                  on 2000/12/18  02:33:34
67868         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
67869              7435..7441,7445 from mainline
67870              
67871              Make the UTF-8 decoding stricter and more verbose when
67872              malformation happens.  This involved adding an argument
67873              to utf8_to_uv_chk(), which involved changing its prototype,
67874              and prefer STRLEN over I32 for the UTF-8 length, which as
67875              a domino effect necessitated changing the prototypes of
67876              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
67877              The stricter UTF-8 decoding checking uses Markus Kuhn's
67878              UTF-8 Decode Stress Tester from
67879              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
67880              
67881              Run vms/vms_yfix.pl, should have done that after changing
67882              perly.c in #7382.
67883              
67884              Subject: [PATCH 5.7.0] static linking with uninstalled perl
67885              
67886              (Replaced by #7440.)
67887              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
67888              
67889              Fix the bug ID 20001024.005, the bug introduced by #7416.
67890              
67891              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
67892              
67893              Fix the bug reported in
67894              From: andreas.koenig@anima.de (Andreas J. Koenig)
67895              Also make is_utf8_char() stricter.
67896              
67897              Missed the header file changes from #7425.
67898              
67899              Check if stdio supports tweaking lval and cnt simultaneously.
67900              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
67901              
67902              Stratus VOS updates from Paul Green.
67903              
67904              Podify README.epoc and README.vos.
67905              
67906              Add targets to Makefile.SH, most importantly
67907              'regen_all' which also remembers to update vms/perly*.
67908              
67909              Subject: Minor update to find2perl, for portability
67910              
67911              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
67912              
67913              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
67914              
67915              Rename UTF8LEN() to be UNISKIP(), too confusing to have
67916              UTF8LEN() and UTF8SKIP(). 
67917              
67918              Allow poking holes at the UTF-8 decoding strictness.
67919              
67920              Continue the internal UTF-8 API tweaking.
67921              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
67922              used much more than the simpler API, now called utf8_to_uv_simple().
67923              Still not quite happy with API, too much partial duplication
67924              of functionality.
67925              
67926              A new version of making the syslog test more robust.
67927              (Replaces #7421.)
67928              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
67929              
67930              buildtoc target tweaks.
67931              
67932              Integrate with vmsperl #7430 by Charles Bailey:
67933              
67934              Cleanup from prior patch (Charles Lane?):
67935              - improve handling of MFDs in Basename and Path
67936              - default to no xsubpp line # munging when building debug images
67937      Branch: maint-5.6/perl
67938           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67939           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
67940           !> (integrate 67 files)
67941 ____________________________________________________________________________
67942 [  8168] By: gsar                                  on 2000/12/18  02:05:49
67943         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
67944              
67945              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
67946              From: Martin Husemann <martin@duskware.de>
67947              
67948              Subject: [PATCH 5.7.0] restore match data on backtracing
67949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67950      Branch: maint-5.6/perl
67951           !> regcomp.c regexec.c t/op/re_tests
67952 ____________________________________________________________________________
67953 [  8167] By: gsar                                  on 2000/12/18  01:55:22
67954         Log: integrate changes#7858,7986 from mainline
67955              
67956              C<foreach my $x ...> in pseudo-fork()ed process may diddle
67957              parent's memory; fix it by keeping track of the actual pad
67958              offset rather than a raw pointer (this change is probably also
67959              relevant to non-ithreads case to avoid fallout from reallocs of
67960              the pad array, but is currently only enabled for the ithreads
67961              case in the interests of minimal disruption to existing "well
67962              tested" code)
67963              
67964              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
67965              due to the notorious GetFileType() bug in Windows 9x, which fstat()
67966              tickles)
67967      Branch: maint-5.6/perl
67968           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
67969           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
67970           !> win32/win32.c win32/win32.h win32/win32sck.c
67971 ____________________________________________________________________________
67972 [  8166] By: gsar                                  on 2000/12/18  01:52:59
67973         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
67974              from mainline (xsubpp and ExtUtils::LibList fixups, various
67975              other small items)
67976              
67977              The generated boot_* headers are wrong.  Pickier compiler,
67978              such as KAI C++ will refuse to compile the resulting perlmain.
67979              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
67980              
67981              Various doc oddball characters.
67982              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
67983              
67984              Subject: [PATCH] Re: 20001101.003 PDL
67985              
67986              Subject: [PATCH 5.7.0] etags broken again
67987              
67988              Subject: [PATCH 5.7.0] Liblist finally works
67989              
67990              Subject: [PATCH 5.7.0] Liblist returns found libraries
67991              
67992              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
67993              
67994              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
67995              
67996              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67997              OUT keyword nits.
67998              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67999              OUT and IN_OUT documentation.
68000      Branch: maint-5.6/perl
68001           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
68002           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
68003           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
68004           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
68005           !> win32/bin/search.pl
68006 ____________________________________________________________________________
68007 [  8165] By: gsar                                  on 2000/12/18  01:28:45
68008         Log: integrate changes#7533,7563,7611,7623 from mainline (various
68009              malloc.c embellishments)
68010      Branch: maint-5.6/perl
68011           !> malloc.c pod/perldiag.pod
68012 ____________________________________________________________________________
68013 [  8164] By: gsar                                  on 2000/12/18  01:23:33
68014         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
68015              fixups)
68016      Branch: maint-5.6/perl
68017           !> utils/h2xs.PL
68018 ____________________________________________________________________________
68019 [  8163] By: gsar                                  on 2000/12/18  01:17:50
68020         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
68021              fixups)
68022      Branch: maint-5.6/perl
68023           !> Makefile.SH utils/perlbug.PL
68024 ____________________________________________________________________________
68025 [  8162] By: gsar                                  on 2000/12/18  00:25:43
68026         Log: always export Perl_deb() (it is required by re.xs whether
68027              Perl is built with or without -DDEBUGGING)
68028      Branch: maint-5.6/perl
68029            ! makedef.pl
68030 ____________________________________________________________________________
68031 [  8161] By: gsar                                  on 2000/12/18  00:23:38
68032         Log: integrate change#7414 from mainline
68033              
68034              Undo the basename() part of #7412 since the lib/basename
68035              tests would need upgrading too.
68036              
68037              squelch two tests in tr.t that rely on tr/// paranoia change
68038              that's not in 5.6.x
68039      Branch: maint-5.6/perl
68040            ! t/op/tr.t
68041           !> lib/File/Basename.pm
68042 ____________________________________________________________________________
68043 [  8160] By: gsar                                  on 2000/12/18  00:05:30
68044         Log: missing change in previous integrate
68045      Branch: maint-5.6/perl
68046           !> README.aix
68047 ____________________________________________________________________________
68048 [  8159] By: gsar                                  on 2000/12/18  00:03:38
68049         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
68050              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
68051              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
68052              7410..7413 from mainline
68053              
68054              Introduce the man[24-8] variables, from Andy Dougherty.
68055              
68056              Upgrade to CPAN 1.58, from Andreas König.
68057              
68058              An updated EBCDIC tr patch.
68059              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
68060              
68061              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
68062              
68063              Two thirds of
68064              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68065              The Install.pm changes will be submitted separately because
68066              they need some work and discussion still.
68067              
68068              The Install.pm third of
68069              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68070              
68071              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
68072              
68073              Subject: [PATCH 5.7.0] IVs in mtats
68074              
68075              Subject: [PATCH 5.7.0] Perl API for mstats
68076              
68077              Ilya implemented the memory profiling API.
68078              
68079              In Amdahl UTS "struct sv" is defined by a system header,
68080              <ksync.h>.
68081              
68082              Slight tweak of the code to appease Amdahl UTS cc.
68083              
68084              Amdahl UTS doesn't seem to do dynaloading.
68085              
68086              Use UTF8SKIP(), from Simon Cozens.
68087              
68088              Thinko in #7222.
68089              
68090              op/sprintf.t patch for OS/390 (and any other host with limited
68091              floating-point exponent length)
68092              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
68093              
68094              Tweak #7225.
68095              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
68096              
68097              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
68098              
68099              Needs to be conditional on SunOS 4.
68100              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
68101              
68102              Test cases for bug id 20000323.056 (the bug seems to be fixed).
68103              
68104              Add test for bug id 20000427.003 (which seems to have
68105              been fixed) (also duplicate as 20000427.004, though
68106              with a higher severity).  Move one utf8 from op/append
68107              to pragma/utf8, tag the tests with bug ids.
68108              
68109              Document FNCASE=y as discussed in the bug 20000902.009.
68110              
68111              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
68112              The problem was that rx->minlen was in chars while pp_split()
68113              thought it would be in bytes. 
68114              
68115              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
68116              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
68117              
68118              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
68119              
68120              Fix a couple of compiler-noted nits in #7235.
68121              
68122              Tweak the test of #7235.
68123              
68124              One more ~utf8 tweak.
68125              
68126              -w cleanup.
68127              Subject: Re: Problems with bleadperl 
68128              
68129              Subject: small pod patch
68130              
68131              Subject: [PATCH perlguts.pod] Document offset hack
68132              
68133              Add Charles Lane.
68134              
68135              Add the capability to include/exclude branches.
68136              
68137              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
68138              
68139              Detect early whether the std streams have gone bad.
68140              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
68141              
68142              More IoTYPE sprinkling.
68143              
68144              Workaround for a sfio bug where the stream error indicator
68145              is not cleared as documented.
68146              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
68147              
68148              Clarify documentation on 'use bytes'.
68149              Subject: Re: What does 'use bytes' "mean" ?
68150              
68151              Show the failed remote port, instead of the failing line number.
68152              Subject: [PATCH 5.6.1 Debugger] More diagnostics
68153              
68154              Make Cwd more bulletproof in chrooted environments.
68155              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
68156              
68157              Subject: Pod patch for Devel::Peek
68158              
68159              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
68160              
68161              Borland C fstat() never saw the fd as writable.
68162              Subject: fix for Borland's weak "stat" (perl@7211)
68163              
68164              Missing change from #7362.
68165              
68166              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
68167              
68168              Add the test case for the bug id 20000730.004 which seems
68169              to have been fixed by now.
68170              
68171              Fix of sorts for bug id 20000901.092.  There seems to be no trace
68172              of a 'pmshort' anywhere in the B, so the offending line was simply
68173              removed.
68174              
68175              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
68176              
68177              Subject: PATCH do_print has 2 PerlIO_error()s
68178              
68179              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
68180              
68181              Typo noted by Mark Lutz.
68182              
68183              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
68184              
68185              In the latest compiler builds cccdlflags must not become -fpic,
68186              from Wilfredo Sánchez.
68187              
68188              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
68189              
68190              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
68191              
68192              SOCKS function redefinitions need prototypes, too, otherwise
68193              for example 32 bit versus 64 bit differences cause a lot of
68194              problems.  Part of
68195              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
68196              
68197              Portability tweak on #7377.
68198              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
68199              
68200              Don't write double values through long double pointers,
68201              based on a part of
68202              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
68203              
68204              Reëntrancy fix.
68205              Subject: [PATCH perl@7229] Rentrant parser and yylex()
68206              
68207              Make scan_num() reëntrant, as suggested in
68208              Subject: [PATCH perl@7229] Rentrant parser and yylex()
68209              
68210              Fix for ID 20001020.006, concatenating an unset submatch
68211              with utf8 resulted in "Modification of a read-only value".
68212              
68213              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
68214              
68215              The #7383 was right only in the context of the original bug report,
68216              not in more general case.
68217              
68218              Update Changes.
68219              
68220              Testcases for a #7383,#7385 related bug.
68221              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
68222              
68223              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
68224              
68225              Tweak the Is* definitions of Unicode character classes
68226              to better match the official categorizations; embrace
68227              the official categorizations; add the combining marks
68228              as alpha (and -numeric); fix DCinital (a typo and edito)
68229              to be DCmedial.
68230              
68231              Hints tweak from Anton Berezin.
68232              
68233              Subject: installman go-faster stripes
68234              Subject: Re: installman go-faster stripes
68235              
68236              Subject: [ID 20001021.003] updated hints/openbsd.sh
68237              
68238              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
68239              
68240              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
68241              
68242              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
68243              
68244              Doc patch.
68245              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
68246              
68247              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
68248              
68249              Subject: Re: [ID 20001021.005] SEGV with regex match 
68250              
68251              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
68252              
68253              The change #7187 was not so good on VMS.
68254              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
68255              
68256              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
68257              
68258              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
68259              
68260              Document PERL_INSTALL_ROOT of #7210.
68261      Branch: maint-5.6/perl
68262           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
68263           +> t/lib/tie-splice.t
68264            - lib/unicode/Is/DCinital.pl
68265           !> (integrate 112 files)
68266 ____________________________________________________________________________
68267 [  8158] By: jhi                                   on 2000/12/17  23:04:24
68268         Log: Subject: [PATCHES] RE: perl@8150 
68269              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
68270              Date: Sun, 17 Dec 2000 21:46:39 +0100
68271              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
68272              
68273              Neither cygwin has a getpwuid() one can trust on.
68274      Branch: perl
68275            ! t/lib/glob-basic.t
68276 ____________________________________________________________________________
68277 [  8157] By: jhi                                   on 2000/12/17  23:01:54
68278         Log: More MAN.PODS => {} fixes.
68279      Branch: perl
68280            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
68281            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
68282            ! os2/OS2/REXX/Makefile.PL
68283 ____________________________________________________________________________
68284 [  8156] By: gsar                                  on 2000/12/17  22:49:13
68285         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
68286              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
68287              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
68288              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
68289              7201,7204 from mainline
68290              
68291              Remove vestiges of tr//CU.
68292              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68293              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68294              
68295              The return value of setlocale must be copied away.
68296              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
68297              
68298              Allow chop() and chomp() to be overridden.
68299              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
68300              
68301              Hints optimization.
68302              Subject: Minor nit
68303              
68304              Subject: [PATCH] de-wall t/README
68305              
68306              Subject: Re: Two advertising clauses need to be removed
68307              
68308              Batch of UTF-8 patches from Simon Cozens.
68309              
68310              Fix for a parsing bug, not for the original bug.
68311              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
68312              
68313              Compilation warnings and an error.
68314              
68315              Subject: File::Find 5.7.0 POD nits
68316              
68317              Subject: [PATCH perl-5.7.0] continued -Wformat support
68318              
68319              The one that got away.
68320              
68321              Subject: Re: perl@7078
68322              
68323              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
68324              convertable to bytes by checking it doesn't go above 0xc3
68325              Subject: Re: perl@7078
68326              
68327              Replace #7084 with
68328              Subject: Re: perl@7078 
68329              
68330              We don't need to count the high bit bytes, a boolean is enough. 
68331              
68332              Subject: [PATCH] utf8.c apidoc
68333              
68334              Subject: Re: perl@7078 
68335              
68336              Botched the #7090 check-in.
68337              
68338              Fix for the charnames.t failures from Spider Boardman.
68339              
68340              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
68341              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
68342              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
68343              0 to checking to get the warning.
68344              
68345              Subject: [PATCH] Nits in perlmod.pod
68346              
68347              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
68348              
68349              Subject: Re: unicode support and perl [ID 20000901.097]
68350              
68351              Subject: Re: unicode support and perl [ID 20000901.097]
68352              
68353              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
68354              
68355              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
68356              
68357              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
68358              
68359              Subject: [PATCH@blead] Fix some recursion in overload.pm
68360              
68361              s/Robin Parker/Robin Barker/
68362              
68363              Subject: [PATCH] Fix aliasing of tied filehandles
68364              
68365              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
68366              
68367              Subject: Re: [PATCH 5.005_64 missed]
68368              
68369              SOCK_DGRAM and listen() do not mix as reported in
68370              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
68371              The patch for 5.7.0+ had to be reengineered, though.
68372              
68373              Subject: DOC PATCH 5.6.0
68374              
68375              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
68376              
68377              Document the issue (is not a syntax error, kind of)
68378              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
68379              
68380              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
68381              Did not apply cleanly, manual intervention was needed.
68382              
68383              Subject: [PATCH] DLL not restartabke with threaded perl
68384              
68385              Inside require() $^S was always left undefined.
68386              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
68387              
68388              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
68389              
68390              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
68391              
68392              Regen headers.
68393              
68394              Subject: [PATCH 5.7.0] Epoc update
68395              
68396              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
68397              as suggested by Olaf Flebbe and Nick Clark.
68398              
68399              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
68400              
68401              Misplaced else.
68402              
68403              Scale down the VMS message boxes, by Charles Lane.
68404              Fix for ID 20000903.009, workaround at
68405              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
68406              
68407              Subject: [ID 20001003.006] B::Debug not -w clean
68408              
68409              Test harness update to sync with the new perlcc,
68410              from Simon Cozens.
68411              
68412              One remaining nit less at the VMS mailbox sizing.
68413              
68414              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68415              
68416              It is possible to have no hosts database at all.  Pointed out in
68417              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68418              
68419              Subject: [PATCH 5.7.0] h2xs not working
68420              Subject: [PATCH 5.7.0] h2xs not documenting the created module
68421              
68422              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
68423              
68424              Subject: perlhack.pod Patch for Externals Tools
68425              
68426              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
68427              
68428              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
68429              
68430              Enable disabling scripts installation by Configure -Uinstallscripts,
68431              suggested by H. Merijn Brand.
68432              
68433              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
68434              reported several times by Dominic Dunlop, for example in
68435              ID 20000315.008.  Patch from Dominic.  Patch affects at
68436              least MachTen, and possibly other oldish BSDs. Should not
68437              break non-broken platforms (tested on LinuxPPC). 
68438              
68439              Regen toc.
68440              
68441              Subject: Re: Questions about Tie::Array and perl modules
68442              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
68443              
68444              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
68445              
68446              Tweak #7153.
68447              
68448              IO::Handle->syswrite() did not handle length omission
68449              like CORE::syswrite() does.
68450              Subject: [Fwd] IO::Handle, syswrite and arguments
68451              The original patch from andrew@ugh.net.au.
68452              
68453              Also the $ccflags is needed for the C compiler check.
68454              Subject: Configure (check for C-compiler)
68455              
68456              Eliminate $Is_VMS code from the test.
68457              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
68458              
68459              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
68460              as the first option of cc/ld because of ultrapicky compilers
68461              (e.g. OS/390 R2.5)
68462              
68463              Change the version number of Tie::Handle in the core to 4.0,
68464              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
68465              Subject: Note on Tie::Handle
68466              
68467              UTF8ize split() so that the cloned substrings get the UTF8
68468              flag of the original scalar.  Problem reported by Simon Cozens.
68469              
68470              save_re_context() could reset PL_curcop to freed memory, causing core
68471              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
68472              
68473              Subject: PATCH 5.6 perldebguts grammar cleanup
68474              
68475              Add a todo note about overloadable assertions.
68476              
68477              on Windows, LoadLibrary() could load an extension DLL multiple
68478              times if forward slashes are used in the path
68479              
68480              on Windows, cwd strings in the environment should be of the
68481              form =X:=X:\foo instead of =X=X:\foo\
68482              
68483              on Windows, avoid potential exception (could happen if MSVCRT isn't
68484              being used) when closing a socket handle
68485              
68486              avoid nonportable example code
68487              
68488              Windows9x doesn't support link(), despite what Config.pm
68489              might think
68490              
68491              pod nit
68492              
68493              Change #7160 had a nasty typo.
68494              
68495              Warn about unknown scripts.
68496              Subject: Re: ideas? patches? [PATCH bleadperl]
68497              
68498              on Windows, clean targets might not work under some flavors of the shell
68499              
68500              tweak for change#7173
68501              
68502              Make eq work again with utf8 (disabling the upgrading
68503              should no more be necessary since the copies of the
68504              scalars are upgraded, not the scalars themselves).
68505              Takes care of ID 20001009.001.  (The claimed length()
68506              bug in 20001009.001 seems bogus to me.)
68507              
68508              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
68509              
68510              Upgrade to CGI.pm 2.74, from Lincoln Stein.
68511              
68512              Upgrade to podlators 1.04, from Russ Allbery.
68513              
68514              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
68515              
68516              Quote the temp file name, needed in Win32 because the
68517              default name unfortunately contains spaces, shouldn't
68518              hurt elsewhere.
68519              Subject: FW: perldoc fails if $TEMP contains spaces
68520              
68521              Subject: RE: [ID 19990803.001] README.win32 suggestions 
68522              
68523              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
68524              
68525              Subject: Re: utf8 concat, mg_get
68526              
68527              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
68528              
68529              Subject: [PATCH: perl@7181] op/tr tests on OS/390
68530              
68531              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
68532              
68533              Use the versiononly instead of the installscripts,
68534              retract the changes 7146 and 7147.
68535              
68536              Reapply Andy's patch and regen Configure.
68537              
68538              Add the test case for #7190, from the original bug report
68539              by Andreas König.
68540              
68541              Remove duplicated code.
68542              
68543              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
68544              
68545              restore change#7202
68546      Branch: maint-5.6/perl
68547           !> (integrate 121 files)
68548 ____________________________________________________________________________
68549 [  8155] By: jhi                                   on 2000/12/17  22:30:58
68550         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
68551              From: "Craig A. Berry" <craigberry@mac.com>
68552              Date: Sun, 17 Dec 2000 13:09:28 -0600
68553              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
68554              
68555              MAN.PODS => ' ' is naughty.
68556      Branch: perl
68557            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
68558 ____________________________________________________________________________
68559 [  8154] By: nick                                  on 2000/12/17  22:07:13
68560         Log: MULTIPLICITY nit.
68561      Branch: perl
68562            ! mg.c
68563 ____________________________________________________________________________
68564 [  8153] By: gsar                                  on 2000/12/17  21:23:05
68565         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
68566              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
68567              from mainline
68568              
68569              Document the SvIOK_.*UV().
68570              
68571              Update Unicode todo list.
68572              
68573              Guard against bad string->int conversion for quads.
68574              
68575              Subject: small apidoc fix
68576              
68577              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
68578              
68579              Subject: [PATCH] Tied filehandle documentation
68580              
68581              Subject: [PATCH] Modernize Opcode.pm documentation
68582              
68583              Make Data::Dumper (non-XS) to work with changed semantics of ref().
68584              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
68585              [applied even though said semantics didn't change in 5.6.x]
68586              
68587              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
68588              
68589              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
68590              
68591              Fix the URL, but the server is still missing in action.
68592              Subject: [ID 20000905.002] perlfaq1.pod URL error
68593              
68594              Subject: [ID 20000903.001] \w in utf8-strings
68595              
68596              Fix the ccversion detection for 5.1 and beyond.
68597              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
68598              
68599              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
68600              
68601              Subject: [ID 20000904.008] Tiny fix for perldiag
68602              
68603              Subject: Re: [ID 20000906.004] segfault with bad perl statement
68604              
68605              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
68606              
68607              Subject: [ID 20000908.002] perlipc documentation bug.
68608              
68609              Subject: [PATCH lib/Benchmark.pm]
68610              
68611              Re-allow vec() for characters > 255.
68612              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
68613              
68614              Do away with memory models cruft.  Sorry, PDP users.
68615              
68616              Continue #7041.
68617              
68618              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
68619              
68620              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
68621              
68622              Upgrade to CPAN 1.57_65, from Andreas König.
68623              
68624              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
68625              by Russ Allbery.
68626              
68627              Silence t/pod/*.t about alternate quote-mappings now implemented
68628              by Pod::Text, from Brad Appleton.
68629              
68630              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
68631              Subject: borland C++ win32.c tweak
68632              
68633              C<@a = @b = split(...)> optimization coredumps under ithreads
68634              (missed a spot when fixing up op_pmreplroot hack for ithreads)
68635              
68636              Document the SvUTF8*().
68637              
68638              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
68639              
68640              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
68641              
68642              Do in VMS as the #7054 does.
68643              
68644              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
68645              
68646              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
68647              
68648              Subject: [patch: perl@7045] vms updates
68649              
68650              Test for the #7049.
68651              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
68652              
68653              Break up the myconfig lines a bit.
68654              Subject: perlbug/perl -V output format
68655              
68656              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
68657              
68658              The #7054 truncated Configure badly.
68659              
68660              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
68661              initialization in all the threads on Windows
68662              
68663              Allow for whitespace between "#" and "line" in cpp output.
68664              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
68665              
68666              Remove vestiges of tr//CU.
68667              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68668              
68669              The return value of setlocale must be copied away.
68670              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
68671              
68672              Allow chop() and chomp() to be overridden.
68673              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
68674              
68675              Hints optimization.
68676              Subject: Minor nit
68677              
68678              Subject: [PATCH] de-wall t/README
68679              
68680              Subject: Re: Two advertising clauses need to be removed
68681      Branch: maint-5.6/perl
68682           !> (integrate 75 files)
68683 ____________________________________________________________________________
68684 [  8152] By: gsar                                  on 2000/12/17  20:30:11
68685         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
68686              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
68687              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
68688              
68689              Don't attach -ld to the archname if pointless.
68690              
68691              Document UNTIE in a very minimalistic way.
68692              
68693              POSIX doesn't report long double values under -Duselongdouble
68694              when the long doubles are "real" (bigger than doubles).
68695              
68696              More author updates.
68697              
68698              Try to deduce NV_MAX.  Really should be Configure fodder.
68699              
68700              :: not allowed in pathnames, change to .
68701              Subject: [PATCH perl@6938] cygwin port
68702              
68703              Forget about NV_MAX (#6951).  Various floating point tweaks,
68704              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
68705              
68706              Move the Solaris 7 scan to use64bitall, make the
68707              failure to find 64-bot sparc libc to mention the
68708              possibility of being in an intel, from Lupe and Alan.
68709              
68710              Regen perltoc.
68711              
68712              AUTHORS tweaks, from Peter Prymmer.
68713              
68714              More address tweaking.
68715              
68716              Small tweaks all over.
68717              
68718              File::Temp patches from Andreas König,
68719              
68720              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
68721              
68722              Subject: CPAN.pm beta 1.57_57 for the core
68723              
68724              Part of the solution.
68725              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
68726              
68727              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
68728              
68729              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
68730              
68731              Add the overload warnings to perldiag.
68732              
68733              Drop unused argument.
68734              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
68735              
68736              Subject: Nit in Configure (bleadperl@6961)
68737              
68738              Update to PodParser 1.18, from Brad Appleton.
68739              
68740              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
68741              
68742              Subject: [PATCH: 6948] add SCNfldbl to configure.com
68743              
68744              Document UNTIE. Also tweak implementation to suppress the 'inner references'
68745              warning when UNTIE exists and instead pass the cound of extra references to
68746              the UNTIE method.
68747              
68748              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
68749              so that case-ignoring systems like DCL can tell them from
68750              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
68751              
68752              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
68753              
68754              Feature ordering tweak.
68755              
68756              Regen perltoc.
68757              
68758              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
68759              
68760              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
68761              
68762              Subject: http:// in L<>
68763              
68764              Detypo.
68765              
68766              change#6791 accidentally clobbered change#6710, put it back
68767              
68768              Only the first line, thank you very much.
68769              
68770              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
68771              plus rework the http: spots as suggested by Tom Christiansen,
68772              plus regen perltoc.
68773              
68774              Undo part of change 6489 which looks like a bulk edit which
68775              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
68776              The supressing of main:: on return from select() is undesirable.
68777              
68778              Apparently avoiding the swapping is too costly.
68779              
68780              Various Configure nits by Philip Newton,
68781              plus the ebcdic one by me.
68782              
68783              Make certain cc is set before trying to run it.
68784              
68785              If overloaded %{} etc. return the object do not loop.
68786              Thus  sub deref { $_[0] } functions if object is wanted type.
68787              
68788              Update perlhist.
68789              
68790              More %{} and other deref special casing - do not pass to 'nomethod'.
68791      Branch: maint-5.6/perl
68792           !> (integrate 59 files)
68793 ____________________________________________________________________________
68794 [  8151] By: gsar                                  on 2000/12/17  19:14:38
68795         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
68796              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
68797              
68798              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
68799              
68800              Make the epsilon to be relative, not absolute.
68801              
68802              Put back the flags dump as reasoned in
68803              Subject: Re: [PATCH] Glob dumping
68804              
68805              Introduce ccname to keep track of what compiler kind of we have.
68806              
68807              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
68808              
68809              Put back the slice accidentally removed by #6907.
68810              
68811              Reset archname and archname64 always, forcing them be
68812              recomputed at each Configure run, make Configure and
68813              the hints files agree on the naming of largefiles variables.
68814              
68815              Don't say "Perl 5.0 source kit".
68816              
68817              Subject: [PATCH] fix misc cast warnings
68818              
68819              Subject: typos in pods
68820              
68821              NVs not necessarily doubles, as pointed out by Yitzchak.
68822              
68823              Subject: [PATCH 6889] add a few ldbl formats to configure.com
68824              
68825              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
68826              
68827              Better options for rsync.
68828              
68829              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
68830              
68831              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
68832              
68833              Subject: [PATCH] Re: UNTIE method 
68834              
68835              A better fix for the Socket building problem from Craig Berry.
68836              
68837              Retract the dummy test, skip the security tests (instead of failing),
68838              explain what the warnings mean.
68839              
68840              Heap decorruption.
68841              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
68842              
68843              Update to Unicode 3.0.1.
68844              
68845              Missed one Unicode file.
68846              
68847              Subject: Re: typos in pods
68848              
68849              The #6929 was too skimpy.
68850              
68851              sscanf() may be the only way to read long doubles from strings.
68852              
68853              Reveal Borland's isnan.
68854              Subject: build with BC++ tweak
68855              
68856              Issue useful diagnostic on unknown pod commands.
68857              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
68858              
68859              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
68860              
68861              Clarify the third case of ftmp-security warnings.
68862              
68863              Make -Dusemorebits find long doubles in Solaris.
68864              
68865              Wrap the test in eval.
68866      Branch: maint-5.6/perl
68867           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
68868           +> lib/unicode/PropList.txt lib/unicode/README.perl
68869           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
68870           +> lib/unicode/Unicode.301 vms/vmspipe.com
68871            - lib/unicode/Props.txt lib/unicode/UCD300.html
68872            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
68873           !> (integrate 305 files)
68874 ____________________________________________________________________________
68875 [  8150] By: jhi                                   on 2000/12/17  18:47:57
68876         Log: Uncheckedin generated files.
68877      Branch: perl
68878            ! global.sym perlapi.c pod/perlapi.pod
68879 ____________________________________________________________________________
68880 [  8149] By: jhi                                   on 2000/12/17  18:41:22
68881         Log: Update Changes.
68882      Branch: perl
68883            ! Changes patchlevel.h
68884 ____________________________________________________________________________
68885 [  8148] By: jhi                                   on 2000/12/17  18:39:16
68886         Log: Subject: [PATCH] Fcntl constants speedup
68887              From: Nicholas Clark <nick@ccl4.org>
68888              Date: Sun, 17 Dec 2000 16:29:24 +0000
68889              Message-ID: <20001217162924.E97668@plum.flirble.org>
68890              
68891              Use IVs for the Fcntl constants instead of NVs.
68892      Branch: perl
68893            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
68894 ____________________________________________________________________________
68895 [  8147] By: jhi                                   on 2000/12/17  18:33:41
68896         Log: Add test for #8145 (binmode() warning), add warning for
68897              ioctl() and sockpair(), document them. (fileno() cannot
68898              be tripwired with the same kind of warning because
68899              'defined fileno($foo)' seems to be an idiom.)
68900      Branch: perl
68901            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
68902 ____________________________________________________________________________
68903 [  8146] By: gsar                                  on 2000/12/17  18:09:08
68904         Log: update Changes
68905      Branch: maint-5.6/perl
68906            ! Changes
68907 ____________________________________________________________________________
68908 [  8145] By: jhi                                   on 2000/12/17  17:39:35
68909         Log: Subject: [PATCH] Re: The long awaited feature ...
68910              From: Simon Cozens <simon@cozens.net>
68911              Date: Sun, 17 Dec 2000 12:31:56 +0000
68912              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
68913              
68914              Add a warning to binmode() about using bad filehandles
68915              (can happen e.g. if someone forgets the filehandle argument)
68916      Branch: perl
68917            ! pp_sys.c
68918 ____________________________________________________________________________
68919 [  8144] By: jhi                                   on 2000/12/17  17:33:48
68920         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
68921              From: Jonathan Stowe <gellyfish@gellyfish.com>
68922              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
68923              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
68924      Branch: perl
68925            ! lib/Net/Ping.pm
68926 ____________________________________________________________________________
68927 [  8143] By: jhi                                   on 2000/12/17  05:31:37
68928         Log: Polymorphic regexps.
68929              
68930              Fixes at least the bugs 20001028.003 (both of them...) and
68931              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
68932              also to be fixed by now, probably already before this patch.
68933      Branch: perl
68934            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
68935            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
68936            ! t/op/utf8decode.t t/pragma/utf8.t
68937 ____________________________________________________________________________
68938 [  8142] By: jhi                                   on 2000/12/16  17:16:05
68939         Log: Subject: [patch perl@8102] dos/djgpp update
68940              From: Laszlo Molnar <ml1050@freemail.hu>
68941              Date: Sat, 16 Dec 2000 01:40:52 +0100
68942              Message-ID: <20001216014052.A335@freemail.hu>
68943      Branch: perl
68944            ! djgpp/config.over t/base/commonsense.t
68945 ____________________________________________________________________________
68946 [  8141] By: jhi                                   on 2000/12/16  17:09:27
68947         Log: Few uncheckedin files.
68948      Branch: perl
68949            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
68950 ____________________________________________________________________________
68951 [  8140] By: nick                                  on 2000/12/15  22:14:31
68952         Log: Integrate mainline
68953      Branch: perlio
68954           !> (integrate 53 files)
68955 ____________________________________________________________________________
68956 [  8139] By: jhi                                   on 2000/12/15  19:49:49
68957         Log: One more IVUV tweak from Nicholas Clark.
68958      Branch: perl
68959            ! sv.c
68960 ____________________________________________________________________________
68961 [  8138] By: jhi                                   on 2000/12/15  19:17:06
68962         Log: Return of the IVUV-preservation, now seems to be happy even
68963              in Digital UNIX (the broken strtoul brokenness detection
68964              seems to have been the fly in the ointment).
68965      Branch: perl
68966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68967            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
68968            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
68969            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
68970            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68971            ! vos/config.ga.h win32/config.bc win32/config.gc
68972            ! win32/config.vc
68973 ____________________________________________________________________________
68974 [  8137] By: jhi                                   on 2000/12/15  18:12:14
68975         Log: Metaconfig unit change for #8136.
68976      Branch: metaconfig
68977            ! U/modified/d_strtoul.U
68978      Branch: metaconfig/U/perl
68979            ! d_strtoull.U d_strtouq.U
68980 ____________________________________________________________________________
68981 [  8136] By: jhi                                   on 2000/12/15  18:11:35
68982         Log: I don't think it's sensible or portable to test the strtou*
68983              on /^-/ strings.
68984      Branch: perl
68985            ! Configure
68986 ____________________________________________________________________________
68987 [  8135] By: jhi                                   on 2000/12/15  17:18:49
68988         Log: Metaconfig unit change for #8134.
68989      Branch: metaconfig
68990            ! U/modified/d_strtoul.U
68991 ____________________________________________________________________________
68992 [  8134] By: jhi                                   on 2000/12/15  17:14:13
68993         Log: If longsize is 8 we don't need a LL suffix for integer constants.
68994      Branch: perl
68995            ! Configure config_h.SH
68996 ____________________________________________________________________________
68997 [  8133] By: jhi                                   on 2000/12/15  16:00:23
68998         Log: Update Changes.
68999      Branch: perl
69000            ! Changes patchlevel.h
69001 ____________________________________________________________________________
69002 [  8132] By: jhi                                   on 2000/12/15  15:44:16
69003         Log: Some compilers get huffy if you do not cast a const pointer
69004              to a non-const when assigning.
69005      Branch: perl
69006            ! gv.c
69007 ____________________________________________________________________________
69008 [  8131] By: jhi                                   on 2000/12/15  15:38:30
69009         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
69010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69011              Date: Fri, 15 Dec 2000 05:26:57 -0500
69012              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
69013      Branch: perl
69014            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
69015            ! t/pragma/overload.t
69016 ____________________________________________________________________________
69017 [  8130] By: jhi                                   on 2000/12/15  15:36:08
69018         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
69019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69020              Date: Thu, 14 Dec 2000 22:02:43 -0500
69021              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
69022      Branch: perl
69023            ! gv.c perl.h
69024 ____________________________________________________________________________
69025 [  8129] By: jhi                                   on 2000/12/15  15:34:16
69026         Log: Subject: PATCH: h2xs nit
69027              From: Tim Jenness <t.jenness@jach.hawaii.edu>
69028              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
69029              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
69030              
69031              Add a template README.
69032      Branch: perl
69033            ! utils/h2xs.PL
69034 ____________________________________________________________________________
69035 [  8128] By: jhi                                   on 2000/12/15  15:32:22
69036         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
69037      Branch: perl
69038            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
69039 ____________________________________________________________________________
69040 [  8127] By: jhi                                   on 2000/12/15  15:19:34
69041         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
69042              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69043              Date:     Thu, 14 Dec 2000 20:04:42 EST
69044              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
69045      Branch: perl
69046            ! ext/Opcode/Opcode.xs
69047 ____________________________________________________________________________
69048 [  8126] By: jhi                                   on 2000/12/15  15:17:49
69049         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
69050              From: Peter Prymmer <pvhp@forte.com>
69051              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
69052              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
69053      Branch: perl
69054            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
69055            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
69056            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
69057 ____________________________________________________________________________
69058 [  8125] By: jhi                                   on 2000/12/15  15:11:05
69059         Log: This seems to be a stage sane and stable enough to checkin.
69060              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
69061      Branch: perl
69062            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
69063            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
69064            ! t/op/cmp.t t/op/numconvert.t
69065 ____________________________________________________________________________
69066 [  8124] By: jhi                                   on 2000/12/15  04:20:26
69067         Log: Something is really wonky.
69068      Branch: perl
69069            ! sv.c
69070 ____________________________________________________________________________
69071 [  8123] By: jhi                                   on 2000/12/15  04:00:50
69072         Log: Fixes for the IV UV patches to compile in Digital UNIX.
69073      Branch: perl
69074            ! sv.c
69075 ____________________________________________________________________________
69076 [  8122] By: jhi                                   on 2000/12/15  02:53:40
69077         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
69078              From: "Craig A. Berry" <craigberry@mac.com>
69079              Date: Thu, 14 Dec 2000 19:10:49 -0600
69080              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
69081      Branch: perl
69082            ! vms/vms.c
69083 ____________________________________________________________________________
69084 [  8121] By: jhi                                   on 2000/12/15  02:50:00
69085         Log: Metaconfig changes for #8120.
69086      Branch: metaconfig
69087            + U/modified/d_strtoul.U
69088      Branch: metaconfig/U/perl
69089            ! d_strtoull.U d_strtouq.U
69090 ____________________________________________________________________________
69091 [  8120] By: jhi                                   on 2000/12/15  02:49:42
69092         Log: From: Nicholas Clark <nick@ccl4.org> 
69093              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
69094              Date: Thu, 14 Dec 2000 18:38:57 +0000
69095              Message-ID: <20001214183857.B97909@plum.flirble.org>
69096      Branch: perl
69097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69098            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
69099            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69100            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69101            ! win32/config.gc win32/config.vc
69102 ____________________________________________________________________________
69103 [  8119] By: jhi                                   on 2000/12/14  23:40:58
69104         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
69105              From: Nicholas Clark <nick@ccl4.org>
69106              Date: Wed, 13 Dec 2000 20:08:50 +0000
69107              Message-ID: <20001213200849.B71166@plum.flirble.org>
69108      Branch: perl
69109            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
69110            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
69111 ____________________________________________________________________________
69112 [  8118] By: jhi                                   on 2000/12/14  22:46:26
69113         Log: Integrate perlio.
69114      Branch: perl
69115           !> MANIFEST ext/Encode/compile makedef.pl
69116 ____________________________________________________________________________
69117 [  8117] By: nick                                  on 2000/12/14  22:38:53
69118         Log: Win32 tweaks to get Encode to build
69119              - temp hack to makedef.pl till PerlIO is properly "exported".
69120              - MSVC dislikes  
69121              static encpage_t foo[];
69122              so make 'em extern for now.
69123      Branch: perlio
69124            ! ext/Encode/compile makedef.pl
69125 ____________________________________________________________________________
69126 [  8116] By: nick                                  on 2000/12/14  22:00:53
69127         Log: Document the new files
69128      Branch: perlio
69129            ! MANIFEST
69130 ____________________________________________________________________________
69131 [  8115] By: jhi                                   on 2000/12/14  21:58:01
69132         Log: MANIFEST new files of #8114.
69133      Branch: perl
69134            ! MANIFEST
69135 ____________________________________________________________________________
69136 [  8114] By: jhi                                   on 2000/12/14  21:50:49
69137         Log: Integrate perlio.
69138      Branch: perl
69139           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
69140           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
69141           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
69142           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
69143           !> ext/Encode/Makefile.PL
69144 ____________________________________________________________________________
69145 [  8113] By: jhi                                   on 2000/12/14  21:48:49
69146         Log: The documentation part of the
69147              
69148              Subject: [ID 20001214.002] Net::Ping patch
69149              From: Jonathan Stowe <gellyfish@gellyfish.com>
69150              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
69151              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
69152              since the #7529 had already addressed the same problem.
69153      Branch: perl
69154            ! lib/Net/Ping.pm
69155 ____________________________________________________________________________
69156 [  8112] By: jhi                                   on 2000/12/14  21:42:57
69157         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
69158              From: Dominic Dunlop <domo@computer.org>
69159              Date: Tue, 12 Dec 2000 10:47:10 +0100
69160              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
69161              
69162              Document how elusive subroutines can be.
69163      Branch: perl
69164            ! pod/perlfunc.pod
69165 ____________________________________________________________________________
69166 [  8111] By: jhi                                   on 2000/12/14  21:38:05
69167         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
69168              From: Dominic Dunlop <domo@computer.org>
69169              Date: Thu, 14 Dec 2000 10:13:51 +0100
69170              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
69171      Branch: perl
69172            ! ext/POSIX/POSIX.pod
69173 ____________________________________________________________________________
69174 [  8110] By: jhi                                   on 2000/12/14  21:36:32
69175         Log: Subject: [patch] perlfaq7
69176              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
69177              Date: Thu, 14 Dec 2000 15:31:07 +0100
69178              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
69179      Branch: perl
69180            ! pod/perlfaq7.pod
69181 ____________________________________________________________________________
69182 [  8109] By: jhi                                   on 2000/12/14  21:29:20
69183         Log: Subject: [8104] Encode
69184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69185              Date: Thu, 14 Dec 2000 14:49:34 +0100
69186              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
69187              
69188              Type casting for nervous compilers.
69189      Branch: perl
69190            ! ext/Encode/Encode.xs
69191 ____________________________________________________________________________
69192 [  8108] By: jhi                                   on 2000/12/14  21:26:17
69193         Log: Subject: [8104] DB_File
69194              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69195              Date: Thu, 14 Dec 2000 14:49:35 +0100
69196              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
69197              
69198              Type definition incorrect for DB 2.7.7.  Not known when it
69199              changed, so only changed it for a known revision.
69200      Branch: perl
69201            ! ext/DB_File/DB_File.xs
69202 ____________________________________________________________________________
69203 [  8107] By: jhi                                   on 2000/12/14  21:23:41
69204         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
69205              From: Peter Prymmer <pvhp@forte.com>
69206              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
69207              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
69208              
69209              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
69210      Branch: perl
69211            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
69212            ! ext/Encode/Encode/posix-bc.enc
69213 ____________________________________________________________________________
69214 [  8106] By: nick                                  on 2000/12/14  20:36:13
69215         Log: "Cold" build correction to Encode's Makefile.PL
69216      Branch: perlio
69217            ! ext/Encode/Makefile.PL
69218 ____________________________________________________________________________
69219 [  8105] By: nick                                  on 2000/12/14  20:09:37
69220         Log: "Compiled" encodings.
69221              Correct replacement character in EBCDIC .enc files
69222              Add 0x7F to ASCII repertoire.
69223      Branch: perlio
69224            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
69225            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
69226            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
69227            ! ext/Encode/Makefile.PL ext/Encode/compile
69228            ! ext/Encode/encengine.c ext/Encode/encode.h
69229 ____________________________________________________________________________
69230 [  8104] By: nick                                  on 2000/12/14  00:38:20
69231         Log: Integrate mainline
69232      Branch: perlio
69233           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
69234           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
69235           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
69236           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
69237           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
69238           !> t/lib/db-hash.t t/lib/db-recno.t
69239 ____________________________________________________________________________
69240 [  8103] By: nick                                  on 2000/12/13  23:16:13
69241         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
69242              so far and so it does not get lost.
69243      Branch: perlio
69244            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
69245 ____________________________________________________________________________
69246 [  8102] By: jhi                                   on 2000/12/13  17:14:22
69247         Log: Update Changes.
69248      Branch: perl
69249            ! Changes patchlevel.h
69250 ____________________________________________________________________________
69251 [  8101] By: jhi                                   on 2000/12/13  16:53:41
69252         Log: Move the proto of start_glob() to a better place; regen api files.
69253      Branch: perl
69254            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
69255 ____________________________________________________________________________
69256 [  8100] By: jhi                                   on 2000/12/13  16:47:11
69257         Log: Metaconfig change for #8099.
69258      Branch: metaconfig
69259            ! U/modified/Head.U
69260 ____________________________________________________________________________
69261 [  8099] By: jhi                                   on 2000/12/13  16:46:48
69262         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
69263              From: Andy Dougherty <doughera@lafayette.edu>
69264              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
69265              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
69266      Branch: perl
69267            ! Configure
69268 ____________________________________________________________________________
69269 [  8098] By: jhi                                   on 2000/12/13  16:39:02
69270         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
69271              From: rspier@pobox.com (Robert Spier)
69272              Date: Tue, 12 Dec 2000 21:12:39 -0500
69273              Message-ID: <14902.56087.678086.725773@rls.cx>
69274              
69275              fastgetcwd is defined using a glob alias on a $^O dependent basis -
69276              and there was no default assignment or perl subroutine.
69277      Branch: perl
69278            ! lib/Cwd.pm
69279 ____________________________________________________________________________
69280 [  8097] By: jhi                                   on 2000/12/13  16:16:01
69281         Log: Subject: [PATCH] move startglob out of pp_hot.c
69282              From: Nicholas Clark <nick@ccl4.org>
69283              Date: Mon, 11 Dec 2000 23:16:39 +0000
69284              Message-ID: <20001211231638.A55550@plum.flirble.org>
69285      Branch: perl
69286            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
69287 ____________________________________________________________________________
69288 [  8096] By: jhi                                   on 2000/12/13  15:26:23
69289         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
69290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
69291              Date: Wed, 13 Dec 2000 14:01:37 +0100
69292              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
69293              
69294              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
69295              in turn requires libpthread in libswanted.
69296      Branch: perl
69297            ! hints/hpux.sh
69298 ____________________________________________________________________________
69299 [  8095] By: jhi                                   on 2000/12/12  19:51:05
69300         Log: The integration wars continue.
69301      Branch: perl
69302           !> sv.c
69303 ____________________________________________________________________________
69304 [  8094] By: jhi                                   on 2000/12/12  19:48:26
69305         Log: Subject: [PATCH perl@8070] DB_File-1.74  
69306              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
69307              Date: Mon, 11 Dec 2000 23:07:17 -0000
69308              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
69309      Branch: perl
69310            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69311            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
69312            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
69313            ! t/lib/db-recno.t
69314 ____________________________________________________________________________
69315 [  8093] By: nick                                  on 2000/12/12  19:42:13
69316         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
69317      Branch: perlio
69318            ! sv.c
69319           !> lib/File/DosGlob.pm
69320 ____________________________________________________________________________
69321 [  8092] By: jhi                                   on 2000/12/12  19:28:11
69322         Log: Integrate perlio.
69323      Branch: perl
69324           !> sv.c
69325 ____________________________________________________________________________
69326 [  8091] By: nick                                  on 2000/12/12  18:49:45
69327         Log: Fix for Tk, and upgrading shared SVs.
69328      Branch: perlio
69329            ! sv.c
69330 ____________________________________________________________________________
69331 [  8090] By: jhi                                   on 2000/12/12  16:48:59
69332         Log: Subject: [PATCH] Re: Breadperl & Tk
69333              From: Nick Ing-Simmons <nik@tiuk.ti.com>
69334              Date: Tue, 12 Dec 2000 14:48:27 GMT
69335              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
69336      Branch: perl
69337            ! sv.c
69338 ____________________________________________________________________________
69339 [  8089] By: jhi                                   on 2000/12/12  03:37:19
69340         Log: Subject: DosGlob.pm diff for bash style brace expansion.
69341              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
69342              Date: Fri, 8 Dec 2000 10:45:30 -0600
69343              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
69344      Branch: perl
69345            ! lib/File/DosGlob.pm
69346 ____________________________________________________________________________
69347 [  8088] By: nick                                  on 2000/12/11  23:59:59
69348         Log: Integrate mainline
69349      Branch: perlio
69350           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
69351           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
69352           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
69353           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
69354           !> t/op/local.t t/pragma/warn/toke toke.c
69355 ____________________________________________________________________________
69356 [  8087] By: jhi                                   on 2000/12/11  23:20:23
69357         Log: Integrate perlio.
69358      Branch: perl
69359           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
69360 ____________________________________________________________________________
69361 [  8086] By: jhi                                   on 2000/12/11  22:50:59
69362         Log: Tune further the OS detection of CGI.
69363      Branch: perl
69364            ! lib/CGI.pm
69365 ____________________________________________________________________________
69366 [  8085] By: nick                                  on 2000/12/11  22:50:46
69367         Log: Finish 1st pass of "encoding" layer e.g. :
69368              open($fh,"<encoding(iso8859-7)",$greek) || die;
69369      Branch: perlio
69370            ! ext/Encode/Encode.xs perlio.c perliol.h
69371 ____________________________________________________________________________
69372 [  8084] By: jhi                                   on 2000/12/11  22:32:06
69373         Log: Revert the -f ambiguousity patch, seems to cause
69374              too much hassle (the interpret -Q as a function
69375              where Q is not a known filetest part is left in).
69376      Branch: perl
69377            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
69378            ! toke.c
69379 ____________________________________________________________________________
69380 [  8083] By: jhi                                   on 2000/12/11  22:27:23
69381         Log: (accidentally empty check-in)
69382      Branch: perl
69383            ! lib/File/DosGlob.pm
69384 ____________________________________________________________________________
69385 [  8082] By: nick                                  on 2000/12/11  19:09:51
69386         Log: Restore mmap function (broken by tweaks to shared buffer
69387              layer for encode(xxxx)).
69388      Branch: perlio
69389            ! perlio.c
69390 ____________________________________________________________________________
69391 [  8081] By: jhi                                   on 2000/12/11  18:29:13
69392         Log: Subject: Re: The long awaited feature ...
69393              From: Simon Cozens <simon@cozens.net>
69394              Date: Mon, 11 Dec 2000 15:54:24 +0000
69395              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
69396              
69397              More io/utf8 tests.
69398      Branch: perl
69399            ! t/io/utf8.t
69400 ____________________________________________________________________________
69401 [  8080] By: jhi                                   on 2000/12/11  18:19:36
69402         Log: Subject: PATCH MakeMaker manpage clarification
69403              From: andreas.koenig@anima.de (Andreas J. Koenig)
69404              Date: 10 Dec 2000 20:46:13 +0100
69405              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
69406      Branch: perl
69407            ! lib/ExtUtils/MakeMaker.pm
69408 ____________________________________________________________________________
69409 [  8079] By: jhi                                   on 2000/12/11  15:35:07
69410         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
69411              From: Simon Cozens <simon@cozens.net>
69412              Date: Sun, 10 Dec 2000 19:06:19 +0000
69413              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
69414      Branch: perl
69415            ! ext/B/B/Deparse.pm t/lib/b.t
69416 ____________________________________________________________________________
69417 [  8078] By: jhi                                   on 2000/12/11  15:09:11
69418         Log: Subject: [PATCH] docs on NaN
69419              From: Nicholas Clark <nick@ccl4.org>
69420              Date: Mon, 11 Dec 2000 01:48:38 +0000
69421              Message-ID: <20001211014838.B99205@plum.flirble.org>
69422      Branch: perl
69423            ! pod/perlop.pod
69424 ____________________________________________________________________________
69425 [  8077] By: jhi                                   on 2000/12/11  15:02:21
69426         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
69427              From: Simon Cozens <simon@cozens.net>
69428              Date: Mon, 11 Dec 2000 01:21:45 +0000
69429              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
69430      Branch: perl
69431            ! pp.c pp_hot.c scope.c t/op/local.t
69432 ____________________________________________________________________________
69433 [  8076] By: nick                                  on 2000/12/10  20:43:32
69434         Log: Not merge worthy...
69435              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
69436              syntax is modelled on attributes.
69437              Untested fix for io/utf8 on Win32 etc.
69438              Very clumsy start to the encode layer.
69439      Branch: perlio
69440            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
69441 ____________________________________________________________________________
69442 [  8075] By: jhi                                   on 2000/12/10  18:39:33
69443         Log: Darwin is not Windows.
69444      Branch: perl
69445            ! lib/CGI.pm
69446 ____________________________________________________________________________
69447 [  8074] By: jhi                                   on 2000/12/10  18:31:27
69448         Log: Subject: Ambiguous -%c() resolved as a file test
69449              From: "Paul Marquess" <Paul.Marquess@openwave.com>
69450              Date: Sun, 10 Dec 2000 15:35:07 -0000
69451              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
69452      Branch: perl
69453            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
69454 ____________________________________________________________________________
69455 [  8073] By: jhi                                   on 2000/12/10  18:16:29
69456         Log: Subject: PATCH installperl misinformed 
69457              From: andreas.koenig@anima.de (Andreas J. Koenig)
69458              Date: 10 Dec 2000 13:01:32 +0100 
69459              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
69460      Branch: perl
69461            ! installperl
69462 ____________________________________________________________________________
69463 [  8072] By: jhi                                   on 2000/12/10  18:07:55
69464         Log: The walkoptree confusion rages; walkoptree() seems to be coming
69465              from B.xs, while walkoptree_slow() comes from B.pm.
69466      Branch: perl
69467            ! ext/B/B.pm
69468 ____________________________________________________________________________
69469 [  8071] By: nick                                  on 2000/12/10  11:45:47
69470         Log: Integrate mainline
69471      Branch: perlio
69472           +> t/base/commonsense.t
69473           !> (integrate 37 files)
69474 ____________________________________________________________________________
69475 [  8070] By: jhi                                   on 2000/12/10  04:46:21
69476         Log: Update Changes.
69477      Branch: perl
69478            ! Changes patchlevel.h
69479 ____________________________________________________________________________
69480 [  8069] By: jhi                                   on 2000/12/10  04:39:19
69481         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
69482              From: andreas.koenig@anima.de (Andreas J. Koenig)
69483              Date: 09 Dec 2000 17:14:25 +0100
69484              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
69485      Branch: perl
69486            + t/base/commonsense.t
69487            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
69488 ____________________________________________________________________________
69489 [  8068] By: jhi                                   on 2000/12/10  04:17:36
69490         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
69491              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69492              Date: Sat, 9 Dec 2000 16:47:22 -0000
69493              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
69494      Branch: perl
69495            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
69496            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
69497            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
69498            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
69499            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
69500            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
69501            ! t/lib/sdbm.t
69502 ____________________________________________________________________________
69503 [  8067] By: jhi                                   on 2000/12/10  03:52:02
69504         Log: Test case for #8066.
69505      Branch: perl
69506            ! t/op/misc.t
69507 ____________________________________________________________________________
69508 [  8066] By: jhi                                   on 2000/12/10  03:50:30
69509         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
69510              From: Simon Cozens <simon@cozens.net>
69511              Date: Sun, 10 Dec 2000 00:55:37 +0000
69512              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
69513      Branch: perl
69514            ! pp_sys.c
69515 ____________________________________________________________________________
69516 [  8065] By: jhi                                   on 2000/12/10  03:44:52
69517         Log: Test case for #8064.
69518      Branch: perl
69519            ! t/comp/proto.t
69520 ____________________________________________________________________________
69521 [  8064] By: jhi                                   on 2000/12/10  03:42:32
69522         Log: Subject: Re: prototype of substr
69523              From: Simon Cozens <simon@cozens.net>
69524              Date: Sun, 10 Dec 2000 00:13:33 +0000
69525              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
69526              
69527              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
69528              In other words, make the returned prototypes for any function
69529              stop prepending the ';' optionality marker after the first one.
69530              If they start getting optional, all the rest are optional.
69531      Branch: perl
69532            ! pp.c
69533 ____________________________________________________________________________
69534 [  8063] By: jhi                                   on 2000/12/10  03:39:42
69535         Log: Subject: [PATCH] perlguts.pod
69536              From: Simon Cozens <simon@cozens.net>
69537              Date: Sun, 10 Dec 2000 00:06:47 +0000
69538              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
69539              
69540              Documentation of the different types of ops,
69541              plus the functions in dump.c
69542      Branch: perl
69543            ! pod/perlguts.pod
69544 ____________________________________________________________________________
69545 [  8062] By: jhi                                   on 2000/12/10  03:30:04
69546         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
69547              From: Nicholas Clark <nick@talking.bollo.cx>
69548              Date: Sat, 09 Dec 2000 18:57:25 +0000
69549              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
69550              
69551              Be more robust in weird hostname setups.
69552      Branch: perl
69553            ! t/lib/net-hostent.t
69554 ____________________________________________________________________________
69555 [  8061] By: jhi                                   on 2000/12/10  03:28:21
69556         Log: Pacify fussy compiler. 
69557      Branch: perl
69558            ! pp_sys.c
69559 ____________________________________________________________________________
69560 [  8060] By: jhi                                   on 2000/12/10  02:52:46
69561         Log: Integrate perlio.
69562      Branch: perl
69563           !> pp_sys.c t/io/utf8.t
69564 ____________________________________________________________________________
69565 [  8059] By: nick                                  on 2000/12/09  23:40:14
69566         Log: read/sysread/recv should now be utf8 aware.
69567              Basic test for utf8 read.
69568      Branch: perlio
69569            ! pp_sys.c t/io/utf8.t
69570 ____________________________________________________________________________
69571 [  8058] By: jhi                                   on 2000/12/09  21:56:02
69572         Log: Integrate perlio.
69573      Branch: perl
69574           +> t/io/utf8.t
69575           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
69576 ____________________________________________________________________________
69577 [  8057] By: jhi                                   on 2000/12/09  21:53:35
69578         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
69579              From: Inaba Hiroto <inaba@st.rim.or.jp>
69580              Date: Sun, 10 Dec 2000 05:53:21 +0900
69581              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
69582              
69583              Tests for #8056.
69584      Branch: perl
69585            ! t/op/each.t
69586 ____________________________________________________________________________
69587 [  8056] By: jhi                                   on 2000/12/09  21:51:16
69588         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
69589              From: Inaba Hiroto <inaba@st.rim.or.jp>
69590              Date: Sat, 09 Dec 2000 18:02:00 +0900
69591              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
69592              
69593              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
69594      Branch: perl
69595            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
69596 ____________________________________________________________________________
69597 [  8055] By: nick                                  on 2000/12/09  20:11:48
69598         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
69599              than raw PerlIO_write() - does not seem to break any tests.
69600      Branch: perlio
69601            ! pp_sys.c
69602 ____________________________________________________________________________
69603 [  8054] By: nick                                  on 2000/12/09  19:47:30
69604         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
69605              (sysread, recv and write i.e. formats still to do...)
69606              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
69607              open($fh,">:utf8","name")
69608              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
69609              so no extra overhead is involved.
69610              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
69611              to a non-utf8 stream.
69612              Add initial io/utf8.t
69613              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
69614              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
69615              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
69616      Branch: perlio
69617            + t/io/utf8.t
69618            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
69619 ____________________________________________________________________________
69620 [  8053] By: nick                                  on 2000/12/09  19:26:37
69621         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
69622              was only testing this_utf8.
69623      Branch: perlio
69624            ! toke.c
69625 ____________________________________________________________________________
69626 [  8052] By: nick                                  on 2000/12/09  19:09:41
69627         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
69628              i.e. the output string has one, but don't mess with source assumption.
69629      Branch: perlio
69630            ! toke.c
69631 ____________________________________________________________________________
69632 [  8051] By: jhi                                   on 2000/12/09  16:55:17
69633         Log: Integrate perlio.
69634      Branch: perl
69635           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
69636           !> sv.c thrdvar.h util.c
69637 ____________________________________________________________________________
69638 [  8050] By: jhi                                   on 2000/12/09  16:48:07
69639         Log: Nits noticed by Peter Prymmer.
69640      Branch: perl
69641            ! lib/ExtUtils/MM_VMS.pm
69642 ____________________________________________________________________________
69643 [  8049] By: nick                                  on 2000/12/09  13:49:40
69644         Log: UTF8 output prework.
69645              - Store $\ and $, as SVs so they can have SvUTF8 flag
69646              - use do_print() rather than raw PerlIO_write() to print them.
69647      Branch: perlio
69648            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
69649            ! thrdvar.h util.c
69650 ____________________________________________________________________________
69651 [  8048] By: nick                                  on 2000/12/09  12:30:43
69652         Log: Integrate mainline.
69653      Branch: perlio
69654           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
69655           +> t/op/reverse.t
69656           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
69657           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
69658           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
69659           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
69660           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
69661           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
69662 ____________________________________________________________________________
69663 [  8047] By: jhi                                   on 2000/12/09  00:23:27
69664         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
69665              From: Michael G Schwern <schwern@pobox.com>
69666              Date: Fri, 8 Dec 2000 14:43:04 -0600
69667      Branch: perl
69668            ! lib/ExtUtils/MM_VMS.pm
69669 ____________________________________________________________________________
69670 [  8046] By: jhi                                   on 2000/12/08  23:10:27
69671         Log: A missed check-in.
69672      Branch: perl
69673            ! lib/ExtUtils/Manifest.pm
69674 ____________________________________________________________________________
69675 [  8045] By: jhi                                   on 2000/12/08  21:57:12
69676         Log: (null check-in)
69677      Branch: perl
69678            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
69679 ____________________________________________________________________________
69680 [  8044] By: jhi                                   on 2000/12/08  21:11:06
69681         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
69682              at the final draft stage.
69683      Branch: perl
69684            + ext/Encode/Encode/iso8859-16.enc
69685            ! MANIFEST
69686 ____________________________________________________________________________
69687 [  8043] By: jhi                                   on 2000/12/08  16:39:04
69688         Log: Update Changes.
69689      Branch: perl
69690            ! Changes patchlevel.h
69691 ____________________________________________________________________________
69692 [  8042] By: jhi                                   on 2000/12/08  16:33:39
69693         Log: Do not return the Unicode replacement character if UTF-8
69694              decoding goes awry, it should be up to the caller to decide.
69695      Branch: perl
69696            ! pod/perlapi.pod utf8.c
69697 ____________________________________________________________________________
69698 [  8041] By: jhi                                   on 2000/12/08  16:22:28
69699         Log: metaconfig maintenance.
69700      Branch: metaconfig
69701            ! U/modified/stdchar.U
69702      Branch: metaconfig/U/perl
69703            + testsyml.U
69704 ____________________________________________________________________________
69705 [  8040] By: jhi                                   on 2000/12/08  16:03:08
69706         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
69707              From: sthoenna@efn.org
69708              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
69709              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
69710      Branch: perl
69711            ! Changes lib/ExtUtils/MM_OS2.pm
69712 ____________________________________________________________________________
69713 [  8039] By: jhi                                   on 2000/12/08  15:57:11
69714         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
69715              From: Simon Cozens <simon@cozens.net>
69716              Date: Fri, 8 Dec 2000 13:33:31 +0000
69717              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
69718              
69719              (The pp_hot part needed a rewrite.)
69720      Branch: perl
69721            ! doop.c pp_hot.c utf8.c
69722 ____________________________________________________________________________
69723 [  8038] By: jhi                                   on 2000/12/08  15:25:08
69724         Log: Subject: djSP
69725              From: Michael Stevens <michael@etla.org>
69726              Date: Wed, 6 Dec 2000 23:24:01 +0000
69727              Message-ID: <20001206232400.A21381@firedrake.org>
69728              
69729              Plus a note from Nick Ing-Simmons.
69730      Branch: perl
69731            ! pp.h
69732 ____________________________________________________________________________
69733 [  8037] By: jhi                                   on 2000/12/08  15:18:35
69734         Log: Filetype is text.
69735      Branch: perl
69736            ! t/op/utf8decode.t
69737 ____________________________________________________________________________
69738 [  8036] By: jhi                                   on 2000/12/08  03:31:27
69739         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
69740              From: Andy Dougherty <doughera@lafayette.edu>
69741              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
69742              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
69743              
69744              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
69745              From: Andy Dougherty <doughera@lafayette.edu>
69746              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
69747              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
69748      Branch: perl
69749            + ext/POSIX/hints/svr4.pl
69750            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
69751 ____________________________________________________________________________
69752 [  8035] By: jhi                                   on 2000/12/08  03:26:01
69753         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
69754              From: Andy Dougherty <doughera@lafayette.edu>
69755              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
69756              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
69757      Branch: perl
69758            ! t/README t/base/term.t
69759 ____________________________________________________________________________
69760 [  8034] By: jhi                                   on 2000/12/08  03:21:59
69761         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
69762              From: mjd@plover.com  
69763              Date: 7 Dec 2000 21:04:20 -0000
69764              Message-ID: <20001207210420.22282.qmail@plover.com>
69765              
69766              Plus -z doc.
69767      Branch: perl
69768            ! pod/perlfunc.pod
69769 ____________________________________________________________________________
69770 [  8033] By: jhi                                   on 2000/12/08  03:19:03
69771         Log: Use the UTF8 macros a bit.  They can't be used with abandon
69772              everywhere because we do generate illegal UTF-8 in some situations.
69773              This is of course naughty.
69774      Branch: perl
69775            ! pod/perlapi.pod utf8.c utf8.h
69776 ____________________________________________________________________________
69777 [  8032] By: jhi                                   on 2000/12/08  03:00:09
69778         Log: Out of sync?
69779      Branch: perl
69780            ! t/pragma/warn/utf8
69781 ____________________________________________________________________________
69782 [  8031] By: jhi                                   on 2000/12/08  02:22:39
69783         Log: Cnt spl.
69784      Branch: perl
69785            ! MANIFEST
69786 ____________________________________________________________________________
69787 [  8030] By: jhi                                   on 2000/12/08  01:23:54
69788         Log: Add test for reverse().
69789      Branch: perl
69790            + t/op/reverse.t
69791            ! MANIFEST
69792 ____________________________________________________________________________
69793 [  8029] By: jhi                                   on 2000/12/08  01:21:47
69794         Log: Integrate perlio.
69795      Branch: perl
69796           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
69797           !> perlio.c perlio.h perlsdio.h warnings.pl
69798 ____________________________________________________________________________
69799 [  8028] By: jhi                                   on 2000/12/08  01:19:08
69800         Log: Introduce macros for UTF8 decoding.
69801      Branch: perl
69802            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
69803 ____________________________________________________________________________
69804 [  8027] By: nick                                  on 2000/12/07  22:18:19
69805         Log: Integrate mainline
69806      Branch: perlio
69807           !> embed.pl pod/perlapi.pod utf8.c
69808 ____________________________________________________________________________
69809 [  8026] By: nick                                  on 2000/12/07  21:45:08
69810         Log: Various oddities p4 diff -se showed up
69811              Remove 'our' from warnings.pl
69812      Branch: perlio
69813            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
69814 ____________________________________________________________________________
69815 [  8025] By: nick                                  on 2000/12/07  21:43:32
69816         Log: Change PerlIO_(get|set)pos to take SV *
69817              Should fix, OS/2, VMS, (sfio??)
69818      Branch: perlio
69819            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
69820 ____________________________________________________________________________
69821 [  8024] By: jhi                                   on 2000/12/07  19:05:32
69822         Log: Document utf8_to_uv() better.
69823      Branch: perl
69824            ! pod/perlapi.pod utf8.c
69825 ____________________________________________________________________________
69826 [  8023] By: jhi                                   on 2000/12/07  18:23:47
69827         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
69828      Branch: perl
69829            ! embed.pl pod/perlapi.pod utf8.c
69830 ____________________________________________________________________________
69831 [  8022] By: jhi                                   on 2000/12/07  04:13:51
69832         Log: Integrate perlio.
69833      Branch: perl
69834           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
69835           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
69836           !> win32/makefile.mk
69837 ____________________________________________________________________________
69838 [  8021] By: nick                                  on 2000/12/07  00:28:14
69839         Log: Various attempts at MSVC debug - not sure what has
69840              changed but works now. 
69841              Seems atexit() _may_ work for DLLs built with MSVC so don't
69842              call cleanup that way.
69843      Branch: perlio
69844            ! perlio.c win32/makefile.mk
69845 ____________________________________________________________________________
69846 [  8020] By: nick                                  on 2000/12/06  19:57:20
69847         Log: Integrate mainline
69848      Branch: perlio
69849           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
69850           !> (integrate 75 files)
69851 ____________________________________________________________________________
69852 [  8019] By: nick                                  on 2000/12/06  19:28:21
69853         Log: Add useperlio to config.vc
69854              Turn off binmode in config_H.PL
69855              Regen all the config_H.xx
69856              Attempt to get debugging build with MSVC.
69857      Branch: perlio
69858            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69859            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
69860 ____________________________________________________________________________
69861 [  8018] By: nick                                  on 2000/12/06  19:21:57
69862         Log: Test various dup/external program options on all platforms.
69863      Branch: perlio
69864            ! t/io/dup.t
69865 ____________________________________________________________________________
69866 [  8017] By: nick                                  on 2000/12/06  19:20:47
69867         Log: Fix harness to be less picky
69868      Branch: perlio
69869            ! lib/Test/Harness.pm
69870 ____________________________________________________________________________
69871 [  8016] By: jhi                                   on 2000/12/06  16:45:12
69872         Log: Update Changes.
69873      Branch: perl
69874            ! Changes patchlevel.h
69875 ____________________________________________________________________________
69876 [  8015] By: jhi                                   on 2000/12/06  16:41:03
69877         Log: Test \x{...} with ord().
69878      Branch: perl
69879            ! t/op/ord.t
69880 ____________________________________________________________________________
69881 [  8014] By: jhi                                   on 2000/12/06  16:20:33
69882         Log: Test tweak because of #8013.
69883      Branch: perl
69884            ! t/lib/b.t
69885 ____________________________________________________________________________
69886 [  8013] By: jhi                                   on 2000/12/06  16:09:09
69887         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
69888              From: Michael G Schwern <schwern@pobox.com>
69889              Date: Tue, 5 Dec 2000 21:23:28 -0500
69890              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
69891              
69892              Carp::Heavy parts not very applicable because of recent changes.
69893      Branch: perl
69894            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
69895            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
69896            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
69897            ! lib/Exporter.pm lib/Exporter/Heavy.pm
69898            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
69899            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
69900            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
69901            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
69902            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
69903            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
69904            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
69905            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
69906            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
69907            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
69908            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
69909            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
69910            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
69911            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
69912            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
69913            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
69914            ! warnings.pl
69915 ____________________________________________________________________________
69916 [  8012] By: jhi                                   on 2000/12/06  15:22:38
69917         Log: Subject: [PATCH] Re: New harness is failing things
69918              From: Nick Ing-Simmons <nik@tiuk.ti.com>
69919              Date: Wed, 6 Dec 2000 13:00:30 GMT
69920              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
69921      Branch: perl
69922            ! lib/Test/Harness.pm
69923 ____________________________________________________________________________
69924 [  8011] By: jhi                                   on 2000/12/06  15:12:08
69925         Log: Subject: installhtml changes
69926              From: Michael Stevens <michael@etla.org>
69927              Date: Wed, 6 Dec 2000 13:15:53 +0000
69928              Message-ID: <20001206131553.A27317@firedrake.org>
69929      Branch: perl
69930            ! installhtml
69931 ____________________________________________________________________________
69932 [  8010] By: jhi                                   on 2000/12/06  15:06:05
69933         Log: Subject: the dTHR hits
69934              From: Michael Stevens <michael@etla.org>
69935              Date: Wed, 6 Dec 2000 12:06:03 +0000
69936              Message-ID: <20001206120603.A24581@firedrake.org>
69937              
69938              More, errrm, less dTHRs.
69939      Branch: perl
69940            ! bytecode.pl ext/B/B/C.pm
69941 ____________________________________________________________________________
69942 [  8009] By: jhi                                   on 2000/12/06  15:04:25
69943         Log: Subject: MakeMaker mailing list gone?
69944              From: Michael G Schwern <schwern@pobox.com>
69945              Date: Tue, 5 Dec 2000 19:29:59 -0500
69946              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
69947              
69948              The MakeMaker mailing list is dead, perlbug is the right
69949              address to report bugs.
69950      Branch: perl
69951            ! lib/ExtUtils/MakeMaker.pm
69952 ____________________________________________________________________________
69953 [  8008] By: jhi                                   on 2000/12/06  15:00:32
69954         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
69955              From: Michael G Schwern <schwern@pobox.com>
69956              Date: Tue, 5 Dec 2000 19:21:21 -0500
69957              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
69958              
69959              Add a default MANIFEST skip that ignores things like
69960              version control files, editor temporary files, and the Makefile.
69961      Branch: perl
69962            + lib/ExtUtils/MANIFEST.SKIP
69963            ! MANIFEST lib/ExtUtils/Manifest.pm
69964 ____________________________________________________________________________
69965 [  8007] By: jhi                                   on 2000/12/06  14:57:20
69966         Log: In Amiga more manual hackery of the scripts seems to be needed,
69967              from Jan-Erik Karlsson.  Why Configure does not get this right
69968              is unknown, may be shell-induced.
69969      Branch: perl
69970            ! README.amiga
69971 ____________________________________________________________________________
69972 [  8006] By: jhi                                   on 2000/12/05  23:53:12
69973         Log: Add TOPm1s to peek at the second topmost stack item.
69974      Branch: perl
69975            ! pp.h
69976 ____________________________________________________________________________
69977 [  8005] By: jhi                                   on 2000/12/05  23:13:55
69978         Log: Avaunt, you foul UTF-8 tests.
69979      Branch: perl
69980            ! t/op/ver.t t/pragma/utf8.t
69981 ____________________________________________________________________________
69982 [  8004] By: jhi                                   on 2000/12/05  23:09:54
69983         Log: Continue utf8 dispersal. 
69984      Branch: perl
69985            + t/op/concat.t
69986            ! MANIFEST t/pragma/utf8.t
69987 ____________________________________________________________________________
69988 [  8003] By: nick                                  on 2000/12/05  23:02:39
69989         Log: Integrate mainline.
69990      Branch: perlio
69991           +> t/op/length.t t/op/utf8decode.t
69992           !> (integrate 69 files)
69993 ____________________________________________________________________________
69994 [  8002] By: jhi                                   on 2000/12/05  22:59:28
69995         Log: Integrate perlio.
69996      Branch: perl
69997           !> iperlsys.h perl.c perlio.c win32/perllib.c
69998 ____________________________________________________________________________
69999 [  8001] By: nick                                  on 2000/12/05  22:07:52
70000         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
70001              - calloc/free suffer from damage on TerminateThread()
70002              - use PerlMemShared (as originally planned) now fixed
70003              - avoid doing anything important on DLL "detach".
70004      Branch: perlio
70005            ! perl.c perlio.c win32/perllib.c
70006 ____________________________________________________________________________
70007 [  8000] By: nick                                  on 2000/12/05  21:05:09
70008         Log: Fix gross PerlMemShared issue.
70009      Branch: perlio
70010            ! iperlsys.h
70011 ____________________________________________________________________________
70012 [  7999] By: jhi                                   on 2000/12/05  20:46:58
70013         Log: Test for Unicode (UTF-8) hash keys.
70014      Branch: perl
70015            ! t/op/each.t
70016 ____________________________________________________________________________
70017 [  7998] By: jhi                                   on 2000/12/05  20:30:35
70018         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
70019              is now always UTF-8), empty line cosmetics.
70020      Branch: perl
70021            ! t/pragma/utf8.t
70022 ____________________________________________________________________________
70023 [  7997] By: jhi                                   on 2000/12/05  20:15:40
70024         Log: Subject: Re: STRLEN - what?
70025              From: Andy Dougherty <doughera@lafayette.edu>
70026              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
70027              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
70028              
70029              Explain STRLEN.
70030      Branch: perl
70031            ! pod/perlguts.pod
70032 ____________________________________________________________________________
70033 [  7996] By: jhi                                   on 2000/12/05  20:13:34
70034         Log: Split off the UTF-8 decoder tests, make them to check also
70035              the error message.
70036      Branch: perl
70037            + t/op/utf8decode.t
70038            ! MANIFEST t/pragma/utf8.t utf8.c
70039 ____________________________________________________________________________
70040 [  7995] By: jhi                                   on 2000/12/05  16:39:47
70041         Log: Start migrating bits of pragma/utf8 to elsewhere
70042              (since the long term plan is to obsolete 'use utf8').
70043      Branch: perl
70044            + t/op/length.t
70045            ! MANIFEST t/pragma/utf8.t
70046 ____________________________________________________________________________
70047 [  7994] By: jhi                                   on 2000/12/05  16:30:21
70048         Log: Fix a manual edit typo from #7993, fix the message formatting
70049              for Unicode, add few our declarations.
70050      Branch: perl
70051            ! lib/Carp/Heavy.pm
70052 ____________________________________________________________________________
70053 [  7993] By: jhi                                   on 2000/12/05  16:09:15
70054         Log: Subject: Need help with warnings :-(
70055              From: "Ben Tilly" <ben_tilly@hotmail.com>
70056              Date: Tue, 05 Dec 2000 01:35:54 -0500
70057              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
70058              
70059              Subject: UPDATE: Carp/Heavy now passes all tests
70060              From: "Ben Tilly" <ben_tilly@hotmail.com>
70061              Date: Tue, 05 Dec 2000 07:59:41 -0500
70062              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
70063              
70064              The Brave New Carp.
70065      Branch: perl
70066            ! lib/Carp.pm lib/Carp/Heavy.pm
70067 ____________________________________________________________________________
70068 [  7992] By: jhi                                   on 2000/12/05  15:55:08
70069         Log: Subject: [PATCH perl@7979] cygwin port
70070              From: "Eric Fifer" <efifer@dircon.co.uk>
70071              Date: Tue, 5 Dec 2000 14:04:09 -0000
70072              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
70073      Branch: perl
70074            ! t/lib/net-hostent.t
70075 ____________________________________________________________________________
70076 [  7991] By: jhi                                   on 2000/12/05  15:52:34
70077         Log: Subject: Re: [PATCH] The largest hoax of all times?
70078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70079              Date: Tue, 5 Dec 2000 00:40:25 -0500
70080              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
70081              
70082              Subject: Re: [PATCH] The largest hoax of all times?
70083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70084              Date: Mon, 4 Dec 2000 23:55:53 -0500
70085              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
70086              
70087              Subject: Re: [PATCH] The largest hoax of all times?
70088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70089              Date: Tue, 5 Dec 2000 01:28:45 -0500
70090              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
70091              
70092              Fix the unpredictable order of DESTROYs.
70093      Branch: perl
70094            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
70095            ! sv.c sv.h t/op/ref.t
70096 ____________________________________________________________________________
70097 [  7990] By: jhi                                   on 2000/12/05  14:38:53
70098         Log: Subject: [PATCH] shrink pp_hot fractionally
70099              From: Nicholas Clark <nick@ccl4.org>
70100              Date: Tue, 5 Dec 2000 12:44:31 +0000
70101              Message-ID: <20001205124431.E74518@plum.flirble.org>
70102              
70103              Use report_evil_fh().
70104      Branch: perl
70105            ! opcode.pl opnames.h pp_hot.c util.c
70106 ____________________________________________________________________________
70107 [  7989] By: jhi                                   on 2000/12/05  14:21:27
70108         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
70109              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70110              Date: Mon, 04 Dec 2000 22:21:59 -0800
70111              Message-ID: <HmIL6gzkgepS092yn@efn.org>
70112              
70113              Harness shouldn't ignore responses like "ok 3\r\r\n".
70114      Branch: perl
70115            ! lib/Test/Harness.pm
70116 ____________________________________________________________________________
70117 [  7988] By: jhi                                   on 2000/12/05  13:51:28
70118         Log: Integrate the "skip" messages to explain().
70119      Branch: perl
70120            ! t/lib/syslfs.t t/op/lfs.t
70121 ____________________________________________________________________________
70122 [  7987] By: jhi                                   on 2000/12/05  12:34:54
70123         Log: The one that got away in #7984.
70124              
70125              Subject: Re: dTHR - what and why?
70126              From: Michael Stevens <michael@etla.org> 
70127              Date: Tue, 5 Dec 2000 11:15:52 +0000
70128              Message-ID: <20001205111552.A4647@firedrake.org>
70129      Branch: perl
70130            ! sv.h
70131 ____________________________________________________________________________
70132 [  7986] By: gsar                                  on 2000/12/05  09:14:44
70133         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
70134              due to the notorious GetFileType() bug in Windows 9x, which fstat()
70135              tickles)
70136      Branch: perl
70137            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
70138 ____________________________________________________________________________
70139 [  7985] By: jhi                                   on 2000/12/05  05:49:03
70140         Log: Integrate perlio.
70141      Branch: perl
70142           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
70143           !> win32/perlhost.h win32/perllib.c
70144 ____________________________________________________________________________
70145 [  7984] By: jhi                                   on 2000/12/05  05:48:16
70146         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
70147      Branch: perl
70148            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
70149            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
70150            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
70151            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
70152            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
70153            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
70154            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
70155            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
70156            ! win32/win32.c
70157 ____________________________________________________________________________
70158 [  7983] By: nick                                  on 2000/12/04  23:27:43
70159         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
70160      Branch: perlio
70161            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
70162            ! win32/perlhost.h win32/perllib.c
70163 ____________________________________________________________________________
70164 [  7982] By: jhi                                   on 2000/12/04  19:44:09
70165         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
70166              uncovered by #7980.
70167      Branch: perl
70168            ! op.c
70169 ____________________________________________________________________________
70170 [  7981] By: jhi                                   on 2000/12/04  19:42:07
70171         Log: Subject: [PATCH] Trivial dump.c feature
70172              From: Simon Cozens <simon@cozens.net>
70173              Date: Mon, 4 Dec 2000 18:08:38 +0000
70174              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
70175              
70176              Show whether a constant is UTF-8.
70177      Branch: perl
70178            ! dump.c
70179 ____________________________________________________________________________
70180 [  7980] By: jhi                                   on 2000/12/04  19:36:51
70181         Log: UTF-8 hash keys, patch from Inaba Hiroto.
70182      Branch: perl
70183            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
70184 ____________________________________________________________________________
70185 [  7979] By: jhi                                   on 2000/12/04  17:36:28
70186         Log: Update Changes.
70187      Branch: perl
70188            ! Changes patchlevel.h
70189 ____________________________________________________________________________
70190 [  7978] By: jhi                                   on 2000/12/04  16:42:17
70191         Log: Retract #7977, still too volatile (the euphemism of the day
70192              for unfinished and buggy :-)
70193      Branch: perl
70194            ! doop.c hv.c pp.c sv.h
70195 ____________________________________________________________________________
70196 [  7977] By: jhi                                   on 2000/12/04  16:25:15
70197         Log: (Retracted by #7978, too shaky yet.)
70198              
70199              Subject: Re: utf8 in hash keys, implementor missing
70200              From: Simon Cozens <simon@cozens.net>
70201              Date: Sat, 2 Dec 2000 19:49:35 +0000
70202              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
70203              
70204              The first step at UTF-8 hash keys.
70205      Branch: perl
70206            ! doop.c hv.c pp.c sv.h
70207 ____________________________________________________________________________
70208 [  7976] By: jhi                                   on 2000/12/04  16:13:53
70209         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
70210              From: sthoenna@efn.org
70211              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
70212              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
70213      Branch: perl
70214            ! os2/os2.c perlio.c
70215 ____________________________________________________________________________
70216 [  7975] By: jhi                                   on 2000/12/04  16:05:25
70217         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
70218              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70219              Date: Thu, 30 Nov 2000 20:50:37 -0800
70220              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
70221      Branch: perl
70222            ! os2/os2.c
70223 ____________________________________________________________________________
70224 [  7974] By: jhi                                   on 2000/12/04  16:03:57
70225         Log: Subject: [PATCH] ++ 20% faster
70226              From: Nicholas Clark <nick@ccl4.org>
70227              Date: Mon, 4 Dec 2000 12:17:27 +0000
70228              Message-ID: <20001204121726.B52976@plum.flirble.org>
70229              
70230              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
70231      Branch: perl
70232            ! sv.c
70233 ____________________________________________________________________________
70234 [  7973] By: jhi                                   on 2000/12/04  16:00:48
70235         Log: 
70236              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
70237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70238              Date: Mon, 04 Dec 2000 12:30:45 +0100
70239              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
70240              
70241              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
70242              library (getprotobyname and getprotobynumber are outversioned by
70243              the same calls in libc, at least for xlc version 3.
70244      Branch: perl
70245            ! hints/aix.sh
70246 ____________________________________________________________________________
70247 [  7972] By: jhi                                   on 2000/12/04  02:58:31
70248         Log: Integrate perlio.
70249      Branch: perl
70250           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
70251           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
70252           !> win32/win32.h win32/win32iop.h win32/win32thread.h
70253 ____________________________________________________________________________
70254 [  7971] By: nick                                  on 2000/12/04  00:24:33
70255         Log: Quieten some noise in Win32 builds:
70256              - win32.h is included after <sys/socket.h>, so need to 
70257              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
70258              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
70259      Branch: perlio
70260            ! doio.c perl.h toke.c win32/win32.h
70261 ____________________________________________________________________________
70262 [  7970] By: nick                                  on 2000/12/03  22:57:46
70263         Log: PERL_IMPLICIT_SYS compiles but does not work.
70264      Branch: perlio
70265            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
70266            ! win32/perlhost.h win32/perllib.c win32/win32.h
70267            ! win32/win32iop.h win32/win32thread.h
70268 ____________________________________________________________________________
70269 [  7969] By: jhi                                   on 2000/12/03  22:12:58
70270         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
70271              used to swash_init(), makes regprop() dumps more informative
70272              (+utf8::IsAlpha, -utf8::IsDigit, for example).
70273      Branch: perl
70274            ! regcomp.c regexec.c
70275 ____________________________________________________________________________
70276 [  7968] By: jhi                                   on 2000/12/03  21:39:56
70277         Log: Implement ANYOFUTF8 regprop() dumping.
70278      Branch: perl
70279            ! regcomp.c
70280 ____________________________________________________________________________
70281 [  7967] By: jhi                                   on 2000/12/03  20:57:19
70282         Log: Make uv_to_utf8() to zero-terminate its output buffer,
70283              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
70284      Branch: perl
70285            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
70286 ____________________________________________________________________________
70287 [  7966] By: nick                                  on 2000/12/03  18:41:21
70288         Log: Integrate mainline (STDCHAR)
70289      Branch: perlio
70290           !> Configure t/pragma/utf8.t
70291 ____________________________________________________________________________
70292 [  7965] By: jhi                                   on 2000/12/03  17:58:20
70293         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
70294      Branch: perl
70295            ! t/pragma/utf8.t
70296 ____________________________________________________________________________
70297 [  7964] By: jhi                                   on 2000/12/03  17:35:56
70298         Log: Integrate perlio.
70299      Branch: perl
70300           !> iperlsys.h perlio.c
70301 ____________________________________________________________________________
70302 [  7963] By: jhi                                   on 2000/12/03  17:33:55
70303         Log: Metaconfig unit change for #7962.
70304      Branch: metaconfig
70305            ! U/modified/stdchar.U
70306 ____________________________________________________________________________
70307 [  7962] By: jhi                                   on 2000/12/03  17:33:27
70308         Log: Untangle the <stdio.h> #include nest for the stdchar test,
70309              from Andy Dougherty.
70310      Branch: perl
70311            ! Configure
70312 ____________________________________________________________________________
70313 [  7961] By: nick                                  on 2000/12/03  16:53:00
70314         Log: Make iperlsys.h vector stdio not PerlIO.
70315      Branch: perlio
70316            ! iperlsys.h perlio.c
70317 ____________________________________________________________________________
70318 [  7960] By: nick                                  on 2000/12/03  14:43:01
70319         Log: Integrate mainline
70320      Branch: perlio
70321           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
70322           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
70323 ____________________________________________________________________________
70324 [  7959] By: jhi                                   on 2000/12/03  08:16:36
70325         Log: Use DO_UTF8().
70326      Branch: perl
70327            ! op.c
70328 ____________________________________________________________________________
70329 [  7958] By: jhi                                   on 2000/12/02  18:33:05
70330         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
70331              From: Mike Guy <mjtg@cam.ac.uk>         
70332              Date: Sat, 02 Dec 2000 17:27:13 +0000
70333              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
70334              
70335              An extraneous argument.
70336      Branch: perl
70337            ! toke.c
70338 ____________________________________________________________________________
70339 [  7957] By: jhi                                   on 2000/12/02  18:22:32
70340         Log: A missing hunk.
70341      Branch: perl
70342            ! t/lib/net-hostent.t
70343 ____________________________________________________________________________
70344 [  7956] By: jhi                                   on 2000/12/02  18:06:20
70345         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
70346              From: Nicholas Clark <nick@ccl4.org>
70347              Date: Sat, 2 Dec 2000 14:28:27 +0000
70348              Message-ID: <20001202142827.A12308@plum.flirble.org>
70349              
70350              Test robustness.
70351      Branch: perl
70352            ! t/lib/net-hostent.t
70353 ____________________________________________________________________________
70354 [  7955] By: jhi                                   on 2000/12/02  17:58:06
70355         Log: Metaconfig unit change for #7954.
70356      Branch: metaconfig
70357            ! U/modified/stdchar.U
70358 ____________________________________________________________________________
70359 [  7954] By: jhi                                   on 2000/12/02  17:54:32
70360         Log: An inconvenient hang would happen if the stdio _ptr wasn't
70361              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
70362              would be grepping stdin for all eternity for the _ptr.)
70363      Branch: perl
70364            ! Configure
70365 ____________________________________________________________________________
70366 [  7953] By: jhi                                   on 2000/12/02  00:07:15
70367         Log: Update Changes.
70368      Branch: perl
70369            ! Changes patchlevel.h
70370 ____________________________________________________________________________
70371 [  7952] By: jhi                                   on 2000/12/01  23:54:47
70372         Log: Subject: Re: long shell lines
70373              From: Andy Dougherty <doughera@lafayette.edu>
70374              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
70375              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
70376              
70377              Split overly long shell command lines.
70378      Branch: perl
70379            ! lib/ExtUtils/MM_Unix.pm
70380 ____________________________________________________________________________
70381 [  7951] By: jhi                                   on 2000/12/01  23:48:02
70382         Log: The metaconfig unit change for #7950.
70383      Branch: metaconfig
70384            + U/modified/stdchar.U
70385 ____________________________________________________________________________
70386 [  7950] By: jhi                                   on 2000/12/01  23:47:39
70387         Log: Try to find stdchar also from <stdio_impl.h>.
70388      Branch: perl
70389            ! Configure config_h.SH
70390 ____________________________________________________________________________
70391 [  7949] By: jhi                                   on 2000/12/01  23:46:45
70392         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
70393              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
70394              Date: Fri, 1 Dec 2000 16:26:08 -0500
70395              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
70396              
70397              Reword the diagnostic message.
70398      Branch: perl
70399            ! pod/perldiag.pod
70400 ____________________________________________________________________________
70401 [  7948] By: nick                                  on 2000/12/01  22:49:43
70402         Log: Integrate mainline (for s/y/m as sub names stuff).
70403      Branch: perlio
70404           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
70405           !> t/pragma/warn/toke toke.c
70406 ____________________________________________________________________________
70407 [  7947] By: jhi                                   on 2000/12/01  20:55:41
70408         Log: Integrate perlio.
70409      Branch: perl
70410           !> perlio.c perliol.h t/io/pipe.t
70411 ____________________________________________________________________________
70412 [  7946] By: jhi                                   on 2000/12/01  20:36:51
70413         Log: Upgrade to CPAN 1.59_51, from Andreas König.
70414      Branch: perl
70415            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70416 ____________________________________________________________________________
70417 [  7945] By: nick                                  on 2000/12/01  20:31:32
70418         Log: Integrate mainline
70419      Branch: perlio
70420           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
70421           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
70422           +> t/lib/net-hostent.t
70423           !> (integrate 35 files)
70424 ____________________________________________________________________________
70425 [  7944] By: jhi                                   on 2000/12/01  20:23:29
70426         Log: Some help for 20001130.011.  Now one gets warnings like
70427              "Ambiguous -f() resolved as a file test ..."
70428      Branch: perl
70429            ! pod/perldiag.pod t/pragma/warn/toke toke.c
70430 ____________________________________________________________________________
70431 [  7943] By: jhi                                   on 2000/12/01  19:44:44
70432         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
70433              that also breaks using them as methods. 
70434      Branch: perl
70435            ! pod/perldiag.pod t/op/misc.t toke.c
70436 ____________________________________________________________________________
70437 [  7942] By: nick                                  on 2000/12/01  17:56:46
70438         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
70439              Make 'unix' pass most tests
70440              - do unread by temporary push of layer ("pending") holding unread chars
70441              - fast_gets is now based on per-handle flag
70442              - relax one of io/pipe.t tests to allow print to fail and close to
70443              succeed so that it passes on unbuffered "unix" layer.
70444              Remaining fail is sporadic and a genuine race condition between
70445              parent/child in fork test.
70446      Branch: perlio
70447            ! perlio.c perliol.h t/io/pipe.t
70448 ____________________________________________________________________________
70449 [  7941] By: jhi                                   on 2000/12/01  15:28:58
70450         Log: (Retracted by #7943.)
70451              
70452              Reserve the short named string operator names.
70453      Branch: perl
70454            ! pod/perldiag.pod t/op/misc.t toke.c
70455 ____________________________________________________________________________
70456 [  7940] By: jhi                                   on 2000/12/01  06:45:53
70457         Log: Get the three different space character classes right under utf8.
70458      Branch: perl
70459            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
70460            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
70461            ! regexec.c t/op/pat.t utf8.c
70462 ____________________________________________________________________________
70463 [  7939] By: jhi                                   on 2000/12/01  03:26:26
70464         Log: Two more tests that make no sense in UTF-8 since the test
70465              data is not in UTF-8.
70466      Branch: perl
70467            ! t/op/regexp.t
70468 ____________________________________________________________________________
70469 [  7938] By: jhi                                   on 2000/12/01  03:20:39
70470         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
70471              should it be required inside regexen?
70472      Branch: perl
70473            ! regcomp.c t/op/regmesg.t
70474 ____________________________________________________________________________
70475 [  7937] By: jhi                                   on 2000/12/01  02:58:53
70476         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
70477              stored and restored, and thusly was trounced by the utf8 swash
70478              routines.
70479      Branch: perl
70480            ! regcomp.c
70481 ____________________________________________________________________________
70482 [  7936] By: jhi                                   on 2000/11/30  20:41:39
70483         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
70484              Why the different platforms behave so differently (core dump vs
70485              no core dump) on this bug is a but of a mystery, but if I had to
70486              guess I would mumble something like 'alignment'.
70487      Branch: perl
70488            ! sv.c
70489 ____________________________________________________________________________
70490 [  7935] By: jhi                                   on 2000/11/30  16:17:02
70491         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
70492              From: Robin Barker <rmb1@cise.npl.co.uk>
70493              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
70494              Date: Thu, 30 Nov 2000 14:27:12 GMT
70495      Branch: perl
70496            ! perlio.c toke.c
70497 ____________________________________________________________________________
70498 [  7934] By: jhi                                   on 2000/11/30  16:04:49
70499         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
70500      Branch: perl
70501            ! t/lib/net-hostent.t
70502 ____________________________________________________________________________
70503 [  7933] By: jhi                                   on 2000/11/30  06:07:26
70504         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
70505              From: Peter Prymmer <pvhp@forte.com>
70506              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
70507              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
70508              
70509              In VMS the localhost may be LOCALHOST.
70510      Branch: perl
70511            ! t/lib/net-hostent.t
70512 ____________________________________________________________________________
70513 [  7932] By: jhi                                   on 2000/11/30  01:11:11
70514         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
70515              From: Peter Prymmer <pvhp@forte.com>
70516              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
70517              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
70518              
70519              plus regen perlapi.pod.
70520      Branch: perl
70521            ! pod/perlapi.pod utf8.c
70522 ____________________________________________________________________________
70523 [  7931] By: jhi                                   on 2000/11/30  01:06:19
70524         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
70525              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70526              Date:     Wed, 29 Nov 2000 17:15:11 EST
70527              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
70528      Branch: perl
70529            ! t/lib/filter-util.pl t/lib/filter-util.t
70530 ____________________________________________________________________________
70531 [  7930] By: jhi                                   on 2000/11/29  18:51:55
70532         Log: Update Changes.
70533      Branch: perl
70534            ! Changes patchlevel.h
70535 ____________________________________________________________________________
70536 [  7929] By: jhi                                   on 2000/11/29  18:50:55
70537         Log: Update the va_copy() metaconfig unit.
70538      Branch: metaconfig/U/perl
70539            ! need_va_copy.U
70540 ____________________________________________________________________________
70541 [  7928] By: jhi                                   on 2000/11/29  17:50:43
70542         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
70543              From: Dominic Dunlop <domo@computer.org>
70544              Date: Tue, 28 Nov 2000 16:41:57 +0100
70545              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
70546              
70547              Patch to catch a core dump in the Configure va_copy test.
70548      Branch: perl
70549            ! Configure config_h.SH
70550 ____________________________________________________________________________
70551 [  7927] By: jhi                                   on 2000/11/29  17:31:59
70552         Log: Retract #7921, the patch shouldn't be needed.
70553      Branch: perl
70554            ! sv.c
70555 ____________________________________________________________________________
70556 [  7926] By: jhi                                   on 2000/11/29  17:01:41
70557         Log: Make the Class::Struct import() wiser.
70558      Branch: perl
70559            ! lib/Class/Struct.pm t/lib/class-struct.t
70560 ____________________________________________________________________________
70561 [  7925] By: jhi                                   on 2000/11/29  16:36:33
70562         Log: All the core library users of Class::Struct seem to be
70563              using "use Class::Struct 'struct';" instead of the bare
70564              "use Class::Struct;", which isn't documented in Class::Struct.
70565              This can't be right.
70566      Branch: perl
70567            ! lib/File/stat.pm
70568 ____________________________________________________________________________
70569 [  7924] By: jhi                                   on 2000/11/29  16:32:15
70570         Log: A test works better if it has the right 1..$n output.
70571      Branch: perl
70572            ! t/lib/class-struct.t
70573 ____________________________________________________________________________
70574 [  7923] By: jhi                                   on 2000/11/29  16:29:11
70575         Log: Forgot to MANIFEST the new Net::hostent test.
70576      Branch: perl
70577            ! MANIFEST
70578 ____________________________________________________________________________
70579 [  7922] By: jhi                                   on 2000/11/29  16:27:49
70580         Log: Integrate perlio.
70581      Branch: perl
70582           !> iperlsys.h perlio.c
70583 ____________________________________________________________________________
70584 [  7921] By: jhi                                   on 2000/11/29  16:27:10
70585         Log: (Retracted by #7927.)
70586              
70587              Subject: [PATCH] Is infinity a number?
70588              From: Simon Cozens <simon@cozens.net>
70589              Date: Wed, 29 Nov 2000 14:48:20 +0000
70590              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
70591      Branch: perl
70592            ! sv.c
70593 ____________________________________________________________________________
70594 [  7920] By: jhi                                   on 2000/11/29  16:23:02
70595         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
70596              From: rspier@pobox.com (Robert Spier)
70597              Date: Wed, 29 Nov 2000 02:17:49 -0500
70598              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
70599              
70600              Add a test for Net::hostent.
70601      Branch: perl
70602            + t/lib/net-hostent.t
70603 ____________________________________________________________________________
70604 [  7919] By: jhi                                   on 2000/11/29  16:21:31
70605         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
70606              add a test for Class::Struct.
70607      Branch: perl
70608            + t/lib/class-struct.t
70609            ! MANIFEST lib/Class/Struct.pm
70610 ____________________________________________________________________________
70611 [  7918] By: jhi                                   on 2000/11/29  15:48:40
70612         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
70613              From: rspier@pobox.com (Robert Spier)
70614              Date: Wed, 29 Nov 2000 02:25:39 -0500
70615              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
70616              
70617              More checking in case someone has broken their services or
70618              protocol databases.
70619      Branch: perl
70620            ! ext/Sys/Syslog/Syslog.pm
70621 ____________________________________________________________________________
70622 [  7917] By: jhi                                   on 2000/11/29  15:46:25
70623         Log: Subject: [PATCH] $^O  win32 -> MSWin32
70624              From: rspier@pobox.com (Robert Spier)
70625              Date: Wed, 29 Nov 2000 02:17:38 -0500
70626              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
70627              
70628              plus similar nits for vms, err, VMS, and UNICOS.
70629      Branch: perl
70630            ! t/lib/syslfs.t t/op/lfs.t
70631 ____________________________________________________________________________
70632 [  7916] By: jhi                                   on 2000/11/29  15:42:51
70633         Log: Subject: [PATCH] Tokeniser debugging
70634              From: Simon Cozens <simon@cozens.net>
70635              Date: Wed, 29 Nov 2000 14:15:45 +0000
70636              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
70637      Branch: perl
70638            ! perl.c perl.h pod/perlrun.pod toke.c
70639 ____________________________________________________________________________
70640 [  7915] By: jhi                                   on 2000/11/29  15:41:36
70641         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70643              Date: Wed, 29 Nov 2000 02:13:14 -0500
70644              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
70645              
70646              OUT keyword nits.
70647              
70648              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70650              Date: Wed, 29 Nov 2000 03:09:04 -0500
70651              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
70652              
70653              OUT and IN_OUT documentation.
70654      Branch: perl
70655            ! lib/ExtUtils/xsubpp pod/perlxs.pod
70656 ____________________________________________________________________________
70657 [  7914] By: jhi                                   on 2000/11/29  03:35:01
70658         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
70659              From: John Tobey <jtobey@john-edwin-tobey.org>
70660              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
70661              Message-Id: <m140e1N-000FOoC@feynman.localnet>
70662              
70663              plus a performance speedup noticed by Sarathy.
70664      Branch: perl
70665            ! op.c
70666 ____________________________________________________________________________
70667 [  7913] By: jhi                                   on 2000/11/29  03:16:59
70668         Log: Use "1 while unlink" so that VMS gets clean, too.
70669      Branch: perl
70670            ! t/lib/filter-util.t
70671 ____________________________________________________________________________
70672 [  7912] By: jhi                                   on 2000/11/29  03:09:08
70673         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
70674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70675              Date: Tue, 28 Nov 2000 03:27:09 -0500
70676              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
70677      Branch: perl
70678            ! lib/ExtUtils/xsubpp
70679 ____________________________________________________________________________
70680 [  7911] By: jhi                                   on 2000/11/29  03:06:30
70681         Log: This should have been part of #7872: no need to scan UTF-8
70682              until eternity.
70683      Branch: perl
70684            ! utf8.c
70685 ____________________________________________________________________________
70686 [  7910] By: jhi                                   on 2000/11/29  02:50:04
70687         Log: One more perltie.pod nit from Casey R. Tweten.
70688      Branch: perl
70689            ! pod/perltie.pod
70690 ____________________________________________________________________________
70691 [  7909] By: jhi                                   on 2000/11/29  02:44:23
70692         Log: Document the known sprintf test failures, exact standard
70693              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
70694      Branch: perl
70695            ! pod/perldelta.pod t/op/sprintf.t
70696 ____________________________________________________________________________
70697 [  7908] By: jhi                                   on 2000/11/29  02:36:23
70698         Log: Add the Encoding table format documentation.
70699      Branch: perl
70700            + ext/Encode/Encode/EncodeFormat.pod
70701            ! MANIFEST
70702 ____________________________________________________________________________
70703 [  7907] By: jhi                                   on 2000/11/29  02:07:24
70704         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
70705              From: "Casey R. Tweten" <crt@kiski.net>
70706              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
70707              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
70708              
70709              Subject: Re: [PATCH] Updating perltie.pod for arrays
70710              From: "Casey R. Tweten" <crt@kiski.net>
70711              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
70712              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
70713      Branch: perl
70714            ! pod/perltie.pod
70715 ____________________________________________________________________________
70716 [  7906] By: nick                                  on 2000/11/28  22:40:59
70717         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
70718      Branch: perlio
70719            ! iperlsys.h perlio.c
70720 ____________________________________________________________________________
70721 [  7905] By: nick                                  on 2000/11/28  22:04:34
70722         Log: Integrate mainline
70723      Branch: perlio
70724           !> (integrate 39 files)
70725 ____________________________________________________________________________
70726 [  7904] By: jhi                                   on 2000/11/28  16:44:43
70727         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
70728              From: Nicholas Clark <nick@babyhippo.co.uk>
70729              Date: Tue, 28 Nov 2000 11:16:57 +0000
70730              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
70731      Branch: perl
70732            ! pod/perlipc.pod
70733 ____________________________________________________________________________
70734 [  7903] By: jhi                                   on 2000/11/28  16:40:31
70735         Log: Subject: [PATCH] Updating perltie.pod for arrays
70736              From: "Casey R. Tweten" <crt@kiski.net>
70737              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
70738              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
70739      Branch: perl
70740            ! pod/perltie.pod
70741 ____________________________________________________________________________
70742 [  7902] By: jhi                                   on 2000/11/28  16:39:37
70743         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
70744              From: Robin Barker <rmb1@cise.npl.co.uk>
70745              Date: Mon, 27 Nov 2000 17:56:44 GMT
70746              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
70747      Branch: perl
70748            ! pod/perlfunc.pod t/op/split.t
70749 ____________________________________________________________________________
70750 [  7901] By: jhi                                   on 2000/11/28  16:28:04
70751         Log: setmode() is a DOSish-only thing.
70752      Branch: perl
70753            ! perlio.c
70754 ____________________________________________________________________________
70755 [  7900] By: jhi                                   on 2000/11/28  16:21:46
70756         Log: Subject: [PATCH] perlcc.PL cleanups
70757              From: Simon Cozens <simon@cozens.net>
70758              Date: Tue, 28 Nov 2000 12:44:35 +0000
70759              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
70760      Branch: perl
70761            ! utils/perlcc.PL
70762 ____________________________________________________________________________
70763 [  7899] By: gsar                                  on 2000/11/28  06:32:55
70764         Log: reintegrate files missed by change#7895
70765      Branch: maint-5.6/perl
70766           +> ext/ByteLoader/bytecode.h utils/Makefile
70767            - utils/perlbc.PL
70768 ____________________________________________________________________________
70769 [  7897] By: gsar                                  on 2000/11/27  18:22:47
70770         Log: can't integrate these two files, for some reason
70771      Branch: maint-5.6/perl
70772            - ext/ByteLoader/bytecode.h utils/Makefile
70773 ____________________________________________________________________________
70774 [  7895] By: gsar                                  on 2000/11/27  18:11:21
70775         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
70776              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
70777              6757..6890,6892..6901 from mainline
70778              
70779              Bytecompiler patches from Benjamin Stuhl.
70780              
70781              More bytecompiler.
70782              
70783              Subject: [PATCH blead] B:: missing dependency
70784              
70785              Subject: [PATCH: 6757] configure.com updates and syslog build
70786              
70787              Long double Gconvert fixes from Yitzchak Scott-Thoennes
70788              and Spider Boardman.
70789              
70790              Subject: [PATCH blead] nextchar() abuse misses an optimisation
70791              
70792              Long double fixes from Spider Boardman.
70793              
70794              Make the selection of NVff et al stricter.
70795              
70796              cSVOPo_*v things index into the current PL_curpad
70797              under ithreads, which is different from the curpad
70798              used by the XSUB.  (In other words, the code as-is
70799              before this patch wouldn't work under ithreads.)
70800              
70801              Be portable.
70802              
70803              VMS MMS (make) wants null action.
70804              
70805              Mac and other portability updates from Chris Nandor.
70806              
70807              Storable support, v-version fixes.
70808              Subject: CPAN.pm beta for testing available
70809              
70810              Portability fix from Hugo van der Sanden.
70811              
70812              Bad makefile.
70813              
70814              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
70815              
70816              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
70817              
70818              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70819              
70820              Replace #6705 with a minimal doc patch.
70821              Subject: [PATCH 5.6.0] replace change #6705
70822              
70823              Drop the separate perlbc, perlcc -b should be enough.
70824              
70825              installperl couldn't tell whether it had run tests or not.
70826              Subject: [PATCH] Re: installperl and t/TEST
70827              
70828              Add silencer flags to installperl.
70829              Subject: [PATCH] Making installperl silent.
70830              
70831              Make "make install" by default silent.  A new "install-verbose"
70832              target is verbose.
70833              
70834              More liberal parsing of version numbers.
70835              Subject: Re: CPAN.pm beta for testing available
70836              
70837              Create directories in silence.
70838              Subject: [PATCH] Another silencer for MakeMaker
70839              
70840              DOS patches and portability/porting notes, from Tim Jenness.
70841              
70842              Make installman to recognize the silence flag -S.
70843              
70844              Actually do something with the silencer option.
70845              
70846              Continue silencing.
70847              
70848              Show the doc file, not the temp file.
70849              
70850              Regen perltoc.
70851              
70852              Subject: [PATCH] More silencing of installman.
70853              
70854              Better wording for the vec lvalue diagnostic.
70855              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70856              
70857              Subject: [PATCH: 6805] several more tweaks to configure.com
70858              
70859              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
70860              
70861              Missing parts of 
70862              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
70863              
70864              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
70865              (applied slightly modified)
70866              
70867              installperl --verbose and --silent.
70868              Subject: Re: [PATCH] More silencing of installman.
70869              
70870              Add install-silent target.
70871              
70872              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
70873              the problem reported in
70874              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
70875              
70876              Tweak the sfio/useperlio logic, hopefully as wished in
70877              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
70878              
70879              One forgotten file from #6816.
70880              
70881              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70882              
70883              Remove duplicately applied patch shards.
70884              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
70885              
70886              Support preserving extremely big/small angles.
70887              
70888              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70889              
70890              Subject: [PATCH] installation not quite silent yet.
70891              
70892              Update the test count.
70893              
70894              Use UVxf, PTR2UV, NVff.
70895              
70896              Document PTR2XX and INT2PTR.
70897              
70898              no-install target a la make -n.
70899              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
70900              
70901              grep -e isn't portable.
70902              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
70903              
70904              Can't get the test to reliably work thanks to the
70905              inaccurateness of floating point.  "Resolves" bug ids
70906              20000826.003, 20000826.009, 20000826.010,
70907              
70908              Subject: installman buglet
70909              
70910              DJGPP update from Laszlo Molnar.
70911              
70912              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70913              
70914              Passing -R in ldflags makes now it to appear in the default
70915              for lddlflags, just like with -L.
70916              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70917              
70918              Test nit.
70919              
70920              Use the actual thread type, not the pointer-to-struct.
70921              
70922              Provice virtual $Config{ccflags_nolargefiles} etc. 
70923              
70924              display_format used as a class method without arguments was broken,
70925              reported in
70926              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
70927              
70928              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
70929              
70930              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
70931              
70932              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
70933              
70934              opmini.o may be left around if a build is interrupted.
70935              
70936              Typo in #6858.
70937              
70938              Fix for ID 20000828.001, long doubles were not formatted
70939              correctly (showed up in $], which stopped installing perl).
70940              
70941              An attempt to fix the problem reported in
70942              Subject: Building perl@6856 using gcc/AIX 4.3.3 
70943              I can't test this properly since the gcc installation I have
70944              access to seems to be botched (gcc is calling the AIX cpp,
70945              a losing proposition...)
70946              
70947              Add -ld to archname on long tr...double platforms.
70948              
70949              Subject: hv.h Doc Patch
70950              
70951              Potential cruft.
70952              
70953              Subject: [PATCH bleedperl@6856] warnings fixes
70954              
70955              -S is the silent flag, -s is the strip flag.
70956              Subject: [PATCH] Re: [PATCH] make no-install          
70957              
70958              Take out the SUIDMAIL thing, that will not be
70959              a problem in 5.7.*.
70960              
70961              Subject: [PATCH bleedperl@6866] spellings
70962              
70963              Subject: [PATCH] Re: files not cleaned even by veryclean
70964              
70965              Use minimal @INC in tests, most of the time just '../lib',
70966              so that we simply can't pick up stuff from other Perls than
70967              the one we are testing.  Pointed out by
70968              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
70969              
70970              Update to Getopt::Long 2.24, from Johan Vromans.
70971              
70972              Fix for thinko in #6848.
70973              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
70974              
70975              Patches all over for people and the files they (hopefully) care about.
70976              
70977              Subject: Net::protoent does not export 'getproto'
70978              
70979              Missed a change in #6869.
70980              
70981              Subject: [PATCH] Warnings in B::Deparse
70982              
70983              Subject: [PATCH] Glob dumping
70984              
70985              Disable one of the tests for now.
70986              
70987              Disabling the one test is a bit tricky.
70988              
70989              Don't forget to tidy up.
70990              
70991              The #6881 removed one dump line.
70992              
70993              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
70994              
70995              Under usethreads the dumped variable is IN_PAD.
70996              Subject: Re: [PATCH] Glob dumping
70997              
70998              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
70999              
71000              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
71001              
71002              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
71003              
71004              Regen Configure for #6894.
71005              
71006              Subject: [PATCH: 6889] updates to perlebcdic.pod
71007              
71008              Undo namespace pollution of #6878.
71009              Subject: Re: Net::protoent does not export 'getproto'
71010              
71011              Admit that we are leaking scalars.
71012              
71013              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
71014      Branch: maint-5.6/perl
71015           !> (integrate 271 files)
71016 ____________________________________________________________________________
71017 [  7894] By: gsar                                  on 2000/11/27  16:00:34
71018         Log: a couple of nits
71019      Branch: maint-5.6/perl
71020            ! MANIFEST pp_sys.c
71021 ____________________________________________________________________________
71022 [  7893] By: gsar                                  on 2000/11/27  15:10:56
71023         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
71024              6740..6745,6747..6757,6760
71025              
71026              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
71027              
71028              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
71029              
71030              Doc nits spotted by Richard Soderberg.
71031              
71032              move WNOHANG definition to where other such things are
71033              
71034              Make $Config{byteorder} more magical so that it is
71035              dynamically computed: nice for 'fat binaries'.
71036              Subject: [PATCH]: default byteorder
71037              
71038              Subject: [PATCH] Cwd.pm now uses strict
71039              
71040              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
71041              
71042              Get -DLEAKTEST to compile (not necessarily to work, mind)
71043              Subject: [ID 20000724.006] -DLEAKTEST problem
71044              
71045              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
71046              
71047              Add perlebcdic from Peter Prymmer, regen toc.
71048              
71049              Don't propose using modules built for 5.005 if no binary
71050              compatibility with 5.005 is attempted.
71051              
71052              Do not use prototyping here.
71053              Subject: [ID 20000817.016] [PATCH] Peek.xs
71054              
71055              Document what the backtick returns if the command fails.
71056              
71057              Add byteorder to the myconfig output.
71058              
71059              Introduce NVef, NVff, and NVgf, use the middle one.
71060              (helps for lib/peek + Linux + long doubles)  Reported in
71061              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71062              Use NVs in POSIX math, not doubles.
71063              Subject: [ID 20000817.014] POSIX & modfl
71064              
71065              Subject: [PATCH 5.6.0+] newSVrv() memory leak
71066              
71067              The byteorder code in #6671 was wrong.
71068              
71069              Fix the lib/complex failure of
71070              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71071              Linux long double accuracy issue: something that
71072              when printed with %g looks like "2" but int() of it is 1.
71073              
71074              Propagate new Configure vars.
71075              
71076              Unbuffer the output.
71077              
71078              Subject: [PATCH] perltrap.pod spring cleaning
71079              
71080              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
71081              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
71082              
71083              Tiny Getopt::Long patch from Johan Vromans.
71084              
71085              Document code point which makes if (defined %stash::) to work
71086              (noted by Spider Boardman).
71087              
71088              Subject: [PATCH perl@6698] cygwin port
71089              
71090              Document the NDBM_File and ODBM_File as SDBM_File
71091              was documented in #6417.
71092              
71093              The new tests were missing from #6415.
71094              
71095              Add [[:blank:]] as suggested in
71096              Subject: [ID 20000716.024] [=cc=] / [:blank:]
71097              (the [=cc=] has already been taken care of by #6439
71098              so the whole bug report can be closed)
71099              and make [[:space:]] to be equivalent to isspace(3)
71100              (as opposed to \s, which is isSPACE()).  The difference
71101              is that now [[:space:]] matches the mythical vertical tab,
71102              while \s doesn't.
71103              
71104              Don't eat leading os from index entries.
71105              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
71106              
71107              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
71108              
71109              Typo in pp_complement().
71110              Subject: [PATCH perl-current] Deparse
71111              
71112              Add warnif(), check warnings further up the stack,
71113              all the warnings functions now can take an optional object reference.
71114              Subject: [PATCH bleedperl@6691] warnings pragma update
71115              
71116              Fix a core dump in lib/selfloader under -DDEBUGGING.
71117              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
71118              
71119              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
71120              
71121              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
71122              
71123              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
71124              Put back the long double avoidance code to POSIX.xs
71125              because VMS seems to need it still.
71126              
71127              Introduce a 'veryclean' target that is like 'distclean'
71128              but also removes *~ and *.orig.
71129              
71130              Subject: [ID 20000817.023] endianness description in perlfunc.pod
71131              
71132              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
71133              
71134              Let's try #6717 again.
71135              
71136              UTF8 concat fixes.
71137              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
71138              
71139              pp_open() could pass an uninitialized filename down to do_open9().
71140              
71141              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
71142              
71143              Update to CGI 2.72, from Lincoln Stein.
71144              
71145              Subject: [PATCH] Silence MakeMaker (Was: installman)
71146              
71147              Use temporary directory instead of current directory.
71148              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
71149              
71150              Document odd vs even subreleases and -Dusedevel.
71151              
71152              The veryclean target needs to clobber.
71153              
71154              Use File::Spec->tmpdir().
71155              
71156              Document the number of exponent digits.
71157              
71158              Mention perlebcdic and perlposix-bc.
71159              
71160              s/this one/the 5.6.0 release/
71161              
71162              The #6724 is here.
71163              
71164              The correct cleaning order is an art.
71165              
71166              small tweaks for change#6705: avoid C++ style comments in C code;
71167              use Perl's malloc API rather than the low level system one
71168              
71169              Array context keeps slithering in.
71170              
71171              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
71172              
71173              Subject: [PATCH] os2.c fix for use64bitint
71174              
71175              Update to Pod::LaTeX 0.53.
71176              Subject: [PATCH] lib/Pod/LaTeX.pm updates
71177              
71178              Document the endianness of Alpha more precisely.
71179              
71180              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
71181              
71182              Rename the macro argument because some preprocessors
71183              can't tell the difference and expand arguments also inside
71184              double quoted strings.
71185              
71186              free TLS slot properly on Windows
71187              
71188              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
71189              
71190              Unicos/mk requires elaborate paranoia.
71191              
71192              Tweak the floating point output routine preferences.
71193              
71194              Also under djgpp the timestamps are funky.
71195              
71196              Apply some PodParser 1.18 patches; the Pod/Find.pm
71197              patches cannot be applied since #6712 conflicts.
71198              
71199              Use PodParser 1.18 new test.
71200              
71201              A pod nit.
71202              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
71203              
71204              Be verydeepclean.
71205      Branch: maint-5.6/perl
71206           +> pod/perlebcdic.pod
71207           !> (integrate 106 files)
71208 ____________________________________________________________________________
71209 [  7892] By: jhi                                   on 2000/11/27  15:02:32
71210         Log: Update Changes.
71211      Branch: perl
71212            ! Changes patchlevel.h
71213 ____________________________________________________________________________
71214 [  7891] By: jhi                                   on 2000/11/27  14:57:23
71215         Log: Subject: Re: perlfaq style changes
71216              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71217              Date: Sat, 25 Nov 2000 23:32:26 -0800
71218              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
71219              
71220              plus a note from Ronald Kimball.
71221      Branch: perl
71222            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
71223 ____________________________________________________________________________
71224 [  7890] By: jhi                                   on 2000/11/27  14:53:14
71225         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
71226              From: Benjamin Holzman <bah@ecnvantage.com>
71227              Date: Sun, 26 Nov 2000 16:27:33 -0500
71228              Message-ID: <20001126162733.J25040@ecnvantage.com>
71229      Branch: perl
71230            ! gv.c
71231 ____________________________________________________________________________
71232 [  7889] By: jhi                                   on 2000/11/27  14:43:11
71233         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
71234              From: lvirden@cas.org
71235              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
71236              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
71237      Branch: perl
71238            ! README.amiga
71239 ____________________________________________________________________________
71240 [  7888] By: jhi                                   on 2000/11/27  14:32:34
71241         Log: Restore also the locale test to no-sprintf-taint state.
71242              Fixes the bug 20001127.003.
71243      Branch: perl
71244            ! sv.c t/pragma/locale.t
71245 ____________________________________________________________________________
71246 [  7887] By: gsar                                  on 2000/11/27  14:13:05
71247         Log: integrate changes#6613..6616,6620..6665 from mainline
71248              
71249              VMS configure.com update continues.
71250              
71251              Subject: Test fails / warnings with perl-current #6612
71252              
71253              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
71254              
71255              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
71256              
71257              For now remove the mail code.
71258              
71259              Subject: Re: [PATCH] @+, @- readonly
71260              
71261              Subject: warning: storage class after type is obsolescent
71262              
71263              Subject: sfio2000
71264              
71265              Subject: Re: File::Temp problems on VMS in bleedperl
71266              
71267              README.os2 update.
71268              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
71269              
71270              Make the user to give up his firstborn, err, to knowingly
71271              verify installing an unstable developer release.  Also bump
71272              the release to 5.7.0, but leave a patch tag in the local
71273              patches saying that this is not yet the real thing.
71274              
71275              Update (kinda) to Test 1.14, from Joshua Pritikin.
71276              
71277              make ok etc also for win32.
71278              
71279              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
71280              
71281              Don't blow limited stacks, a lower number is enough to
71282              tickle the lookbehind limit.
71283              
71284              Use -Dusedevel; regen Configure and the respective Porting stuff.
71285              
71286              Subject: [PATCH] debugger exit code should reflect user exit code
71287              
71288              Subject: [PATCH perl@6620] cygwin port
71289              
71290              Missed a file from #6638.
71291              
71292              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)
71293              
71294              magic callbacks all need to have same type signature
71295              
71296              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
71297              
71298              Fix a dependency problem.
71299              Subject: [PATCH: 6640] VMS Makefile.SH update
71300              
71301              The numeric locale was reset to "C" by s?printf and never restored.
71302              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
71303              No test since adding the failing example to locale.t
71304              does not fail -- probably because the locale settings are so
71305              thoroughly tweaked by that time.  Running the example standalone
71306              does fail, though.  UPDATE: test case added at change #7540.
71307              
71308              Subject: [ID 20000324.040] minor fix to perlhpux.pod
71309              
71310              Update to CPAN 1.57.
71311              
71312              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
71313              
71314              Change the perlbug address to perl.org since it's more forgiving.
71315              
71316              Change the regx compilation error markers to use = instead of <
71317              since pod makes using the latter quite messy.  Reported in
71318              ID 20000814.006 by Abigail and in
71319              Subject: Unknown escape E<> ?
71320              
71321              Update to perldebtut 1.9, from Richard Foley.
71322              
71323              check that the number pseudo children doesn't exceed
71324              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
71325              the WaitForMultipleObjects() limit that would cause wait()
71326              to crash)
71327              wait() and waitpid() could potentially be rewritten to use
71328              more than one thread to do the waiting to eliminate this
71329              limitation
71330              
71331              change#6328 could make close(SOCKET) return false on windows
71332              when it shouldn't
71333              
71334              pod nit seen in passing
71335              
71336              on windows, the return values from wait() and waitpid() don't
71337              match those of pseudo-pids
71338              
71339              waitpid() now handles externally spawned pids correctly;
71340              fixes for backtick/wait/waitpid failures on Windows 9x
71341              these changes make the pid returned by process functions on
71342              Windows 9x always positive by clearing the high bit (which
71343              is always set on Win9x); pseudo-process PIDs are likewise
71344              always negative now on Win9x (just as on NT/2000)
71345              
71346              trailing new %ENV entries weren't being pushed into the real
71347              environment of subprocesses on Windows
71348              
71349              Tweak the regex compilation errors once more.
71350              
71351              avoid warnings from dense compiler
71352              
71353              add "ok" targets from change#6632 in makefile.mk
71354      Branch: maint-5.6/perl
71355            - lib/Pod/PlainText.pm vms/configure.com
71356           !> (integrate 66 files)
71357 ____________________________________________________________________________
71358 [  7886] By: jhi                                   on 2000/11/27  13:54:18
71359         Log: __FUNCTION__ isn't portable and trying to emulate it leads
71360              into practically spelling out the name of the function.
71361              Takes care of the bug 20001127.001.
71362      Branch: perl
71363            ! perlio.c
71364 ____________________________________________________________________________
71365 [  7885] By: gsar                                  on 2000/11/27  13:53:18
71366         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
71367              6610..6611 from mainline
71368              
71369              Make regular expression parse error messages easier to understand.
71370              Subject: Re: enhanced(?) regex error messages
71371              
71372              Tiny tidying on report_evil_fh().
71373              
71374              Subject: Re: enhanced(?) regex error messages 
71375              plus Capitalize the error messages, plus perldiag them.
71376              
71377              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
71378              
71379              Document here-doc better.
71380              
71381              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
71382              
71383              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
71384              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
71385              (either perlbug or p5p ate the original), plus regen
71386              perlapi and perltoc. 
71387              
71388              Regen global.sym.
71389              
71390              Double check that we have a dirhandle.
71391              
71392              Subject: Re: enhanced(?) regex error messages
71393              (plus two small patches sent privately)
71394              (this still seems to leave few test failures)
71395              
71396              warn is a macro, avoid using at a variable to avoid warnings
71397              in some configurations; readdir.t is too conservative in
71398              estimating number of *.t's
71399              
71400              Get back into sync with Jeffrey on the enhanced regex warnings.
71401              
71402              Subject: [PATCH 5.6.0] cygwin port
71403              
71404              Zero entries were skipped, fix from Adrian Goalby
71405              <argoalby@yahoo.co.uk>
71406              
71407              Subject: Remove dead entry in perldiag
71408              
71409              Amend the description of Perl6.
71410              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
71411              
71412              detypo
71413              
71414              It's the 2ndO'ROSSC.
71415              
71416              Revert the sv.c part of #6559, a better fix is needed.
71417              
71418              Iterating perl6 description.
71419              
71420              Update to Term::ANSIColor 1.03, from Russ Allbery.
71421              
71422              Update to Getopt::Long 2.23_05, from Johan Vromans.
71423              
71424              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
71425              
71426              Update to Pod::Parser 1.17, from Brad Appleton.
71427              
71428              Update to CPAN 1.56, from Andreas König.
71429              
71430              Update to CGI 2.70, from Lincoln Stein.
71431              
71432              Put back the std @INC thing.
71433              
71434              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
71435              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
71436              
71437              Document the IO::Select timeout.
71438              
71439              sleep(1) does not necessarily return 1.
71440              Subject: [PATCH bleadperl] op/lex_assign.t  
71441              
71442              Subject: debugger "d" command doesnt check line number
71443              
71444              B::Deparse didn't do sub attributes.
71445              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
71446              
71447              Preprocessing and postprocessing for File::Find.
71448              Subject: Patch to Find::File.pm to allow alphabetical results
71449              
71450              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
71451              
71452              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
71453              
71454              Subject: Re: [ID 20000730.003] utf8::length() bad
71455              
71456              Subject: Getting perlio and threads to compile
71457              (the Solaris version changes in Configure skipped)
71458              
71459              Tests for #6589.
71460              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
71461              
71462              Add Perl debugging tutorial, regen toc. 
71463              Subject: perldebtut.pod
71464              
71465              Add a few missing files, update MANIFEST.
71466              
71467              Rewrite of vms/subconfigure.com as configure.com,
71468              from Peter Prymmer and the vmsperl crew.
71469              
71470              Should have deleted this in #6603.
71471              
71472              Fix the test for 5005threads.
71473              
71474              Fix-n-skip the tests under 5005threads.
71475              
71476              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
71477              
71478              Upgrade to CGI 2.71, from Lincoln Stein.
71479      Branch: maint-5.6/perl
71480           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
71481           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
71482           +> t/op/regmesg.t t/pod/find.t vms/configure.com
71483            - vms/subconfigure.com
71484            ! lib/lib.pm
71485           !> (integrate 115 files)
71486 ____________________________________________________________________________
71487 [  7884] By: jhi                                   on 2000/11/27  13:44:33
71488         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
71489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71490              Date:     Mon, 27 Nov 2000 08:23:54 EST
71491              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
71492      Branch: perl
71493            ! vms/descrip_mms.template vms/test.com
71494 ____________________________________________________________________________
71495 [  7883] By: gsar                                  on 2000/11/27  11:50:46
71496         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
71497              6511..6513,6515..6523,6525..6536
71498              
71499              The swallow_bom() saga continues.  The #23 of require.t
71500              (UTF16-LE) still fails (silently, no output) but the #22
71501              (UTF16-BE) seems to be working now.  The root of the
71502              failure may be in sv_gets(): is it UTF-16LE-aware,
71503              especially when it comes to line endings? 
71504              
71505              Document the problem with -P in HP-UX and its workaround.
71506              
71507              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
71508              (aka ID 20000730.002)
71509              
71510              Subject: fix and question re: waitpid() under win32
71511              
71512              Make the safety catch for buggy gccs work with triple version
71513              numbers like 2.95.2.  Reported in
71514              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
71515              
71516              In Digital UNIX warn if gcc explicitly chosen because even
71517              2.95.2 is known to cause problems.
71518              
71519              Make chr() for values >127 to create utf8 when under utf8.
71520              
71521              various syntax errors and such (not fixed: comp/require.t#22 coredump
71522              on Windows)
71523              
71524              Stash away the largefiles flags and libswanted.
71525              
71526              BOM patching from Simon Cozens.
71527              
71528              If gccosandvers is equal to osname, clear gccosandvers.
71529              
71530              Make p4desc to skip non-mainperl branches by default.
71531              
71532              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
71533              
71534              The test from this
71535              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
71536              
71537              In new BSDs changes to argv[] do not show up in ps(1) output,
71538              instead one must use setproctitle().  This was already addressed
71539              by change #6457, but the below has a new variant for FreeBSD 4.0
71540              or later, and the matter is also documented more.
71541              
71542              FreeBSD 3.* updates from
71543              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
71544              
71545              regen_headers, regen perltoc.
71546              
71547              Document in one place the memory abstractions used in Perl core.
71548              
71549              memcpy has n o in it, as pinted ut by Sarathy.
71550              
71551              Remove the extraneous "main::" prefix from all the
71552              "opened only for", "on closed", and "never opened" warnings.
71553              
71554              The name of a filehandle does not have <these>.
71555              
71556              The tr utf8 patching continues.
71557              
71558              The new setproctitle() feature is available only in 
71559              bleeding edge FreeBSD.  From Paul Saab.
71560              
71561              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
71562              
71563              Dump UVs as UVs in Data::Dumper.
71564              
71565              detypo #6494
71566              
71567              Document the IVdf UVuf UVof UVxf.
71568              
71569              require.t needs binmode() to work on windows
71570              
71571              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
71572              that are hopefully soon put into use.
71573              
71574              Allow "no Module;" even if there is no 'unimport'.
71575              
71576              Better skip message for the test; one of the two problems in
71577              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
71578              
71579              The subtest 4 may fail also on VOBS, as pointed out
71580              by Nick Ing-Simmons in November 1999, bug id 19991124.003
71581              (but the failure in that bug report isn't the subtest 4).
71582              
71583              Be more informative on what is skipped and why,
71584              also repeat the list at the end.
71585              
71586              Add a URL for FSF.
71587              
71588              Subject: [PATCH] sv.h documentation - SvLEN
71589              
71590              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
71591              
71592              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
71593              
71594              Subject: [PATCH] bad cppsymbols on os2 + Configure question
71595              
71596              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
71597              
71598              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
71599              mention the idea of @( and @)
71600              
71601              This is 6512.  Really.
71602              
71603              Subject: [ID 19990721.004] Documentation bug in perlfunc
71604              
71605              Subject: Minor tweak to perlvar.pod
71606              
71607              In the warnings call filehandles consistently so;
71608              add "unopened" warning for stat().
71609              
71610              After the #6519 a warning about stat() is just that,
71611              not about a filetest, which now have their own warning.
71612              
71613              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
71614              
71615              Subject: Re: Array vs. List context
71616              
71617              Subject: New perlcc, take 2
71618              
71619              Weed buglets pointed out by
71620              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
71621              
71622              gcc versions might have (parentheses) in them.
71623              
71624              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
71625              
71626              Essential prototype changes were missing from #6527.
71627              Also make report_evil_fh() more bomb-proof.
71628              
71629              Zap lib/Sys directory when cleaning up.
71630              
71631              Change the Policy policy: now -Dprefix= with an existing
71632              Policy.sh and prefix == siteprefix == vendorprefix, then all
71633              of them follow along the new prefix.
71634              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
71635              
71636              Continue fixing the io warnings.  This also
71637              sort of fixes bug ID 20000802.003: the core dump
71638              is no more.  Whether the current behaviour is correct
71639              (giving a warning: "Not a format reference"), is another matter.
71640              
71641              Have symbols for the IoTYPEs.
71642              
71643              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
71644              
71645              Document a bit that UDP is not what you might think.
71646              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
71647              tr memory corruption fix from Simon Cozens.
71648              
71649              Plug the security hole described in the Aug 05 2000 bugtraq message
71650              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
71651              The security hole exists only in suidperls, which isn't
71652              installed or even built by default.
71653      Branch: maint-5.6/perl
71654           !> (integrate 71 files)
71655 ____________________________________________________________________________
71656 [  7882] By: gsar                                  on 2000/11/27  10:25:36
71657         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
71658              from mainline
71659              
71660              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
71661              to be fatal errors (instead of by default ignoring them, and
71662              ignoring with a bug: even though -w gave an error, the opening [
71663              was left in)  Reported in:
71664              
71665              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
71666              
71667              Subject: [PATCH] split /^/
71668              
71669              MacOS nits from Matthias Neeracher.
71670              
71671              More split() doc and test patches from Mike Guy.
71672              
71673              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
71674              from Graham Barr in the module list.
71675              
71676              docfix from Peter Scott <Peter@PSDT.com>.
71677              
71678              File::Temp patches for VMS and OS/2 from Tim Jenness.
71679              
71680              open() wariness in perlbug.
71681              
71682              Subject: [PATCH] minor doc change - perlguts
71683              
71684              Subject: Minor doc patch: handy.h
71685              
71686              Be wary of close()s, too.
71687              
71688              Further File::Temp patches from Yitzchak Scott-Thoennes
71689              and Craig A. Berry.
71690              
71691              Subject: [PATCH] fixes bug 20000508.004
71692              
71693              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
71694              
71695              Allow "no AutoLoader;", based on change #6444,
71696              suggested by Graham Barr.
71697              
71698              Use setproctitle() if available to modify $0.
71699              
71700              Warn if the version of the operating system used to compile gcc
71701              differs from the current version of the operating system.
71702              Also display the gcc compilation os and version in myconfig.
71703              Inspiration from
71704              
71705              Tiny fixes for #6460.
71706              
71707              The problem described in this
71708              Subject: [ID 20000322.018] named chars aren't magical enough
71709              has been fixed in perl 5.6.0 but just in case added a test
71710              to keep it away.  (The report from Joseph Hall.)
71711              
71712              Tune the comments and hopefully stop a memory leak.
71713              
71714              Subject: UTF8 concat
71715              (with a memory leak fixed, plus a few casts added)
71716              This also seems to help for
71717              Subject: [ID 20000716.015] join UTF8 weirdness
71718              
71719              Do not upgrade SVs into utf8 just because they participate
71720              in eq or cmp.  Reported and fix suggested in
71721              Subject: [ID 20000720.009] sv_eq UTF8 bug
71722              
71723              Fix the HALF_UPGRADE() macro introduced in #6263.
71724              
71725              Find green threads before native threads.
71726              Subject: Re: Patch to jpl/JNI/Makefile.PL
71727      Branch: maint-5.6/perl
71728           !> (integrate 30 files)
71729 ____________________________________________________________________________
71730 [  7881] By: jhi                                   on 2000/11/27  05:48:41
71731         Log: It seems that *both* the unused submatch loop cleanup
71732              codes are needed.
71733      Branch: perl
71734            ! regexec.c
71735 ____________________________________________________________________________
71736 [  7880] By: jhi                                   on 2000/11/27  04:50:07
71737         Log: Clean .exists deeper.
71738      Branch: perl
71739            ! Makefile.SH
71740 ____________________________________________________________________________
71741 [  7879] By: jhi                                   on 2000/11/27  02:31:35
71742         Log: The code in regcppop() (see #7878) contains the correct lower
71743              limit for the unused submatch 'cleanup' loop so that under
71744              "use utf8" the following code wouldn't dump core:
71745              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
71746              the cleanup loop in regtry() stomped beyond allocated area
71747              in the startp[] array.  Therefore, copied the correct lower
71748              loop limit (*PL_reglastparen) to regtry().  Note: something
71749              may still not be quite right: why was the _higher_ loop limit
71750              (prog->nparens) different in the utf8 case?
71751              
71752              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
71753              without core dumps, there were about 17 of them before
71754              the patch (with us since Perl 5.7.0).  Two failures, still:
71755              496 and 505 (though these may not be severe).
71756              
71757              Patch #7881 is also needed since both the cleanup loops
71758              seem to be needed.
71759              
71760              Also, the t/op/pat#44 seems to core dump under utf8.
71761              Plus a couple of failures.  UGH-8.
71762      Branch: perl
71763            ! regexec.c
71764 ____________________________________________________________________________
71765 [  7878] By: jhi                                   on 2000/11/27  02:21:17
71766         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
71767              the code in regcppop() seems to be redundant for the test suite --
71768              but it contains a germ of truth, and it needed for the build
71769              process itself: see #7879 and #7881.
71770      Branch: perl
71771            ! regexec.c
71772 ____________________________________________________________________________
71773 [  7877] By: jhi                                   on 2000/11/27  01:53:09
71774         Log: Comment on comment.
71775      Branch: perl
71776            ! regexec.c
71777 ____________________________________________________________________________
71778 [  7876] By: jhi                                   on 2000/11/27  00:49:59
71779         Log: Adjust the docs to agree with #7875.
71780      Branch: perl
71781            ! pod/perllocale.pod
71782 ____________________________________________________________________________
71783 [  7875] By: jhi                                   on 2000/11/27  00:49:27
71784         Log: Retract #7863.  It makes more sense not to taint formatted output,
71785              not even by sprintf().
71786      Branch: perl
71787            ! sv.c
71788 ____________________________________________________________________________
71789 [  7874] By: jhi                                   on 2000/11/26  23:36:02
71790         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
71791              Not really fixed (should really dump the UTF-8 charclass),
71792              but stopped displaying the garbage.
71793              
71794              Also add a note on the (missing) Unicode PSXSPC and BLANK.
71795      Branch: perl
71796            ! regcomp.c
71797 ____________________________________________________________________________
71798 [  7873] By: jhi                                   on 2000/11/26  21:31:13
71799         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
71800      Branch: perl
71801            ! regexec.c
71802 ____________________________________________________________________________
71803 [  7872] By: jhi                                   on 2000/11/26  21:06:04
71804         Log: No need to scan till infinity, 13 is enough.
71805      Branch: perl
71806            ! handy.h utf8.c
71807 ____________________________________________________________________________
71808 [  7871] By: jhi                                   on 2000/11/26  20:20:32
71809         Log: Test line numbers are different with utf8.
71810      Branch: perl
71811            ! t/op/re_tests
71812 ____________________________________________________________________________
71813 [  7870] By: jhi                                   on 2000/11/26  20:10:12
71814         Log: Message nit.
71815      Branch: perl
71816            ! regcomp.c
71817 ____________________________________________________________________________
71818 [  7869] By: jhi                                   on 2000/11/26  19:01:05
71819         Log: Make utf8_length() and utf8_distance() (the latter of which
71820              is unused at the moment) to be less forgiving about bad UTF-8.
71821      Branch: perl
71822            ! embed.h embed.pl objXSUB.h proto.h utf8.c
71823 ____________________________________________________________________________
71824 [  7868] By: jhi                                   on 2000/11/26  18:45:56
71825         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
71826              From: Benjamin Holzman <bah@ecnvantage.com>
71827              Date: Sat, 25 Nov 2000 20:40:20 -0500       
71828              Message-ID: <20001125204020.A25040@ecnvantage.com>              
71829              
71830              Debian allows installing /usr/bin/locale without installing
71831              any locales, an error message will ensue.
71832      Branch: perl
71833            ! t/pragma/locale.t
71834 ____________________________________________________________________________
71835 [  7867] By: jhi                                   on 2000/11/26  18:31:12
71836         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
71837              From: Benjamin Holzman <bah@ecnvantage.com>
71838              Date: Sun, 26 Nov 2000 02:42:34 -0500
71839              Message-ID: <20001126024234.G25040@ecnvantage.com>
71840              
71841              Patch for the bug 20000212.002.
71842      Branch: perl
71843            ! sv.c t/op/array.t
71844 ____________________________________________________________________________
71845 [  7866] By: jhi                                   on 2000/11/26  18:28:09
71846         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
71847              From: Tim Jenness <t.jenness@jach.hawaii.edu>
71848              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
71849              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
71850              
71851              File::Temp 0.11.
71852      Branch: perl
71853            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
71854 ____________________________________________________________________________
71855 [  7865] By: jhi                                   on 2000/11/26  18:24:22
71856         Log: The metaconfig unit change for #7864.
71857      Branch: metaconfig/U/perl
71858            ! need_va_copy.U
71859 ____________________________________________________________________________
71860 [  7864] By: jhi                                   on 2000/11/26  18:23:41
71861         Log: Make the va_copy() test not to be so talkative.
71862      Branch: perl
71863            ! Configure config_h.SH
71864 ____________________________________________________________________________
71865 [  7863] By: jhi                                   on 2000/11/26  18:11:02
71866         Log: Fix locale inconsistencies unearthed by Hugo's work.
71867              Now the floating point sprintf really does taint the result
71868              string as perllocale promises (has promised for a long time)
71869              if "use locale" is in the lexical scope.
71870      Branch: perl
71871            ! sv.c t/pragma/locale.t
71872 ____________________________________________________________________________
71873 [  7862] By: jhi                                   on 2000/11/26  00:35:15
71874         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
71875              From: Nicholas Clark <nick@ccl4.org>
71876              Date: Sun, 26 Nov 2000 00:07:50 +0000
71877              Message-ID: <20001126000750.A22446@plum.flirble.org>
71878              
71879              Infinit.
71880      Branch: perl
71881            ! sv.c
71882 ____________________________________________________________________________
71883 [  7861] By: jhi                                   on 2000/11/26  00:01:26
71884         Log: Integrate perlio.
71885      Branch: perl
71886           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
71887 ____________________________________________________________________________
71888 [  7860] By: nick                                  on 2000/11/25  22:04:17
71889         Log: Correct relative path from new ext\Filter\Util\Call location
71890              back to miniperl.
71891      Branch: perlio
71892            ! win32/makefile.mk
71893 ____________________________________________________________________________
71894 [  7859] By: nick                                  on 2000/11/25  21:26:54
71895         Log: Integrate mainline.
71896      Branch: perlio
71897           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
71898           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
71899           +> t/lib/filter-util.t
71900            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
71901            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
71902            - t/lib/filt-util.t
71903           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
71904           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
71905           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
71906           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
71907           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
71908           !> win32/makefile.mk
71909 ____________________________________________________________________________
71910 [  7858] By: gsar                                  on 2000/11/25  20:52:17
71911         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
71912              parent's memory; fix it by keeping track of the actual pad
71913              offset rather than a raw pointer (this change is probably also
71914              relevant to non-ithreads case to avoid fallout from reallocs of
71915              the pad array, but is currently only enabled for the ithreads
71916              case in the interests of minimal disruption to existing "well
71917              tested" code)
71918      Branch: perl
71919            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71920            ! proto.h scope.c scope.h sv.c t/op/fork.t
71921 ____________________________________________________________________________
71922 [  7857] By: nick                                  on 2000/11/25  20:01:28
71923         Log: All tests pass on Win32/gcc/USE_PERLIO.
71924              - when crlf layer is pushed make unix-level binary.
71925              - remove :crlf injection in pp_backtick in pp_sys.c
71926              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
71927      Branch: perlio
71928            ! doio.c perlio.c pp_sys.c win32/makefile.mk
71929 ____________________________________________________________________________
71930 [  7856] By: jhi                                   on 2000/11/25  18:38:30
71931         Log: Update the metaconfig units for #7855.
71932      Branch: metaconfig/U/perl
71933            ! useperlio.U usesocks.U
71934 ____________________________________________________________________________
71935 [  7855] By: jhi                                   on 2000/11/25  18:37:54
71936         Log: Undo the SOCKS workarounds, instead start using PerlIO
71937              if SOCKS is selected.
71938              
71939              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
71940              From: Jens Hamisch <jens@Strawberry.COM>
71941              Date: Fri, 24 Nov 2000 18:31:30 +0100
71942              Message-ID: <20001124183130.E28337@Strawberry.COM>
71943              
71944              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
71945              From: Jens Hamisch <jens@Strawberry.COM>
71946              Date: Fri, 24 Nov 2000 19:11:51 +0100
71947              Message-ID: <20001124191151.A28753@Strawberry.COM>
71948      Branch: perl
71949            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
71950            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
71951 ____________________________________________________________________________
71952 [  7854] By: jhi                                   on 2000/11/25  17:39:08
71953         Log: Undo #7848.  Some of the code seems to use walkoptree(),
71954              some walkoptree_slow().  An unfinished renaming?
71955              Now the sub is walkoptree() (which is @EXPORT_OK),
71956              the walkoptree_slow() is a typeglob alias to walkoptree.
71957              This makes the tests to pass, at least.
71958      Branch: perl
71959            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
71960 ____________________________________________________________________________
71961 [  7853] By: nick                                  on 2000/11/24  22:24:33
71962         Log: Re-arrange crlf vs binary for platforms that care.
71963              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
71964              Lip-service to making stdio layer work on such platforms (untested).
71965              Now fails 3 tests rather than one, checkin to see if I can debug 
71966              the issue under linux. (Do not merge.)
71967      Branch: perlio
71968            ! doio.c perlio.c perliol.h
71969 ____________________________________________________________________________
71970 [  7852] By: jhi                                   on 2000/11/24  18:57:39
71971         Log: AUTHORS edits.
71972      Branch: perl
71973            ! AUTHORS
71974 ____________________________________________________________________________
71975 [  7851] By: jhi                                   on 2000/11/24  17:34:56
71976         Log: Add Jan-Erik Karlsson.
71977      Branch: perl
71978            ! AUTHORS
71979 ____________________________________________________________________________
71980 [  7850] By: jhi                                   on 2000/11/24  17:27:56
71981         Log: Configure should find stdchar on its own.
71982      Branch: perl
71983            ! hints/solaris_2.sh
71984 ____________________________________________________________________________
71985 [  7849] By: jhi                                   on 2000/11/24  17:24:55
71986         Log: Subject: PATCH over 7848: Filter test flawed
71987              From: andreas.koenig@anima.de (Andreas J. Koenig)
71988              Date: 24 Nov 2000 10:28:29 +0100
71989              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
71990      Branch: perl
71991            ! t/lib/filter-util.t
71992 ____________________________________________________________________________
71993 [  7848] By: jhi                                   on 2000/11/24  17:22:15
71994         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
71995              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
71996              Date: Fri, 24 Nov 2000 16:12:58 +0000
71997              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
71998      Branch: perl
71999            ! ext/B/B.pm
72000 ____________________________________________________________________________
72001 [  7847] By: jhi                                   on 2000/11/24  03:07:01
72002         Log: Integrate perlio.
72003      Branch: perl
72004           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
72005           !> win32/makefile.mk
72006 ____________________________________________________________________________
72007 [  7846] By: gsar                                  on 2000/11/24  00:55:57
72008         Log: integrate changes#6415..6418,6420..6438 from mainline
72009              
72010              Fix the bitvector ops for utf8 (tricky since past 7 bits
72011              the utf8 'characters' can be more than one octet).
72012              
72013              MPE/ix updates for perl 5.6.0 from Mark Bixby.
72014              
72015              Subject: SDBM_File documentation
72016              
72017              Detypo.
72018              
72019              Decutandpasto.
72020              
72021              Send all installperl messages to STDERR and be -w clean.
72022              
72023              Out-of-date note removed.
72024              
72025              Protect against "wild next"s, that is, callbacks doing "next"
72026              instead of "return".
72027              
72028              Use STDOUT consistently.
72029              
72030              The output might have been produced in the wrong order.
72031              
72032              A missing 'break' after the [[:space:]] switch case.
72033              
72034              Add tests for
72035              [ID 19991110.003] another matching finding by pcre author
72036              which has already been fixed by some patch, as verified in
72037              
72038              Documentation to explain the behaviour of map().
72039              
72040              Add an optimization for map-maps-a-list-element-to-more-list-elements
72041              case, but add also notes explaining the relationship of this
72042              patch and the earlier notes by Sarathy.
72043              
72044              Subject: [ID 20000716.023] syslog test fails without sockets
72045              
72046              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
72047              Test cases for #6431.
72048              
72049              File::Spec::VMS fixup for tmpdir from Craig Berry.
72050              
72051              Make the "uninit variable" warning to say "concat or string"
72052              or "join or string" when in concat or join .
72053              
72054              Get UTF16 BOMs working.  Patch from
72055              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
72056              
72057              Subject: [PATCH] Make large file tests deal with SIGXFSZ
72058              
72059              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
72060              
72061              Subject: [PATCH] av.c apidoc
72062      Branch: maint-5.6/perl
72063           !> (integrate 43 files)
72064 ____________________________________________________________________________
72065 [  7845] By: gsar                                  on 2000/11/24  00:20:45
72066         Log: integrate changes#6406..6414 from mainline
72067              
72068              Merge perlhacktut into perlhack, update perlguts.
72069              
72070              Fix AutoSplit to use File::Spec the right way in VMS,
72071              from Peter Prymmer.
72072              
72073              The bug report
72074              [ID 19991110.002] minimal matching discrepancy found by pcre author
72075              seems to have been fixed (though differently from what was suggested
72076              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
72077              
72078              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
72079              not in pod, from Peter Prymmer
72080              
72081              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
72082              From: Hugo <hv@crypt.compulink.co.uk>
72083              Date: Fri, 14 Jul 2000 23:05:20 +0100
72084              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
72085              
72086              Didn't anymore apply, but that point still could use another fix.
72087              
72088              lib/b test fixes from Peter Prymmer.
72089              
72090              More docs for sv functions.
72091              
72092              perlvms.pod whitespace cleanup to keep pod utils happy.
72093              
72094              another VMS build tweak from Peter Prymmer
72095      Branch: maint-5.6/perl
72096           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
72097           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
72098           !> vms/descrip_mms.template vms/perlvms.pod
72099 ____________________________________________________________________________
72100 [  7844] By: nick                                  on 2000/11/23  23:42:45
72101         Log: Win32/perlio Now just fails one io/argv.t test - lack 
72102              of default :crlf on standard streams.
72103      Branch: perlio
72104            ! doio.c perlio.c
72105 ____________________________________________________________________________
72106 [  7843] By: nick                                  on 2000/11/23  23:04:05
72107         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
72108              peek fail is showing a real problem (multiple crlf layers
72109              are getting pushed.)
72110      Branch: perlio
72111            ! doio.c perlio.c win32/makefile.mk
72112 ____________________________________________________________________________
72113 [  7842] By: nick                                  on 2000/11/23  19:46:23
72114         Log: Implement PerlIO_binmode()
72115              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
72116              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
72117              make binmode in t/lib/io_tell.t unconditional so that works.
72118              Checkin just so Win32 machine can see these changes.
72119      Branch: perlio
72120            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
72121 ____________________________________________________________________________
72122 [  7841] By: jhi                                   on 2000/11/23  19:30:00
72123         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
72124      Branch: perl
72125            ! README.amiga
72126 ____________________________________________________________________________
72127 [  7840] By: jhi                                   on 2000/11/23  17:18:02
72128         Log: SOCKS wrestling continues, patches from Jens Hamisch.
72129      Branch: perl
72130            ! doio.c embed.h embed.pl perlsdio.h proto.h
72131 ____________________________________________________________________________
72132 [  7839] By: jhi                                   on 2000/11/23  16:54:14
72133         Log: Push Filter::Util::Call one level deeper.
72134      Branch: perl
72135            + t/lib/filter-util.t
72136           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
72137           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
72138            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
72139            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
72140            - t/lib/filt-util.t
72141            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
72142            ! win32/Makefile win32/makefile.mk
72143 ____________________________________________________________________________
72144 [  7838] By: jhi                                   on 2000/11/23  16:52:40
72145         Log: Reach back one higher up when searching for PERL_SRC.
72146      Branch: perl
72147            ! lib/ExtUtils/MM_Unix.pm
72148 ____________________________________________________________________________
72149 [  7837] By: jhi                                   on 2000/11/23  16:05:41
72150         Log: Subject: Re: perl@7826
72151              Date: Thu, 23 Nov 2000 02:20:25 -0600
72152              From: "Craig A. Berry" <craigberry@mac.com>
72153              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
72154              
72155              Make VMS to like Filter::Util::Call. 
72156      Branch: perl
72157            ! configure.com ext/Filter/Util/Makefile.PL
72158 ____________________________________________________________________________
72159 [  7836] By: nick                                  on 2000/11/23  16:04:08
72160         Log: Implement crlf layer - not ready for merge.
72161      Branch: perlio
72162            ! perlio.c win32/makefile.mk
72163 ____________________________________________________________________________
72164 [  7835] By: jhi                                   on 2000/11/23  15:56:52
72165         Log: STDCHAR is different in Sparc v9 vs x86.
72166      Branch: perl
72167            ! hints/solaris_2.sh
72168 ____________________________________________________________________________
72169 [  7834] By: jhi                                   on 2000/11/23  15:50:47
72170         Log: The type needs to be visible to protos.
72171      Branch: perl
72172            ! perl.h
72173 ____________________________________________________________________________
72174 [  7833] By: jhi                                   on 2000/11/23  15:40:46
72175         Log: Finish unfinished SOCKS workaround changes.
72176      Branch: perl
72177            ! doio.c
72178 ____________________________________________________________________________
72179 [  7832] By: jhi                                   on 2000/11/23  15:33:30
72180         Log: Integrate perlio.
72181      Branch: perl
72182           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
72183           !> win32/makefile.mk
72184 ____________________________________________________________________________
72185 [  7831] By: nick                                  on 2000/11/23  10:31:07
72186         Log: Correct makefile.mk dependancies for ext/Filter/Util
72187              Build ext/Encode
72188              Run dmake regen_config_h
72189      Branch: perlio
72190            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72191            ! win32/makefile.mk
72192 ____________________________________________________________________________
72193 [  7830] By: nick                                  on 2000/11/23  08:05:07
72194         Log: Integrate mainline
72195      Branch: perlio
72196           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
72197           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
72198           +> t/lib/filt-util.pl t/lib/filt-util.t
72199           !> (integrate 41 files)
72200 ____________________________________________________________________________
72201 [  7829] By: gsar                                  on 2000/11/23  03:07:11
72202         Log: build the Filter extension on windows
72203      Branch: perl
72204            ! win32/Makefile win32/makefile.mk
72205 ____________________________________________________________________________
72206 [  7828] By: gsar                                  on 2000/11/23  02:46:35
72207         Log: regenerate win32/config* and fix some inconsistencies in the
72208              makefiles; always export Perl_deb() because it is needed
72209              by ext/re/* (whether perl itself is built with -DDEBUGGING
72210              or not)
72211      Branch: perl
72212            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
72213            ! win32/config_H.vc win32/makefile.mk
72214 ____________________________________________________________________________
72215 [  7827] By: gsar                                  on 2000/11/23  02:18:38
72216         Log: get sources building on windows+MSVC again (untested with other
72217              compilers)
72218      Branch: perl
72219            ! win32/include/sys/socket.h win32/perllib.c
72220 ____________________________________________________________________________
72221 [  7826] By: jhi                                   on 2000/11/23  01:18:26
72222         Log: Update Changes.
72223      Branch: perl
72224            ! Changes patchlevel.h
72225 ____________________________________________________________________________
72226 [  7825] By: jhi                                   on 2000/11/23  00:20:41
72227         Log: Subject: Re: av.c patch (having slight problems)
72228              From: "Ben Tilly" <ben_tilly@hotmail.com>
72229              Date: Tue, 21 Nov 2000 23:29:31 -0500
72230              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
72231              
72232              unshift() speedup.
72233      Branch: perl
72234            ! av.c
72235 ____________________________________________________________________________
72236 [  7824] By: jhi                                   on 2000/11/22  23:59:15
72237         Log: Fixes for signedness warnings noticed by VMSperlers.
72238      Branch: perl
72239            ! ext/Storable/Storable.xs regcomp.c sv.c
72240 ____________________________________________________________________________
72241 [  7823] By: jhi                                   on 2000/11/22  23:19:31
72242         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
72243              From: Peter Prymmer <pvhp@forte.com>
72244              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
72245              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
72246      Branch: perl
72247            ! t/pragma/warn/pp_hot
72248 ____________________________________________________________________________
72249 [  7822] By: jhi                                   on 2000/11/22  22:52:20
72250         Log: Be clean.
72251      Branch: perl
72252            ! Makefile.SH
72253 ____________________________________________________________________________
72254 [  7821] By: jhi                                   on 2000/11/22  22:46:39
72255         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
72256              by Damian Conway, as suggested by Paul Marquess.
72257      Branch: perl
72258            + lib/Filter/Simple.pm
72259 ____________________________________________________________________________
72260 [  7820] By: jhi                                   on 2000/11/22  22:45:51
72261         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
72262      Branch: perl
72263            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
72264            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
72265            + t/lib/filt-util.t
72266            ! MANIFEST
72267 ____________________________________________________________________________
72268 [  7819] By: jhi                                   on 2000/11/22  22:03:27
72269         Log: Integrate perlio.
72270      Branch: perl
72271           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
72272           !> win32/makefile.mk
72273 ____________________________________________________________________________
72274 [  7818] By: jhi                                   on 2000/11/22  21:56:02
72275         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
72276      Branch: perl
72277            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
72278            ! t/lib/io_sock.t
72279 ____________________________________________________________________________
72280 [  7817] By: jhi                                   on 2000/11/22  21:39:49
72281         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
72282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72283              Date: Wed, 22 Nov 2000 16:08:12 -0500
72284              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
72285      Branch: perl
72286            ! lib/ExtUtils/Liblist.pm
72287 ____________________________________________________________________________
72288 [  7816] By: jhi                                   on 2000/11/22  21:38:25
72289         Log: Go ahead and #include <unistd.h> in perl.h.
72290      Branch: perl
72291            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
72292            ! util.c
72293 ____________________________________________________________________________
72294 [  7815] By: jhi                                   on 2000/11/22  21:22:52
72295         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
72296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72297              Date: Mon, 20 Nov 2000 18:30:52 -0500
72298              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
72299      Branch: perl
72300            ! pod/perlre.pod regcomp.c t/op/re_tests
72301 ____________________________________________________________________________
72302 [  7814] By: jhi                                   on 2000/11/22  21:21:46
72303         Log: Subject: [PATCH 5.7.0] Liblist finally works
72304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72305              Date: Tue, 21 Nov 2000 22:02:17 -0500
72306              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
72307      Branch: perl
72308            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
72309            ! lib/ExtUtils/MakeMaker.pm
72310 ____________________________________________________________________________
72311 [  7813] By: jhi                                   on 2000/11/22  21:20:23
72312         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
72313              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72314              Date: Wed, 22 Nov 2000 17:53:15 +0100
72315              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
72316              
72317              AIX dynaloader and perlio patch.
72318      Branch: perl
72319            ! ext/DynaLoader/dl_aix.xs
72320 ____________________________________________________________________________
72321 [  7812] By: jhi                                   on 2000/11/22  21:17:52
72322         Log: (Accidentally empty patch.)
72323      Branch: perl
72324            ! av.c
72325 ____________________________________________________________________________
72326 [  7811] By: jhi                                   on 2000/11/22  21:16:31
72327         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
72328              From: Peter Prymmer <pvhp@forte.com>
72329              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
72330              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
72331      Branch: perl
72332            ! vms/test.com
72333 ____________________________________________________________________________
72334 [  7810] By: jhi                                   on 2000/11/22  21:15:36
72335         Log: Subject: Re: perl@7777 
72336              From: "John P. Linderman" <jpl@research.att.com>
72337              Date: Wed, 22 Nov 2000 13:11:11 -0500
72338              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
72339              
72340              Detypoing.
72341      Branch: perl
72342            ! lib/CPAN.pm
72343 ____________________________________________________________________________
72344 [  7809] By: jhi                                   on 2000/11/22  21:14:19
72345         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
72346              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72347              Date:     Wed, 22 Nov 2000 13:51:37 EST
72348              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
72349      Branch: perl
72350            ! perlsdio.h
72351 ____________________________________________________________________________
72352 [  7808] By: jhi                                   on 2000/11/22  21:13:27
72353         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
72354              From: Casey Tweten <crt@kiski.net>
72355              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
72356              Message-Id: <200011201653.LAA10194@home.kiski.net>
72357      Branch: perl
72358            ! t/lib/io_udp.t
72359 ____________________________________________________________________________
72360 [  7807] By: jhi                                   on 2000/11/22  21:12:35
72361         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
72362              From: Casey Tweten <crt@kiski.net>
72363              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
72364              Message-Id: <200011201636.LAA07227@home.kiski.net>
72365      Branch: perl
72366            ! t/lib/io_sock.t
72367 ____________________________________________________________________________
72368 [  7806] By: jhi                                   on 2000/11/22  21:10:59
72369         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
72370              From: "Casey R. Tweten" <crt@kiski.net>
72371              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
72372              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
72373      Branch: perl
72374            ! utils/h2xs.PL
72375 ____________________________________________________________________________
72376 [  7805] By: nick                                  on 2000/11/22  21:05:06
72377         Log: Integrate mainline
72378      Branch: perlio
72379           !> Changes Porting/genlog ext/DB_File/DB_File.xs
72380           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
72381           !> utils/perlbug.PL
72382 ____________________________________________________________________________
72383 [  7804] By: jhi                                   on 2000/11/22  21:01:12
72384         Log: Subject: [PATCH] Test.pm POD peculiarity
72385              From: "Casey R. Tweten" <crt@kiski.net>
72386              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
72387              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
72388      Branch: perl
72389            ! lib/Test.pm
72390 ____________________________________________________________________________
72391 [  7803] By: jhi                                   on 2000/11/22  20:59:59
72392         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
72393              From: "Philip Newton" <pnewton@gmx.de>
72394              Date: Wed, 22 Nov 2000 14:25:53 +0100
72395              Message-Id: <3A1BD771.25462.1939FAD@localhost>
72396              
72397              Be case-understanding also on 's', and use the -oi of sendmail
72398              not to terminate the transmission on a lone '.'.
72399      Branch: perl
72400            ! utils/perlbug.PL
72401 ____________________________________________________________________________
72402 [  7802] By: nick                                  on 2000/11/22  20:51:42
72403         Log: Win32 PerlIO intermediate state now working as expected.
72404              - In current state we are still using C runtime in text/binary
72405              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
72406              - PERLIO=stdio and PERLIO=unix pass all expected tests.
72407              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
72408              and PerlIO_seek() and the dummy crlf layer is not making adjustments
72409              for CRLF translation happening in C runtime. All other tests pass.
72410              
72411              Added note to README.win32 to point out the snags of doing a perl build
72412              with Norton AntiVirus turned on.
72413              
72414              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
72415              which file a fail comes from.
72416              
72417              Updated "canned" config.h to match the one generated.
72418      Branch: perlio
72419            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
72420            ! win32/makefile.mk
72421 ____________________________________________________________________________
72422 [  7801] By: jhi                                   on 2000/11/22  06:50:20
72423         Log: Nickety nits.
72424      Branch: perl
72425            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
72426 ____________________________________________________________________________
72427 [  7800] By: jhi                                   on 2000/11/22  01:29:55
72428         Log: Changes had accidentally gone too silent on non-main branches.
72429      Branch: perl
72430            ! Changes Porting/genlog patchlevel.h
72431 ____________________________________________________________________________
72432 [  7799] By: gsar                                  on 2000/11/22  01:02:56
72433         Log: some lib_pm.PL changes snuck in via change#7772
72434      Branch: maint-5.6/perl
72435            ! Makefile.SH
72436 ____________________________________________________________________________
72437 [  7798] By: nick                                  on 2000/11/21  21:59:40
72438         Log: Integrate mainline
72439      Branch: perlio
72440           !> (integrate 28 files)
72441 ____________________________________________________________________________
72442 [  7797] By: jhi                                   on 2000/11/21  21:01:45
72443         Log: Integrate perlio.
72444      Branch: perl
72445           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
72446 ____________________________________________________________________________
72447 [  7796] By: nick                                  on 2000/11/21  20:36:22
72448         Log: Win32 builds and runs (mostly) with USE_PERLIO.
72449              PERLIO=perlio passes all tests. 
72450              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
72451      Branch: perlio
72452            ! perlio.c win32/perllib.c win32/win32.c
72453 ____________________________________________________________________________
72454 [  7795] By: jhi                                   on 2000/11/21  19:03:44
72455         Log: Update Changes.
72456      Branch: perl
72457            ! Changes patchlevel.h
72458 ____________________________________________________________________________
72459 [  7794] By: jhi                                   on 2000/11/21  18:56:34
72460         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
72461              From: "Craig A. Berry" <craigberry@mac.com>
72462              Date: Mon, 20 Nov 2000 20:27:06 -0600
72463              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
72464              
72465              A cut-and-pasto.
72466      Branch: perl
72467            ! perlio.h
72468 ____________________________________________________________________________
72469 [  7793] By: jhi                                   on 2000/11/21  18:54:41
72470         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
72471              From: Dominic Dunlop <domo@computer.org> 
72472              Date: Mon, 20 Nov 2000 18:55:29 +0100
72473              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
72474              
72475              va_copy() and the need of it.
72476              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
72477      Branch: metaconfig/U/perl
72478            + need_va_copy.U
72479      Branch: perl
72480            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72481            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
72482            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
72483            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
72484            ! win32/config.bc win32/config.gc win32/config.vc
72485 ____________________________________________________________________________
72486 [  7792] By: jhi                                   on 2000/11/21  17:04:10
72487         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
72488      Branch: perl
72489           !> scope.h
72490 ____________________________________________________________________________
72491 [  7791] By: jhi                                   on 2000/11/21  17:01:16
72492         Log: Export the SOCKS workaround symbols only if necessary.
72493      Branch: perl
72494            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
72495 ____________________________________________________________________________
72496 [  7790] By: nick                                  on 2000/11/20  23:57:11
72497         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
72498      Branch: perlio
72499            ! scope.h
72500 ____________________________________________________________________________
72501 [  7789] By: nick                                  on 2000/11/20  23:38:33
72502         Log: Integrate mainline
72503      Branch: perlio
72504           +> lib/File/Spec/Epoc.pm
72505           !> (integrate 34 files)
72506 ____________________________________________________________________________
72507 [  7788] By: nick                                  on 2000/11/20  23:20:18
72508         Log: Make extra buffer layer work (dummy crlf layer)
72509      Branch: perlio
72510            ! doio.c perlio.c perlio.h
72511 ____________________________________________________________________________
72512 [  7787] By: jhi                                   on 2000/11/20  22:44:04
72513         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
72514              From: Peter Prymmer <pvhp@forte.com>
72515              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
72516              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
72517      Branch: perl
72518            ! t/pragma/locale.t
72519 ____________________________________________________________________________
72520 [  7786] By: jhi                                   on 2000/11/20  22:29:10
72521         Log: Subject: DOC PATCH 5.6.0 perlreftut
72522              From: mjd@plover.com
72523              Date: 20 Nov 2000 19:45:06 -0000
72524              Message-ID: <20001120194506.9505.qmail@plover.com>
72525      Branch: perl
72526            ! pod/perlreftut.pod
72527 ____________________________________________________________________________
72528 [  7785] By: jhi                                   on 2000/11/20  22:27:44
72529         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
72530              From: David Dyck <dcd@tc.fluke.com>
72531              Date: Mon, 20 Nov 2000 11:43:40 -0800
72532              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
72533      Branch: perl
72534            ! lib/Cwd.pm
72535 ____________________________________________________________________________
72536 [  7784] By: jhi                                   on 2000/11/20  22:23:21
72537         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
72538              Date: Mon, 20 Nov 2000 17:06:10 -0500
72539              To: Mailing list Perl5 <perl5-porters@perl.org>
72540              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
72541      Branch: perl
72542            ! pp_ctl.c t/op/pat.t
72543 ____________________________________________________________________________
72544 [  7783] By: jhi                                   on 2000/11/20  22:11:18
72545         Log: Subject: [PATCH] doop.c - UTF8 tr///               
72546              From: Simon Cozens <simon@cozens.net>
72547              Date: Sat, 18 Nov 2000 18:49:30 +0000
72548              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
72549              
72550              Subject: Re: [PATCH] doop.c - UTF8 tr///           
72551              From: Simon Cozens <simon@cozens.net>
72552              Date: Mon, 20 Nov 2000 20:45:22 +0000
72553              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
72554              
72555              Make tr on UTF-8 better but still not correct.
72556      Branch: perl
72557            ! doop.c
72558 ____________________________________________________________________________
72559 [  7782] By: jhi                                   on 2000/11/20  22:02:16
72560         Log: Remove the shared object before attempting to create
72561              (by linking) a new one.  E.g. in AIX not removing
72562              becomes quite painful if one tries to do more than one
72563              build in the same tree (an interrupted build, for example),
72564              since the AIX' shared dynaloader seemingly keeps the shared
72565              objects open and therefore 'busy' for quite a while, even when
72566              nobody is using the objects, leading into link failures.
72567      Branch: perl
72568            ! lib/ExtUtils/MM_Unix.pm
72569 ____________________________________________________________________________
72570 [  7781] By: gsar                                  on 2000/11/20  19:02:55
72571         Log: type mismatch due to faulty integration
72572      Branch: maint-5.6/perl
72573            ! toke.c win32/Makefile
72574 ____________________________________________________________________________
72575 [  7780] By: gsar                                  on 2000/11/20  17:31:55
72576         Log: integrate changes#6392,6394..6399,6401..6404
72577              
72578              The {multiplier} of a fixed substring was overlooked which
72579              caused a wrong initial search offset for that substring.
72580              
72581              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
72582              From: Hugo <hv@crypt.compulink.co.uk>
72583              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
72584              Date: Thu, 13 Jul 2000 19:27:13 +0100
72585              
72586              Fix the BOM bug: not a byteorder bug, a signedness bug.
72587              
72588              Replace change #6337 with a better one.
72589              
72590              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
72591              From: Hugo <hv@crypt.compulink.co.uk>
72592              Date: Fri, 14 Jul 2000 04:16:20 +0100
72593              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
72594              
72595              MakeMaker should not remove editor backups (*~) on `make clean`
72596              by default (completes change#6383)
72597              
72598              move new variables to the end of the interpreter structure (for
72599              bincompat in code that doesn't #include XSUB.h)
72600              
72601              rename totally bletcherous SvLOCK() thingy (doesn't do what the
72602              name suggests anyway)
72603              
72604              various cleanups (typos, misformatted code, and small bugs)
72605              
72606              typecasts needed for change#6394
72607              
72608              typos in change#6399, regen headers
72609              
72610              inconsistent types needs casts
72611              
72612              PERL_OBJECT build tweaks
72613      Branch: maint-5.6/perl
72614           !> MANIFEST doop.c embed.h embed.pl embedvar.h
72615           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
72616           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
72617           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
72618           !> toke.c util.c
72619 ____________________________________________________________________________
72620 [  7779] By: gsar                                  on 2000/11/20  17:06:29
72621         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
72622              
72623              Cosmetics and perldelta.
72624              
72625              Fix nits noticed by Boston.pm.
72626              
72627              Do the cc sanity check both before the hints and
72628              after the cc selction.
72629              
72630              get sprintf.t to adjust properly for 3-digit exponents
72631              
72632              don't clobber *.orig files on *clean targets
72633              
72634              fix bugs in processing %v-*d and similar format specs (from
72635              Avi Finkel <avi@finkel.org>)
72636              
72637              sprintf test tweaks (from Dominic Dunlop)
72638              
72639              new selfloader.t in change#6183 doesn't close DATA handles,
72640              and thus fails to clean up tmp files on dosish platforms
72641              
72642              typos (spotted by Peter Prymmer)
72643              
72644              typo fix from Craig Berry
72645      Branch: maint-5.6/perl
72646           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
72647           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
72648           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
72649           !> x2p/Makefile.SH
72650 ____________________________________________________________________________
72651 [  7778] By: gsar                                  on 2000/11/20  16:46:51
72652         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
72653              
72654              Subject: Re: format bug report  [Patch]
72655              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72656              Date: Wed, 05 Jul 2000 13:12:52 +0200
72657              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
72658              
72659              Subject: Re: format bug report  [Patch]
72660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72661              Date: Wed, 05 Jul 2000 14:10:01 +0200
72662              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
72663              
72664              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
72665              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72666              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
72667              Date: Fri, 07 Jul 2000 17:57:16 +0100
72668              
72669              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
72670              To: perl5-porters@perl.org
72671              From: Karsten Sperling <spiff@phreax.net>
72672              Date: Mon, 10 Jul 2000 15:12:52 +0200
72673              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
72674              
72675              README.posix-bc podified from Thomas Dorner.
72676              
72677              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
72678              From: Dominic Dunlop <domo@computer.org>
72679              Date: Tue, 11 Jul 2000 12:27:33 +0200
72680              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
72681              
72682              Typo in #6341.
72683              
72684              Fix for
72685              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
72686              From: Roderick Schertler <roderick@argon.org>
72687              Date: Tue, 11 Jul 2000 13:55:05 -0400
72688              Message-Id: <200007111755.NAA05077@jones.argon.org>
72689              
72690              Minor cleanups on the booklist.
72691              
72692              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
72693              regen perltoc.
72694              
72695              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
72696      Branch: maint-5.6/perl
72697           +> pod/perlbook.pod
72698           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
72699           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
72700           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
72701 ____________________________________________________________________________
72702 [  7777] By: jhi                                   on 2000/11/20  16:08:49
72703         Log: Update Changes.
72704      Branch: perl
72705            ! Changes patchlevel.h
72706 ____________________________________________________________________________
72707 [  7776] By: jhi                                   on 2000/11/20  15:27:56
72708         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
72709              This may be overly harsh but until proven otherwise, we think this
72710              way, or until we have a simple test for Configure (having to start
72711              up servers is does not count as simple) to check for the problems.
72712      Branch: perl
72713            ! perl.h
72714 ____________________________________________________________________________
72715 [  7775] By: jhi                                   on 2000/11/20  15:22:17
72716         Log: Solaris hints tweaks.
72717      Branch: perl
72718            ! hints/solaris_2.sh
72719 ____________________________________________________________________________
72720 [  7774] By: jhi                                   on 2000/11/20  15:01:20
72721         Log: Add a workaround to SOCKS 64-bit problems.
72722      Branch: perl
72723            ! doio.c embed.h embed.pl perlsdio.h proto.h
72724 ____________________________________________________________________________
72725 [  7773] By: jhi                                   on 2000/11/20  14:51:47
72726         Log: sysseek() instead of seek().
72727      Branch: perl
72728            ! t/lib/syslfs.t
72729 ____________________________________________________________________________
72730 [  7772] By: gsar                                  on 2000/11/20  13:06:23
72731         Log: integrate changes#6315..6319,6321..6331,6333..6338
72732              
72733              Integrate with Sarathy, preliminary fix for unicos
72734              alignment problems in [ID 20000612.002] Perl problem on Cray system.
72735              
72736              some debugger output does not go to the socket when RemotePort is set
72737              
72738              winsock cleanup never done on Windows (leads to handle leaks)
72739              
72740              fix UNC path handling on Windows under ithreads, and chdir()
72741              return value when given a non-existent directory
72742              
72743              Autogenerate pod/Makefile and pod/buildtoc.
72744              buildtoc also checks whether the existin pods are
72745              mentioned in MANIFEST and perl.pod, and vice versa.
72746              (None of the thusly found discrepancies fixed yet.)
72747              roffitall also needs to be autogenerated similarly but it
72748              seems so badly out of date that I didn't touch it yet.
72749              
72750              Config is being used.
72751              
72752              Add =head1 NAMEs so that buildtoc is happy.
72753              (The CGI::Util nit reported to Lincoln.)
72754              
72755              Fix complaints of buildtoc.
72756              
72757              Fix the alignment problem in Crays ([ID 20000612.002]).
72758              
72759              Remove perlbook, update perlfaq book listing,
72760              rearrange perl.pod, regenerate perltoc.
72761              
72762              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
72763              was cast to an unsigned (32-bit) integer with wild abandon.
72764              
72765              winsock options weren't being set in all threads under ithreads
72766              (caused send()s from second and subsequent threads to fail)
72767              
72768              accept() leaks memory on windows due to incorrect ordering of
72769              closesocket() and fclose() calls
72770              
72771              Reorder perl.pod once more.
72772              
72773              More POSIX.pod tweaks.
72774              
72775              Sprinkle ldlibpath.
72776              
72777              Precedence goof, fix based on
72778              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
72779              From: Hugo <hv@crypt.compulink.co.uk>
72780              Date: Tue, 11 Jul 2000 12:52:38 +0100
72781              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
72782              
72783              Subject: PATCH perlguts.pod: Document D and d magic types
72784              From: mjd@plover.com
72785              Date: 5 Jul 2000 18:01:51 -0000
72786              Message-ID: <20000705180151.29413.qmail@plover.com>
72787              
72788              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
72789              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
72790              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
72791              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
72792              
72793              Subject: [PATCH cfgperl] $& segfaults if you trick it
72794              From: simon@brecon.co.uk (Simon Cozens)
72795              Date: 7 Jul 2000 11:26:09 GMT
72796              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
72797              
72798              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
72799              From: Hugo <hv@crypt.compulink.co.uk>
72800              Date: Tue, 11 Jul 2000 12:44:50 +0100
72801              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
72802              
72803              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
72804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72805              Date: Tue, 11 Jul 2000 13:50:51 +0100
72806              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
72807      Branch: maint-5.6/perl
72808           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
72809           +> pod/buildtoc.PL
72810            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
72811           !> (integrate 26 files)
72812 ____________________________________________________________________________
72813 [  7771] By: gsar                                  on 2000/11/20  12:31:42
72814         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
72815              6310,6311,6314
72816              
72817              Subject: [PATCH bleedperl] File::Spec 0.82 beta
72818              From: Barrie Slaymaker <barries@jester.slaysys.com>
72819              Date: Wed, 28 Jun 2000 11:35:29 -0400
72820              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
72821              
72822              tweak perlembed for multiplicity/usethreads sanity; correct notes
72823              about Windows
72824              
72825              localize %INC in a Safe compartment so that use/require work
72826              (many other magic globals probably need similar treatment)
72827              
72828              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
72829              when @_ is modified, causing coredumps
72830              
72831              slurp mode fix in change#4736 still not quite right
72832              
72833              Point to perlipc for more SysV IPC examples.
72834              
72835              Elaborate POSIX.pod.  Still needs work.
72836              
72837              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
72838              
72839              fix large memory leak that has been around for ever, masked by
72840              -DPURIFY (most of the arenas were never freed!)
72841              
72842              fix memory leak on Windows (PL_sys_intern contents were never
72843              freed)
72844              
72845              PERL_OBJECT build tweak
72846              
72847              adjust change#6299
72848              
72849              remove rel2abs prototypes (from Barrie Slaymaker)
72850              
72851              missing perldiag entry for unpack("w",...) diagnostic (from
72852              Andreas Koenig)
72853              
72854              better diagnostic on Frob->stuff() when Frob:: doesn't exist
72855              (from Richard Soderberg <rs@oregonnet.com>)
72856              
72857              Win32 patches for cfgperl from Sarathy.
72858              
72859              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
72860              
72861              More POSIX.pod embellishment.
72862              
72863              tyop in change#6306
72864      Branch: maint-5.6/perl
72865           !> (integrate 44 files)
72866 ____________________________________________________________________________
72867 [  7770] By: gsar                                  on 2000/11/20  11:51:00
72868         Log: integrate changes#6268..6282 from cfgperl branch
72869              
72870              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
72871              From: Dominic Dunlop <domo@computer.org>
72872              Date: Thu, 29 Jun 2000 12:32:39 +0200
72873              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
72874              
72875              Regen headers for #6261 (and update embed.pl for this) and #6267,
72876              silence few compiler warnings.
72877              
72878              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
72879              From: Nicholas Clark <nick@talking.bollo.cx>
72880              Date: Fri, 23 Jun 2000 16:21:15 +0100
72881              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
72882              
72883              Subject: PATCH pod/perltie.pod
72884              From: Ian Phillipps <Ian.Phillipps@iname.com>
72885              Date: Fri, 16 Jun 2000 00:17:19 +0100
72886              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
72887              (only the first hunk, the second hunk had already been done
72888              by some other patch)
72889              
72890              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
72891              From: Tom Phoenix <rootbeer@redcat.com>
72892              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
72893              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
72894              
72895              Subject: [PATCH] xsub attributes
72896              From: Doug MacEachern <dougm@covalent.net>
72897              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
72898              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
72899              
72900              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
72901              From: Andy Dougherty <doughera@lafayette.edu>
72902              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
72903              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
72904              
72905              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
72906              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
72907              Date: Tue, 13 Jun 2000 02:43:48 -0500
72908              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
72909              
72910              Subject: [PATCH] Re: eval documentation: context
72911              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72912              Date: Mon, 12 Jun 2000 15:07:29 +0100
72913              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
72914              
72915              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
72916              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72917              Date: Mon, 12 Jun 2000 14:55:59 +0100
72918              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
72919              
72920              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
72921              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
72922              Date: Fri, 09 Jun 2000 12:39:27 -0400
72923              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
72924              (plus update the version "number" of Text::Wrap)
72925              
72926              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
72927              From: Tim Ayers <tayers@bridge.com>
72928              Date: Thu, 08 Jun 2000 08:11:06 +0200
72929              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
72930              [resent by Richard Foley, Message-Id probably wrong]
72931              
72932              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
72933              From: rspier@pobox.com (Robert Spier)
72934              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
72935              Message-ID: <14654.31913.845602.610277@rls.cx>
72936              
72937              Subject: [PATCH 5.6.0] utils/h2xs.PL
72938              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
72939              Date: Wed, 7 Jun 2000 04:02:04 -0500
72940              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
72941              
72942              Subject: [PATCH 5.6.0]ITHREADs for VMS
72943              From: Dan Sugalski <dan@sidhe.org>
72944              Date: Tue, 06 Jun 2000 11:59:50 -0400
72945              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
72946      Branch: maint-5.6/perl
72947           !> (integrate 31 files)
72948 ____________________________________________________________________________
72949 [  7769] By: gsar                                  on 2000/11/20  11:29:06
72950         Log: integrate changes#6261..6266 from cfgperl
72951              
72952              Subject: Re: [PATCH cfgperl] BOMs away!
72953              From: simon@brecon.co.uk (Simon Cozens)
72954              Date: 17 Jun 2000 11:49:57 GMT
72955              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
72956              
72957              Subject: 5.6.0 Patch for EPOC
72958              From: Olaf Flebbe <o.flebbe@gmx.de>
72959              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
72960              Message-ID: <23449.960929969@www11.gmx.net>
72961              
72962              tr fixes from Simon Cozens
72963              
72964              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
72965              From: Marty Lucich <marty@netcom.com>
72966              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
72967              Message-Id: <200006282116.OAA11148@netcom.com>
72968              ccdlflags update (the BSD/OS 4.1 part had already been taken
72969              care of by #6141).
72970              
72971              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
72972              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72973              Date: Wed, 28 Jun 2000 17:50:12 -0700
72974              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
72975              
72976              Subject: [PATCH 5.6.0] cygwin port
72977              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
72978              From: "Fifer, Eric" <EFifer@sanwaint.com>
72979              Date: Thu, 29 Jun 2000 12:58:29 +0100
72980      Branch: maint-5.6/perl
72981           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
72982           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
72983           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
72984           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
72985 ____________________________________________________________________________
72986 [  7768] By: gsar                                  on 2000/11/20  11:13:44
72987         Log: integrate changes#6252..6256,6259..6260
72988              
72989              Paranoia tweak on #6249.
72990              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
72991              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72992              Date: Sun, 25 Jun 2000 23:43:12 -0400
72993              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
72994              
72995              Subject: tr///, help wanted.
72996              From: simon@brecon.co.uk (Simon Cozens)
72997              Date: 28 Jun 2000 11:29:04 GMT
72998              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
72999              
73000              small thinko tweaks
73001              
73002              tweaks from Simon Conzes to further fix tr/// under utf8
73003              
73004              perlnewmod was missing from MANIFEST.
73005              
73006              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
73007              From: simon@brecon.co.uk (Simon Cozens)
73008              Date: 17 Jun 2000 11:56:44 GMT
73009              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
73010              pack U0, pack C0
73011      Branch: maint-5.6/perl
73012           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
73013           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
73014           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
73015           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
73016 ____________________________________________________________________________
73017 [  7767] By: gsar                                  on 2000/11/20  10:51:38
73018         Log: integrate change#6250 from cfgperl
73019              
73020              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
73021              From: Doug MacEachern <dougm@covalent.net>
73022              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
73023              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
73024      Branch: maint-5.6/perl
73025           +> t/op/my_stash.t
73026           !> MANIFEST embed.pl global.sym proto.h toke.c
73027 ____________________________________________________________________________
73028 [  7766] By: gsar                                  on 2000/11/20  10:48:34
73029         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
73030              
73031              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
73032              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
73033              Date: Mon, 26 Jun 2000 18:40:14 +0100
73034              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
73035              
73036              Subject: [PATCH] bytes<->utf8 fixes
73037              From: simon@brecon.co.uk (Simon Cozens)
73038              Date: 26 Jun 2000 04:55:45 GMT
73039              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
73040              
73041              Subject: [PATCH] is_utf8_string
73042              From: simon@brecon.co.uk (Simon Cozens)
73043              Date: 26 Jun 2000 02:25:59 GMT
73044              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
73045              
73046              Subject: [PATCH] avoid mg_ptr in '*' magic
73047              From: Doug MacEachern <dougm@covalent.net>
73048              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
73049              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
73050              
73051              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
73052              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
73053              Date: Sat, 24 Jun 2000 13:06:20 +0100
73054              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
73055              
73056              Allow for standalone testing.
73057              
73058              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
73059              From: Mark-Jason Dominus <mjd@plover.com>
73060              Date: Tue, 27 Jun 2000 22:36:42 -0400
73061              Message-ID: <20000628023642.12166.qmail@plover.com>
73062              
73063              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
73064              From: Frank Tobin <ftobin@uiuc.edu>
73065              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
73066              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
73067      Branch: maint-5.6/perl
73068           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
73069           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
73070           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
73071           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
73072           !> utf8.c utils/h2xs.PL
73073 ____________________________________________________________________________
73074 [  7765] By: gsar                                  on 2000/11/20  10:29:13
73075         Log: integrate change#6239 from cfgperl
73076              
73077              Configure maintenance.  Sever some dependency cycles,
73078              separate gccversion from the cc unit,
73079              address [ID 20000623.006] Configure script patch for using gcc on AIX
73080              (but solve it a little bit differently),
73081              unduplex some accidentally duplicated units,
73082              suggest using gcc if no cc available
73083              (p5p thread: "Solaris configure: counterproposal", 1999-09)
73084      Branch: maint-5.6/perl
73085           !> Configure Todo-5.6 config_h.SH
73086 ____________________________________________________________________________
73087 [  7764] By: gsar                                  on 2000/11/20  10:25:55
73088         Log: integrate changes#6233..6238 from cfgperl
73089              
73090              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
73091              From: Mark-Jason Dominus <mjd@plover.com>
73092              Date: Fri, 16 Jun 2000 20:53:04 -0400
73093              Message-ID: <20000617005304.8008.qmail@plover.com>
73094              
73095              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
73096              because when run as services (Win32ese for daemons)
73097              no environment variables are set and tmpdir ends up as /tmp,
73098              which is ambiguous.
73099              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
73100              From: matt@sergeant.org
73101              Date: 16 Jun 2000 16:30:43 -0000
73102              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
73103              
73104              The thread begun by
73105              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
73106              From: Kevin.Ruscoe@ubsw.com
73107              Date: Fri, 16 Jun 2000 16:38:51 +0100
73108              Message-Id: <H000019b03c300d6@MHS>
73109              
73110              Tweak embed.pl, regen headers.
73111              
73112              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
73113              From: Dan Sugalski <dan@sidhe.org>
73114              Date: Fri, 23 Jun 2000 17:00:00 -0400
73115              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
73116      Branch: maint-5.6/perl
73117           !> (integrate 27 files)
73118 ____________________________________________________________________________
73119 [  7763] By: gsar                                  on 2000/11/20  10:08:08
73120         Log: s/perl56delta/perldelta/g
73121      Branch: maint-5.6/perl
73122            ! pod/Makefile
73123 ____________________________________________________________________________
73124 [  7762] By: gsar                                  on 2000/11/20  10:04:00
73125         Log: integrate changes#6225,6229,6231,6232 from cfgperl
73126              
73127              Add source code filenames to apidoc.
73128              From: simon@brecon.co.uk (Simon Cozens)
73129              Subject: [PATCH embed.pl] Source X-ref
73130              Date: 22 Jun 2000 02:18:49 GMT
73131              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
73132              
73133              Subject: README.hpux version 0.6.1
73134              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
73135              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
73136              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
73137              
73138              Subject: [PATCH 5.6.0] cygwin port
73139              From: "Fifer, Eric" <EFifer@sanwaint.com>
73140              Date: Tue, 20 Jun 2000 14:30:58 +0100
73141              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
73142              
73143              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
73144              From: simon@brecon.co.uk (Simon Cozens)
73145              Date: 19 Jun 2000 15:18:27 GMT
73146              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
73147              
73148              plus update pod/Makefile and regenerate perltoc
73149      Branch: maint-5.6/perl
73150           +> pod/perlutil.pod
73151           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
73152           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
73153 ____________________________________________________________________________
73154 [  7761] By: jhi                                   on 2000/11/20  04:09:55
73155         Log: Miraculous typo.
73156      Branch: perl
73157            ! t/op/pat.t
73158 ____________________________________________________________________________
73159 [  7760] By: jhi                                   on 2000/11/20  04:06:08
73160         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
73161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73162              Date: Sun, 19 Nov 2000 22:30:26 -0500
73163              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
73164      Branch: perl
73165            ! regexec.c scope.h t/op/pat.t
73166 ____________________________________________________________________________
73167 [  7759] By: jhi                                   on 2000/11/20  02:05:22
73168         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
73169      Branch: perl
73170            ! perl.h
73171 ____________________________________________________________________________
73172 [  7758] By: jhi                                   on 2000/11/20  01:58:11
73173         Log: Subject: [perl 7711: EPOC] updates
73174              From: Olaf Flebbe <o.flebbe@gmx.de>
73175              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
73176              Message-ID: <25575.974658810@www23.gmx.net>               
73177      Branch: perl
73178            + lib/File/Spec/Epoc.pm
73179            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
73180            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
73181            ! lib/File/Spec.pm perl.c sv.c
73182 ____________________________________________________________________________
73183 [  7757] By: jhi                                   on 2000/11/20  01:53:11
73184         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
73185      Branch: perl
73186            ! MANIFEST
73187 ____________________________________________________________________________
73188 [  7756] By: jhi                                   on 2000/11/20  01:47:22
73189         Log: Integrate perlio.
73190      Branch: perl
73191            - ext/re/hints/MSWin32.pl
73192           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
73193           !> win32/config.gc win32/config_H.gc win32/win32sck.c
73194 ____________________________________________________________________________
73195 [  7755] By: nick                                  on 2000/11/19  20:57:17
73196         Log: Add dummy crlf layer (just as buffer)
73197              Correct 1st bug - one layer of indirection.
73198      Branch: perlio
73199            ! perlio.c perlio.h perliol.h
73200 ____________________________________________________________________________
73201 [  7754] By: nick                                  on 2000/11/19  20:56:12
73202         Log: Work-round to Perl_deb_nocontext is no longer required
73203      Branch: perlio
73204            - ext/re/hints/MSWin32.pl
73205 ____________________________________________________________________________
73206 [  7753] By: nick                                  on 2000/11/19  20:01:16
73207         Log: diff -se shows these as different
73208      Branch: perlio
73209            ! global.sym pod/perlapi.pod
73210 ____________________________________________________________________________
73211 [  7752] By: nick                                  on 2000/11/19  18:57:30
73212         Log: Configure GCC/Win32 build -Duseperlio
73213              Fix a couple of gross issues
73214              - double-include of ../deb.o in re.dll
73215              - win32sck.c needs PerlIO and FILE 
73216      Branch: perlio
73217            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
73218            ! win32/win32sck.c
73219 ____________________________________________________________________________
73220 [  7751] By: nick                                  on 2000/11/19  17:05:36
73221         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
73222      Branch: perlio
73223            ! perlio.c
73224 ____________________________________________________________________________
73225 [  7750] By: nick                                  on 2000/11/19  16:57:14
73226         Log: Missing aTHX_
73227      Branch: perlio
73228            ! sv.c
73229 ____________________________________________________________________________
73230 [  7749] By: jhi                                   on 2000/11/19  16:28:40
73231         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
73232              From: "Peter J. Farley III" <pjfarley@banet.net>
73233              Date: Sun, 19 Nov 2000 01:42:58 -0500
73234              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
73235      Branch: perl
73236            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
73237 ____________________________________________________________________________
73238 [  7748] By: jhi                                   on 2000/11/19  16:08:10
73239         Log: Subject: podlators 1.05 available        
73240              From: Russ Allbery <rra@stanford.edu>   
73241              Date: 18 Nov 2000 22:04:28 -0800
73242              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
73243      Branch: perl
73244            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
73245 ____________________________________________________________________________
73246 [  7747] By: nick                                  on 2000/11/19  11:19:39
73247         Log: Integrate mainline
73248      Branch: perlio
73249           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
73250           !> util.c
73251 ____________________________________________________________________________
73252 [  7746] By: jhi                                   on 2000/11/19  06:42:22
73253         Log: Make hex scanning warn on "\x{x}" and "\xx".
73254              "\x" and and hex("x") are still valid.
73255      Branch: perl
73256            ! util.c
73257 ____________________________________________________________________________
73258 [  7745] By: nick                                  on 2000/11/18  22:52:28
73259         Log: Integrate mainline
73260      Branch: perlio
73261           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
73262           !> perl.h perlio.c proto.h regcomp.c regcomp.h
73263 ____________________________________________________________________________
73264 [  7744] By: jhi                                   on 2000/11/18  22:50:28
73265         Log: Introduce Perl_utf8_length().  Use it.
73266      Branch: perl
73267            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
73268 ____________________________________________________________________________
73269 [  7743] By: jhi                                   on 2000/11/18  22:38:51
73270         Log: Compiler denit.
73271      Branch: perl
73272            ! perlio.c
73273 ____________________________________________________________________________
73274 [  7742] By: jhi                                   on 2000/11/18  20:33:05
73275         Log: Integrate perlio.
73276      Branch: perl
73277           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
73278           !> perlio.h pp_ctl.c pp_sys.c sv.c
73279 ____________________________________________________________________________
73280 [  7741] By: jhi                                   on 2000/11/18  20:31:27
73281         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
73282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73283              Date: Fri, 17 Nov 2000 20:35:11 -0500
73284              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
73285              
73286              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
73287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73288              Date: Fri, 17 Nov 2000 21:03:47 -0500
73289              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
73290              
73291              Plus a little bit of tweaking in pregcomp().
73292      Branch: perl
73293            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
73294 ____________________________________________________________________________
73295 [  7740] By: nick                                  on 2000/11/18  20:17:22
73296         Log: Lexical use open ... support:
73297              add ->cop_io to COP structure in cop.h.
73298              Make mg.c and gv.c associate it with ${^OPEN}.
73299              Make lib/open.pm set it.
73300              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
73301              manner similar to ->cop_warnings.
73302              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
73303              call new PerlIO_apply_layers().
73304              Declare latter in perlio.h and define in perlio.c
73305      Branch: perlio
73306            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
73307            ! perlio.h pp_ctl.c pp_sys.c sv.c
73308 ____________________________________________________________________________
73309 [  7739] By: jhi                                   on 2000/11/18  19:54:00
73310         Log: Integrate perlio.
73311      Branch: perl
73312           !> doio.c perlio.c pp.c
73313 ____________________________________________________________________________
73314 [  7738] By: jhi                                   on 2000/11/18  17:16:13
73315         Log: Subject: [PATCH 5.7.0] etags broken again
73316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73317              Date: Sat, 18 Nov 2000 02:41:36 -0500
73318              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
73319      Branch: perl
73320            ! emacs/ptags
73321 ____________________________________________________________________________
73322 [  7737] By: jhi                                   on 2000/11/18  17:12:18
73323         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
73324      Branch: perl
73325            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73326 ____________________________________________________________________________
73327 [  7736] By: nick                                  on 2000/11/18  14:06:20
73328         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
73329              part to be isolated.
73330      Branch: perlio
73331            ! doio.c perlio.c
73332 ____________________________________________________________________________
73333 [  7735] By: nick                                  on 2000/11/18  11:03:32
73334         Log: Integrate mainline
73335      Branch: perlio
73336           !> Changes README.amiga README.win32 patchlevel.h
73337           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
73338 ____________________________________________________________________________
73339 [  7734] By: jhi                                   on 2000/11/18  01:18:56
73340         Log: Update Changes.
73341      Branch: perl
73342            ! Changes patchlevel.h
73343 ____________________________________________________________________________
73344 [  7733] By: jhi                                   on 2000/11/18  00:32:54
73345         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
73346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73347              Date: Fri, 17 Nov 2000 17:28:02 -0500
73348              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
73349      Branch: perl
73350            ! regcomp.c regexec.c t/op/re_tests
73351 ____________________________________________________________________________
73352 [  7732] By: jhi                                   on 2000/11/18  00:28:56
73353         Log: Sparc 64-bit pack() fix from Jens Hamisch.
73354      Branch: perl
73355            ! pp.c
73356 ____________________________________________________________________________
73357 [  7731] By: jhi                                   on 2000/11/18  00:18:39
73358         Log: Explain in more detail the {} syntax ambiguousity.
73359              
73360              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
73361              From: Nicholas Clark <nick@ccl4.org>
73362              Date: Fri, 17 Nov 2000 22:10:28 +0000
73363              Message-ID: <20001117221028.A88930@plum.flirble.org>
73364      Branch: perl
73365            ! pod/perlfunc.pod
73366 ____________________________________________________________________________
73367 [  7730] By: jhi                                   on 2000/11/18  00:12:18
73368         Log: Subject: Fix for README.amiga (20000323.033)
73369              From: "Stephen P. Potter" <spp@spotter.yi.org>
73370              Date: Fri, 17 Nov 2000 12:25:51 -0500
73371              Message-Id: <200011171725.MAA05768@spotter.yi.org>
73372      Branch: perl
73373            ! README.amiga
73374 ____________________________________________________________________________
73375 [  7729] By: jhi                                   on 2000/11/18  00:08:34
73376         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
73377              From: "A. C. Yardley" <yardley@tanet.net>
73378              Date: Mon, 3 Apr 2000 11:35:33 -0700
73379              Message-ID: <3483.000403@tanet.net>
73380      Branch: perl
73381            ! README.win32
73382 ____________________________________________________________________________
73383 [  7728] By: nick                                  on 2000/11/17  21:59:47
73384         Log: Integrate mainline
73385      Branch: perlio
73386           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
73387           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
73388           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
73389           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
73390 ____________________________________________________________________________
73391 [  7727] By: nick                                  on 2000/11/17  21:56:31
73392         Log: Experiment on use of attributes.pm interface.
73393              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
73394              SVt_PVRV if not already something better (else vivify of say magic gets
73395              core dump).
73396      Branch: perlio
73397            ! perlio.c pp.c
73398 ____________________________________________________________________________
73399 [  7726] By: jhi                                   on 2000/11/17  14:15:49
73400         Log: Subject: Fix for 20000815.006
73401              From: "Stephen P. Potter" <spp@spotter.yi.org>
73402              Date: Fri, 17 Nov 2000 08:57:45 -0500
73403              Message-Id: <200011171357.IAA05122@spotter.yi.org>
73404              
73405              It's really 20000518.006.
73406      Branch: perl
73407            ! pod/perlmodlib.PL
73408 ____________________________________________________________________________
73409 [  7725] By: jhi                                   on 2000/11/17  14:12:31
73410         Log: Subject: Fix for 20000409.001
73411              From: "Stephen P. Potter" <spp@spotter.yi.org>
73412              Date: Fri, 17 Nov 2000 08:55:45 -0500
73413              Message-Id: <200011171355.IAA05104@spotter.yi.org>
73414      Branch: perl
73415            ! pod/perlfaq9.pod
73416 ____________________________________________________________________________
73417 [  7724] By: jhi                                   on 2000/11/17  14:08:58
73418         Log: Undo #7627 now that we have =head3.
73419      Branch: perl
73420            ! pod/perlhack.pod
73421 ____________________________________________________________________________
73422 [  7723] By: jhi                                   on 2000/11/17  14:04:09
73423         Log: As surmised the #7719 wasn't a good move.
73424      Branch: perl
73425            ! hints/solaris_2.sh
73426 ____________________________________________________________________________
73427 [  7722] By: jhi                                   on 2000/11/17  13:59:04
73428         Log: Also the 64bitall hints can be either here or there.
73429      Branch: perl
73430            ! hints/solaris_2.sh
73431 ____________________________________________________________________________
73432 [  7721] By: jhi                                   on 2000/11/17  02:26:23
73433         Log: Test tweak for the open pragma.
73434      Branch: perl
73435            ! t/lib/b.t
73436 ____________________________________________________________________________
73437 [  7720] By: jhi                                   on 2000/11/17  00:23:22
73438         Log: The long double hints can be here or there.
73439      Branch: perl
73440            ! hints/solaris_2.sh
73441 ____________________________________________________________________________
73442 [  7719] By: jhi                                   on 2000/11/17  00:14:06
73443         Log: For Solaris use64bitall the stdchar needs a little bit of help.
73444      Branch: perl
73445            ! hints/solaris_2.sh
73446 ____________________________________________________________________________
73447 [  7718] By: jhi                                   on 2000/11/16  23:27:34
73448         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
73449              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
73450              Date: Wed, 15 Nov 2000 08:56:32 +0100
73451              Message-ID: <3A1241B0.64477E00@alcatel.at>
73452      Branch: perl
73453            ! lib/Carp/Heavy.pm
73454 ____________________________________________________________________________
73455 [  7717] By: jhi                                   on 2000/11/16  23:23:29
73456         Log: Subject: [PATCH] Re: 20001101.003 PDL
73457              From: Nicholas Clark <nick@ccl4.org>
73458              Date: Thu, 16 Nov 2000 16:48:25 +0000
73459              Message-ID: <20001116164825.B93487@plum.flirble.org>
73460      Branch: perl
73461            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
73462 ____________________________________________________________________________
73463 [  7716] By: jhi                                   on 2000/11/16  23:21:31
73464         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
73465              From: "Casey R. Tweten" <crt@kiski.net>
73466              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
73467              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
73468      Branch: perl
73469            ! lib/Pod/Checker.pm pod/perlpod.pod
73470 ____________________________________________________________________________
73471 [  7715] By: jhi                                   on 2000/11/16  23:19:40
73472         Log: Avoid an infinite loop in VMS when utils scripts are run
73473              with no arguments, from Charles Lane.
73474      Branch: perl
73475            ! configure.com
73476 ____________________________________________________________________________
73477 [  7714] By: jhi                                   on 2000/11/16  23:17:08
73478         Log: Subject: perllocale.pod changes
73479              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
73480              Date: Mon, 13 Nov 2000 10:09:22 +0300
73481              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
73482      Branch: perl
73483            ! pod/perllocale.pod
73484 ____________________________________________________________________________
73485 [  7713] By: jhi                                   on 2000/11/16  23:14:06
73486         Log: Integrate perlio.
73487      Branch: perl
73488           !> doio.c perlio.c perlio.h util.c
73489 ____________________________________________________________________________
73490 [  7712] By: nick                                  on 2000/11/16  21:10:58
73491         Log: Integrate mainline
73492      Branch: perlio
73493           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73494           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
73495           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
73496           !> vos/config.ga.def vos/config.ga.h win32/config.bc
73497           !> win32/config.gc win32/config.vc
73498 ____________________________________________________________________________
73499 [  7711] By: nick                                  on 2000/11/16  19:56:41
73500         Log: Minor tweaks:
73501              consistent way of getting 'rb', 'wb' etc. for binary opens
73502              move *perlio::layers to *open::layers
73503              a #define to show layers available
73504              DOSISH popen/PerlIO had export/import sense inverted.
73505      Branch: perlio
73506            ! doio.c perlio.c perlio.h util.c
73507 ____________________________________________________________________________
73508 [  7710] By: jhi                                   on 2000/11/16  15:46:05
73509         Log: Add HAS_SBRK_PROTO.
73510      Branch: metaconfig/U/perl
73511            + d_sbrkproto.U
73512      Branch: perl
73513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73514            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
73515            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
73516            ! vos/config.ga.def vos/config.ga.h win32/config.bc
73517            ! win32/config.gc win32/config.vc
73518 ____________________________________________________________________________
73519 [  7709] By: nick                                  on 2000/11/16  07:31:49
73520         Log: Integrate mainline
73521      Branch: perlio
73522           !> (integrate 35 files)
73523 ____________________________________________________________________________
73524 [  7708] By: jhi                                   on 2000/11/16  05:33:03
73525         Log: These files are text, not binary.
73526      Branch: perl
73527            ! ext/Encode/Encode/iso8859-10.enc
73528            ! ext/Encode/Encode/iso8859-13.enc
73529            ! ext/Encode/Encode/iso8859-14.enc
73530            ! ext/Encode/Encode/iso8859-15.enc
73531 ____________________________________________________________________________
73532 [  7707] By: jhi                                   on 2000/11/16  01:53:37
73533         Log: Update Changes.
73534      Branch: perl
73535            ! Changes patchlevel.h
73536 ____________________________________________________________________________
73537 [  7706] By: jhi                                   on 2000/11/16  01:35:59
73538         Log: More #undefing of stdio.
73539      Branch: perl
73540            ! fakesdio.h nostdio.h
73541 ____________________________________________________________________________
73542 [  7705] By: jhi                                   on 2000/11/16  01:34:18
73543         Log: Add fwalk() probe to the configuration files and regen perltoc.
73544      Branch: perl
73545            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73546            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
73547            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
73548            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
73549            ! win32/config.bc win32/config.gc win32/config.vc
73550 ____________________________________________________________________________
73551 [  7704] By: jhi                                   on 2000/11/16  01:33:07
73552         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
73553              an optional third argument to Inlibc?)
73554      Branch: metaconfig/U/perl
73555            + d__fwalk.U
73556 ____________________________________________________________________________
73557 [  7703] By: jhi                                   on 2000/11/16  01:09:22
73558         Log: The type of the hash_cb() size argument is tricky.
73559      Branch: perl
73560            ! ext/DB_File/DB_File.xs
73561 ____________________________________________________________________________
73562 [  7702] By: jhi                                   on 2000/11/15  23:01:16
73563         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
73564      Branch: perl
73565            ! nostdio.h
73566 ____________________________________________________________________________
73567 [  7701] By: jhi                                   on 2000/11/15  22:52:32
73568         Log: Detypo.
73569      Branch: perl
73570            ! t/lib/bigfltpm.t
73571 ____________________________________________________________________________
73572 [  7700] By: jhi                                   on 2000/11/15  22:51:56
73573         Log: UINT64_C() work continues.
73574      Branch: perl
73575            ! handy.h perl.h utf8.h
73576 ____________________________________________________________________________
73577 [  7699] By: jhi                                   on 2000/11/15  14:13:04
73578         Log: SOCKS has its own USE_THREADS, based on
73579              
73580              Subject: [ID 20001114.002] et. al. bugfix followup
73581              From: Jens Hamisch <jens@Strawberry.COM> 
73582              Date: Wed, 15 Nov 2000 14:23:11 +0100
73583              Message-ID: <20001115142311.A21164@Strawberry.COM>
73584      Branch: perl
73585            ! perl.h
73586 ____________________________________________________________________________
73587 [  7698] By: jhi                                   on 2000/11/15  03:50:56
73588         Log: Add few missing #undefs and sort them.
73589      Branch: perl
73590            ! fakesdio.h
73591 ____________________________________________________________________________
73592 [  7697] By: jhi                                   on 2000/11/15  03:39:14
73593         Log: Linenumber fix.
73594      Branch: perl
73595            ! t/pragma/warn/utf8
73596 ____________________________________________________________________________
73597 [  7696] By: jhi                                   on 2000/11/15  02:55:26
73598         Log: EBCDIC tweaks.
73599              
73600              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
73601              From: Peter Prymmer <pvhp@forte.com>
73602              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
73603              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
73604      Branch: perl
73605            ! t/op/regmesg.t t/pragma/warn/utf8
73606 ____________________________________________________________________________
73607 [  7695] By: jhi                                   on 2000/11/15  02:53:58
73608         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
73609              From: Peter Prymmer <pvhp@forte.com>
73610              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
73611              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
73612      Branch: perl
73613            ! utf8.c
73614 ____________________________________________________________________________
73615 [  7694] By: jhi                                   on 2000/11/15  02:50:55
73616         Log: Subject: [PATCH: perl@7674] updates to README.os390
73617              From: Prymmer/Kahn <pvhp@best.com>
73618              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
73619              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
73620      Branch: perl
73621            ! README.os390
73622 ____________________________________________________________________________
73623 [  7693] By: jhi                                   on 2000/11/15  02:48:37
73624         Log: Quit utf8_to_uv() instantly if curlen == 0.
73625      Branch: perl
73626            ! utf8.c
73627 ____________________________________________________________________________
73628 [  7692] By: jhi                                   on 2000/11/15  02:24:29
73629         Log: Use u_int32_t for the size of hash_cb(), not size_t.
73630              
73631              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
73632              From: Jens Hamisch <jens@Strawberry.COM>     
73633              Date: Tue, 14 Nov 2000 19:03:55 +0100
73634              Message-Id: <20001114190355.A20559@Strawberry.COM>
73635      Branch: perl
73636            ! ext/DB_File/DB_File.xs
73637 ____________________________________________________________________________
73638 [  7691] By: jhi                                   on 2000/11/15  02:20:12
73639         Log: Use UINT64_C().
73640              
73641              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
73642              From: Jens Hamisch <jens@Strawberry.COM>
73643              Date: Tue, 14 Nov 2000 19:16:23 +0100
73644              Message-Id: <20001114191623.G20559@Strawberry.COM>
73645      Branch: perl
73646            ! utf8.c utf8.h
73647 ____________________________________________________________________________
73648 [  7690] By: jhi                                   on 2000/11/15  02:17:06
73649         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
73650              (a macro to define signed and unsigned integer constants).
73651      Branch: perl
73652            ! handy.h
73653 ____________________________________________________________________________
73654 [  7689] By: jhi                                   on 2000/11/15  01:56:51
73655         Log: Regen Configure.
73656      Branch: perl
73657            ! Configure
73658 ____________________________________________________________________________
73659 [  7688] By: jhi                                   on 2000/11/15  01:56:32
73660         Log: Make the unit know about SOCKS.
73661      Branch: metaconfig
73662            ! U/protos/socksizetype.U
73663 ____________________________________________________________________________
73664 [  7687] By: jhi                                   on 2000/11/15  01:54:47
73665         Log: Remove unused dependencies.
73666      Branch: metaconfig
73667            ! U/compline/d_getpagsz.U
73668 ____________________________________________________________________________
73669 [  7686] By: nick                                  on 2000/11/14  21:25:13
73670         Log: Integrate mainline.
73671      Branch: perlio
73672           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
73673           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
73674           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
73675           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
73676           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
73677           !> win32/config.bc win32/config.gc win32/config.vc
73678           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
73679 ____________________________________________________________________________
73680 [  7685] By: jhi                                   on 2000/11/14  17:54:56
73681         Log: Integrate perlio.
73682      Branch: perl
73683           +> fakesdio.h perliol.h
73684           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
73685           !> perlsdio.h perlsfio.h pod/perlfunc.pod
73686 ____________________________________________________________________________
73687 [  7684] By: nick                                  on 2000/11/14  17:43:04
73688         Log: PerlIO #include and #ifdef re-work.
73689      Branch: perlio
73690            + fakesdio.h perliol.h
73691            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
73692            ! perlsdio.h perlsfio.h
73693 ____________________________________________________________________________
73694 [  7683] By: jhi                                   on 2000/11/14  15:42:40
73695         Log: Hoist the duplicated socket/netdb include logic to perl.h;
73696              undef SETERRNO in case SOCKS has defined it.  Based on:
73697              
73698              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
73699              From: Jens Hamisch <jens@Strawberry.COM> 
73700              Date: Tue, 14 Nov 2000 11:34:40 +0100
73701              Message-Id: <20001114113440.A20005@Strawberry.COM>
73702      Branch: perl
73703            ! doio.c perl.h pp_sys.c
73704 ____________________________________________________________________________
73705 [  7682] By: jhi                                   on 2000/11/14  14:07:28
73706         Log: Subject: some additions for makefiles for win32 (for perl@7674)
73707              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
73708              Date: Tue, 14 Nov 2000 09:31:13 +0300
73709              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
73710      Branch: perl
73711            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
73712            ! win32/makefile.mk
73713 ____________________________________________________________________________
73714 [  7681] By: jhi                                   on 2000/11/14  14:01:41
73715         Log: Subject: tiny typo in perl5db.pl
73716              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
73717              Date: Tue, 14 Nov 2000 09:29:28 +0300
73718              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
73719      Branch: perl
73720            ! lib/perl5db.pl
73721 ____________________________________________________________________________
73722 [  7680] By: jhi                                   on 2000/11/14  04:13:50
73723         Log: Redo #7679 with LFs instead of CRLFs.
73724      Branch: perl
73725            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
73726            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
73727            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
73728 ____________________________________________________________________________
73729 [  7679] By: jhi                                   on 2000/11/14  01:21:09
73730         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
73731              From: Benjamin Stuhl <tiriath@yahoo.com> 
73732              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
73733              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
73734      Branch: perl
73735            + win32/bin/mdelete.bat
73736            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
73737            ! makedef.pl perlio.c win32/Makefile win32/config.gc
73738            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
73739 ____________________________________________________________________________
73740 [  7678] By: jhi                                   on 2000/11/14  01:19:20
73741         Log: Fix the re extension building for Win32.
73742              
73743              Subject: [PATCH perl@7638] Get PerlIO building on Win32
73744              From: Benjamin Stuhl <tiriath@yahoo.com> 
73745              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
73746              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
73747      Branch: perl
73748            + ext/re/hints/MSWin32.pl
73749            ! MANIFEST
73750 ____________________________________________________________________________
73751 [  7677] By: jhi                                   on 2000/11/14  01:13:54
73752         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
73753              From: sthoenna@efn.org
73754              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
73755              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
73756      Branch: perl
73757            ! doop.c pp.c toke.c utf8.c utf8.h
73758 ____________________________________________________________________________
73759 [  7676] By: jhi                                   on 2000/11/13  20:23:15
73760         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
73761              From: Nicholas Clark <nick@ccl4.org>
73762              Date: Mon, 13 Nov 2000 18:55:04 +0000
73763              Message-ID: <20001113185504.J29183@plum.flirble.org>
73764      Branch: perl
73765            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
73766 ____________________________________________________________________________
73767 [  7675] By: nick                                  on 2000/11/13  20:21:57
73768         Log: Integrate mainline ...
73769      Branch: perlio
73770           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
73771           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
73772           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
73773           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
73774 ____________________________________________________________________________
73775 [  7674] By: jhi                                   on 2000/11/13  15:07:56
73776         Log: Update Changes.
73777      Branch: perl
73778            ! Changes patchlevel.h
73779 ____________________________________________________________________________
73780 [  7673] By: jhi                                   on 2000/11/13  14:42:42
73781         Log: Remove the new two tests of lib/io_xs for now, they seem to
73782              fail under perlio on some platforms.
73783      Branch: perl
73784            ! t/lib/io_xs.t
73785 ____________________________________________________________________________
73786 [  7672] By: jhi                                   on 2000/11/13  13:57:53
73787         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
73788      Branch: perl
73789            ! perlio.c
73790 ____________________________________________________________________________
73791 [  7671] By: jhi                                   on 2000/11/13  05:30:48
73792         Log: Placate nervous compilers that see longer than ints switch()ing.
73793      Branch: perl
73794            ! utf8.c
73795 ____________________________________________________________________________
73796 [  7670] By: jhi                                   on 2000/11/13  05:14:21
73797         Log: fputs() does return EOF on error but here we don't care.
73798      Branch: perl
73799            ! perlio.c
73800 ____________________________________________________________________________
73801 [  7669] By: jhi                                   on 2000/11/13  05:02:45
73802         Log: Declare reg_data like reg_substr_data.
73803      Branch: perl
73804            ! regexp.h
73805 ____________________________________________________________________________
73806 [  7668] By: jhi                                   on 2000/11/13  04:54:34
73807         Log: Typos in #7667.
73808      Branch: perl
73809            ! perl.h
73810 ____________________________________________________________________________
73811 [  7667] By: jhi                                   on 2000/11/13  04:49:49
73812         Log: Cleanup messy #ifdef.
73813      Branch: perl
73814            ! perl.h
73815 ____________________________________________________________________________
73816 [  7666] By: jhi                                   on 2000/11/13  04:17:34
73817         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
73818              From: Nicholas Clark <nick@talking.bollo.cx>
73819              Date: Sun, 12 Nov 2000 21:14:11 +0000
73820              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
73821              
73822              Note: only one breakage of the two reported is fixed by this patch.
73823      Branch: perl
73824            ! perlio.c
73825 ____________________________________________________________________________
73826 [  7665] By: jhi                                   on 2000/11/13  04:05:07
73827         Log: Tweak the definition of the bit complement on UTF-8 data:
73828              if none of the characters in the string are > 0xff,
73829              the result is a complemented byte string, not a (UTF-8)
73830              char string.  Based on the summary in
73831              
73832              Subject: Re: [ID 20000918.005] ~ on wide chars
73833              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
73834              Date: Fri, 10 Nov 2000 09:47:15 -0800
73835              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
73836              
73837              This should give us the maximum backward (pre-char string)
73838              compatibility and utf8 compatibility.  The other alternative
73839              would be to limit the bit complement to be always byte only,
73840              taking the least significant byte of the chars.
73841      Branch: perl
73842            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
73843 ____________________________________________________________________________
73844 [  7664] By: jhi                                   on 2000/11/13  00:23:44
73845         Log: Couple of tests from #7660 salvaged.
73846      Branch: perl
73847            - t/op/tell.t
73848            ! MANIFEST t/io/tell.t
73849 ____________________________________________________________________________
73850 [  7663] By: jhi                                   on 2000/11/13  00:02:48
73851         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
73852              From: Nicholas Clark <nick@talking.bollo.cx>
73853              Date: Sun, 12 Nov 2000 21:23:43 +0000
73854              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
73855      Branch: perl
73856            ! perlsfio.h
73857 ____________________________________________________________________________
73858 [  7662] By: jhi                                   on 2000/11/13  00:01:39
73859         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
73860              From: Nicholas Clark <nick@talking.bollo.cx>
73861              Date: Sun, 12 Nov 2000 21:30:04 +0000
73862              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
73863      Branch: perl
73864            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
73865 ____________________________________________________________________________
73866 [  7661] By: jhi                                   on 2000/11/12  23:57:29
73867         Log: Document tell() on special streams.
73868      Branch: perl
73869            ! pod/perlfunc.pod
73870 ____________________________________________________________________________
73871 [  7660] By: jhi                                   on 2000/11/12  23:54:22
73872         Log: (Subsumed by #7664)
73873      Branch: perl
73874            + t/op/tell.t
73875            ! MANIFEST
73876 ____________________________________________________________________________
73877 [  7659] By: jhi                                   on 2000/11/12  22:55:25
73878         Log: Many subdocumented return values of the IO extension now documented.
73879              ungetc and write still left subdocumented.
73880              
73881              Subject: [PATCH] (was Re: IO::Handle::ungetc)
73882              From: Nicholas Clark <nick@talking.bollo.cx>
73883              Date: Sun, 12 Nov 2000 21:35:53 +0000
73884              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
73885      Branch: perl
73886            ! ext/IO/lib/IO/Handle.pm
73887 ____________________________________________________________________________
73888 [  7658] By: jhi                                   on 2000/11/12  21:37:06
73889         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
73890              From: Nicholas Clark <nick@talking.bollo.cx>
73891              Date: Sun, 12 Nov 2000 20:03:22 +0000
73892              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
73893      Branch: perl
73894            ! pod/perlfunc.pod
73895 ____________________________________________________________________________
73896 [  7657] By: jhi                                   on 2000/11/12  20:34:55
73897         Log: Integrate perlio.
73898      Branch: perl
73899           !> perlio.c
73900 ____________________________________________________________________________
73901 [  7656] By: nick                                  on 2000/11/12  19:25:06
73902         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
73903      Branch: perlio
73904            ! perlio.c
73905 ____________________________________________________________________________
73906 [  7655] By: nick                                  on 2000/11/12  19:09:41
73907         Log: Integrate mainline
73908      Branch: perlio
73909           +> README.solaris ext/Encode/Encode/cp1006.enc
73910           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
73911           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
73912           +> ext/Encode/Encode/iso8859-13.enc
73913           +> ext/Encode/Encode/iso8859-14.enc
73914           +> ext/Encode/Encode/iso8859-15.enc
73915           !> (integrate 34 files)
73916 ____________________________________________________________________________
73917 [  7654] By: jhi                                   on 2000/11/12  19:00:22
73918         Log: Add a metaconfig unit for fsync.
73919      Branch: metaconfig/U/perl
73920            + d_fsync.U
73921 ____________________________________________________________________________
73922 [  7653] By: jhi                                   on 2000/11/12  19:00:01
73923         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
73924      Branch: perl
73925            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73926            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
73927            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
73928            ! vos/config.ga.h win32/config.bc win32/config.gc
73929            ! win32/config.vc
73930 ____________________________________________________________________________
73931 [  7652] By: jhi                                   on 2000/11/11  21:12:01
73932         Log: Copy the s// information of README.hpux also to the perlrun.
73933      Branch: perl
73934            ! README.hpux pod/perlrun.pod
73935 ____________________________________________________________________________
73936 [  7651] By: jhi                                   on 2000/11/11  21:03:13
73937         Log: More README.solaris updates from Andy Dougherty.
73938      Branch: perl
73939            ! README.solaris
73940 ____________________________________________________________________________
73941 [  7650] By: jhi                                   on 2000/11/11  18:38:57
73942         Log: More descriptive error for unknown perlio layers.
73943              
73944              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
73945              From: Dominic Dunlop <domo@computer.org> 
73946              Date: Sat, 11 Nov 2000 18:20:32 +0100             
73947              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
73948      Branch: perl
73949            ! perlio.c pod/perldiag.pod
73950 ____________________________________________________________________________
73951 [  7649] By: jhi                                   on 2000/11/11  18:37:52
73952         Log: MachTen doesn't really do mmap() and munmap().
73953              
73954              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
73955              From: Dominic Dunlop <domo@computer.org> 
73956              Date: Sat, 11 Nov 2000 18:20:32 +0100             
73957              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
73958      Branch: perl
73959            ! hints/machten.sh
73960 ____________________________________________________________________________
73961 [  7648] By: jhi                                   on 2000/11/11  18:36:46
73962         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
73963              From: rspier@pobox.com (Robert Spier)
73964              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
73965              Message-ID: <14861.32839.491271.985797@rls.cx>
73966      Branch: perl
73967            ! Porting/Contract pod/perltoot.pod
73968 ____________________________________________________________________________
73969 [  7647] By: jhi                                   on 2000/11/11  18:35:30
73970         Log: Simplify the getpagesize() unit by dropping the
73971              pagesize probe since it's nowadays slightly more
73972              complicated because of sysconf(). (Note: if some
73973              platform really needs the -lPW for getpagesize,
73974              I just broke it.)
73975              
73976              TODO: a new pagesize unit.
73977      Branch: metaconfig
73978            ! U/compline/d_getpagsz.U
73979 ____________________________________________________________________________
73980 [  7646] By: jhi                                   on 2000/11/11  18:33:23
73981         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
73982      Branch: perl
73983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73984            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
73985            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
73986            ! vos/config.ga.h win32/config.bc win32/config.gc
73987            ! win32/config.vc
73988 ____________________________________________________________________________
73989 [  7645] By: jhi                                   on 2000/11/11  16:45:15
73990         Log: Use sysconf() or getpagesize() to find out the pagesize.
73991      Branch: perl
73992            ! perlio.c
73993 ____________________________________________________________________________
73994 [  7644] By: jhi                                   on 2000/11/11  15:46:08
73995         Log: Integrate perlio.
73996      Branch: perl
73997           !> perlio.c
73998 ____________________________________________________________________________
73999 [  7643] By: jhi                                   on 2000/11/11  15:33:36
74000         Log: Subject: Re: [PATCH] README.solaris
74001              From: Lupe Christoph <lupe@lupe-christoph.de>
74002              Date: Sat, 11 Nov 2000 14:08:10 +0100
74003              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
74004      Branch: perl
74005            ! README.solaris
74006 ____________________________________________________________________________
74007 [  7642] By: jhi                                   on 2000/11/11  15:22:12
74008         Log: Subject: [PATCH perl@7638] cygwin port
74009              From: "Eric Fifer" <egf7@columbia.edu>            
74010              Date: Fri, 10 Nov 2000 19:30:30 -0000
74011              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
74012      Branch: perl
74013            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
74014 ____________________________________________________________________________
74015 [  7641] By: nick                                  on 2000/11/11  14:50:36
74016         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
74017              Also call "Buf" layer directly when unread'ing non-read chars.
74018      Branch: perlio
74019            ! perlio.c
74020 ____________________________________________________________________________
74021 [  7640] By: jhi                                   on 2000/11/11  02:05:02
74022         Log: Add more encoding tables.
74023      Branch: perl
74024            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
74025            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
74026            + ext/Encode/Encode/iso8859-10.enc
74027            + ext/Encode/Encode/iso8859-13.enc
74028            + ext/Encode/Encode/iso8859-14.enc
74029            + ext/Encode/Encode/iso8859-15.enc
74030            ! MANIFEST
74031 ____________________________________________________________________________
74032 [  7639] By: jhi                                   on 2000/11/10  18:49:25
74033         Log: Subject: [PATCH] README.solaris
74034              From: Andy Dougherty <doughera@lafayette.edu>
74035              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
74036              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
74037      Branch: perl
74038            + README.solaris
74039            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
74040            ! pod/perl.pod pod/perltoc.pod
74041 ____________________________________________________________________________
74042 [  7638] By: jhi                                   on 2000/11/10  15:04:15
74043         Log: Update Changes.
74044      Branch: perl
74045            ! Changes patchlevel.h
74046 ____________________________________________________________________________
74047 [  7637] By: jhi                                   on 2000/11/10  14:14:28
74048         Log: Explain better why certain regex tests are skipped.
74049              
74050              Subject: Re: tests skipped: unknown reason
74051              From: Lupe Christoph <lupe@lupe-christoph.de>
74052              Date: Fri, 10 Nov 2000 09:08:56 +0100
74053              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
74054      Branch: perl
74055            ! t/op/regexp.t
74056 ____________________________________________________________________________
74057 [  7636] By: nick                                  on 2000/11/10  13:40:00
74058         Log: Integrate mainline.
74059      Branch: perlio
74060           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
74061           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
74062           !> win32/bin/search.pl
74063 ____________________________________________________________________________
74064 [  7635] By: nick                                  on 2000/11/10  13:25:52
74065         Log: Re-instate stdio large file support via perlio.
74066      Branch: perl
74067            ! perlio.c
74068 ____________________________________________________________________________
74069 [  7634] By: jhi                                   on 2000/11/10  04:49:55
74070         Log: Amdahl UTS hints updates.
74071              
74072              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
74073              From: hom00@utsglobal.com (Harold O Morris)
74074              Date: Thu, 9 Nov 2000 20:02 PST
74075              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
74076      Branch: perl
74077            ! hints/uts.sh
74078 ____________________________________________________________________________
74079 [  7633] By: jhi                                   on 2000/11/09  23:33:28
74080         Log: Subject: [PATCH] IO::Seekable pod
74081              From: Nicholas Clark <nick@talking.bollo.cx>
74082              Date: Thu, 9 Nov 2000 20:29:45 +0000
74083              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
74084      Branch: perl
74085            ! ext/IO/lib/IO/Handle.pm
74086 ____________________________________________________________________________
74087 [  7632] By: jhi                                   on 2000/11/09  21:55:41
74088         Log: Various doc oddball characters.
74089              
74090              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
74091              From: Michael Somos <somos@grail.cba.csuohio.edu>
74092              Date: Mon, 6 Nov 2000 17:44:20 -0500
74093              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
74094      Branch: perl
74095            ! emacs/cperl-mode.el lib/unicode/syllables.txt
74096            ! win32/bin/search.pl
74097 ____________________________________________________________________________
74098 [  7631] By: jhi                                   on 2000/11/09  21:12:29
74099         Log: Subject: Re: bash -c exit and linux hints 
74100              From: "John P. Linderman" <jpl@research.att.com>
74101              Date: Thu, 02 Nov 2000 09:37:25 -0500
74102              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
74103      Branch: perl
74104            ! hints/linux.sh
74105 ____________________________________________________________________________
74106 [  7630] By: nick                                  on 2000/11/09  20:34:11
74107         Log: Integrate mainline.
74108      Branch: perlio
74109           !> (integrate 91 files)
74110 ____________________________________________________________________________
74111 [  7629] By: jhi                                   on 2000/11/09  19:46:31
74112         Log: Missing dTHXs.
74113              
74114              Subject: RE: perl@7595 builds not on cygwin
74115              From: "Eric Fifer" <egf7@columbia.edu>
74116              Date: Thu, 9 Nov 2000 19:26:50 -0000
74117              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
74118      Branch: perl
74119            ! ext/Devel/Peek/Peek.xs
74120 ____________________________________________________________________________
74121 [  7628] By: jhi                                   on 2000/11/09  14:48:27
74122         Log: Disable only the tests 99 and 166 for UTF-8 locales.
74123      Branch: perl
74124            ! t/pragma/locale.t
74125 ____________________________________________________________________________
74126 [  7627] By: jhi                                   on 2000/11/09  14:40:27
74127         Log: There's no =head3.
74128      Branch: perl
74129            ! pod/perlhack.pod
74130 ____________________________________________________________________________
74131 [  7626] By: jhi                                   on 2000/11/09  13:54:26
74132         Log: The generated boot_* headers are wrong.  Pickier compiler,
74133              such as KAI C++ will refuse to compile the resulting perlmain.
74134              
74135              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
74136              From: Harri Pasanen <harri.pasanen@trema.com>
74137              Date: Thu, 09 Nov 2000 14:23:28 +0100
74138              Message-Id: <3A0AA550.26D548A3@trema.com>
74139      Branch: perl
74140            ! minimod.pl
74141 ____________________________________________________________________________
74142 [  7625] By: jhi                                   on 2000/11/09  13:50:44
74143         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
74144              From: Prymmer/Kahn <pvhp@best.com>
74145              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
74146              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
74147              
74148              All except the "cow orker" change.
74149      Branch: perl
74150            ! Porting/pumpkin.pod
74151 ____________________________________________________________________________
74152 [  7624] By: jhi                                   on 2000/11/09  13:45:33
74153         Log: Fix for
74154              
74155              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
74156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
74157              Date: Thu, 09 Nov 2000 11:05:52 +0100
74158              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
74159      Branch: perl
74160            ! pod/perldiag.pod t/pragma/warn/pp_sys
74161 ____________________________________________________________________________
74162 [  7623] By: jhi                                   on 2000/11/09  13:37:16
74163         Log: Typo in an ifndef.
74164              
74165              Subject: Re: [PATCH 5.7.0] better messages from malloc()
74166              From: Joe Smith <jms@inwap.com>         
74167              Date: Thu, 09 Nov 2000 01:33:14 -0800
74168              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
74169      Branch: perl
74170            ! malloc.c
74171 ____________________________________________________________________________
74172 [  7622] By: jhi                                   on 2000/11/09  13:31:18
74173         Log: Remove unused extra arguments.
74174      Branch: metaconfig/U/perl
74175            ! perlxv.U
74176      Branch: perl
74177            ! Configure config_h.SH
74178 ____________________________________________________________________________
74179 [  7621] By: jhi                                   on 2000/11/09  13:16:36
74180         Log: More VMS moves on environment handling, from Charles Lane.
74181      Branch: perl
74182            ! t/pragma/locale.t
74183 ____________________________________________________________________________
74184 [  7620] By: jhi                                   on 2000/11/09  04:42:38
74185         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
74186              From: David Dyck <dcd@tc.fluke.com>
74187              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
74188              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
74189      Branch: perl
74190            ! pp_sys.c
74191 ____________________________________________________________________________
74192 [  7619] By: jhi                                   on 2000/11/09  04:36:21
74193         Log: Forgot from #7618.
74194      Branch: perl
74195            ! lib/File/stat.pm
74196 ____________________________________________________________________________
74197 [  7618] By: jhi                                   on 2000/11/09  04:28:44
74198         Log: Make deleting for %ENV work for (newer versions of) VMS,
74199              from Craig A. Berry.
74200      Branch: perl
74201            ! vms/vms.c
74202 ____________________________________________________________________________
74203 [  7617] By: jhi                                   on 2000/11/09  04:25:05
74204         Log: Subject: [PATCH] Class::Struct at compile time
74205              From: "Casey R. Tweten" <crt@kiski.net>
74206              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
74207              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
74208      Branch: perl
74209            ! lib/Class/Struct.pm
74210 ____________________________________________________________________________
74211 [  7616] By: jhi                                   on 2000/11/09  04:15:17
74212         Log: Subject: [ID 20001108.013] spelling
74213              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
74214              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
74215              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
74216      Branch: perl
74217            ! lib/ftp.pl
74218 ____________________________________________________________________________
74219 [  7615] By: jhi                                   on 2000/11/09  04:12:42
74220         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
74221              From: Peter Prymmer <pvhp@forte.com>
74222              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
74223              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
74224      Branch: perl
74225            ! configure.com
74226 ____________________________________________________________________________
74227 [  7614] By: jhi                                   on 2000/11/08  22:42:55
74228         Log: A missing aTHX_.
74229      Branch: perl
74230            ! ext/IPC/SysV/SysV.xs
74231 ____________________________________________________________________________
74232 [  7613] By: jhi                                   on 2000/11/08  19:30:21
74233         Log: Update Changes.
74234      Branch: perl
74235            ! Changes patchlevel.h
74236 ____________________________________________________________________________
74237 [  7612] By: jhi                                   on 2000/11/08  18:35:25
74238         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
74239              From: David Dyck <dcd@tc.fluke.com>
74240              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
74241              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
74242      Branch: perl
74243            ! pp_sys.c
74244 ____________________________________________________________________________
74245 [  7611] By: jhi                                   on 2000/11/08  18:30:26
74246         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
74247              From: Dominic Dunlop <domo@computer.org>
74248              Date: Tue, 7 Nov 2000 12:05:25 +0100
74249              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
74250      Branch: perl
74251            ! malloc.c
74252 ____________________________________________________________________________
74253 [  7610] By: jhi                                   on 2000/11/08  18:25:14
74254         Log: Do not test UTF-8 locales since that the tests would require
74255              polymorphic regexen.
74256      Branch: perl
74257            ! t/pragma/locale.t
74258 ____________________________________________________________________________
74259 [  7609] By: jhi                                   on 2000/11/08  17:12:51
74260         Log: Locale buglets.
74261              
74262              Subject: RE: Locales support (setlocale) fixes
74263              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
74264              Date: Wed, 8 Nov 2000 20:01:39 +0300
74265              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
74266      Branch: perl
74267            ! t/pragma/locale.t util.c
74268 ____________________________________________________________________________
74269 [  7608] By: jhi                                   on 2000/11/08  17:00:16
74270         Log: Deleting $ENV{PATH} in VMS is not recommendable.
74271      Branch: perl
74272            ! t/pragma/locale.t
74273 ____________________________________________________________________________
74274 [  7607] By: jhi                                   on 2000/11/08  16:58:26
74275         Log: Subject: PATCH std stdio for (Free)BSD
74276              From: Nicholas Clark <nick@ccl4.org>
74277              Date: Wed, 8 Nov 2000 15:36:29 +0000
74278              Message-ID: <20001108153629.D98736@plum.flirble.org>
74279      Branch: metaconfig
74280            ! U/compline/d_stdstdio.U
74281      Branch: perl
74282            ! Configure config_h.SH
74283 ____________________________________________________________________________
74284 [  7606] By: jhi                                   on 2000/11/08  16:43:31
74285         Log: Forgot to bump the line numbers in #7601.
74286      Branch: perl
74287            ! t/pragma/warn/pp_sys
74288 ____________________________________________________________________________
74289 [  7605] By: jhi                                   on 2000/11/08  16:39:12
74290         Log: More careful detection of how well NVs and UVs mix.
74291              
74292              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))
74293              From: Nicholas Clark <nick@ccl4.org>
74294              Date: Wed, 8 Nov 2000 15:14:12 +0000
74295              Message-ID: <20001108151412.B98736@plum.flirble.org>
74296              
74297              Added some SIGFPE paranoia.
74298      Branch: metaconfig/U/perl
74299            ! perlxv.U
74300      Branch: perl
74301            ! Configure config_h.SH
74302 ____________________________________________________________________________
74303 [  7604] By: jhi                                   on 2000/11/08  14:39:10
74304         Log: Subject: [patch perl@7595] VMS configure.com tweak
74305              From: "Craig A. Berry" <craigberry@mac.com>
74306              Date: Wed, 8 Nov 2000 00:24:12 -0600
74307              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
74308      Branch: perl
74309            ! configure.com
74310 ____________________________________________________________________________
74311 [  7603] By: jhi                                   on 2000/11/08  14:27:11
74312         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
74313              From: Robin Barker <rmb1@cise.npl.co.uk>
74314              Date: Wed, 8 Nov 2000 11:11:39 GMT
74315              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
74316      Branch: perl
74317            ! perlio.c
74318 ____________________________________________________________________________
74319 [  7602] By: jhi                                   on 2000/11/08  14:25:03
74320         Log: Fix for the tie-refhash string table leaks.
74321              
74322              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
74323              Date: Wed, 8 Nov 2000 13:03:04 GMT
74324              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
74325      Branch: perl
74326            ! t/lib/tie-refhash.t
74327 ____________________________________________________________________________
74328 [  7601] By: jhi                                   on 2000/11/08  14:21:08
74329         Log: Try to avoid flockless and emulationless places.
74330      Branch: perl
74331            ! t/pragma/warn/pp_sys
74332 ____________________________________________________________________________
74333 [  7600] By: jhi                                   on 2000/11/08  02:28:54
74334         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
74335              
74336              Subject: [PATCH] prototyped functions that should be overrideable
74337              From: "Casey R. Tweten" <crt@kiski.net>
74338              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
74339              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
74340      Branch: perl
74341            ! toke.c
74342 ____________________________________________________________________________
74343 [  7599] By: jhi                                   on 2000/11/08  01:12:05
74344         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
74345              
74346              Subject: [PATCH] perlbug.PL
74347              From: "Kurt D. Starsinic" <kstar@chapin.edu>
74348              Date: Mon, 6 Nov 2000 21:39:01 -0500
74349              Message-ID: <20001106213901.B20955@O2.chapin.edu>
74350      Branch: perl
74351            ! utils/perlbug.PL
74352 ____________________________________________________________________________
74353 [  7598] By: jhi                                   on 2000/11/07  23:42:00
74354         Log: Bad thinko in #7581 (I used the test program with the expanded
74355              values as-is).
74356      Branch: metaconfig
74357            ! U/compline/d_stdstdio.U
74358      Branch: perl
74359            ! Configure
74360 ____________________________________________________________________________
74361 [  7597] By: jhi                                   on 2000/11/07  21:43:29
74362         Log: Subject: [PATCH perl@7573] cygwin port
74363              From: "Fifer, Eric" <EFifer@sanwaint.com>
74364              Date: Tue, 7 Nov 2000 18:08:51 -0000 
74365              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
74366              
74367              Synchronize with Cygwin 1.1.5.
74368      Branch: perl
74369            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
74370            ! pod/perlport.pod unixish.h util.c
74371 ____________________________________________________________________________
74372 [  7596] By: jhi                                   on 2000/11/07  21:39:25
74373         Log: perlhack updates from H.Merijn Brand.
74374      Branch: perl
74375            ! pod/perlhack.pod
74376 ____________________________________________________________________________
74377 [  7595] By: jhi                                   on 2000/11/07  20:21:41
74378         Log: Update Changes.
74379      Branch: perl
74380            ! Changes patchlevel.h
74381 ____________________________________________________________________________
74382 [  7594] By: jhi                                   on 2000/11/07  19:18:58
74383         Log: Be more robust in Dynaloader.pm.
74384      Branch: perl
74385            ! ext/DynaLoader/DynaLoader_pm.PL
74386 ____________________________________________________________________________
74387 [  7593] By: jhi                                   on 2000/11/07  16:49:31
74388         Log: AUTHORS update.
74389      Branch: perl
74390            ! AUTHORS
74391 ____________________________________________________________________________
74392 [  7592] By: gsar                                  on 2000/11/07  16:39:51
74393         Log: normalize relative paths in virtualized current directory on windows,
74394              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
74395              returns)
74396      Branch: perl
74397            ! win32/vdir.h
74398 ____________________________________________________________________________
74399 [  7591] By: jhi                                   on 2000/11/07  16:04:26
74400         Log: Too profiler-happy: with optimization the #7590 actually makes
74401              the test to run 0.5% _slower_.  Requires much more instrumentation.
74402              Retract #7590.
74403      Branch: perl
74404            ! regcomp.c regcomp.h
74405 ____________________________________________________________________________
74406 [  7590] By: jhi                                   on 2000/11/07  15:51:13
74407         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
74408              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
74409              by using memset() and testing bytewise (as opposed to bitwise).
74410      Branch: perl
74411            ! regcomp.c regcomp.h
74412 ____________________________________________________________________________
74413 [  7589] By: jhi                                   on 2000/11/07  12:56:39
74414         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
74415              From: "Craig A. Berry" <craig.berry@psinetcs.com>
74416              Date: Mon, 06 Nov 2000 23:45:30 -0500
74417              Message-Id: <0011079735.AA973576259@univpress.com>
74418      Branch: perl
74419            ! configure.com t/lib/st-lock.t
74420 ____________________________________________________________________________
74421 [  7588] By: jhi                                   on 2000/11/07  01:03:28
74422         Log: Tweak #7587.
74423      Branch: perl
74424            ! pod/perldiag.pod
74425 ____________________________________________________________________________
74426 [  7587] By: jhi                                   on 2000/11/07  01:00:27
74427         Log: A doc addition for bug id 20001105.019, beware \p.
74428      Branch: perl
74429            ! pod/perldiag.pod
74430 ____________________________________________________________________________
74431 [  7586] By: jhi                                   on 2000/11/07  00:32:22
74432         Log: Fake support of holey files in win/dosish platforms.
74433              
74434              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
74435              From: kipp@shonanblue.ne.jp
74436              Date: Mon, 6 Nov 2000 13:30:55 -0800
74437              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
74438      Branch: perl
74439            ! ext/SDBM_File/sdbm/sdbm.c
74440 ____________________________________________________________________________
74441 [  7585] By: jhi                                   on 2000/11/07  00:12:54
74442         Log: Subject: Pod updates
74443              From: "Stephen P. Potter" <spp@spotter.yi.org>
74444              Date: Mon, 06 Nov 2000 18:56:43 -0500
74445              Message-Id: <200011062357.SAA18173@spotter.yi.org>
74446      Branch: perl
74447            ! README.dos README.os2 README.win32 pod/buildtoc.PL
74448            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
74449            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
74450            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
74451            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
74452            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
74453            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
74454            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
74455            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
74456            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
74457            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
74458            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
74459            ! pod/perltootc.pod pod/perlunicode.pod
74460 ____________________________________________________________________________
74461 [  7584] By: jhi                                   on 2000/11/07  00:04:17
74462         Log: Varargs don't always work too well if one puts an unsigned
74463              char on the stack and pop an unsigned quad off the stack.
74464              
74465              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
74466              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
74467              Date: Mon, 06 Nov 2000 15:19:05 -0800
74468              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
74469      Branch: perl
74470            ! utf8.c
74471 ____________________________________________________________________________
74472 [  7583] By: jhi                                   on 2000/11/06  23:58:48
74473         Log: %ENV note tweaks from Dan Sugalski.
74474      Branch: perl
74475            ! pod/perlport.pod vms/perlvms.pod
74476 ____________________________________________________________________________
74477 [  7582] By: jhi                                   on 2000/11/06  23:05:49
74478         Log: glibc5 detection by __GNU_LIBRARY__.
74479      Branch: perl
74480            ! toke.c
74481 ____________________________________________________________________________
74482 [  7581] By: jhi                                   on 2000/11/06  22:51:29
74483         Log: Make the stdio test program of 7427 less noisy while being 
74484              compiled so that Digital UNIX wouldn't get both
74485              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
74486              undefined.  This makes perlio happy.
74487      Branch: metaconfig
74488            ! U/compline/d_stdstdio.U
74489      Branch: perl
74490            ! Configure config_h.SH
74491 ____________________________________________________________________________
74492 [  7580] By: jhi                                   on 2000/11/06  22:41:41
74493         Log: Document %ENV = () portability issues.
74494      Branch: perl
74495            ! pod/perlport.pod vms/perlvms.pod
74496 ____________________________________________________________________________
74497 [  7579] By: jhi                                   on 2000/11/06  21:29:24
74498         Log: VOS updates from Paul Green.
74499      Branch: perl
74500            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
74501 ____________________________________________________________________________
74502 [  7578] By: jhi                                   on 2000/11/06  21:00:40
74503         Log: Sanitize the environment further.
74504      Branch: perl
74505            ! t/pragma/locale.t
74506 ____________________________________________________________________________
74507 [  7577] By: jhi                                   on 2000/11/06  20:53:51
74508         Log: Re-introduce 7552 lost in integration.
74509      Branch: perl
74510            ! perlio.c
74511 ____________________________________________________________________________
74512 [  7576] By: jhi                                   on 2000/11/06  20:33:46
74513         Log: Admit that the test leaks scalars.
74514      Branch: perl
74515            ! t/comp/proto.t
74516 ____________________________________________________________________________
74517 [  7575] By: jhi                                   on 2000/11/06  20:17:08
74518         Log: Integrate perlio.
74519      Branch: perl
74520           !> perlio.c
74521 ____________________________________________________________________________
74522 [  7574] By: nick                                  on 2000/11/06  20:07:28
74523         Log: Remove debug. Try (Mmap_t) on madvise() call.
74524      Branch: perlio
74525            ! perlio.c
74526 ____________________________________________________________________________
74527 [  7573] By: jhi                                   on 2000/11/06  13:56:05
74528         Log: Update Changes.
74529      Branch: perl
74530            ! Changes patchlevel.h
74531 ____________________________________________________________________________
74532 [  7572] By: jhi                                   on 2000/11/06  13:48:41
74533         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
74534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74535              Date: Mon, 06 Nov 2000 10:11:42 +0100
74536              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
74537      Branch: perl
74538            ! pod/perlhack.pod
74539 ____________________________________________________________________________
74540 [  7571] By: jhi                                   on 2000/11/06  01:45:51
74541         Log: AUTHORS updates.
74542      Branch: perl
74543            ! AUTHORS
74544 ____________________________________________________________________________
74545 [  7570] By: jhi                                   on 2000/11/06  00:18:00
74546         Log: Fix for
74547              
74548              Subject: [ID 20000728.005] perl -P broken
74549              From: David Dyck <dcd@tc.fluke.com>
74550              Date: Fri, 28 Jul 2000 17:19:16 -0700
74551              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
74552              
74553              (hopefully).  The fix is also not complete, it seems to break
74554              BOM swallowing for libc5 systems, but until someone figures
74555              out a way to do this without ftell(), this will do.
74556      Branch: perl
74557            ! toke.c
74558 ____________________________________________________________________________
74559 [  7569] By: jhi                                   on 2000/11/06  00:05:30
74560         Log: Document that the evaled syntax errors cause scalar leaks.
74561      Branch: perl
74562            ! t/comp/proto.t
74563 ____________________________________________________________________________
74564 [  7568] By: jhi                                   on 2000/11/05  23:14:47
74565         Log: opmini.o can linger from Configures past.
74566      Branch: perl
74567            ! Makefile.SH
74568 ____________________________________________________________________________
74569 [  7567] By: jhi                                   on 2000/11/05  21:28:39
74570         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
74571              first argument correctly.
74572      Branch: perl
74573            ! perlio.c
74574 ____________________________________________________________________________
74575 [  7566] By: jhi                                   on 2000/11/05  21:15:56
74576         Log: Integrate perlio.
74577      Branch: perl
74578           !> perlio.c
74579 ____________________________________________________________________________
74580 [  7565] By: jhi                                   on 2000/11/05  21:15:13
74581         Log: Use -dM for gcc (the suggested patch did it only for Linux,
74582              but I think it can be generalized).
74583              
74584              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
74585              From: Pixel <pixel@mandrakesoft.com>
74586              Date: 05 Nov 2000 21:49:34 +0100 
74587              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
74588      Branch: perl
74589            ! ext/Errno/Errno_pm.PL
74590 ____________________________________________________________________________
74591 [  7564] By: nick                                  on 2000/11/05  21:09:18
74592         Log: Added a mmap layer as a "subclass" of perlio.
74593              PERLIO=mmap ./perl harness passes
74594      Branch: perlio
74595            ! perlio.c
74596 ____________________________________________________________________________
74597 [  7563] By: jhi                                   on 2000/11/05  19:48:55
74598         Log: Add a note for future generations about bug id 20000229.006.
74599      Branch: perl
74600            ! malloc.c
74601 ____________________________________________________________________________
74602 [  7562] By: jhi                                   on 2000/11/05  19:38:24
74603         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
74604      Branch: perl
74605            ! pp_ctl.c t/op/pos.t
74606 ____________________________________________________________________________
74607 [  7561] By: jhi                                   on 2000/11/05  18:21:46
74608         Log: Add =pod to be tidy.
74609      Branch: perl
74610            ! lib/Math/Complex.pm
74611 ____________________________________________________________________________
74612 [  7560] By: jhi                                   on 2000/11/05  17:38:46
74613         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
74614      Branch: perl
74615            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
74616            ! ext/Storable/Storable.xs t/lib/st-recurse.t
74617 ____________________________________________________________________________
74618 [  7559] By: jhi                                   on 2000/11/05  17:32:59
74619         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
74620              From: "Peter J. Farley III" <pjfarley@banet.net>
74621              Date: Sun, 05 Nov 2000 11:55:59 -0500
74622              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
74623      Branch: perl
74624            ! t/lib/syslog.t
74625 ____________________________________________________________________________
74626 [  7558] By: jhi                                   on 2000/11/05  17:29:19
74627         Log: Integrate perlio.
74628      Branch: perl
74629           !> perlio.c
74630 ____________________________________________________________________________
74631 [  7557] By: jhi                                   on 2000/11/05  17:22:01
74632         Log: A fix of sorts for 20000329.026, a better error message
74633              for a missing "use charnames" when using the \N{...}. 
74634      Branch: perl
74635            ! pod/perldiag.pod toke.c
74636 ____________________________________________________________________________
74637 [  7556] By: jhi                                   on 2000/11/05  16:33:50
74638         Log: Test tweak: show also the failed locales.
74639              
74640              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
74641              From: Lupe Christoph <lupe@lupe-christoph.de>         
74642              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
74643              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
74644      Branch: perl
74645            ! t/pragma/locale.t
74646 ____________________________________________________________________________
74647 [  7555] By: nick                                  on 2000/11/05  11:09:34
74648         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
74649              open RDWR so does not fail. (pragma/warnings 303 again...)
74650      Branch: perlio
74651            ! perlio.c
74652 ____________________________________________________________________________
74653 [  7554] By: nick                                  on 2000/11/05  10:10:13
74654         Log: Fix case where ungetc(f,EOF) was allowed.
74655              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
74656              so we can see similarities.
74657              Use types more carefully and a STDCHAR array in hope that this will
74658              fix Jarrko's 64bit machine.
74659      Branch: perlio
74660            ! perlio.c
74661 ____________________________________________________________________________
74662 [  7553] By: jhi                                   on 2000/11/05  01:12:16
74663         Log: Fix for
74664              
74665              Subject: [ID 20001004.007] taint propogation is inconsistent
74666              From: pimlott@idiomtech.com (Andrew Pimlott) 
74667              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
74668              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
74669              
74670              The culprit was sv_setsv() which was rather blindly
74671              propagating taint, which lead to behaviour where if
74672              a tainted anon hash value was seen all the hash values
74673              from then on at that level became tainted, or at any
74674              upper levels in the case of nested anon hashes.
74675      Branch: perl
74676            ! sv.c t/op/taint.t
74677 ____________________________________________________________________________
74678 [  7552] By: jhi                                   on 2000/11/04  23:44:18
74679         Log: Some cpps don't like splitting conditionals across several lines.
74680      Branch: perl
74681            ! perlio.c
74682 ____________________________________________________________________________
74683 [  7551] By: nick                                  on 2000/11/04  23:40:44
74684         Log: Integrate mainline
74685      Branch: perlio
74686           !> pp_hot.c t/op/taint.t
74687 ____________________________________________________________________________
74688 [  7550] By: nick                                  on 2000/11/04  23:39:05
74689         Log: Integrate mainline again
74690      Branch: perlio
74691           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
74692           !> t/lib/b.t t/op/misc.t util.c
74693 ____________________________________________________________________________
74694 [  7549] By: jhi                                   on 2000/11/04  23:14:01
74695         Log: Fix for
74696              
74697              Subject: [ID 20001004.006] undef is never tainted
74698              From: pimlott@idiomtech.com (Andrew Pimlott)
74699              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
74700              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
74701              
74702              An undef read from a slurped file was not tainted.
74703      Branch: perl
74704            ! pp_hot.c t/op/taint.t
74705 ____________________________________________________________________________
74706 [  7548] By: jhi                                   on 2000/11/04  22:56:21
74707         Log: Test tweak ($Config{useperlio} is by default undef) .
74708      Branch: perl
74709            ! t/lib/b.t
74710 ____________________________________________________________________________
74711 [  7547] By: jhi                                   on 2000/11/04  22:43:56
74712         Log: Integrate perlio.
74713      Branch: perl
74714           +> lib/perlio.pm
74715           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
74716           !> pod/perlapi.pod t/lib/b.t
74717 ____________________________________________________________________________
74718 [  7546] By: jhi                                   on 2000/11/04  22:40:59
74719         Log: Configure would use a bad $myuname from an old config.sh.
74720              
74721              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
74722              From: Andy Dougherty <doughera@lafayette.edu>
74723              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
74724              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
74725      Branch: metaconfig
74726            ! U/modified/Oldconfig.U
74727      Branch: perl
74728            ! Configure config_h.SH
74729 ____________________________________________________________________________
74730 [  7545] By: jhi                                   on 2000/11/04  22:36:54
74731         Log: Subject: Locales support (setlocale) fixes
74732              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
74733              Date: Sat, 4 Nov 2000 10:15:48 +0300 
74734              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
74735              
74736              Modified quite a bit to be more portable.
74737      Branch: perl
74738            ! embed.h embed.pl perl.h proto.h util.c
74739 ____________________________________________________________________________
74740 [  7544] By: jhi                                   on 2000/11/04  22:32:47
74741         Log: Dying is too strict here, better just skip.
74742      Branch: perl
74743            ! t/op/misc.t
74744 ____________________________________________________________________________
74745 [  7543] By: nick                                  on 2000/11/04  21:55:13
74746         Log: Merge mainline
74747      Branch: perlio
74748           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
74749           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
74750           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
74751           !> (integrate 64 files)
74752 ____________________________________________________________________________
74753 [  7542] By: jhi                                   on 2000/11/04  21:09:28
74754         Log: More Changes tweakery.
74755      Branch: perl
74756            ! Changes Porting/genlog
74757 ____________________________________________________________________________
74758 [  7541] By: jhi                                   on 2000/11/04  20:58:18
74759         Log: Changes fixups.
74760      Branch: perl
74761            ! Changes
74762 ____________________________________________________________________________
74763 [  7540] By: jhi                                   on 2000/11/04  20:42:38
74764         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
74765              create a "fast path" for locale name probing using "locale -a"
74766              if available, squash finally hopefully the s?printf resetting
74767              the numeric locale (since, IIUC perllocale, it never shouldn't). 
74768      Branch: perl
74769            ! sv.c t/op/misc.t t/pragma/locale.t
74770 ____________________________________________________________________________
74771 [  7539] By: nick                                  on 2000/11/04  19:56:10
74772         Log: PerlIO infrastructure complete.
74773      Branch: perlio
74774            + lib/perlio.pm
74775            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
74776 ____________________________________________________________________________
74777 [  7538] By: nick                                  on 2000/11/04  14:31:32
74778         Log: Type tweaks + less contorted allocation scheme
74779      Branch: perlio
74780            ! perlio.c
74781 ____________________________________________________________________________
74782 [  7537] By: nick                                  on 2000/11/04  12:40:42
74783         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
74784              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
74785              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
74786              sensible) which lead to some interesting fails.
74787      Branch: perlio
74788            ! perlio.c
74789 ____________________________________________________________________________
74790 [  7536] By: jhi                                   on 2000/11/04  00:20:02
74791         Log: Add FCNTL_CAN_LOCK.
74792              
74793              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
74794              From: Andy Dougherty <doughera@lafayette.edu>
74795              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
74796              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
74797              
74798              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
74799              From: Andy Dougherty <doughera@lafayette.edu>
74800              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
74801              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
74802      Branch: metaconfig/U/perl
74803            + d_fcntl_can_lock.U
74804            ! startperl.U
74805      Branch: perl
74806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74807            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
74808            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
74809            ! vos/config.ga.h win32/config.bc win32/config.gc
74810            ! win32/config.vc
74811 ____________________________________________________________________________
74812 [  7535] By: nick                                  on 2000/11/03  22:19:10
74813         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
74814              - Works on Linux with
74815              perlio + unix
74816              stdio
74817              - Works on Solaris with
74818              perlio + unix
74819              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
74820              - Fails (hangs in openpid) if you try and stack
74821              perlio + stdio - Linux stdio's read() logic is hanging.
74822      Branch: perlio
74823            ! iperlsys.h perlio.c
74824 ____________________________________________________________________________
74825 [  7534] By: jhi                                   on 2000/11/03  15:16:02
74826         Log: Subject: Re: README.aix
74827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74828              Date: Fri, 03 Nov 2000 16:03:15 +0100
74829              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
74830      Branch: perl
74831            ! README.aix
74832 ____________________________________________________________________________
74833 [  7533] By: jhi                                   on 2000/11/03  03:59:02
74834         Log: Subject: [PATCH 5.7.0] better messages from malloc()
74835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74836              Date: Wed, 1 Nov 2000 23:39:56 -0500
74837              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
74838      Branch: perl
74839            ! malloc.c pod/perldiag.pod
74840 ____________________________________________________________________________
74841 [  7532] By: jhi                                   on 2000/11/03  00:11:56
74842         Log: The #7521 touched things it shouldn't have.
74843      Branch: perl
74844            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
74845 ____________________________________________________________________________
74846 [  7531] By: jhi                                   on 2000/11/02  22:32:33
74847         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
74848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74849              Date:     Thu, 2 Nov 2000 16:58:36 EST
74850              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
74851      Branch: perl
74852            ! vms/gen_shrfls.pl
74853 ____________________________________________________________________________
74854 [  7530] By: jhi                                   on 2000/11/02  22:08:49
74855         Log: Fix the problem discussed in
74856              
74857              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
74858              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
74859              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
74860              
74861              originally from Linc Madison.  Also Andreas König's comments
74862              taken into account.  Some other problems with Tie::SubstrHash
74863              fixed: didn't croak when the table exceeded the requested number
74864              of entries (as documented) but instead when the number of entries
74865              exceeded the size of the table, a croak() had an unnecessary \n,
74866              didn't have a CLEAR method, documented that there is no exists().
74867              Didn't fix to be strict-proof because the module uses &foo; and
74868              dynamic scope.  Added a test script exercizing both first tamely 
74869              the basic functionality, and then the failure cases reported by
74870              Linc Madison.
74871      Branch: perl
74872            + t/lib/tie-substrhash.t
74873            ! MANIFEST lib/Tie/SubstrHash.pm
74874 ____________________________________________________________________________
74875 [  7529] By: jhi                                   on 2000/11/02  17:58:08
74876         Log: recv() can fail and return undef.
74877              
74878              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
74879              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
74880              Date: Thu, 2 Nov 2000 20:12:20 +0300
74881              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
74882      Branch: perl
74883            ! lib/Net/Ping.pm
74884 ____________________________________________________________________________
74885 [  7528] By: jhi                                   on 2000/11/02  17:49:09
74886         Log: Detpyo.
74887      Branch: perl
74888            ! pod/perlop.pod
74889 ____________________________________________________________________________
74890 [  7527] By: jhi                                   on 2000/11/02  15:48:37
74891         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
74892              fix a autovivification bug in Tie::RefHash, add tests for both.
74893              
74894              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
74895              From: Edward Avis <epa98@doc.ic.ac.uk>
74896              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
74897              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
74898      Branch: perl
74899            + t/lib/tie-refhash.t
74900            ! MANIFEST lib/Tie/RefHash.pm
74901 ____________________________________________________________________________
74902 [  7526] By: jhi                                   on 2000/11/02  13:56:26
74903         Log: Test::Harness revealed buglets in the new DynaLoader.
74904              
74905              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
74906              From: andreas.koenig@anima.de (Andreas J. Koenig)
74907              Date: 02 Nov 2000 11:26:48 +0100 
74908              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
74909      Branch: perl
74910            ! ext/DynaLoader/DynaLoader_pm.PL
74911 ____________________________________________________________________________
74912 [  7525] By: jhi                                   on 2000/11/01  23:52:08
74913         Log: The entry for #7503 was missing.
74914      Branch: perl
74915            ! Changes
74916 ____________________________________________________________________________
74917 [  7524] By: jhi                                   on 2000/11/01  23:40:52
74918         Log: Update Changes.
74919      Branch: perl
74920            ! Changes patchlevel.h
74921 ____________________________________________________________________________
74922 [  7523] By: jhi                                   on 2000/11/01  22:57:09
74923         Log: More tweaking on the #7522 theme.
74924      Branch: perl
74925            ! ext/DynaLoader/DynaLoader_pm.PL
74926 ____________________________________________________________________________
74927 [  7522] By: jhi                                   on 2000/11/01  22:06:15
74928         Log: Expand %Config variables and %ENV variables only if
74929              so requested during build time using the
74930              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
74931              Not expanding makes relocating distributions easier.
74932      Branch: perl
74933            ! ext/DynaLoader/DynaLoader_pm.PL
74934 ____________________________________________________________________________
74935 [  7521] By: jhi                                   on 2000/11/01  20:56:34
74936         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
74937              and setgid() because they were just changing $< and $( which means
74938              only changing the real uid/gid, as opposed to changing both
74939              real and effective ids.  (The alternative way could have been
74940              in POSIX.pm to change $> and $), too, but making a direct call
74941              to the C API feels cleaner.)  Fixes the bug
74942              
74943              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
74944              From: "Garry T. Williams" <garry@zvolve.com>
74945              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
74946              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
74947      Branch: perl
74948            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
74949            ! ext/POSIX/typemap pod/perlvar.pod
74950 ____________________________________________________________________________
74951 [  7520] By: jhi                                   on 2000/11/01  20:08:33
74952         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
74953              From: "Garry T. Williams" <garry@zvolve.com>
74954              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
74955              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
74956      Branch: perl
74957            ! pod/perlsec.pod
74958 ____________________________________________________________________________
74959 [  7519] By: jhi                                   on 2000/11/01  20:01:22
74960         Log: Locale warning explanation tweak.
74961      Branch: perl
74962            ! pod/perldiag.pod
74963 ____________________________________________________________________________
74964 [  7518] By: jhi                                   on 2000/11/01  18:57:13
74965         Log: C.pm part of
74966              
74967              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
74968              From: Jarkko Hietaniemi <jhi@iki.fi>
74969              Date: Tue, 10 Oct 2000 08:22:28 -0500
74970              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
74971      Branch: perl
74972            ! ext/B/B/C.pm
74973 ____________________________________________________________________________
74974 [  7517] By: jhi                                   on 2000/11/01  18:41:59
74975         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
74976              From: Martien Verbruggen <mgjv@comdyn.com.au>
74977              Date: Fri, 6 Oct 2000 14:09:10 +1100
74978              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
74979      Branch: perl
74980            ! pod/perlop.pod
74981 ____________________________________________________________________________
74982 [  7516] By: jhi                                   on 2000/11/01  18:34:55
74983         Log: Generalize the Camel wording.
74984              
74985              Subject: Re: perlfaq style changes
74986              From: John Borwick <jhborwic@unity.ncsu.edu>
74987              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
74988              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
74989      Branch: perl
74990            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
74991 ____________________________________________________________________________
74992 [  7515] By: jhi                                   on 2000/11/01  16:52:31
74993         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
74994              From: pimlott@idiomtech.com (Andrew Pimlott)
74995              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
74996              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
74997      Branch: perl
74998            ! pod/perlsec.pod
74999 ____________________________________________________________________________
75000 [  7514] By: jhi                                   on 2000/11/01  15:03:40
75001         Log: More AIX lore.
75002      Branch: perl
75003            ! ext/re/hints/aix.pl
75004 ____________________________________________________________________________
75005 [  7513] By: jhi                                   on 2000/11/01  14:48:30
75006         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
75007              From: root <root@chronos.fi.muni.cz>
75008              Date: Wed, 1 Nov 2000 12:31:32 +0100
75009              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
75010      Branch: perl
75011            ! lib/Net/Ping.pm
75012 ____________________________________________________________________________
75013 [  7512] By: jhi                                   on 2000/11/01  14:46:47
75014         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
75015              From: Martin Husemann <martin@duskware.de>
75016              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
75017              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
75018      Branch: perl
75019            ! regcomp.c
75020 ____________________________________________________________________________
75021 [  7511] By: jhi                                   on 2000/11/01  14:39:50
75022         Log: AUTHORS updates.
75023      Branch: perl
75024            ! AUTHORS
75025 ____________________________________________________________________________
75026 [  7510] By: jhi                                   on 2000/11/01  14:29:50
75027         Log: Subject: [PATCH] startperl to respect versiononly
75028              From: Robin Barker <rmb1@cise.npl.co.uk> 
75029              Date: Tue, 31 Oct 2000 16:29:36 GMT
75030              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
75031      Branch: metaconfig/U/perl
75032            ! startperl.U
75033      Branch: perl
75034            ! Configure config_h.SH
75035 ____________________________________________________________________________
75036 [  7509] By: jhi                                   on 2000/11/01  14:19:53
75037         Log: printf UVs the correct way, noticed by Robin Barker.
75038      Branch: perl
75039            ! utf8.c
75040 ____________________________________________________________________________
75041 [  7508] By: jhi                                   on 2000/11/01  14:10:03
75042         Log: Do not cleanup *% because the % has special meanings in some
75043              shell environments.
75044      Branch: perl
75045            ! ext/Storable/Makefile.PL
75046 ____________________________________________________________________________
75047 [  7507] By: jhi                                   on 2000/11/01  14:06:00
75048         Log: The NonStop-UX libraries have a novel way to say NaN.
75049      Branch: perl
75050            ! t/lib/bigfltpm.t
75051 ____________________________________________________________________________
75052 [  7506] By: jhi                                   on 2000/11/01  14:03:35
75053         Log: The osname has been lowercased by now, from Tom Bates.
75054      Branch: metaconfig
75055            ! U/modified/Oldconfig.U
75056      Branch: perl
75057            ! Configure config_h.SH
75058 ____________________________________________________________________________
75059 [  7505] By: jhi                                   on 2000/10/31  19:18:39
75060         Log: The compiler is either gcc or cc, from Tom Bates.
75061      Branch: perl
75062            ! hints/nonstopux.sh
75063 ____________________________________________________________________________
75064 [  7504] By: jhi                                   on 2000/10/31  14:53:42
75065         Log: Update Changes.
75066      Branch: perl
75067            ! Changes patchlevel.h
75068 ____________________________________________________________________________
75069 [  7503] By: jhi                                   on 2000/10/31  14:30:50
75070         Log: Whitespace style tweak.  Was originally going to see to
75071              
75072              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
75073              From: Joe Smith <jms@inwap.com>
75074              Date: Mon, 30 Oct 2000 18:47:57 -0800
75075              Message-Id: <39FE32DD.24AAC4D@inwap.com>
75076              
75077              but that had already been taken care of.
75078      Branch: metaconfig
75079            ! U/compline/d_stdstdio.U
75080      Branch: perl
75081            ! Configure config_h.SH
75082 ____________________________________________________________________________
75083 [  7502] By: jhi                                   on 2000/10/31  14:25:02
75084         Log: AUTHORS tweaks.
75085      Branch: perl
75086            ! AUTHORS
75087 ____________________________________________________________________________
75088 [  7501] By: jhi                                   on 2000/10/31  14:23:59
75089         Log: Subject: perlfaq style changes
75090              From: John Borwick <jhborwic@unity.ncsu.edu>
75091              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
75092              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
75093      Branch: perl
75094            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
75095            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
75096            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
75097            ! pod/perlfaq9.pod
75098 ____________________________________________________________________________
75099 [  7500] By: jhi                                   on 2000/10/31  14:22:15
75100         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
75101              
75102              Subject: Re: [ID 20000918.005] ~ on wide chars
75103              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75104              Date: Mon, 30 Oct 2000 21:09:55 -0800
75105              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
75106              
75107              (The ord() part of the patch skipped.)
75108      Branch: perl
75109            ! doop.c
75110 ____________________________________________________________________________
75111 [  7499] By: jhi                                   on 2000/10/31  14:20:08
75112         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
75113              From: Jens Hamisch <jens@Strawberry.COM>
75114              Date: Mon, 30 Oct 2000 15:17:07 +0100
75115              Message-Id: <20001030151707.A9597@Strawberry.COM>
75116      Branch: perl
75117            ! av.c
75118 ____________________________________________________________________________
75119 [  7498] By: jhi                                   on 2000/10/31  14:16:29
75120         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
75121              From: Peter Prymmer <pvhp@forte.com>
75122              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
75123              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
75124      Branch: perl
75125            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
75126            + ext/Encode/Encode/posix-bc.enc
75127            ! MANIFEST t/lib/encode.t
75128 ____________________________________________________________________________
75129 [  7497] By: jhi                                   on 2000/10/31  14:13:22
75130         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
75131              From: Peter Prymmer <pvhp@forte.com>
75132              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
75133              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
75134      Branch: perl
75135            ! t/lib/cgi-html.t
75136 ____________________________________________________________________________
75137 [  7496] By: jhi                                   on 2000/10/31  14:12:05
75138         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
75139              From: Peter Prymmer <pvhp@forte.com>
75140              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
75141              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
75142      Branch: perl
75143            ! t/lib/cgi-function.t
75144 ____________________________________________________________________________
75145 [  7495] By: jhi                                   on 2000/10/31  14:11:08
75146         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
75147              From: Peter Prymmer <pvhp@forte.com>
75148              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
75149              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
75150      Branch: perl
75151            + ext/re/hints/aix.pl
75152            ! MANIFEST ext/re/Makefile.PL
75153 ____________________________________________________________________________
75154 [  7494] By: jhi                                   on 2000/10/31  14:08:32
75155         Log: Use Errno magic.
75156              
75157              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
75158              From: Casey Tweten <perl@ctweten.amsite.com>
75159              Date: Mon, 30 Oct 2000 15:51:17 -0500
75160              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
75161      Branch: perl
75162            ! lib/File/Temp.pm
75163 ____________________________________________________________________________
75164 [  7493] By: jhi                                   on 2000/10/31  14:05:07
75165         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
75166              
75167              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
75168              From: Nicholas Clark <nick@ccl4.org>
75169              Date: Mon, 30 Oct 2000 17:38:45 +0000
75170              Message-ID: <20001030173845.O60355@plum.flirble.org>
75171      Branch: perl
75172            ! Makefile.SH utils/perlbug.PL
75173 ____________________________________________________________________________
75174 [  7492] By: nick                                  on 2000/10/30  19:37:23
75175         Log: Change files which are mysteriously different to mainline to be
75176              copies of mainline.
75177      Branch: perlio
75178            ! objXSUB.h perlapi.c pod/perlapi.pod
75179 ____________________________________________________________________________
75180 [  7491] By: nick                                  on 2000/10/30  18:05:54
75181         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
75182              - typo in endian code in putc.
75183              - Don't allow read of write-only files and vice-versa
75184              - and off-by-one in flush-all loop.
75185              Remove debug calls as they were using GCC specific features.
75186      Branch: perlio
75187            ! perlio.c
75188 ____________________________________________________________________________
75189 [  7490] By: nick                                  on 2000/10/29  21:45:45
75190         Log: Integrate mainline to perlio
75191      Branch: perlio
75192           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
75193           !> toke.c
75194 ____________________________________________________________________________
75195 [  7489] By: jhi                                   on 2000/10/29  21:11:08
75196         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
75197              From: andreas.koenig@anima.de (Andreas J. Koenig)
75198              Date: 29 Oct 2000 22:05:59 +0100
75199              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
75200      Branch: perl
75201            ! lib/ExtUtils/Manifest.pm
75202 ____________________________________________________________________________
75203 [  7488] By: jhi                                   on 2000/10/29  21:07:47
75204         Log: Tests for #7487.
75205              
75206              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
75207              From: andreas.koenig@anima.de (Andreas J. Koenig)
75208              Date: 29 Oct 2000 19:37:09 +0100
75209              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
75210      Branch: perl
75211            ! t/comp/proto.t
75212 ____________________________________________________________________________
75213 [  7487] By: jhi                                   on 2000/10/29  21:06:27
75214         Log: constsub spillage.
75215              
75216              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
75217              From: John Tobey <jtobey@john-edwin-tobey.org>
75218              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
75219              Message-Id: <m13pvSr-000FObC@feynman.localnet>
75220      Branch: perl
75221            ! op.c
75222 ____________________________________________________________________________
75223 [  7486] By: nick                                  on 2000/10/29  21:05:04
75224         Log: Integrate mainline to perlio branch
75225      Branch: perlio
75226           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
75227           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
75228           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
75229           +> vos/install_perl.cm
75230            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
75231            - vos/config.h vos/config_h.SH_orig
75232           !> (integrate 141 files)
75233 ____________________________________________________________________________
75234 [  7485] By: jhi                                   on 2000/10/29  21:00:47
75235         Log: Make \x{...} consistently produce UTF-8.
75236              
75237              Subject: Re: \x{...} is confused 
75238              From: Simon Cozens <simon@cozens.net>
75239              Date: Sun, 29 Oct 2000 19:36:48 +0000
75240              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
75241      Branch: perl
75242            ! t/pragma/utf8.t toke.c
75243 ____________________________________________________________________________
75244 [  7484] By: nick                                  on 2000/10/29  20:05:29
75245         Log: PerlIO passes all tests.
75246      Branch: perlio
75247            ! perlio.c
75248 ____________________________________________________________________________
75249 [  7483] By: jhi                                   on 2000/10/29  18:06:55
75250         Log: Update Changes.
75251      Branch: perl
75252            ! Changes patchlevel.h
75253 ____________________________________________________________________________
75254 [  7482] By: nick                                  on 2000/10/29  17:43:28
75255         Log: Include <unistd.h> to get correct lseek() prototype etc.
75256              (I thought perl.h did that) - down to two fails
75257              - comp/require.t (last test)
75258              - lib/io_xs.t - possibly import/export of FILE * ?
75259      Branch: perlio
75260            ! perlio.c
75261 ____________________________________________________________________________
75262 [  7481] By: jhi                                   on 2000/10/29  17:02:37
75263         Log: UTF-8 decoder tweak.
75264      Branch: perl
75265            ! utf8.c
75266 ____________________________________________________________________________
75267 [  7480] By: nick                                  on 2000/10/29  16:26:11
75268         Log: Fixed two bugs:
75269              - error code not being set on close (of broken pipe)
75270              - append mode was truncating.
75271              At least one seek/tell bug remains.
75272      Branch: perlio
75273            ! perlio.c
75274 ____________________________________________________________________________
75275 [  7479] By: nick                                  on 2000/10/29  11:18:16
75276         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
75277              in case of accidents. Still several worrying fails, no line disciplines yet.
75278      Branch: perlio
75279            ! iperlsys.h perlio.c
75280 ____________________________________________________________________________
75281 [  7478] By: jhi                                   on 2000/10/29  02:04:01
75282         Log: Add also emailless people.
75283      Branch: perl
75284            ! AUTHORS
75285 ____________________________________________________________________________
75286 [  7477] By: jhi                                   on 2000/10/29  01:36:00
75287         Log: The #7476 needs a MANIFEST change, too.
75288      Branch: perl
75289            ! MANIFEST
75290 ____________________________________________________________________________
75291 [  7476] By: jhi                                   on 2000/10/29  01:35:21
75292         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
75293      Branch: perl
75294            - MAINTAIN
75295            ! AUTHORS Changes
75296 ____________________________________________________________________________
75297 [  7475] By: jhi                                   on 2000/10/28  23:57:25
75298         Log: De-quoted-unreadable to ISO Latin 1.
75299              (There's one ISO-2022-JP name in Changes5.004.)
75300      Branch: perl
75301            ! Changes Changes5.6
75302 ____________________________________________________________________________
75303 [  7474] By: jhi                                   on 2000/10/28  19:13:06
75304         Log: Subject: [ID 20001027.007] uniq array in perlfaq
75305              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
75306              Date: Fri, 27 Oct 2000 19:28:30 +0200
75307              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
75308      Branch: perl
75309            ! pod/perlfaq4.pod
75310 ____________________________________________________________________________
75311 [  7473] By: jhi                                   on 2000/10/28  18:02:05
75312         Log: Locking null mutexes is not recommendable.
75313              
75314              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
75315              From: Hugo <hv@crypt.compulink.co.uk>
75316              Date: Sat, 28 Oct 2000 18:41:12 +0100
75317              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
75318      Branch: perl
75319            ! op.c
75320 ____________________________________________________________________________
75321 [  7472] By: jhi                                   on 2000/10/28  17:52:58
75322         Log: Better create a true mailing list for the repository keepers.
75323      Branch: perl
75324            ! Porting/repository.pod
75325 ____________________________________________________________________________
75326 [  7471] By: jhi                                   on 2000/10/28  17:28:24
75327         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
75328              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
75329      Branch: perl
75330            + Porting/repository.pod
75331            ! MANIFEST
75332 ____________________________________________________________________________
75333 [  7470] By: jhi                                   on 2000/10/28  17:20:54
75334         Log: Subject: DOC PATCH 5.6.0
75335              From: mjd@plover.com
75336              Date: 27 Oct 2000 17:32:44 -0000
75337              Message-ID: <20001027173244.23754.qmail@plover.com>
75338      Branch: perl
75339            ! pod/perlfunc.pod
75340 ____________________________________________________________________________
75341 [  7469] By: jhi                                   on 2000/10/28  17:16:45
75342         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
75343              From: "Peter J. Farley III" <pjfarley@banet.net>
75344              Date: Fri, 27 Oct 2000 20:32:56 -0400
75345              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
75346      Branch: perl
75347            ! README.dos
75348 ____________________________________________________________________________
75349 [  7468] By: jhi                                   on 2000/10/28  17:07:18
75350         Log: Make target reordering to avoid pointless re-makes.
75351              
75352              Subject: Re: Total re-make of 'make okfile' after 7451 ?
75353              From: Nicholas Clark <nick@ccl4.org>
75354              Date: Sat, 28 Oct 2000 00:31:02 +0100
75355              Message-ID: <20001028003101.A54517@plum.flirble.org>
75356      Branch: perl
75357            ! Makefile.SH
75358 ____________________________________________________________________________
75359 [  7467] By: jhi                                   on 2000/10/28  17:05:31
75360         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
75361              From: lvirden@cas.org
75362              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
75363              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
75364      Branch: perl
75365            ! README.os2
75366 ____________________________________________________________________________
75367 [  7466] By: jhi                                   on 2000/10/28  16:09:16
75368         Log: Upgrade to CPAN 1.58_55.
75369              
75370              Subject: CPAN.pm status
75371              From: andreas.koenig@anima.de (Andreas J. Koenig) 
75372              Date: 28 Oct 2000 08:18:00 +0200 
75373              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
75374      Branch: perl
75375            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75376 ____________________________________________________________________________
75377 [  7465] By: jhi                                   on 2000/10/28  16:02:47
75378         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
75379      Branch: perl
75380            ! embed.h embed.pl perl.h proto.h toke.c
75381 ____________________________________________________________________________
75382 [  7464] By: nick                                  on 2000/10/28  10:43:44
75383         Log: Fix for sv_2iv() on "shared" value from keys %hash.
75384      Branch: perl
75385            ! sv.c
75386 ____________________________________________________________________________
75387 [  7463] By: jhi                                   on 2000/10/27  16:18:29
75388         Log: Update Changes.
75389      Branch: perl
75390            ! Changes patchlevel.h
75391 ____________________________________________________________________________
75392 [  7462] By: jhi                                   on 2000/10/27  16:17:44
75393         Log: Too enthusiastic editing in #7460.
75394      Branch: metaconfig
75395            ! U/modified/Oldsym.U
75396      Branch: perl
75397            ! Configure config_h.SH
75398 ____________________________________________________________________________
75399 [  7461] By: jhi                                   on 2000/10/27  15:37:38
75400         Log: Retract #7459, the script needs more work.
75401      Branch: perl
75402            - mkreef
75403            ! MANIFEST
75404 ____________________________________________________________________________
75405 [  7460] By: jhi                                   on 2000/10/27  15:23:14
75406         Log: Use $sort, $uniq (and $tr) consistently as wondered
75407              by Nicholas Clark.
75408      Branch: metaconfig
75409            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
75410            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
75411            ! U/modified/libc.U
75412      Branch: perl
75413            ! Configure config_h.SH
75414 ____________________________________________________________________________
75415 [  7459] By: jhi                                   on 2000/10/27  15:02:07
75416         Log: (Retracted by #7461)
75417              
75418              Add a shell script for creating/removing symbolic link farms,
75419              useful for keeping the source code read-only and doing the
75420              builds somewhere else.
75421      Branch: perl
75422            + mkreef
75423            ! MANIFEST
75424 ____________________________________________________________________________
75425 [  7458] By: jhi                                   on 2000/10/27  14:42:20
75426         Log: Do away with the fix_pl.
75427      Branch: perl
75428            - fix_pl
75429            ! MANIFEST Makefile.SH
75430 ____________________________________________________________________________
75431 [  7457] By: jhi                                   on 2000/10/27  12:43:13
75432         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
75433              From: Jens Hamisch <jens@Strawberry.COM>
75434              Date: Fri, 27 Oct 2000 14:38:21 +0200
75435              Message-Id: <20001027143821.B3366@Strawberry.COM>
75436      Branch: perl
75437            ! perl.h
75438 ____________________________________________________________________________
75439 [  7456] By: jhi                                   on 2000/10/27  12:33:42
75440         Log: Subject: [PATCH] todo
75441              From: Nicholas Clark <nick@ccl4.org>
75442              Date: Thu, 26 Oct 2000 22:32:29 +0100
75443              Message-ID: <20001026223229.A44540@plum.flirble.org>
75444      Branch: perl
75445            ! pod/perltodo.pod
75446 ____________________________________________________________________________
75447 [  7455] By: jhi                                   on 2000/10/27  12:02:21
75448         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
75449              From: John Tobey <jtobey@john-edwin-tobey.org>
75450              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
75451              Message-Id: <m13ozHF-000FObC@feynman.localnet>
75452      Branch: perl
75453            ! op.c t/pragma/sub_lval.t
75454 ____________________________________________________________________________
75455 [  7454] By: jhi                                   on 2000/10/27  11:59:42
75456         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
75457              From: sthoenna@efn.org
75458              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
75459              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
75460      Branch: perl
75461            ! pp.c t/op/assignwarn.t
75462 ____________________________________________________________________________
75463 [  7453] By: jhi                                   on 2000/10/27  00:15:08
75464         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
75465      Branch: perl
75466            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
75467            ! ext/Storable/Storable.xs t/lib/st-lock.t
75468 ____________________________________________________________________________
75469 [  7452] By: jhi                                   on 2000/10/26  13:05:52
75470         Log: Undo #7451, this seems to be a deficiency in Perforce,
75471              there is no per-file line-terminator type, only per-client.
75472      Branch: perl
75473            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
75474            ! win32/makefile.mk
75475 ____________________________________________________________________________
75476 [  7451] By: jhi                                   on 2000/10/26  04:56:03
75477         Log: Experimenting in DOS arcana.
75478      Branch: perl
75479            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
75480            ! win32/makefile.mk
75481 ____________________________________________________________________________
75482 [  7450] By: jhi                                   on 2000/10/26  04:50:52
75483         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
75484              From: "Peter J. Farley III" <pjfarley@banet.net>            
75485              Date: Wed, 25 Oct 2000 23:10:18 -0400
75486              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
75487      Branch: perl
75488            ! t/io/open.t
75489 ____________________________________________________________________________
75490 [  7449] By: jhi                                   on 2000/10/26  04:49:16
75491         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
75492              From: Hugo <hv@crypt.compulink.co.uk>
75493              Date: Thu, 26 Oct 2000 01:55:17 +0100
75494              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
75495              
75496              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
75497      Branch: perl
75498            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
75499 ____________________________________________________________________________
75500 [  7448] By: jhi                                   on 2000/10/26  04:38:36
75501         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
75502              From: Peter Prymmer <pvhp@forte.com>
75503              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
75504              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
75505      Branch: perl
75506            ! configure.com
75507 ____________________________________________________________________________
75508 [  7447] By: jhi                                   on 2000/10/25  23:20:02
75509         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
75510              in platforms that strictly require all the symbols being present
75511              at link time.
75512      Branch: perl
75513            ! handy.h
75514 ____________________________________________________________________________
75515 [  7446] By: jhi                                   on 2000/10/25  21:55:57
75516         Log: Update Changes.
75517      Branch: perl
75518            ! Changes patchlevel.h
75519 ____________________________________________________________________________
75520 [  7445] By: jhi                                   on 2000/10/25  21:27:08
75521         Log: Integrate with vmsperl #7430 by Charles Bailey:
75522              
75523              Cleanup from prior patch (Charles Lane?):
75524              - improve handling of MFDs in Basename and Path
75525              - default to no xsubpp line # munging when building debug images
75526      Branch: perl
75527           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
75528 ____________________________________________________________________________
75529 [  7444] By: jhi                                   on 2000/10/25  21:03:50
75530         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
75531              From: John Peacock <JPeacock@UnivPress.com>
75532              Date: Thu, 18 May 2000 11:55:27 -0400
75533              Message-ID: <3924126F.A58BE57A@UnivPress.com>
75534      Branch: perl
75535            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
75536            ! t/op/write.t
75537 ____________________________________________________________________________
75538 [  7443] By: jhi                                   on 2000/10/25  20:43:10
75539         Log: Temporary stopgap for the self-tying issue: for now only
75540              array and hash self-ties are verboten.  The real fix, of
75541              course, would be to comprehensively test (and implement?)
75542              and debug (and document) self-ties.
75543      Branch: perl
75544            ! pod/perldiag.pod pp_sys.c t/op/tie.t
75545 ____________________________________________________________________________
75546 [  7442] By: jhi                                   on 2000/10/25  20:14:30
75547         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
75548              From: Dan Sugalski <dan@sidhe.org>
75549              Date: Wed, 25 Oct 2000 13:36:35 -0400
75550              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
75551              
75552              plus regen global.sym.
75553      Branch: perl
75554            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
75555            ! thrdvar.h util.c
75556 ____________________________________________________________________________
75557 [  7441] By: jhi                                   on 2000/10/25  20:12:20
75558         Log: buildtoc target tweaks.
75559      Branch: perl
75560            ! pod/Makefile.SH
75561 ____________________________________________________________________________
75562 [  7440] By: jhi                                   on 2000/10/25  20:03:53
75563         Log: A new version of making the syslog test more robust.
75564              (Replaces #7421.)
75565              
75566              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
75567              From: "Kurt D. Starsinic" <kstar@chapin.edu>
75568              Date: Wed, 25 Oct 2000 12:13:54 -0400
75569              Message-ID: <20001025121354.B2264@O2.chapin.edu>
75570      Branch: perl
75571            ! t/lib/syslog.t
75572 ____________________________________________________________________________
75573 [  7439] By: jhi                                   on 2000/10/25  20:00:48
75574         Log: Continue the internal UTF-8 API tweaking.
75575              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
75576              used much more than the simpler API, now called utf8_to_uv_simple().
75577              Still not quite happy with API, too much partial duplication
75578              of functionality.
75579      Branch: perl
75580            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
75581            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
75582            ! regcomp.c regexec.c sv.c toke.c utf8.c
75583 ____________________________________________________________________________
75584 [  7438] By: jhi                                   on 2000/10/25  18:52:30
75585         Log: Allow poking holes at the UTF-8 decoding strictness.
75586      Branch: perl
75587            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
75588            ! utf8.h
75589 ____________________________________________________________________________
75590 [  7437] By: jhi                                   on 2000/10/25  13:53:05
75591         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
75592              UTF8LEN() and UTF8SKIP(). 
75593      Branch: perl
75594            ! pp.c utf8.c utf8.h
75595 ____________________________________________________________________________
75596 [  7436] By: jhi                                   on 2000/10/25  13:51:37
75597         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
75598              From: Nicholas Clark <nick@ccl4.org>
75599              Date: Wed, 25 Oct 2000 14:44:05 +0100
75600              Message-ID: <20001025144404.D27253@plum.flirble.org>
75601      Branch: perl
75602            ! pod/perlrun.pod
75603 ____________________________________________________________________________
75604 [  7435] By: jhi                                   on 2000/10/25  13:49:32
75605         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
75606              From: Mike Guy <mjtg@cam.ac.uk>
75607              Date: Tue, 24 Oct 2000 14:59:40 +0100
75608              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
75609      Branch: perl
75610            ! scope.c
75611 ____________________________________________________________________________
75612 [  7434] By: jhi                                   on 2000/10/25  13:48:41
75613         Log: AIX is picky about its symbol exports.  Solution for now
75614              is to include the deb.o explicitly to the re extension build.
75615              
75616              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
75617              From: Peter Prymmer <pvhp@forte.com>
75618              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
75619              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
75620      Branch: perl
75621            ! ext/re/Makefile.PL hints/aix.sh
75622 ____________________________________________________________________________
75623 [  7433] By: jhi                                   on 2000/10/25  13:46:49
75624         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
75625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75626              Date: Wed, 25 Oct 2000 12:02:20 +0200
75627              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
75628      Branch: perl
75629            ! perlsdio.h
75630 ____________________________________________________________________________
75631 [  7432] By: jhi                                   on 2000/10/25  13:44:28
75632         Log: Subject: Minor update to find2perl, for portability
75633              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
75634              Date: Wed, 25 Oct 2000 12:05:47 +0100
75635              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
75636      Branch: perl
75637            ! x2p/find2perl.PL
75638 ____________________________________________________________________________
75639 [  7431] By: jhi                                   on 2000/10/25  13:40:39
75640         Log: Add targets to Makefile.SH, most importantly
75641              'regen_all' which also remembers to update vms/perly*.
75642      Branch: perl
75643            ! Makefile.SH
75644 ____________________________________________________________________________
75645 [  7430] By: bailey                                on 2000/10/25  03:13:53
75646         Log: Cleanup from prior patch (Charles Lane?):
75647              - improve handling of MFDs in Basename and Path
75648              - default to no xsubpp line # munging when building debug images
75649      Branch: vmsperl
75650            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
75651 ____________________________________________________________________________
75652 [  7429] By: jhi                                   on 2000/10/24  20:03:40
75653         Log: Podify README.epoc and README.vos.
75654      Branch: perl
75655            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
75656            ! pod/perlport.pod pod/perltoc.pod
75657 ____________________________________________________________________________
75658 [  7428] By: jhi                                   on 2000/10/24  19:10:33
75659         Log: Stratus VOS updates from Paul Green.
75660      Branch: perl
75661            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
75662            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
75663            - vos/config.def vos/config.h vos/config_h.SH_orig
75664            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
75665            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
75666 ____________________________________________________________________________
75667 [  7427] By: jhi                                   on 2000/10/24  18:59:48
75668         Log: Check if stdio supports tweaking lval and cnt simultaneously.
75669              
75670              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
75671              From: Nicholas Clark <nick@ccl4.org>
75672              Date: Mon, 23 Oct 2000 15:39:32 +0100
75673              Message-ID: <20001023153932.A10786@plum.flirble.org>
75674      Branch: metaconfig
75675            ! U/compline/d_stdstdio.U
75676      Branch: perl
75677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75678            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
75679            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
75680            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
75681            ! vos/config.h vos/config_h.SH_orig win32/config.bc
75682            ! win32/config.gc win32/config.vc
75683 ____________________________________________________________________________
75684 [  7426] By: jhi                                   on 2000/10/24  17:57:44
75685         Log: Missed the header file changes from #7425.
75686      Branch: perl
75687            ! embed.h embed.pl objXSUB.h proto.h
75688 ____________________________________________________________________________
75689 [  7425] By: jhi                                   on 2000/10/24  17:55:17
75690         Log: Fix the bug reported in
75691              
75692              From: andreas.koenig@anima.de (Andreas J. Koenig)
75693              Subject: Encode bug?
75694              Date: 24 Oct 2000 14:01:26 +0200 
75695              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
75696              
75697              Also make is_utf8_char() stricter.
75698      Branch: perl
75699            ! ext/Encode/Encode.xs utf8.c
75700 ____________________________________________________________________________
75701 [  7424] By: jhi                                   on 2000/10/24  15:15:39
75702         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
75703              From: Peter Scott <Peter@PSDT.com>
75704              Date: Mon, 23 Oct 2000 19:46:01 -0700
75705              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
75706      Branch: perl
75707            ! pod/perlfaq5.pod
75708 ____________________________________________________________________________
75709 [  7423] By: jhi                                   on 2000/10/24  14:25:30
75710         Log: Test tweak to avoid pulling in the whole Config.
75711      Branch: perl
75712            ! t/lib/st-lock.t
75713 ____________________________________________________________________________
75714 [  7422] By: jhi                                   on 2000/10/24  14:03:16
75715         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
75716      Branch: perl
75717            ! pp.c
75718 ____________________________________________________________________________
75719 [  7421] By: jhi                                   on 2000/10/24  13:32:09
75720         Log: (Replaced by #7440.)
75721              
75722              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
75723              From: "Kurt D. Starsinic" <kstar@chapin.edu>
75724              Date: Mon, 23 Oct 2000 16:40:54 -0400
75725              Message-ID: <20001023164054.B14491@O2.chapin.edu>
75726      Branch: perl
75727            ! t/lib/syslog.t
75728 ____________________________________________________________________________
75729 [  7420] By: jhi                                   on 2000/10/24  13:30:53
75730         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
75731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75732              Date: Mon, 23 Oct 2000 17:29:03 -0400
75733              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
75734      Branch: perl
75735            ! lib/ExtUtils/MM_Unix.pm
75736 ____________________________________________________________________________
75737 [  7419] By: jhi                                   on 2000/10/24  13:29:57
75738         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
75739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75740              Date: Mon, 23 Oct 2000 19:01:32 -0400
75741              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
75742      Branch: perl
75743            ! utils/h2xs.PL
75744 ____________________________________________________________________________
75745 [  7418] By: jhi                                   on 2000/10/24  13:26:04
75746         Log: Replace #7409 with
75747              
75748              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
75749              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
75750              Date: Mon, 23 Oct 2000 20:08:56 +0200
75751              Message-ID: <20001023200855.A14850@nice.ram.loc>
75752      Branch: perl
75753            ! ext/Storable/Storable.pm t/lib/st-lock.t
75754 ____________________________________________________________________________
75755 [  7417] By: jhi                                   on 2000/10/24  13:17:52
75756         Log: Run vms/vms_yfix.pl, should have done that after changing
75757              perly.c in #7382.
75758      Branch: perl
75759            ! vms/perly_c.vms vms/perly_h.vms
75760 ____________________________________________________________________________
75761 [  7416] By: jhi                                   on 2000/10/24  02:55:33
75762         Log: Make the UTF-8 decoding stricter and more verbose when
75763              malformation happens.  This involved adding an argument
75764              to utf8_to_uv_chk(), which involved changing its prototype,
75765              and prefer STRLEN over I32 for the UTF-8 length, which as
75766              a domino effect necessitated changing the prototypes of
75767              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
75768              The stricter UTF-8 decoding checking uses Markus Kuhn's
75769              UTF-8 Decode Stress Tester from
75770              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
75771      Branch: perl
75772            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
75773            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
75774            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
75775            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
75776 ____________________________________________________________________________
75777 [  7415] By: jhi                                   on 2000/10/23  14:06:06
75778         Log: Update Changes.
75779      Branch: perl
75780            ! Changes patchlevel.h
75781 ____________________________________________________________________________
75782 [  7414] By: jhi                                   on 2000/10/23  12:39:52
75783         Log: Undo the basename() part of #7412 since the lib/basename
75784              tests would need upgrading too.
75785      Branch: perl
75786            ! lib/File/Basename.pm
75787 ____________________________________________________________________________
75788 [  7413] By: jhi                                   on 2000/10/23  12:19:27
75789         Log: Document PERL_INSTALL_ROOT of #7210.
75790      Branch: perl
75791            ! lib/ExtUtils/Install.pm
75792 ____________________________________________________________________________
75793 [  7412] By: jhi                                   on 2000/10/23  12:16:47
75794         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
75795      Branch: perl
75796            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
75797            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
75798 ____________________________________________________________________________
75799 [  7411] By: jhi                                   on 2000/10/23  12:07:41
75800         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
75801              From: Prymmer/Kahn <pvhp@best.com>
75802              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
75803              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
75804      Branch: perl
75805            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
75806 ____________________________________________________________________________
75807 [  7410] By: jhi                                   on 2000/10/23  04:10:11
75808         Log: The change #7187 was not so good on VMS.
75809              
75810              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
75811              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75812              Date: Sun, 22 Oct 2000 23:03:08 -0500
75813              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
75814      Branch: perl
75815            ! utils/perldoc.PL
75816 ____________________________________________________________________________
75817 [  7409] By: jhi                                   on 2000/10/23  03:57:36
75818         Log: Avoid Storable locking on DJGPP for now.
75819              
75820              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
75821              From: "Peter J. Farley III" <pjfarley@banet.net>
75822              Date: Sun, 22 Oct 2000 20:00:00 -0400
75823              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
75824      Branch: perl
75825            ! ext/Storable/Storable.pm t/lib/st-lock.t
75826 ____________________________________________________________________________
75827 [  7408] By: jhi                                   on 2000/10/23  03:50:24
75828         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
75829              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75830              Date: Sun, 22 Oct 2000 21:12:22 -0400
75831              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
75832      Branch: perl
75833            ! lib/vars.pm
75834 ____________________________________________________________________________
75835 [  7407] By: jhi                                   on 2000/10/23  03:43:12
75836         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
75837              From: Hugo <hv@crypt.compulink.co.uk>
75838              Date: Mon, 23 Oct 2000 00:47:22 +0100
75839              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
75840      Branch: perl
75841            ! regexec.c t/op/pat.t
75842 ____________________________________________________________________________
75843 [  7406] By: jhi                                   on 2000/10/23  03:40:29
75844         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
75845      Branch: perl
75846            ! lib/ExtUtils/MakeMaker.pm
75847 ____________________________________________________________________________
75848 [  7405] By: jhi                                   on 2000/10/22  21:32:00
75849         Log: Doc patch.
75850              
75851              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
75852              From: rspier@pobox.com (Robert Spier)
75853              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
75854              Message-ID: <14835.16112.13457.447971@rls.cx>
75855      Branch: perl
75856            ! lib/strict.pm
75857 ____________________________________________________________________________
75858 [  7404] By: jhi                                   on 2000/10/22  21:30:51
75859         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
75860              From: rspier@pobox.com (Robert Spier)
75861              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
75862              Message-ID: <14835.17223.72448.705566@rls.cx>
75863      Branch: perl
75864            ! lib/ExtUtils/MakeMaker.pm
75865 ____________________________________________________________________________
75866 [  7403] By: jhi                                   on 2000/10/22  21:24:11
75867         Log: Subject: [PATCH bleadperl] ripples from constsub patch
75868              From: John Tobey <jtobey@john-edwin-tobey.org>
75869              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
75870              Message-Id: <m13nSOB-000FObC@feynman.localnet>
75871      Branch: perl
75872            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
75873 ____________________________________________________________________________
75874 [  7402] By: jhi                                   on 2000/10/22  20:59:35
75875         Log: Support s?printf parameter reordering.
75876      Branch: perl
75877            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
75878 ____________________________________________________________________________
75879 [  7401] By: jhi                                   on 2000/10/22  19:19:14
75880         Log: Expand %Config variables only if explicitly so requested
75881              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
75882              
75883              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
75884              From: Gurusamy Sarathy <gsar@ActiveState.com>
75885              Date: Sun, 22 Oct 2000 11:47:32 -0700
75886              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
75887      Branch: perl
75888            ! Makefile.SH lib/lib_pm.PL
75889 ____________________________________________________________________________
75890 [  7400] By: jhi                                   on 2000/10/22  18:24:10
75891         Log: Move the #7390 test from warn/op to comp/redef.
75892              
75893              Subject: Re: Creating const subs for constants.
75894              From: John Tobey <jtobey@john-edwin-tobey.org>
75895              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
75896              Message-Id: <m13nG72-000FObC@feynman.localnet>               
75897      Branch: perl
75898            ! t/comp/redef.t t/pragma/warn/op
75899 ____________________________________________________________________________
75900 [  7399] By: jhi                                   on 2000/10/22  17:49:59
75901         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
75902              From: Nicholas Clark <nick@ccl4.org>
75903              Date: Sat, 21 Oct 2000 22:23:19 +0100
75904              Message-ID: <20001021222319.B45586@plum.flirble.org>
75905      Branch: perl
75906            ! ext/DynaLoader/DynaLoader_pm.PL
75907 ____________________________________________________________________________
75908 [  7398] By: jhi                                   on 2000/10/22  17:47:35
75909         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
75910              From: Hugo <hv@crypt.compulink.co.uk>
75911              Date: Sat, 21 Oct 2000 18:19:59 +0100
75912              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
75913      Branch: perl
75914            ! ext/B/B.pm ext/B/B/C.pm
75915 ____________________________________________________________________________
75916 [  7397] By: jhi                                   on 2000/10/22  17:35:18
75917         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
75918              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
75919              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
75920              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
75921      Branch: perl
75922            ! hints/openbsd.sh
75923 ____________________________________________________________________________
75924 [  7396] By: jhi                                   on 2000/10/22  17:19:46
75925         Log: Subject: installman go-faster stripes
75926              From: Nicholas Clark <nick@talking.bollo.cx>
75927              Date: Sat, 21 Oct 2000 17:24:53 +0100
75928              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
75929              
75930              Subject: Re: installman go-faster stripes
75931              From: Russ Allbery <rra@stanford.edu>
75932              Date: 21 Oct 2000 11:04:13 -0700
75933              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
75934      Branch: perl
75935            ! installman pod/pod2man.PL
75936 ____________________________________________________________________________
75937 [  7395] By: jhi                                   on 2000/10/22  17:17:35
75938         Log: Hints tweak from Anton Berezin.
75939      Branch: perl
75940            ! hints/freebsd.sh
75941 ____________________________________________________________________________
75942 [  7394] By: jhi                                   on 2000/10/22  04:50:04
75943         Log: Tweak the Is* definitions of Unicode character classes
75944              to better match the official categorizations; embrace
75945              the official categorizations; add the combining marks
75946              as alpha (and -numeric); fix DCinital (a typo and edito)
75947              to be DCmedial.
75948      Branch: perl
75949            + lib/unicode/Is/DCmedial.pl
75950            - lib/unicode/Is/DCinital.pl
75951            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
75952            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
75953            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
75954            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
75955 ____________________________________________________________________________
75956 [  7393] By: jhi                                   on 2000/10/21  18:06:05
75957         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
75958              From: Daniel Chetlin <daniel@chetlin.com>
75959              Date: Sat, 21 Oct 2000 02:57:03 -0700
75960              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
75961      Branch: perl
75962            + t/lib/tie-splice.t
75963            ! MANIFEST lib/Tie/Array.pm
75964 ____________________________________________________________________________
75965 [  7392] By: gsar                                  on 2000/10/21  18:05:15
75966         Log: resync utfperl branch with mainline
75967      Branch: utfperl
75968           !> (integrate 1760 files)
75969 ____________________________________________________________________________
75970 [  7391] By: jhi                                   on 2000/10/21  14:37:49
75971         Log: Testcases for a #7383,#7385 related bug.
75972              
75973              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
75974              From: Nicholas Clark <nick@ccl4.org>
75975              Date: Sat, 21 Oct 2000 15:04:51 +0100
75976              Message-ID: <20001021150451.A51566@plum.flirble.org>
75977      Branch: perl
75978            ! t/pragma/utf8.t
75979 ____________________________________________________________________________
75980 [  7390] By: jhi                                   on 2000/10/21  14:35:57
75981         Log: Add a testcase for #7389.
75982      Branch: perl
75983            ! t/pragma/warn/op
75984 ____________________________________________________________________________
75985 [  7389] By: jhi                                   on 2000/10/21  14:26:45
75986         Log: Subject: Re: Creating const subs for constants.
75987              From: John Tobey <jtobey@john-edwin-tobey.org>
75988              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
75989              Message-Id: <m13mo0N-000FObC@feynman.localnet>
75990      Branch: perl
75991            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
75992            ! proto.h sv.c
75993 ____________________________________________________________________________
75994 [  7388] By: nick                                  on 2000/10/21  11:44:23
75995         Log: Populate perlio branch
75996      Branch: perlio
75997           +> (branch 1760 files)
75998 ____________________________________________________________________________
75999 [  7387] By: nick                                  on 2000/10/21  10:52:05
76000         Log: Get branch back as replica of mainline via :
76001              p4 integrate -b utfperl
76002              p4 resolve -at ./...
76003      Branch: utfperl
76004           +> (branch 269 files)
76005            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
76006            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
76007            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
76008            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
76009            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
76010            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
76011            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
76012            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
76013            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
76014            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
76015            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
76016            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
76017            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
76018            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
76019            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
76020            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
76021            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
76022            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
76023            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
76024            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
76025            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
76026            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
76027            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
76028            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
76029            - lib/unicode/UCD300.html lib/unicode/Unicode.300
76030            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
76031            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
76032            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
76033            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
76034           !> (integrate 965 files)
76035 ____________________________________________________________________________
76036 [  7386] By: jhi                                   on 2000/10/21  01:31:12
76037         Log: Update Changes.
76038      Branch: perl
76039            ! Changes patchlevel.h
76040 ____________________________________________________________________________
76041 [  7385] By: jhi                                   on 2000/10/21  01:28:42
76042         Log: The #7383 was right only in the context of the original bug report,
76043              not in more general case.
76044      Branch: perl
76045            ! pp_hot.c
76046 ____________________________________________________________________________
76047 [  7384] By: jhi                                   on 2000/10/21  01:08:23
76048         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
76049      Branch: perl
76050            ! ext/IO/lib/IO/Select.pm
76051 ____________________________________________________________________________
76052 [  7383] By: jhi                                   on 2000/10/21  00:44:18
76053         Log: Fix for ID 20001020.006, concatenating an unset submatch
76054              with utf8 resulted in "Modification of a read-only value".
76055      Branch: perl
76056            ! pp_hot.c t/pragma/utf8.t
76057 ____________________________________________________________________________
76058 [  7382] By: jhi                                   on 2000/10/20  20:44:31
76059         Log: Make scan_num() reëntrant, as suggested in
76060              
76061              Subject: [PATCH perl@7229] Rentrant parser and yylex()
76062              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
76063              Date: Fri, 20 Oct 2000 14:17:27 +0100
76064              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
76065      Branch: perl
76066            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
76067            ! toke.c
76068 ____________________________________________________________________________
76069 [  7381] By: jhi                                   on 2000/10/20  20:07:29
76070         Log: Reëntrancy fix.
76071              
76072              Subject: [PATCH perl@7229] Rentrant parser and yylex()
76073              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
76074              Date: Fri, 20 Oct 2000 14:17:27 +0100
76075              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
76076      Branch: perl
76077            ! embed.h embed.pl perl.h proto.h toke.c
76078 ____________________________________________________________________________
76079 [  7380] By: jhi                                   on 2000/10/20  19:15:54
76080         Log: Don't write double values through long double pointers,
76081              based on a part of
76082              
76083              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
76084              From: Jens Hamisch <jens@Strawberry.COM>
76085              Date: Tue, 17 Oct 2000 08:39:36 +0200
76086              Message-Id: <20001017083936.A11104@Strawberry.COM>
76087      Branch: perl
76088            ! perl.h pp.c
76089 ____________________________________________________________________________
76090 [  7379] By: jhi                                   on 2000/10/20  18:43:37
76091         Log: Portability tweak on #7377.
76092              
76093              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
76094              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76095              Date:     Fri, 20 Oct 2000 13:13:41 EDT
76096              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
76097      Branch: perl
76098            ! t/lib/dprof.t
76099 ____________________________________________________________________________
76100 [  7378] By: jhi                                   on 2000/10/20  12:57:19
76101         Log: SOCKS function redefinitions need prototypes, too, otherwise
76102              for example 32 bit versus 64 bit differences cause a lot of
76103              problems.  Part of
76104              
76105              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
76106              From: Jens Hamisch <jens@Strawberry.COM>
76107              Date: Tue, 17 Oct 2000 08:39:36 +0200
76108              Message-Id: <20001017083936.A11104@Strawberry.COM>
76109      Branch: perl
76110            ! doio.c pp_sys.c
76111 ____________________________________________________________________________
76112 [  7377] By: jhi                                   on 2000/10/20  12:37:12
76113         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
76114              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76115              Date:     Fri, 20 Oct 2000 08:26:04 EDT
76116              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
76117      Branch: perl
76118            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
76119 ____________________________________________________________________________
76120 [  7376] By: jhi                                   on 2000/10/20  12:35:31
76121         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
76122              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76123              Date:     Fri, 20 Oct 2000 07:48:15 EDT
76124              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
76125      Branch: perl
76126            ! configure.com vms/gen_shrfls.pl
76127 ____________________________________________________________________________
76128 [  7375] By: bailey                                on 2000/10/20  04:44:37
76129         Log: SYN SYN
76130      Branch: vmsperl
76131           +> (branch 134 files)
76132            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
76133            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
76134            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
76135            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
76136            - eg/cgi/frameset.cgi eg/cgi/index.html
76137            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
76138            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
76139            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
76140            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
76141            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
76142            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
76143            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
76144            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
76145            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
76146            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
76147            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
76148            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
76149            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
76150            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
76151            - lib/unicode/Props.txt lib/unicode/UCD300.html
76152            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
76153            - utils/perlbc.PL vms/subconfigure.com
76154           !> (integrate 785 files)
76155 ____________________________________________________________________________
76156 [  7374] By: jhi                                   on 2000/10/20  00:59:48
76157         Log: In the latest compiler builds cccdlflags must not become -fpic,
76158              from Wilfredo Sánchez.
76159      Branch: perl
76160            ! hints/darwin.sh
76161 ____________________________________________________________________________
76162 [  7373] By: jhi                                   on 2000/10/20  00:56:35
76163         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
76164              From: Tony Cook <tony@develop-help.com>
76165              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
76166              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
76167      Branch: perl
76168            ! pod/perlop.pod
76169 ____________________________________________________________________________
76170 [  7372] By: jhi                                   on 2000/10/19  19:34:40
76171         Log: Typo noted by Mark Lutz.
76172      Branch: perl
76173            ! t/op/64bitint.t
76174 ____________________________________________________________________________
76175 [  7371] By: jhi                                   on 2000/10/19  19:33:13
76176         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
76177      Branch: metaconfig
76178            ! U/modified/Cppsym.U U/modified/Oldconfig.U
76179      Branch: metaconfig/U/perl
76180            ! End.U dlsrc.U libperl.U
76181      Branch: perl
76182            + hints/nonstopux.sh
76183            ! Configure MANIFEST config_h.SH
76184 ____________________________________________________________________________
76185 [  7370] By: jhi                                   on 2000/10/19  17:18:08
76186         Log: Subject: PATCH do_print has 2 PerlIO_error()s
76187              From: nick@ccl4.org
76188              Date: Thu, 19 Oct 2000 18:09:20 +0100
76189              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
76190      Branch: perl
76191            ! doio.c
76192 ____________________________________________________________________________
76193 [  7369] By: jhi                                   on 2000/10/19  14:01:49
76194         Log: Update Changes.
76195      Branch: perl
76196            ! Changes patchlevel.h
76197 ____________________________________________________________________________
76198 [  7368] By: jhi                                   on 2000/10/19  13:04:29
76199         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
76200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76201              Date: Wed, 18 Oct 2000 13:12:01 +0200
76202              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
76203      Branch: perl
76204            ! hints/aix.sh
76205 ____________________________________________________________________________
76206 [  7367] By: jhi                                   on 2000/10/19  02:22:40
76207         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
76208              of a 'pmshort' anywhere in the B, so the offending line was simply
76209              removed.
76210      Branch: perl
76211            ! ext/B/B/Debug.pm
76212 ____________________________________________________________________________
76213 [  7366] By: jhi                                   on 2000/10/19  02:12:37
76214         Log: Add the test case for the bug id 20000730.004 which seems
76215              to have been fixed by now.
76216      Branch: perl
76217            ! t/pragma/utf8.t
76218 ____________________________________________________________________________
76219 [  7365] By: jhi                                   on 2000/10/18  23:36:24
76220         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
76221              From: Hugo <hv@crypt.compulink.co.uk>
76222              Date: Wed, 18 Oct 2000 23:25:58 +0100
76223              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
76224      Branch: perl
76225            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
76226 ____________________________________________________________________________
76227 [  7364] By: jhi                                   on 2000/10/18  21:12:53
76228         Log: (retracted)
76229      Branch: perl
76230            ! pp.c
76231 ____________________________________________________________________________
76232 [  7363] By: jhi                                   on 2000/10/18  20:55:38
76233         Log: Missing change from #7362.
76234      Branch: perl
76235            ! win32/perlhost.h
76236 ____________________________________________________________________________
76237 [  7362] By: jhi                                   on 2000/10/18  20:52:01
76238         Log: Borland C fstat() never saw the fd as writable.
76239              
76240              Subject: fix for Borland's weak "stat" (perl@7211)
76241              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76242              Date: Mon, 16 Oct 2000 09:55:03 +0400
76243              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
76244      Branch: perl
76245            ! win32/win32.c
76246 ____________________________________________________________________________
76247 [  7361] By: jhi                                   on 2000/10/18  17:43:50
76248         Log: Regen toc.
76249      Branch: perl
76250            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
76251 ____________________________________________________________________________
76252 [  7360] By: jhi                                   on 2000/10/18  17:07:44
76253         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76254              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
76255              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
76256              Date: Mon, 16 Oct 2000 15:19:49 +0200
76257      Branch: perl
76258            + README.aix
76259            ! MANIFEST
76260 ____________________________________________________________________________
76261 [  7359] By: jhi                                   on 2000/10/18  17:04:49
76262         Log: Subject: Pod patch for Devel::Peek
76263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76264              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
76265              Date: Mon, 16 Oct 2000 12:26:34 +0200
76266      Branch: perl
76267            ! ext/Devel/Peek/Peek.pm
76268 ____________________________________________________________________________
76269 [  7358] By: jhi                                   on 2000/10/18  17:03:15
76270         Log: Make Cwd more bulletproof in chrooted environments.
76271              
76272              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
76273              From: "Eric E. Coe" <Eric.Coe@oracle.com>
76274              Date: Wed, 18 Oct 2000 04:03:54 -0400
76275              Message-Id: <39ED596A.70E599FE@oracle.com>
76276      Branch: perl
76277            ! lib/Cwd.pm
76278 ____________________________________________________________________________
76279 [  7357] By: jhi                                   on 2000/10/18  16:37:26
76280         Log: Disable the UTF8 downgrade croakage for now to avoid
76281              too many not okay messages.
76282      Branch: perl
76283            ! doio.c
76284 ____________________________________________________________________________
76285 [  7356] By: jhi                                   on 2000/10/17  23:29:41
76286         Log: Show the failed remote port, instead of the failing line number.
76287              
76288              Subject: [PATCH 5.6.1 Debugger] More diagnostics
76289              From: David Sparks <daves@ActiveState.com>
76290              Date: Tue, 17 Oct 2000 15:00:24 -0700
76291              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
76292      Branch: perl
76293            ! lib/perl5db.pl
76294 ____________________________________________________________________________
76295 [  7355] By: jhi                                   on 2000/10/17  14:11:31
76296         Log: On output try to downgrade to bytes, croak if impossible,
76297              from Simon Cozens.  This means that outputting >255 UTF8
76298              is impossible.  Consider this as a strong incentive to get
76299              the I/O disciplines implemented.
76300      Branch: perl
76301            ! doio.c pod/perldiag.pod sv.c
76302 ____________________________________________________________________________
76303 [  7354] By: jhi                                   on 2000/10/17  13:42:23
76304         Log: Clarify documentation on 'use bytes'.
76305              
76306              Subject: Re: What does 'use bytes' "mean" ?
76307              From: Simon Cozens <simon@cozens.net>
76308              Date: Mon, 18 Sep 2000 18:24:25 +0100
76309              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
76310      Branch: perl
76311            ! lib/bytes.pm
76312 ____________________________________________________________________________
76313 [  7353] By: jhi                                   on 2000/10/17  13:28:12
76314         Log: Workaround for a sfio bug where the stream error indicator
76315              is not cleared as documented.
76316              
76317              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
76318              From: Nicholas Clark <nick@ccl4.org>
76319              Date: Mon, 16 Oct 2000 18:28:23 +0100
76320              Message-ID: <20001016182823.J19700@plum.flirble.org>
76321      Branch: perl
76322            ! doio.c
76323 ____________________________________________________________________________
76324 [  7352] By: jhi                                   on 2000/10/17  13:06:19
76325         Log: More IoTYPE sprinkling.
76326      Branch: perl
76327            ! doio.c pp_hot.c
76328 ____________________________________________________________________________
76329 [  7351] By: jhi                                   on 2000/10/16  22:47:07
76330         Log: Detect early whether the std streams have gone bad.
76331              
76332              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
76333              Date: Mon, 16 Oct 2000 23:28:42 +0100
76334              From: Nicholas Clark <nick@ccl4.org>
76335              Message-ID: <20001016232842.A37942@plum.flirble.org>
76336      Branch: perl
76337            ! t/op/misc.t
76338 ____________________________________________________________________________
76339 [  7350] By: jhi                                   on 2000/10/16  22:45:16
76340         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
76341              From: "Peter J. Farley III" <pjfarley@banet.net>
76342              Date: Mon, 16 Oct 2000 18:15:59 -0400
76343              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
76344      Branch: perl
76345            ! djgpp/djgpp.c dosish.h t/io/open.t
76346 ____________________________________________________________________________
76347 [  7349] By: jhi                                   on 2000/10/16  22:36:45
76348         Log: perldelta tweak.
76349      Branch: perl
76350            ! pod/perldelta.pod
76351 ____________________________________________________________________________
76352 [  7348] By: jhi                                   on 2000/10/16  15:17:53
76353         Log: Update Changes.
76354      Branch: perl
76355            ! Changes patchlevel.h
76356 ____________________________________________________________________________
76357 [  7347] By: jhi                                   on 2000/10/16  13:55:27
76358         Log: Add the capability to include/exclude branches.
76359      Branch: perl
76360            ! Porting/genlog
76361 ____________________________________________________________________________
76362 [  7346] By: jhi                                   on 2000/10/16  13:18:04
76363         Log: Add Charles Lane.
76364      Branch: perl
76365            ! AUTHORS Changes
76366 ____________________________________________________________________________
76367 [  7345] By: jhi                                   on 2000/10/16  13:13:21
76368         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
76369      Branch: perl
76370            ! pod/perldelta.pod
76371 ____________________________________________________________________________
76372 [  7344] By: gsar                                  on 2000/10/16  09:30:21
76373         Log: integrate change#6220 from cfgperl
76374              
76375              Win32 patches from Benjamin Stuhl.
76376      Branch: maint-5.6/perl
76377           !> makedef.pl win32/win32.h
76378 ____________________________________________________________________________
76379 [  7343] By: gsar                                  on 2000/10/16  08:32:19
76380         Log: integrate changes#6221,6222 from cfgperl
76381              
76382              Remove tr///CU (the feature is to be obsoleted by better interfaces).
76383              From: simon@brecon.co.uk (Simon Cozens)
76384              Subject: [PATCH] Eliminate tr///[CU][CU]
76385              Date: 23 Jun 2000 11:05:40 GMT
76386              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
76387              
76388              doc typo fix
76389              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
76390              From: Ian Phillipps <Ian.Phillipps@iname.com>
76391              Date: Fri, 23 Jun 2000 10:40:58 +0100
76392              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
76393      Branch: maint-5.6/perl
76394           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
76395 ____________________________________________________________________________
76396 [  7342] By: gsar                                  on 2000/10/16  08:28:08
76397         Log: integrate change#6217 from cfgperl (in part)
76398              
76399              Rename the fdpid locking and integrate with Sarathy.
76400      Branch: maint-5.6/perl
76401           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
76402           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
76403           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
76404           !> win32/win32.c
76405 ____________________________________________________________________________
76406 [  7341] By: gsar                                  on 2000/10/16  08:23:39
76407         Log: integrate changes#6214..6216 from mainline
76408              
76409              @_ can't have junk in it even in the non-USE_ITHREADS case because
76410              caller() wants to populate @DB::args with it (causes a coredump
76411              in Carp::confess())
76412              
76413              tweak comment about @DB::args
76414              
76415              be more optimal about clearing @_
76416      Branch: maint-5.6/perl
76417           !> av.h cop.h pp_ctl.c t/op/runlevel.t
76418 ____________________________________________________________________________
76419 [  7340] By: gsar                                  on 2000/10/16  08:20:37
76420         Log: integrate changes#6207..6210 from cfgperl
76421              
76422              Subject: [PATCH 5.6.0] Threadsafe patches
76423              From: Dan Sugalski <dan@sidhe.org>
76424              To: perl5-porters@perl.org
76425              Date: Mon, 08 May 2000 18:08:13 -0400
76426              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
76427              
76428              Regen headers for #6207.
76429              
76430              Lock PL_fdpid against race conditions, based on:
76431              Subject: [PATCH 5.6.0]subprocess fixup for threads
76432              From: Dan Sugalski <dan@sidhe.org>
76433              To: perl5-porters@perl.org
76434              Date: Tue, 11 Apr 2000 17:02:32 -0400
76435              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
76436              
76437              Mopup for #6207 and #6209.
76438      Branch: maint-5.6/perl
76439           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
76440           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
76441           !> win32/win32.c
76442 ____________________________________________________________________________
76443 [  7339] By: gsar                                  on 2000/10/16  08:14:34
76444         Log: integrate change#6203 from cfgperl
76445              
76446              perldiag should refer to perlos2.pod not README.os2
76447      Branch: maint-5.6/perl
76448           !> pod/perldiag.pod
76449 ____________________________________________________________________________
76450 [  7338] By: gsar                                  on 2000/10/16  08:11:42
76451         Log: integrate change#6201 from mainline
76452              
76453              Perl_eval_pv() leaks 4 bytes every time it is called because it
76454              does a PUSHMARK that's never ever POPMARKed; in general, only
76455              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
76456              Perl_eval_[sp]v() don't because they don't take any incoming
76457              arguments (this leak has been around since the original version
76458              of perl_eval_pv() in 5.003_97e)
76459      Branch: maint-5.6/perl
76460           !> perl.c
76461 ____________________________________________________________________________
76462 [  7337] By: gsar                                  on 2000/10/16  08:08:47
76463         Log: integrate changes#6197..6200 from cfgperl
76464              
76465              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
76466              From: John Borwick <jhborwic@unity.ncsu.edu>
76467              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
76468              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
76469              
76470              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
76471              From: Dan Sugalski <dan@sidhe.org>
76472              To: vmsperl@perl.org, perl5-porters@perl.org
76473              Date: Fri, 02 Jun 2000 16:00:41 -0400
76474              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
76475              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
76476              
76477              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
76478              From: Dan Sugalski <dan@sidhe.org>
76479              To: perl5-porters@perl.org, vmsperl@perl.org
76480              Date: Fri, 02 Jun 2000 17:30:51 -0400
76481              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
76482              
76483              Update to cperl-mode.el 4.31 from
76484              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
76485              Subject: A couple of notes
76486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76487              To: Mailing list Perl5 <perl5-porters@perl.org>
76488              Date: Sat, 3 Jun 2000 23:33:32 -0400
76489              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
76490      Branch: maint-5.6/perl
76491           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
76492           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
76493           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
76494           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
76495           !> vms/vmsish.h
76496 ____________________________________________________________________________
76497 [  7336] By: gsar                                  on 2000/10/16  08:03:46
76498         Log: integrate changes#6194,6195 from mainline
76499              
76500              fix small eval"" memory leaks under USE_ITHREADS
76501              
76502              fix yet another eval"" leak under USE_ITHREADS
76503      Branch: maint-5.6/perl
76504           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
76505           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
76506           !> vms/perly_c.vms
76507 ____________________________________________________________________________
76508 [  7335] By: gsar                                  on 2000/10/16  08:02:15
76509         Log: integrate changes#6190,6191 from mainline
76510              
76511              submit missing embed.pl change
76512              
76513              vec() loses numericalness (modified version of patch suggested
76514              by Robin Barker)
76515      Branch: maint-5.6/perl
76516           !> doop.c embed.pl t/op/vec.t
76517 ____________________________________________________________________________
76518 [  7334] By: gsar                                  on 2000/10/16  08:01:03
76519         Log: integrate change#6189 from mainline
76520              
76521              counting tr/// corrupts later operation (from M.J.T Guy)
76522      Branch: maint-5.6/perl
76523           !> doop.c t/op/tr.t
76524 ____________________________________________________________________________
76525 [  7333] By: gsar                                  on 2000/10/16  07:59:07
76526         Log: integrate changes#6183..6188 from mainline
76527              
76528              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
76529              <nick@ccl4.org>)
76530              
76531              tweak for change#6127
76532              
76533              remove incorrect documentation about implicit split to @_ in
76534              list context, which never really worked in perl 5 (from
76535              M.J.T. Guy)
76536              
76537              further qualify references to "alphanumeric" (from Wolfgang Laun
76538              <wolfgang.laun@alcatel.at>)
76539              
76540              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
76541              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
76542              
76543              h2xs tweaks
76544      Branch: maint-5.6/perl
76545           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
76546           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
76547           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
76548           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
76549           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
76550           !> pod/pod2latex.PL utils/h2xs.PL
76551 ____________________________________________________________________________
76552 [  7332] By: gsar                                  on 2000/10/16  07:53:52
76553         Log: integrate change#6179 from mainline
76554              
76555              buggy modulus on UVs introduced by change#3378 (resulted in
76556              4063328477 % 65535 amounting to 27406, instead of 27407)
76557      Branch: maint-5.6/perl
76558           !> pp.c t/op/arith.t
76559 ____________________________________________________________________________
76560 [  7331] By: gsar                                  on 2000/10/16  07:52:49
76561         Log: integrate changes#6176,6177,6178,6182 from cfgperl
76562              
76563              Single-quoted utf8 patch from Simon Cozens.
76564              
76565              Substitution utf8 patch from Simon Cozens.
76566              
76567              Be cleaner.
76568              
76569              Be Cleaner Part Deux.
76570      Branch: maint-5.6/perl
76571           !> Makefile.SH pp_hot.c toke.c
76572 ____________________________________________________________________________
76573 [  7330] By: gsar                                  on 2000/10/16  07:41:36
76574         Log: integrate change#6172 from mainline
76575              
76576              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
76577              (from Ilya Zakharevich)
76578      Branch: maint-5.6/perl
76579           !> regexec.c t/op/re_tests
76580 ____________________________________________________________________________
76581 [  7329] By: gsar                                  on 2000/10/16  07:40:25
76582         Log: integrate change#6171 from mainline
76583              
76584              scalar() doesn't force scalar context when used in void context
76585              (from Simon Cozens)
76586      Branch: maint-5.6/perl
76587           !> op.c t/op/wantarray.t
76588 ____________________________________________________________________________
76589 [  7328] By: gsar                                  on 2000/10/16  07:39:33
76590         Log: integrate change#6170 from mainline
76591              
76592              change#6142 needs tweaks to tests to work where there's no
76593              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
76594      Branch: maint-5.6/perl
76595           !> t/lib/filefind.t
76596 ____________________________________________________________________________
76597 [  7327] By: gsar                                  on 2000/10/16  07:35:34
76598         Log: integrate changes#6166..6168 from cfgperl
76599              
76600              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
76601              in case somebody wants to write an extension for more
76602              shadow database interfaces.
76603              
76604              tweak todo
76605              
76606              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
76607      Branch: maint-5.6/perl
76608           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
76609           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
76610           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
76611           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
76612           !> win32/config.vc win32/config_H.bc win32/config_H.gc
76613           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
76614 ____________________________________________________________________________
76615 [  7326] By: gsar                                  on 2000/10/16  07:29:05
76616         Log: integrate changes#6157,6159..6161,6164 from cfgperl
76617              
76618              Regen Configure to jive with #6149.
76619              
76620              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
76621              
76622              Changes for the File::Temp 0.08 (change #6159) test suite
76623              to fit better into the Perl distribution test framework.
76624              
76625              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
76626              both from Simon Cozens.
76627              
76628              detypo
76629      Branch: maint-5.6/perl
76630           +> pod/perlmodlib.PL pod/perlnewmod.pod
76631           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
76632           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
76633           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76634           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76635 ____________________________________________________________________________
76636 [  7325] By: gsar                                  on 2000/10/16  07:25:13
76637         Log: integrate change#6158 from vmsperl
76638              
76639              Add fallback to tmpfile for use in cases where user's relying on
76640              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
76641              Lane's patch)
76642      Branch: maint-5.6/perl
76643           !> vms/vms.c vms/vmsish.h
76644 ____________________________________________________________________________
76645 [  7324] By: gsar                                  on 2000/10/16  07:20:50
76646         Log: integrate changes#6153..6155 from mainline
76647              
76648              prettier Test::Harness output on failed tests (from Nicholas Clark
76649              <nick@Bagpuss.uk.boo.com>)
76650              
76651              avoid type mismatch warning
76652              
76653              small bug in change#6144; remove random \xA0 character that snuck
76654              in via change#6145
76655      Branch: maint-5.6/perl
76656           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
76657           !> perl.c
76658 ____________________________________________________________________________
76659 [  7323] By: gsar                                  on 2000/10/16  07:18:47
76660         Log: integrate changes#6151,6152 from mainline
76661              
76662              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
76663              
76664              cosmetic fixups of RE debug output (from Ilya Zakharevich)
76665      Branch: maint-5.6/perl
76666           !> regexec.c
76667 ____________________________________________________________________________
76668 [  7322] By: gsar                                  on 2000/10/16  07:17:25
76669         Log: integrate changes#6146..6150 from mainline
76670              
76671              doc typo
76672              
76673              add a make entry to Config.pm so "perl -V:make" works on VMS
76674              (from Peter Prymmer)
76675              
76676              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
76677              
76678              OS/2 tweaks for usethreads build (from Rocco Caputo
76679              <troc@netrus.net>)
76680              
76681              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
76682      Branch: maint-5.6/perl
76683           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
76684           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
76685           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
76686           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
76687           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
76688           !> warnings.pl x2p/a2p.h
76689 ____________________________________________________________________________
76690 [  7321] By: gsar                                  on 2000/10/16  07:14:02
76691         Log: integrate changes#6143..6145 from mainline
76692              
76693              MacOS support, part 1 (from Matthias Neeracher
76694              <neeri@iis.ee.ethz.ch>)
76695              
76696              MacOS support, part 2: make AutoSplit use File::Spec instead
76697              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
76698              <neeri@iis.ee.ethz.ch>)
76699              
76700              make xsubpp skip embedded pod (from Matthias Neeracher
76701              <neeri@iis.ee.ethz.ch>)
76702      Branch: maint-5.6/perl
76703           +> ext/DynaLoader/dl_mac.xs
76704           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
76705           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
76706           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
76707           !> pp_ctl.c proto.h toke.c util.c util.h
76708 ____________________________________________________________________________
76709 [  7320] By: gsar                                  on 2000/10/16  07:12:13
76710         Log: integrate changes#6141,6142 from mainline
76711              
76712              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
76713              forwarded by Peter Seebach from the bsdi-users mailing list.
76714              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
76715              
76716              File::Find fails to chdir when chasing symlinks (from
76717              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
76718      Branch: maint-5.6/perl
76719           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
76720 ____________________________________________________________________________
76721 [  7319] By: gsar                                  on 2000/10/16  07:04:30
76722         Log: integrate change#6139 from mainline
76723              
76724              revise mktables.PL for bugs and newness in Unicode 3.0
76725              (from James Bence <jbence@amgen.com>)
76726      Branch: maint-5.6/perl
76727           +> (branch 30 files)
76728           !> (integrate 49 files)
76729 ____________________________________________________________________________
76730 [  7318] By: gsar                                  on 2000/10/16  07:01:01
76731         Log: integrate changes#6137,6138 from mainline
76732              
76733              fix bogus redeclaration warning for "our" variables in different
76734              scopes
76735              
76736              add note about the handling of negative indices to tied arrays
76737              (from Michael G Schwern <schwern@pobox.com>)
76738      Branch: maint-5.6/perl
76739           !> op.c pod/perltie.pod t/pragma/strict-vars
76740 ____________________________________________________________________________
76741 [  7317] By: gsar                                  on 2000/10/16  06:58:46
76742         Log: integrate changes#6127..6136 from mainline
76743              
76744              call_method(...,G_EVAL) can longjmp() out if the method probing
76745              failed (from Gisle Aas)
76746              
76747              new perlxstut example for passing/returning refs to arrays
76748              (from David Lowe <dlowe@pootpoot.com>)
76749              
76750              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
76751              
76752              fix places that mean C<"word" character> but say C<alphanumeric
76753              character>
76754              
76755              avoid warnings in POSIX.pm (from Barrie Slaymaker)
76756              
76757              warnings::enabled() doesn't fall back to looking at $^W if
76758              caller isn't using lexical warnings (from Paul Marquess)
76759              
76760              elide bogus test in change#6132
76761              
76762              make Test::Harness use wait.h/WCOREDUMP if available
76763              (from Ben Tilly <ben_tilly@hotmail.com>)
76764              
76765              enable Test::Harness to dynamically determine column width etc.
76766              (from Rob Napier <rnapier@employees.org>)
76767              
76768              random pod typos (from Peter Scott <Peter@PSDT.com>)
76769      Branch: maint-5.6/perl
76770           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
76771           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
76772           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
76773           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
76774 ____________________________________________________________________________
76775 [  7316] By: gsar                                  on 2000/10/16  06:53:23
76776         Log: integrate change#6126 from mainline
76777              
76778              change#2879 broke rvalue autovivification of magicals such as
76779              ${$num} (reworked variant of patch suggested by Simon Cozens)
76780      Branch: maint-5.6/perl
76781           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
76782           !> pp_hot.c proto.h t/op/gv.t
76783 ____________________________________________________________________________
76784 [  7315] By: gsar                                  on 2000/10/16  06:51:38
76785         Log: integrate changes#6123,6125 from mainline
76786              
76787              clarify gotcha with #line directives (from Rocco Caputo
76788              <troc@netrus.net>)
76789              
76790              enable propagating exception objects via Perl_croak() in XS code
76791              (from Gisle Aas)
76792      Branch: maint-5.6/perl
76793           !> pod/perldebug.pod pod/perlsyn.pod util.c
76794 ____________________________________________________________________________
76795 [  7314] By: gsar                                  on 2000/10/16  06:49:28
76796         Log: integrate change#6122 from mainline
76797              
76798              downgrade fatal error on C<"foo@nosucharray.com"> to optional
76799              warning (from Mark-Jason Dominus)
76800      Branch: maint-5.6/perl
76801           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
76802           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
76803           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
76804           !> toke.c
76805 ____________________________________________________________________________
76806 [  7313] By: gsar                                  on 2000/10/16  06:46:54
76807         Log: integrate changes#6112..6121 from vmsperl
76808              
76809              Check for existence of file before trying to delete
76810              
76811              Ugly workaround for version-specific RTL error
76812              
76813              Urk -- undo previous removal of vmsish 'exit' change
76814              
76815              Add bounds checking for several strings (Charles Lane)
76816              
76817              Miscellaneous cosmetic fixes (Charles Lane)
76818              
76819              Treat sockets as special in sys(read|write) (Charles Lane et al.)
76820              
76821              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
76822              Flatten case labels in switch statements uniformly (Charles Bailey)
76823              
76824              Quiet error messages in vmsish.t (Charles Lane)
76825              
76826              Add missing escape (Charles Lane)
76827              
76828              Allow eliminate_macros() and fixpath() to handle space-delimited
76829              lists (based on fixes by Craig Berry)
76830      Branch: maint-5.6/perl
76831           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
76832           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
76833           !> vms/vmsish.h
76834 ____________________________________________________________________________
76835 [  7312] By: gsar                                  on 2000/10/16  06:41:18
76836         Log: integrate changes#6107,6110 from cfgperl
76837              
76838              Tweak the todo list.
76839              
76840              todo tweak
76841      Branch: maint-5.6/perl
76842           !> Todo-5.6
76843 ____________________________________________________________________________
76844 [  7311] By: gsar                                  on 2000/10/16  06:38:38
76845         Log: integrate changes#6104,6108 from mainline
76846              
76847              PL_sys_intern was being initialized too late on windows
76848              
76849              reenable fake signal handling on Windows, bugs and all
76850      Branch: maint-5.6/perl
76851           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
76852           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
76853           !> win32/win32.c
76854 ____________________________________________________________________________
76855 [  7310] By: gsar                                  on 2000/10/16  06:36:03
76856         Log: integrate changes#6095,6097..6103 from cfgperl
76857              
76858              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
76859              might be useful in future.
76860              
76861              Add a note about possible compilation problems from Allen Smith.
76862              
76863              Add a note about other, yet unsupported, shadow password APIs.
76864              
76865              Tweaks for the cc bugs from Allen Smith.
76866              
76867              More compilation tweakery from Allen Smith.
76868              
76869              Hints and test tweaks for Unicos.
76870              
76871              The test suite tweak in #6101 wasn't quite right.
76872              
76873              Test tweaking for Unicos continues.
76874      Branch: maint-5.6/perl
76875           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
76876           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
76877           !> t/lib/complex.t t/op/64bitint.t
76878 ____________________________________________________________________________
76879 [  7309] By: gsar                                  on 2000/10/16  06:29:41
76880         Log: integrate changes#6093,6094 from mainline
76881              
76882              fork() failure to create pseudo process sets errno=EAGAIN and returns
76883              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
76884              
76885              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
76886      Branch: maint-5.6/perl
76887           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
76888           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
76889 ____________________________________________________________________________
76890 [  7308] By: gsar                                  on 2000/10/16  06:27:29
76891         Log: integrate change#6092 from cfgperl
76892              
76893              Regen perltoc with the fixed buildtoc.
76894      Branch: maint-5.6/perl
76895           !> pod/perltoc.pod
76896 ____________________________________________________________________________
76897 [  7307] By: gsar                                  on 2000/10/16  06:26:40
76898         Log: integrate changes#6089,6090 from mainline
76899              
76900              buildtoc tweak to fix newline lossage
76901              
76902              concat doesn't preserve utf8-ness, and doesn't invalidate
76903              [NI]OK; added tests for both
76904      Branch: maint-5.6/perl
76905           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
76906 ____________________________________________________________________________
76907 [  7306] By: gsar                                  on 2000/10/16  06:24:05
76908         Log: integrate change#6088 from cfgperl
76909              
76910              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
76911              because we do not use those.  The HAS_GETSPNAM remains,
76912              though, because we still do use that.
76913      Branch: maint-5.6/perl
76914           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
76915           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
76916           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
76917           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
76918           !> win32/config.vc win32/config_H.bc win32/config_H.gc
76919           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
76920 ____________________________________________________________________________
76921 [  7305] By: gsar                                  on 2000/10/16  06:15:52
76922         Log: integrate changes#6084,6085,6087 from mainline
76923              
76924              substr() does not preserve utf8-ness (from Stefan Eissing
76925              <Eissing@medicaldataservice.de>); added tests
76926              
76927              repeat operator (x) doesn't preserve utf8-ness
76928              
76929              reverse() and quotemeta() weren't preserving utf8-ness; add tests
76930      Branch: maint-5.6/perl
76931           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
76932 ____________________________________________________________________________
76933 [  7304] By: gsar                                  on 2000/10/16  06:13:10
76934         Log: integrate changes#6077..6083 from mainline
76935              
76936              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
76937              and Tom Phoenix)
76938              
76939              workaround for CRT bug in chdir() (from Charles Lane, via
76940              Peter Prymmer)
76941              
76942              remove outdated kludge in Carp (NULLs are permitted in diagnostics
76943              now)
76944              
76945              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
76946              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
76947              
76948              better default perlbug categories for ok reports (from Richard Foley)
76949              
76950              peek.t non-portable to ithreads
76951              
76952              note about undocumented caller() return value (from M.J.T. Guy);
76953              yet another peek.t tweak
76954      Branch: maint-5.6/perl
76955           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76956           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76957           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
76958           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
76959           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
76960           !> vms/vmsish.h
76961 ____________________________________________________________________________
76962 [  7303] By: gsar                                  on 2000/10/16  06:03:18
76963         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
76964              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
76965              
76966              &HUGE_VAL is not defined, it exists.
76967              
76968              Do not warn that an infinity does not look like a number.
76969              
76970              Rewrite the pwent/spent logic to be a little bit more clearer.
76971              
76972              Continue on the pwent/spent case.
76973              
76974              Correct Freudian slip.
76975              
76976              Use HUGE_VALL if applicable.
76977              
76978              pwent/spent #ifdef imbalance.
76979              
76980              Infinite problems.
76981              
76982              Call getspnam() only iff needd.
76983              
76984              Test both the scalar and list contexts.
76985              
76986              Use setxxent()/endxxent().
76987              
76988              Complex tweakery.
76989              
76990              Unicos hint tweak.
76991              
76992              Be more forgiving in POSIX about HUGE_VALL.
76993              
76994              Detypo.
76995              
76996              The search of infinity continues, this time simplified.
76997              
76998              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
76999              in natively 64-bit platforms where a long is a quad (no need
77000              for long longs).  Also added bias for IVs.
77001              
77002              Complex tweaks.
77003              
77004              Introduce t/lib/peek.t.
77005              
77006              Make the test more portable.
77007      Branch: maint-5.6/perl
77008           +> t/lib/peek.t
77009            ! pp_sys.c
77010           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
77011           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
77012           !> t/op/pwent.t toke.c util.c
77013 ____________________________________________________________________________
77014 [  7302] By: gsar                                  on 2000/10/16  05:03:37
77015         Log: integrate changes#6066..6071 from mainline
77016              
77017              s/END/CHECK/
77018              
77019              replace direct call to sighandler() with (*PL_sighandlerp)()
77020              
77021              note about values()
77022              
77023              File::Spec compatibility update (from Barrie Slaymaker
77024              <barries@slaysys.com>)
77025              
77026              remove misleading comment (from M.J.T. Guy)
77027              
77028              misformatted perllocal.pod (from Tim Jenness
77029              <t.jenness@jach.hawaii.edu>)
77030      Branch: maint-5.6/perl
77031           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
77032           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
77033           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
77034           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
77035 ____________________________________________________________________________
77036 [  7301] By: gsar                                  on 2000/10/16  05:00:08
77037         Log: integrate changes#6061..6063 from mainline
77038              
77039              change#5921 neglected to make eq honor "use bytes"
77040              
77041              additional tests for utf8.t
77042              
77043              tokeq() could read unallocated field in argument
77044      Branch: maint-5.6/perl
77045           !> sv.c t/pragma/utf8.t toke.c
77046 ____________________________________________________________________________
77047 [  7300] By: gsar                                  on 2000/10/16  04:56:54
77048         Log: integrate changes#6046,6048,6057,6058 from mainline
77049              
77050              libscheck has insufficient checks for n32 libs (from
77051              Albert Chin-A-Young <china@thewrittenword.com>)
77052              
77053              add note about how $( doesn't interpolate in REs (from
77054              Philip Newton <newton@ficus.frogspace.net>)
77055              
77056              fix broken parsing of /\x{ab}/
77057              
77058              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
77059              (spotted by Donald Kinzer <dkinzer@premia.com>)
77060      Branch: maint-5.6/perl
77061           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
77062           !> t/pragma/utf8.t
77063 ____________________________________________________________________________
77064 [  7299] By: gsar                                  on 2000/10/16  04:52:50
77065         Log: integrate change#6044 from mainline
77066              
77067              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
77068              such that underscores are only ignored in literal numbers,
77069              "\x{...}", and hex/oct argument
77070      Branch: maint-5.6/perl
77071           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
77072 ____________________________________________________________________________
77073 [  7298] By: gsar                                  on 2000/10/16  04:50:53
77074         Log: integrate changes#6027..6043 from mainline
77075              
77076              podlators-1.02 update (from Russ Allbery)
77077              
77078              Pod::Man generates groff-incompatible macro definition (from
77079              Tom Christiansen)
77080              
77081              add CGI.pm v2.66 (from Lincoln Stein)
77082              
77083              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
77084              for @- and @+ (from Johan Vromans)
77085              
77086              small nits in diagnostics.pm (from Robin Barker)
77087              
77088              whitespace adjustments
77089              
77090              missing files in MANIFEST
77091              
77092              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
77093              to compensate
77094              
77095              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
77096              
77097              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
77098      Branch: maint-5.6/perl
77099           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
77100           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
77101           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
77102           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
77103           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
77104           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
77105           !> t/lib/cgi-html.t t/lib/cgi-request.t
77106 ____________________________________________________________________________
77107 [  7297] By: gsar                                  on 2000/10/16  04:44:30
77108         Log: integrate change#6025 from mainline
77109              
77110              Is{Alnum,Alpha,Word} don't match titlecase
77111              TODO: IsSpace is defined recursively!
77112              (both spotted by Larry)
77113      Branch: maint-5.6/perl
77114           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
77115           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
77116 ____________________________________________________________________________
77117 [  7296] By: gsar                                  on 2000/10/16  04:39:30
77118         Log: integrate change#6023 from mainline
77119              
77120              debugger stomps on $. (from M.J.T. Guy)
77121      Branch: maint-5.6/perl
77122           !> lib/perl5db.pl
77123 ____________________________________________________________________________
77124 [  7295] By: gsar                                  on 2000/10/16  04:38:02
77125         Log: integrate change#6022 from mainline
77126              
77127              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
77128      Branch: maint-5.6/perl
77129           !> sv.c
77130 ____________________________________________________________________________
77131 [  7294] By: gsar                                  on 2000/10/16  04:37:05
77132         Log: integrate changes#6018..6021 from mainline
77133              
77134              make lib/syslog.t portable to systems that don't have _PATH_LOG,
77135              make _PATH_LOG() return "" if unavailable
77136              
77137              windows portability tweaks
77138              
77139              test tweak
77140              
77141              remove Win2K issue in pod (fixed by change#6020)
77142      Branch: maint-5.6/perl
77143           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
77144           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
77145           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
77146 ____________________________________________________________________________
77147 [  7293] By: gsar                                  on 2000/10/16  04:20:00
77148         Log: integrate changes#6013..6015 from mainline
77149              
77150              tweak change#5945 to display correct switch name in diagnostic
77151              
77152              glob() loading File::Glob behind the scenes may cause syntax errors
77153              
77154              tweak test for portability
77155      Branch: maint-5.6/perl
77156           !> op.c perl.c pod/perldiag.pod t/lib/b.t
77157 ____________________________________________________________________________
77158 [  7292] By: gsar                                  on 2000/10/16  04:18:11
77159         Log: integrate changes#6005..6010 from mainline, cfgperl
77160              
77161              perldoc might fail via "use blib" (from Hugo van der Sanden)
77162              
77163              Regen Configure.
77164              
77165              note about compile failures and END blocks (from M.J.T. Guy)
77166              
77167              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
77168              
77169              (change#6009 integrated earlier in change#7255)
77170              
77171              clarify note about shadow password support (from
77172              gellyfish@gellyfish.com)
77173      Branch: maint-5.6/perl
77174           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77175           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
77176           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
77177 ____________________________________________________________________________
77178 [  7291] By: gsar                                  on 2000/10/16  04:12:03
77179         Log: integrate changes#6002,6003 from mainline
77180              
77181              destructive sv_setsv() can lose UV-ness from source, causing
77182              numeric promotions/comparisons to fail to do the right thing
77183              
77184              allow REG_EXPAND_SZ keys in Windows registry (from
77185              John Clayton <John.Clayton@barclayscapital.com>)
77186      Branch: maint-5.6/perl
77187           !> sv.c win32/win32.c
77188 ____________________________________________________________________________
77189 [  7290] By: gsar                                  on 2000/10/16  04:10:19
77190         Log: integrate change#6001 from mainline
77191              
77192              support additional library locations via $Config{otherlibdirs}
77193              (from Andy Dougherty)
77194      Branch: maint-5.6/perl
77195           !> Configure INSTALL Porting/Glossary Porting/config.sh
77196           !> Porting/config_H config_h.SH epoc/config.sh perl.c
77197           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
77198           !> win32/config.bc win32/config.gc win32/config.vc
77199 ____________________________________________________________________________
77200 [  7289] By: gsar                                  on 2000/10/16  04:08:28
77201         Log: integrate change#5999 from mainline
77202              
77203              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
77204      Branch: maint-5.6/perl
77205           !> t/pragma/warn/toke toke.c
77206 ____________________________________________________________________________
77207 [  7288] By: gsar                                  on 2000/10/16  04:07:01
77208         Log: integrate changes#5997,5998 from cfgperl
77209              
77210              Preserve $!.
77211              
77212              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
77213      Branch: maint-5.6/perl
77214           !> lib/Math/Complex.pm
77215 ____________________________________________________________________________
77216 [  7287] By: gsar                                  on 2000/10/16  04:04:37
77217         Log: integrate change#5995 from mainline
77218              
77219              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
77220      Branch: maint-5.6/perl
77221           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
77222 ____________________________________________________________________________
77223 [  7286] By: gsar                                  on 2000/10/16  04:03:21
77224         Log: integrate change#5994 from mainline
77225              
77226              fix for missed accounting for null byte in pack("Z",...) (from
77227              M.J.T. Guy)
77228      Branch: maint-5.6/perl
77229           !> pp.c t/op/pack.t
77230 ____________________________________________________________________________
77231 [  7285] By: gsar                                  on 2000/10/16  04:02:11
77232         Log: integrate changes#5989..5993 from mainline
77233              
77234              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
77235              itself and no other (from Tom Hughes)
77236              
77237              use $ENV{LIB} to search for libs under Visual C compiler
77238              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
77239              
77240              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
77241              
77242              pod nit (from Simon Cozens)
77243              
77244              various minor tweaks seen on p5p
77245      Branch: maint-5.6/perl
77246           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
77247           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
77248           !> t/op/array.t toke.c
77249 ____________________________________________________________________________
77250 [  7284] By: gsar                                  on 2000/10/16  03:59:00
77251         Log: integrate changes#5978..5988 from mainline
77252              
77253              sync version numbers in File::Spec with the ones on CPAN
77254              (from Barrie Slaymaker)
77255              
77256              under useithreads, constant pad entries could inadvertantly be
77257              shared across threads (from Eric Blood <eblood@xmission.com>);
77258              added Eric's test case to testsuite
77259              
77260              allow Configure -S to run non-interactively (spotted by Greg Hudson
77261              <ghudson@mit.edu>)
77262              
77263              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
77264              prototype mismatch with CORE::glob(); update pod and tests to
77265              suit (File::Glob::glob() is still available for backward
77266              compatibility, but should be considered deprecated)
77267              
77268              avoid error in IO::Socket::INET when given an unknown service name
77269              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
77270              
77271              numeric conversion of non-number in change#3378 tramples on
77272              OOK offset, causing segfaults
77273              
77274              attributes::reftype() doesn't work on tied argument
77275              
77276              forked child may not exit correctly if it failed to open
77277              /dev/console (from Graham Barr)
77278              
77279              add regular expressions tutorial and quick-start guide (from
77280              Mark Kvale <kvale@phy.ucsf.edu>)
77281              
77282              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
77283              
77284              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
77285              <paul@miraclefish.com>)
77286      Branch: maint-5.6/perl
77287           +> pod/perlrequick.pod pod/perlretut.pod
77288           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
77289           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
77290           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
77291           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
77292           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
77293           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77294           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
77295           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
77296 ____________________________________________________________________________
77297 [  7283] By: gsar                                  on 2000/10/16  03:52:14
77298         Log: integrate change#5977 from mainline
77299              
77300              autoquote barewords followed by newline and arrow properly
77301              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
77302      Branch: maint-5.6/perl
77303           !> t/pragma/warn/toke toke.c
77304 ____________________________________________________________________________
77305 [  7282] By: gsar                                  on 2000/10/16  03:50:48
77306         Log: integrate change#5976 from mainline
77307              
77308              DB_File v1.73 update (from Paul Marquess)
77309      Branch: maint-5.6/perl
77310           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
77311           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
77312 ____________________________________________________________________________
77313 [  7281] By: gsar                                  on 2000/10/16  03:49:14
77314         Log: integrate change#5975 from mainline
77315              
77316              allow sort() reentrancy (variant of patch suggested by
77317              Hugo van der Sanden)
77318      Branch: maint-5.6/perl
77319           !> pp_ctl.c t/op/sort.t
77320 ____________________________________________________________________________
77321 [  7280] By: gsar                                  on 2000/10/16  03:48:22
77322         Log: integrate change#5974 from mainline
77323              
77324              change#4197 somehow missed initializing PL_errors, meaning
77325              syntax error queueing wasn't working outside eval"" at all;
77326              also fixed eval"" to localize PL_error_count, so that compile-time
77327              eval's don't clobber the error state of the outer context
77328      Branch: maint-5.6/perl
77329           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
77330           !> t/pragma/warn/toke
77331 ____________________________________________________________________________
77332 [  7279] By: gsar                                  on 2000/10/16  03:46:21
77333         Log: integrate change#5973 from mainline
77334              
77335              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
77336      Branch: maint-5.6/perl
77337           !> regcomp.c regexec.c t/op/re_tests
77338 ____________________________________________________________________________
77339 [  7278] By: gsar                                  on 2000/10/16  03:44:54
77340         Log: integrate change#5971 from cfgperl
77341              
77342              Unicos tweaks from Mark P. Lutz.
77343      Branch: maint-5.6/perl
77344           !> hints/unicos.sh lib/Math/Complex.pm
77345 ____________________________________________________________________________
77346 [  7277] By: gsar                                  on 2000/10/16  03:42:59
77347         Log: integrate changes#5966..5970 from mainline
77348              
77349              add testsuite for B backends, fix bug in B::Deparse (from
77350              Simon Cozens <simon@brecon.co.uk>)
77351              
77352              improved docs on the warn_uninit diagnostic (from David Glasser
77353              and Simon Cozens)
77354              
77355              tolerate spaces in group names in test on solaris (from David Boyce
77356              <dsb@boyski.com>)
77357              
77358              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
77359              
77360              Data::Dumper fumbles negative numbers on 32-bit platforms where
77361              IV is >32bits
77362      Branch: maint-5.6/perl
77363           +> t/lib/b.t t/lib/syslog.t
77364           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
77365           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
77366           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
77367 ____________________________________________________________________________
77368 [  7276] By: gsar                                  on 2000/10/16  03:39:30
77369         Log: integrate change#5965 from mainline
77370              
77371              avoid "will not stay shared" warnings for our variables (from
77372              Robin Barker)
77373      Branch: maint-5.6/perl
77374           !> op.c t/pragma/warn/op
77375 ____________________________________________________________________________
77376 [  7275] By: gsar                                  on 2000/10/16  03:38:18
77377         Log: integrate change#5964 from mainline
77378              
77379              reformat to 72 columns (again)
77380      Branch: maint-5.6/perl
77381           !> pod/perldiag.pod
77382 ____________________________________________________________________________
77383 [  7274] By: gsar                                  on 2000/10/16  03:36:58
77384         Log: integrate change#5963 from mainline
77385              
77386              patch from Larry to make (\&) prototype work; added tests for
77387              the same
77388      Branch: maint-5.6/perl
77389           !> op.c t/comp/proto.t
77390 ____________________________________________________________________________
77391 [  7273] By: gsar                                  on 2000/10/16  03:35:51
77392         Log: integrate changes#5956..5962 from mainline
77393              
77394              better diagnostics on failed tests (from Ilya Zakharevich)
77395              
77396              pod nits (from A. C. Yardley <yardley@tanet.net>)
77397              
77398              change#3569 deleted some essential code, revert; avoid use of
77399              atexit() to make DynaLoader work properly on AIX under mod_perl
77400              (from Jens-Uwe Mager <jum@helios.de>)
77401              
77402              doubled words in pods (from Simon Cozens
77403              <simon.p.cozens@jp.pwcglobal.com>)
77404              
77405              better INSTALL notes on Solaris issues (from Dominic Dunlop)
77406              
77407              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
77408              
77409              updated README.hpux (from Jeff Okamoto)
77410      Branch: maint-5.6/perl
77411           !> INSTALL README.hpux emacs/cperl-mode.el
77412           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
77413           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
77414           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
77415           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
77416           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
77417           !> t/op/lex_assign.t
77418 ____________________________________________________________________________
77419 [  7272] By: gsar                                  on 2000/10/16  03:31:22
77420         Log: integrate change#5955 from mainline
77421              
77422              longstanding bug exposed by change#3307: sort arguments weren't
77423              compiled with the right wantarray context (ensuing runtime lookup
77424              via block_gimme() was getting the incidental context of the
77425              sort() itself)
77426      Branch: maint-5.6/perl
77427           !> op.c t/op/sort.t
77428 ____________________________________________________________________________
77429 [  7271] By: gsar                                  on 2000/10/16  03:29:11
77430         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
77431              branch
77432              
77433              Flatten the cpp jungle doing the nosuid checking.
77434              
77435              Do not assume sign propagation. (from M.J.T. Guy)
77436              
77437              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
77438              
77439              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
77440              Now pp_ncmp() returns undef is either operand is a NaN.
77441              
77442              On second thoughts frexp() does have two arguments.
77443              
77444              Document that tr() is not tr(1).
77445              
77446              Be more robust on "extreme" (large absolute value)
77447              arguments.  Originally reported by Daniel Connelly
77448              as a problem with asinh() on large negative arguments,
77449              asinh() used to bail out because an argument to log()
77450              ended up being zero.  Ilya Zakharevich proposed using
77451              Taylor's series in such cases, which for such large
77452              arguments is a very good approximation.
77453              
77454              Undo "use integer" addition from 64bitint as it seems
77455              to break most of the subtests in Digital UNIX;
77456              Unicos needs to find another way.
77457      Branch: maint-5.6/perl
77458           !> (integrate 29 files)
77459 ____________________________________________________________________________
77460 [  7270] By: gsar                                  on 2000/10/16  03:09:44
77461         Log: integrate changes#5948,5949,5950 from mainline
77462              
77463              typo in vars.pm that leads to cryptic message (from Piotr
77464              Piatkowski <kompas@kompas.usr.onet.pl>)
77465              
77466              make perldoc use the pod2man from the same version (from
77467              M.J.T. Guy)
77468              
77469              reformat perldiag to avoid long lines
77470      Branch: maint-5.6/perl
77471           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
77472 ____________________________________________________________________________
77473 [  7269] By: gsar                                  on 2000/10/16  03:05:54
77474         Log: integrate change#5947 from mainline
77475              
77476              use &dl_error rather than &dl_load_file as the guard for calling
77477              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
77478              statically built perl)
77479      Branch: maint-5.6/perl
77480           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
77481 ____________________________________________________________________________
77482 [  7268] By: gsar                                  on 2000/10/16  03:04:48
77483         Log: integrate change#5945 from mainline
77484              
77485              make module name mandatory after -M switch; reorder perldiag
77486              alphabetically (from Mark-Jason Dominus)
77487      Branch: maint-5.6/perl
77488           !> perl.c pod/perldiag.pod
77489 ____________________________________________________________________________
77490 [  7267] By: gsar                                  on 2000/10/16  03:03:01
77491         Log: integrate change#5939 from mainline
77492              
77493              more pod nits (from Larry Virden)
77494      Branch: maint-5.6/perl
77495           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
77496           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
77497           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
77498 ____________________________________________________________________________
77499 [  7266] By: gsar                                  on 2000/10/16  03:01:39
77500         Log: integrate change#5938 from mainline
77501              
77502              Consolidated B::Deparse fixes (from Stephen McCamant)
77503      Branch: maint-5.6/perl
77504           !> ext/B/B/Deparse.pm
77505 ____________________________________________________________________________
77506 [  7265] By: gsar                                  on 2000/10/16  03:00:43
77507         Log: integrate change#5936 from mainline
77508              
77509              additional tests for change#7263 (from Paul Marquess)
77510      Branch: maint-5.6/perl
77511           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
77512           !> t/pragma/warn/5nolint t/pragma/warn/6default
77513 ____________________________________________________________________________
77514 [  7264] By: gsar                                  on 2000/10/16  02:58:34
77515         Log: integrate change#5934 from mainline
77516              
77517              propagate lexical warnings from surrounding scope correctly
77518              within string eval() (from Paul Marquess)
77519      Branch: maint-5.6/perl
77520           !> pp_ctl.c t/pragma/warn/pp_ctl
77521 ____________________________________________________________________________
77522 [  7263] By: gsar                                  on 2000/10/16  02:56:53
77523         Log: integrate change#5932 from mainline
77524              
77525              add rsignal(), whichsig() and do_join() to public API list
77526              (mod_perl uses them to good advantage)
77527      Branch: maint-5.6/perl
77528           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
77529 ____________________________________________________________________________
77530 [  7262] By: gsar                                  on 2000/10/16  02:55:53
77531         Log: integrate change#5931 from mainline
77532              
77533              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
77534      Branch: maint-5.6/perl
77535           !> pp_hot.c regexec.c t/op/pat.t
77536 ____________________________________________________________________________
77537 [  7261] By: gsar                                  on 2000/10/16  02:55:01
77538         Log: integrate change#5930 from mainline
77539              
77540              small os390 tweaks (from Peter Prymmer)
77541      Branch: maint-5.6/perl
77542           !> config_h.SH makedepend.SH
77543 ____________________________________________________________________________
77544 [  7260] By: gsar                                  on 2000/10/16  02:54:10
77545         Log: integrate change#5929 from mainline
77546              
77547              pod nits
77548      Branch: maint-5.6/perl
77549           !> pod/perlguts.pod
77550 ____________________________________________________________________________
77551 [  7259] By: gsar                                  on 2000/10/16  02:52:55
77552         Log: integrate change#5927 from mainline
77553              
77554              arrange for next() to resume at the unstack op rather than the
77555              loop conditional, so that scope cleanup happens correctly
77556              (from Stephen McCamant)
77557      Branch: maint-5.6/perl
77558           !> op.c pp_ctl.c t/op/misc.t
77559 ____________________________________________________________________________
77560 [  7258] By: gsar                                  on 2000/10/16  02:51:38
77561         Log: integrate change#5926 from mainline
77562              
77563              on windows, reserve 16M of stack rather than 128M (allows more
77564              threads to run concurrently)
77565      Branch: maint-5.6/perl
77566           !> win32/Makefile win32/makefile.mk
77567 ____________________________________________________________________________
77568 [  7257] By: gsar                                  on 2000/10/16  02:50:37
77569         Log: integrate change#5925 from mainline
77570              
77571              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
77572      Branch: maint-5.6/perl
77573           !> toke.c
77574 ____________________________________________________________________________
77575 [  7256] By: gsar                                  on 2000/10/16  02:49:36
77576         Log: integrate change#5924 from mainline
77577              
77578              avoid using uninitialized memory in require version check
77579      Branch: maint-5.6/perl
77580           !> pp_ctl.c universal.c
77581 ____________________________________________________________________________
77582 [  7255] By: gsar                                  on 2000/10/16  02:48:03
77583         Log: integrate changes#5923,5928,6009 from mainline
77584              
77585              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
77586      Branch: maint-5.6/perl
77587           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
77588 ____________________________________________________________________________
77589 [  7254] By: gsar                                  on 2000/10/16  02:44:46
77590         Log: integrate change#5922 from mainline
77591              
77592              commentary about IoTYPE() (from Nathan Torkington)
77593      Branch: maint-5.6/perl
77594           !> sv.h
77595 ____________________________________________________________________________
77596 [  7253] By: gsar                                  on 2000/10/16  02:43:49
77597         Log: integrate change#5921 from mainline
77598              
77599              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
77600      Branch: maint-5.6/perl
77601           !> sv.c t/lib/charnames.t t/pragma/utf8.t
77602 ____________________________________________________________________________
77603 [  7252] By: gsar                                  on 2000/10/16  02:42:31
77604         Log: integrate change#5920 from mainline
77605              
77606              Larry's fix for buggy propagation of utf8-ness in join(); add test
77607      Branch: maint-5.6/perl
77608           !> doop.c t/op/ver.t
77609 ____________________________________________________________________________
77610 [  7251] By: gsar                                  on 2000/10/16  02:41:14
77611         Log: integrate changes#5915..5919 from mainline
77612              
77613              various (pod tweaks &c)
77614      Branch: maint-5.6/perl
77615           !> (integrate 33 files)
77616 ____________________________________________________________________________
77617 [  7250] By: gsar                                  on 2000/10/16  02:38:16
77618         Log: integrate change#5914 from mainline
77619              
77620              caller() wasn't returning the right number of elements for
77621              eval {...}
77622      Branch: maint-5.6/perl
77623           !> pp_ctl.c t/pragma/warn/9enabled
77624 ____________________________________________________________________________
77625 [  7249] By: gsar                                  on 2000/10/16  02:37:02
77626         Log: integrate change#5913 from mainline
77627              
77628              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
77629              (from Mark-Jason Dominus)
77630      Branch: maint-5.6/perl
77631           !> pod/perlfunc.pod
77632 ____________________________________________________________________________
77633 [  7248] By: gsar                                  on 2000/10/16  02:35:58
77634         Log: integrate change#5912 from mainline
77635              
77636              fix totally broken caching in UNIVERSAL::isa() (from
77637              Nick Ing-Simmons)
77638      Branch: maint-5.6/perl
77639           !> t/op/universal.t universal.c
77640 ____________________________________________________________________________
77641 [  7247] By: gsar                                  on 2000/10/16  02:34:27
77642         Log: integrate changes#5910,5911 from mainline
77643              
77644              typo in pod
77645              
77646              add linebreak properties from unicode/LineBrk.txt (from
77647              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
77648      Branch: maint-5.6/perl
77649           +> (branch 29 files)
77650           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
77651 ____________________________________________________________________________
77652 [  7246] By: gsar                                  on 2000/10/16  02:33:29
77653         Log: integrate change#5909 from mainline
77654              
77655              mode argument to do_binmode() should be file mode, not boolean
77656      Branch: maint-5.6/perl
77657           !> pp_sys.c
77658 ____________________________________________________________________________
77659 [  7245] By: gsar                                  on 2000/10/16  02:31:04
77660         Log: integrate change#5908 from mainline
77661              
77662              introduce illegal symbols into null package so that
77663              gv_fetchpv(...,TRUE) always returns a valid GV even when the
77664              symbol is trapped by strictures (avoids coredumps)
77665      Branch: maint-5.6/perl
77666           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
77667           !> t/pragma/strict-vars
77668 ____________________________________________________________________________
77669 [  7244] By: jhi                                   on 2000/10/16  02:29:54
77670         Log: Subject: $Carp::ExportLevel confusion in Exporter
77671              From: "Ben Tilly" <ben_tilly@hotmail.com>
77672              Date: Sat, 14 Oct 2000 16:44:34 EDT
77673              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
77674      Branch: perl
77675            ! lib/Exporter/Heavy.pm
77676 ____________________________________________________________________________
77677 [  7243] By: jhi                                   on 2000/10/16  02:28:33
77678         Log: Subject: [PATCH perlguts.pod] Document offset hack
77679              From: Simon Cozens <simon@cozens.net>
77680              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
77681              Date: Sat, 14 Oct 2000 19:32:25 +0100
77682      Branch: perl
77683            ! pod/perlguts.pod
77684 ____________________________________________________________________________
77685 [  7242] By: gsar                                  on 2000/10/16  02:26:51
77686         Log: integrate changes#5905,5906,5907,6064 from mainline
77687              
77688              printf/sprintf didn't get quad types right under use64bitint
77689      Branch: maint-5.6/perl
77690           !> pp_sys.c sv.c t/op/64bitint.t
77691 ____________________________________________________________________________
77692 [  7241] By: jhi                                   on 2000/10/16  02:22:44
77693         Log: Subject: small pod patch
77694              From: Dan Boorstein <dan_boo@bellsouth.net>
77695              Date: Sat, 14 Oct 2000 14:29:24 -0400
77696              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
77697      Branch: perl
77698            ! pod/perlfaq7.pod pod/perlmod.pod
77699 ____________________________________________________________________________
77700 [  7240] By: jhi                                   on 2000/10/16  02:13:46
77701         Log: -w cleanup.
77702              
77703              Subject: Re: Problems with bleadperl 
77704              From: "Stephen P. Potter" <spp@ds.net>
77705              Date: Fri, 13 Oct 2000 13:32:49 -0400
77706              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
77707      Branch: perl
77708            ! t/pragma/overload.t
77709 ____________________________________________________________________________
77710 [  7239] By: jhi                                   on 2000/10/16  01:41:18
77711         Log: One more ~utf8 tweak.
77712      Branch: perl
77713            ! t/op/bop.t
77714 ____________________________________________________________________________
77715 [  7238] By: jhi                                   on 2000/10/16  01:34:14
77716         Log: Tweak the test of #7235.
77717      Branch: perl
77718            ! t/op/bop.t
77719 ____________________________________________________________________________
77720 [  7237] By: jhi                                   on 2000/10/16  01:25:04
77721         Log: Fix a couple of compiler-noted nits in #7235.
77722      Branch: perl
77723            ! pp.c
77724 ____________________________________________________________________________
77725 [  7236] By: jhi                                   on 2000/10/16  01:22:46
77726         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
77727      Branch: perl
77728            ! pp.c pp_hot.c
77729 ____________________________________________________________________________
77730 [  7235] By: jhi                                   on 2000/10/15  16:24:44
77731         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
77732              
77733              From: Simon Cozens <simon@cozens.net>
77734              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
77735              Date: Sat, 14 Oct 2000 20:52:13 +0100
77736              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
77737      Branch: perl
77738            ! pp.c t/op/bop.t utf8.h
77739 ____________________________________________________________________________
77740 [  7234] By: jhi                                   on 2000/10/15  15:19:29
77741         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
77742              The problem was that rx->minlen was in chars while pp_split()
77743              thought it would be in bytes. 
77744      Branch: perl
77745            ! pp.c t/pragma/utf8.t
77746 ____________________________________________________________________________
77747 [  7233] By: jhi                                   on 2000/10/14  20:24:24
77748         Log: Document FNCASE=y as discussed in the bug 20000902.009.
77749      Branch: perl
77750            ! README.dos
77751 ____________________________________________________________________________
77752 [  7232] By: jhi                                   on 2000/10/14  18:52:21
77753         Log: Add test for bug id 20000427.003 (which seems to have
77754              been fixed) (also duplicate as 20000427.004, though
77755              with a higher severity).  Move one utf8 from op/append
77756              to pragma/utf8, tag the tests with bug ids.
77757      Branch: perl
77758            ! t/op/append.t t/pragma/utf8.t
77759 ____________________________________________________________________________
77760 [  7231] By: jhi                                   on 2000/10/14  17:28:37
77761         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
77762      Branch: perl
77763            ! t/pragma/utf8.t
77764 ____________________________________________________________________________
77765 [  7230] By: jhi                                   on 2000/10/14  14:24:50
77766         Log: Needs to be conditional on SunOS 4.
77767              
77768              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
77769              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
77770              Date: Sat, 14 Oct 2000 13:37:49 +0100
77771              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
77772      Branch: metaconfig/U/perl
77773            ! End.U
77774      Branch: perl
77775            ! Configure myconfig.SH pod/perldelta.pod
77776 ____________________________________________________________________________
77777 [  7229] By: jhi                                   on 2000/10/14  00:49:22
77778         Log: Update Changes.
77779      Branch: perl
77780            ! Changes patchlevel.h
77781 ____________________________________________________________________________
77782 [  7228] By: jhi                                   on 2000/10/14  00:46:10
77783         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
77784              From: Peter Prymmer <pvhp@forte.com>
77785              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
77786              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
77787      Branch: perl
77788            ! lib/utf8.pm
77789 ____________________________________________________________________________
77790 [  7227] By: jhi                                   on 2000/10/13  23:20:30
77791         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
77792      Branch: perl
77793            ! t/op/tie.t
77794 ____________________________________________________________________________
77795 [  7226] By: jhi                                   on 2000/10/13  22:14:32
77796         Log: Tweak #7225.
77797              
77798              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
77799              From: Peter Prymmer <pvhp@forte.com>
77800              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
77801              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
77802      Branch: perl
77803            ! t/op/sprintf.t
77804 ____________________________________________________________________________
77805 [  7225] By: jhi                                   on 2000/10/13  22:11:31
77806         Log: op/sprintf.t patch for OS/390 (and any other host with limited
77807              floating-point exponent length)
77808              
77809              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
77810              From: Dominic Dunlop <domo@computer.org>
77811              Date: Fri, 13 Oct 2000 19:17:57 +0200
77812              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
77813      Branch: perl
77814            ! t/op/sprintf.t
77815 ____________________________________________________________________________
77816 [  7224] By: jhi                                   on 2000/10/13  18:40:48
77817         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
77818      Branch: perl
77819            ! toke.c
77820 ____________________________________________________________________________
77821 [  7223] By: jhi                                   on 2000/10/13  18:37:13
77822         Log: Thinko in #7222.
77823      Branch: perl
77824            ! utf8.c
77825 ____________________________________________________________________________
77826 [  7222] By: jhi                                   on 2000/10/13  18:05:23
77827         Log: Use UTF8SKIP(), from Simon Cozens.
77828      Branch: perl
77829            ! utf8.c
77830 ____________________________________________________________________________
77831 [  7221] By: jhi                                   on 2000/10/13  15:43:19
77832         Log: (accidentally empty check-in)
77833      Branch: perl
77834            ! utf8.c
77835 ____________________________________________________________________________
77836 [  7220] By: jhi                                   on 2000/10/13  15:23:51
77837         Log: Add (optimistically) Storable to static extensions.
77838      Branch: perl
77839            ! hints/uwin.sh hints/vmesa.sh
77840 ____________________________________________________________________________
77841 [  7219] By: jhi                                   on 2000/10/13  15:20:05
77842         Log: Amdahl UTS doesn't seem to do dynaloading.
77843      Branch: perl
77844            ! hints/uts.sh
77845 ____________________________________________________________________________
77846 [  7218] By: jhi                                   on 2000/10/13  15:15:20
77847         Log: Slight tweak of the code to appease Amdahl UTS cc.
77848      Branch: perl
77849            ! pp.c
77850 ____________________________________________________________________________
77851 [  7217] By: jhi                                   on 2000/10/13  14:50:42
77852         Log: In Amdahl UTS "struct sv" is defined by a system header,
77853              <ksync.h>.
77854      Branch: perl
77855            ! perl.h sv.h
77856 ____________________________________________________________________________
77857 [  7216] By: jhi                                   on 2000/10/13  11:58:25
77858         Log: Ilya implemented the memory profiling API.
77859      Branch: perl
77860            ! Todo
77861 ____________________________________________________________________________
77862 [  7215] By: jhi                                   on 2000/10/13  02:56:38
77863         Log: Subject: [PATCH 5.7.0] Perl API for mstats
77864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77865              Date: Thu, 12 Oct 2000 22:52:40 -0400
77866              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
77867      Branch: perl
77868            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
77869 ____________________________________________________________________________
77870 [  7214] By: jhi                                   on 2000/10/13  02:55:38
77871         Log: Subject: [PATCH 5.7.0] IVs in mtats
77872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77873              Date: Thu, 12 Oct 2000 22:51:04 -0400
77874              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
77875      Branch: perl
77876            ! malloc.c perl.h
77877 ____________________________________________________________________________
77878 [  7213] By: jhi                                   on 2000/10/13  02:31:47
77879         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
77880      Branch: perl
77881            ! pod/perldiag.pod pp_sys.c
77882 ____________________________________________________________________________
77883 [  7212] By: jhi                                   on 2000/10/13  01:27:38
77884         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
77885              From: Peter Prymmer <pvhp@forte.com>
77886              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
77887              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
77888      Branch: perl
77889            ! t/op/oct.t
77890 ____________________________________________________________________________
77891 [  7211] By: jhi                                   on 2000/10/13  00:35:09
77892         Log: Update Changes.
77893      Branch: perl
77894            ! Changes patchlevel.h
77895 ____________________________________________________________________________
77896 [  7210] By: jhi                                   on 2000/10/12  23:59:40
77897         Log: The Install.pm third of
77898              
77899              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
77900              From: Bill Campbell <bill@celestial.com>
77901              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
77902              Date: Thu, 5 Oct 2000 18:04:51 -0700
77903      Branch: perl
77904            ! lib/ExtUtils/Install.pm
77905 ____________________________________________________________________________
77906 [  7209] By: jhi                                   on 2000/10/12  23:58:43
77907         Log: Two thirds of
77908              
77909              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
77910              Date: Thu, 5 Oct 2000 18:04:51 -0700
77911              From: Bill Campbell <bill@celestial.com>
77912              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
77913              
77914              The Install.pm changes will be submitted separately because
77915              they need some work and discussion still.
77916      Branch: perl
77917            ! lib/getopts.pl lib/termcap.pl
77918 ____________________________________________________________________________
77919 [  7208] By: jhi                                   on 2000/10/12  23:41:19
77920         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
77921              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
77922              Date:     Thu, 12 Oct 2000 07:30:02 EDT
77923              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
77924      Branch: perl
77925            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
77926            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
77927 ____________________________________________________________________________
77928 [  7207] By: jhi                                   on 2000/10/12  23:39:01
77929         Log: An updated EBCDIC tr patch.
77930              
77931              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
77932              From: Peter Prymmer <pvhp@forte.com>
77933              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
77934              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
77935      Branch: perl
77936            ! t/op/tr.t
77937 ____________________________________________________________________________
77938 [  7206] By: jhi                                   on 2000/10/12  23:34:55
77939         Log: Upgrade to CPAN 1.58, from Andreas König.
77940      Branch: perl
77941            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77942 ____________________________________________________________________________
77943 [  7205] By: jhi                                   on 2000/10/12  23:29:08
77944         Log: Introduce the man[24-8] variables, from Andy Dougherty.
77945      Branch: metaconfig/U/perl
77946            + mandirs.U mandirstyle.U
77947      Branch: perl
77948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77949            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
77950            ! vos/config.h vos/config.pl vos/config_h.SH_orig
77951            ! win32/config.bc win32/config.gc win32/config.vc
77952 ____________________________________________________________________________
77953 [  7204] By: gsar                                  on 2000/10/12  18:11:24
77954         Log: restore change#7202
77955      Branch: perl
77956            ! mg.c
77957 ____________________________________________________________________________
77958 [  7203] By: gsar                                  on 2000/10/12  18:09:40
77959         Log: another test of the Emergency Broadcast System--back out 
77960              change#7202
77961      Branch: perl
77962            ! mg.c
77963 ____________________________________________________________________________
77964 [  7202] By: gsar                                  on 2000/10/12  16:40:47
77965         Log: (submitted on behalf of Jarkko)
77966              Fix the lib/encode.t subtest 6 failure as reported by Andreas
77967              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
77968              was unearthed by change 7182, as was a bug in HTML::Entities.
77969      Branch: perl
77970            ! mg.c
77971 ____________________________________________________________________________
77972 [  7201] By: jhi                                   on 2000/10/11  03:16:05
77973         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
77974      Branch: perl
77975            ! pp_hot.c t/pragma/utf8.t
77976 ____________________________________________________________________________
77977 [  7200] By: jhi                                   on 2000/10/11  00:40:30
77978         Log: The #7198 was a false alarm.
77979      Branch: perl
77980            ! pp_hot.c
77981 ____________________________________________________________________________
77982 [  7199] By: jhi                                   on 2000/10/11  00:26:04
77983         Log: Remove duplicated code.
77984      Branch: perl
77985            ! t/lib/cgi-html.t
77986 ____________________________________________________________________________
77987 [  7198] By: jhi                                   on 2000/10/10  23:30:46
77988         Log: (Retracted by #7200.)
77989      Branch: perl
77990            ! pp_hot.c
77991 ____________________________________________________________________________
77992 [  7197] By: jhi                                   on 2000/10/10  21:49:30
77993         Log: Add the test case for #7190, from the original bug report
77994              by Andreas König.
77995      Branch: perl
77996            ! t/pragma/utf8.t
77997 ____________________________________________________________________________
77998 [  7196] By: jhi                                   on 2000/10/10  21:40:49
77999         Log: Reapply Andy's patch and regen Configure.
78000      Branch: perl
78001            ! Configure INSTALL Makefile.SH Porting/Glossary
78002            ! Porting/config.sh config_h.SH epoc/config.sh installperl
78003            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
78004            ! win32/config.vc
78005 ____________________________________________________________________________
78006 [  7195] By: jhi                                   on 2000/10/10  21:09:30
78007         Log: Use the versiononly instead of the installscripts,
78008              retract the changes 7146 and 7147.
78009      Branch: perl
78010            ! Configure INSTALL Makefile.SH Porting/Glossary
78011            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
78012            ! installperl uconfig.sh vos/config.def win32/config.bc
78013            ! win32/config.gc win32/config.vc
78014 ____________________________________________________________________________
78015 [  7194] By: jhi                                   on 2000/10/10  21:06:15
78016         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
78017              From: Peter Prymmer <pvhp@forte.com>
78018              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
78019              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
78020      Branch: perl
78021            ! t/op/ver.t
78022 ____________________________________________________________________________
78023 [  7193] By: jhi                                   on 2000/10/10  21:05:12
78024         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
78025              From: Peter Prymmer <pvhp@forte.com>
78026              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
78027              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
78028      Branch: perl
78029            ! t/op/tr.t
78030 ____________________________________________________________________________
78031 [  7192] By: jhi                                   on 2000/10/10  20:57:30
78032         Log: Add versiononly, delete installscripts, from Andy Dougherty.
78033      Branch: metaconfig
78034            - U/installdirs/installscripts.U
78035      Branch: metaconfig/U/perl
78036            + versiononly.U
78037 ____________________________________________________________________________
78038 [  7191] By: jhi                                   on 2000/10/10  19:41:21
78039         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
78040              From: Peter Prymmer <pvhp@forte.com>
78041              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
78042              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
78043      Branch: perl
78044            ! pod/perlebcdic.pod
78045 ____________________________________________________________________________
78046 [  7190] By: jhi                                   on 2000/10/10  19:26:14
78047         Log: Subject: Re: utf8 concat, mg_get
78048              From: Simon Cozens <simon@cozens.net>
78049              Date: Tue, 10 Oct 2000 17:40:17 +0100
78050              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
78051      Branch: perl
78052            ! pp_hot.c
78053 ____________________________________________________________________________
78054 [  7189] By: jhi                                   on 2000/10/10  19:23:03
78055         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
78056              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
78057              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
78058              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
78059      Branch: perl
78060            ! lib/ExtUtils/MM_Unix.pm
78061 ____________________________________________________________________________
78062 [  7188] By: jhi                                   on 2000/10/10  15:31:24
78063         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
78064              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
78065              Date: Fri, 14 Jul 2000 10:47:36 +0100
78066              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
78067      Branch: perl
78068            ! README.win32
78069 ____________________________________________________________________________
78070 [  7187] By: jhi                                   on 2000/10/10  13:30:10
78071         Log: Quote the temp file name, needed in Win32 because the
78072              default name unfortunately contains spaces, shouldn't
78073              hurt elsewhere.
78074              
78075              Subject: FW: perldoc fails if $TEMP contains spaces
78076              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
78077              Date: Thu, 14 Sep 2000 08:58:45 +0100
78078              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
78079      Branch: perl
78080            ! utils/perldoc.PL
78081 ____________________________________________________________________________
78082 [  7186] By: jhi                                   on 2000/10/10  13:16:27
78083         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
78084              From: hv@hugo.hybyte.com
78085              Date: Tue, 10 Oct 2000 14:10:20 +0100
78086              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
78087      Branch: perl
78088            ! t/lib/thr5005.t util.c
78089 ____________________________________________________________________________
78090 [  7185] By: jhi                                   on 2000/10/10  12:06:22
78091         Log: Upgrade to podlators 1.04, from Russ Allbery.
78092      Branch: perl
78093            ! lib/Pod/Man.pm lib/Pod/Text.pm
78094 ____________________________________________________________________________
78095 [  7184] By: jhi                                   on 2000/10/10  12:01:32
78096         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
78097      Branch: perl
78098            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
78099 ____________________________________________________________________________
78100 [  7183] By: jhi                                   on 2000/10/09  23:47:15
78101         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
78102              From: Peter Prymmer <pvhp@forte.com>
78103              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
78104              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
78105      Branch: perl
78106            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
78107 ____________________________________________________________________________
78108 [  7182] By: jhi                                   on 2000/10/09  23:43:16
78109         Log: Make eq work again with utf8 (disabling the upgrading
78110              should no more be necessary since the copies of the
78111              scalars are upgraded, not the scalars themselves).
78112              Takes care of ID 20001009.001.  (The claimed length()
78113              bug in 20001009.001 seems bogus to me.)
78114      Branch: perl
78115            ! sv.c t/pragma/utf8.t
78116 ____________________________________________________________________________
78117 [  7181] By: gsar                                  on 2000/10/09  19:41:54
78118         Log: tweak for change#7173
78119      Branch: perl
78120            ! win32/win32sck.c
78121 ____________________________________________________________________________
78122 [  7180] By: gsar                                  on 2000/10/09  19:26:56
78123         Log: on Windows, clean targets might not work under some flavors of the shell
78124      Branch: perl
78125            ! win32/Makefile win32/makefile.mk
78126 ____________________________________________________________________________
78127 [  7179] By: jhi                                   on 2000/10/09  19:21:02
78128         Log: Update Changes.
78129      Branch: perl
78130            ! Changes patchlevel.h
78131 ____________________________________________________________________________
78132 [  7178] By: jhi                                   on 2000/10/09  19:18:23
78133         Log: Warn about unknown scripts.
78134              
78135              Subject: Re: ideas? patches? [PATCH bleadperl]
78136              From: Dominic Dunlop <domo@computer.org>
78137              Date: Mon, 9 Oct 2000 14:57:17 +0200
78138              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
78139      Branch: perl
78140            ! lib/charnames.pm
78141 ____________________________________________________________________________
78142 [  7177] By: jhi                                   on 2000/10/09  19:13:27
78143         Log: Change #7160 had a nasty typo.
78144      Branch: metaconfig
78145            ! U/compline/Compile.U
78146      Branch: perl
78147            ! Configure config_h.SH
78148 ____________________________________________________________________________
78149 [  7176] By: gsar                                  on 2000/10/09  18:59:33
78150         Log: pod nit
78151      Branch: perl
78152            ! pod/perlport.pod
78153 ____________________________________________________________________________
78154 [  7175] By: gsar                                  on 2000/10/09  18:54:28
78155         Log: Windows9x doesn't support link(), despite what Config.pm
78156              might think
78157      Branch: perl
78158            ! lib/ExtUtils/Manifest.pm
78159 ____________________________________________________________________________
78160 [  7174] By: gsar                                  on 2000/10/09  18:50:03
78161         Log: avoid nonportable example code
78162      Branch: perl
78163            ! lib/File/Copy.pm
78164 ____________________________________________________________________________
78165 [  7173] By: gsar                                  on 2000/10/09  18:46:54
78166         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
78167              being used) when closing a socket handle
78168      Branch: perl
78169            ! win32/win32.c win32/win32.h win32/win32sck.c
78170 ____________________________________________________________________________
78171 [  7172] By: gsar                                  on 2000/10/09  18:41:40
78172         Log: on Windows, cwd strings in the environment should be of the
78173              form =X:=X:\foo instead of =X=X:\foo\
78174      Branch: perl
78175            ! win32/vdir.h
78176 ____________________________________________________________________________
78177 [  7171] By: gsar                                  on 2000/10/09  18:30:09
78178         Log: on Windows, LoadLibrary() could load an extension DLL multiple
78179              times if forward slashes are used in the path
78180      Branch: perl
78181            ! win32/win32.c
78182 ____________________________________________________________________________
78183 [  7170] By: jhi                                   on 2000/10/09  17:53:59
78184         Log: Add a todo note about overloadable assertions.
78185      Branch: perl
78186            ! Todo-5.6
78187 ____________________________________________________________________________
78188 [  7169] By: jhi                                   on 2000/10/09  13:43:45
78189         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
78190              From: mjd@plover.com
78191              Date: 9 Oct 2000 00:24:44 -0000
78192              Message-ID: <20001009002444.10616.qmail@plover.com>
78193      Branch: perl
78194            ! pod/perldebguts.pod
78195 ____________________________________________________________________________
78196 [  7168] By: nick                                  on 2000/10/08  13:16:33
78197         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
78198              is not right thing to do on (e.g. x86). Network order is also "right" for
78199              X fonts.
78200      Branch: perl
78201            ! ext/Encode/Encode.pm
78202 ____________________________________________________________________________
78203 [  7167] By: nick                                  on 2000/10/08  12:54:42
78204         Log: Make "encodings" work post-install when Encode/*.enc files may not
78205              be in same directory as Encode.pm
78206      Branch: perl
78207            ! ext/Encode/Encode.pm
78208 ____________________________________________________________________________
78209 [  7166] By: nick                                  on 2000/10/08  11:51:26
78210         Log: Work round the fact that $hash->{$key} does not take into account
78211              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
78212              so that key is always in the "expected" encoding - i.e. same way we put
78213              it in the hash.
78214      Branch: perl
78215            ! ext/Encode/Encode.pm
78216 ____________________________________________________________________________
78217 [  7165] By: gsar                                  on 2000/10/08  04:15:29
78218         Log: save_re_context() could reset PL_curcop to freed memory, causing core
78219              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
78220      Branch: perl
78221            ! pp_ctl.c
78222 ____________________________________________________________________________
78223 [  7164] By: jhi                                   on 2000/10/06  20:51:48
78224         Log: UTF8ize split() so that the cloned substrings get the UTF8
78225              flag of the original scalar.  Problem reported by Simon Cozens.
78226      Branch: perl
78227            ! pp.c t/pragma/utf8.t
78228 ____________________________________________________________________________
78229 [  7163] By: nick                                  on 2000/10/06  20:48:34
78230         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
78231              got a false +ve and so did not reach code which would have un-FAKEd the SV.
78232      Branch: perl
78233            ! sv.c
78234 ____________________________________________________________________________
78235 [  7162] By: nick                                  on 2000/10/06  20:25:37
78236         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
78237              To fix  (sort {$a <=> $b} keys %hash) in particular but
78238              should cover a number of other as-yet-unknown cases as well.
78239      Branch: perl
78240            ! sv.c
78241 ____________________________________________________________________________
78242 [  7161] By: jhi                                   on 2000/10/06  19:56:18
78243         Log: Change the version number of Tie::Handle in the core to 4.0,
78244              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
78245              
78246              Subject: Note on Tie::Handle
78247              From: andreas.koenig@anima.de (Andreas J. Koenig)
78248              Date:      06 Oct 2000 21:48:58 +0200
78249              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
78250      Branch: perl
78251            ! lib/Tie/Handle.pm
78252 ____________________________________________________________________________
78253 [  7160] By: jhi                                   on 2000/10/06  18:20:35
78254         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
78255              as the first option of cc/ld because of ultrapicky compilers
78256              (e.g. OS/390 R2.5)
78257      Branch: metaconfig
78258            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
78259            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
78260            ! U/compline/orderlib.U U/modified/Cppsym.U
78261            ! U/modified/d_access.U
78262      Branch: metaconfig/U/perl
78263            ! Checkcc.U d_dlsymun.U gccvers.U
78264      Branch: perl
78265            ! Configure config_h.SH
78266 ____________________________________________________________________________
78267 [  7159] By: jhi                                   on 2000/10/06  13:56:39
78268         Log: Update Changes.
78269      Branch: perl
78270            ! Changes patchlevel.h
78271 ____________________________________________________________________________
78272 [  7158] By: jhi                                   on 2000/10/06  12:48:40
78273         Log: Eliminate $Is_VMS code from the test.
78274              
78275              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
78276              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78277              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
78278              Date:     Thu, 5 Oct 2000 07:46:33 EDT
78279      Branch: perl
78280            ! t/lib/b.t
78281 ____________________________________________________________________________
78282 [  7157] By: jhi                                   on 2000/10/06  12:47:13
78283         Log: Also the $ccflags is needed for the C compiler check.
78284              
78285              Subject: Configure (check for C-compiler)
78286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78287              Date: Fri, 06 Oct 2000 08:47:15 +0200
78288              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
78289      Branch: metaconfig/U/perl
78290            ! Checkcc.U
78291      Branch: perl
78292            ! Configure config_h.SH
78293 ____________________________________________________________________________
78294 [  7156] By: jhi                                   on 2000/10/06  11:45:15
78295         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
78296      Branch: perl
78297            ! perl.c pp_ctl.c sv.h utf8.c
78298 ____________________________________________________________________________
78299 [  7155] By: jhi                                   on 2000/10/06  11:40:41
78300         Log: IO::Handle->syswrite() did not handle length omission
78301              like CORE::syswrite() does.
78302              
78303              Subject: [Fwd] IO::Handle, syswrite and arguments
78304              From: Graham Barr <gbarr@pobox.com>
78305              Date: Fri, 6 Oct 2000 10:22:05 +0100
78306              Message-ID: <20001006102205.U6312@pobox.com>
78307              
78308              The original patch from andrew@ugh.net.au.
78309      Branch: perl
78310            ! ext/IO/lib/IO/Handle.pm
78311 ____________________________________________________________________________
78312 [  7154] By: jhi                                   on 2000/10/06  01:42:15
78313         Log: Tweak #7153.
78314      Branch: perl
78315            ! utf8.h
78316 ____________________________________________________________________________
78317 [  7153] By: jhi                                   on 2000/10/06  00:39:55
78318         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
78319      Branch: perl
78320            ! utf8.h
78321 ____________________________________________________________________________
78322 [  7152] By: jhi                                   on 2000/10/06  00:38:11
78323         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
78324      Branch: perl
78325            ! perl.c pp_ctl.c sv.h utf8.c
78326 ____________________________________________________________________________
78327 [  7151] By: jhi                                   on 2000/10/06  00:36:38
78328         Log: Subject: Re: Questions about Tie::Array and perl modules
78329              From: Nick Ing-Simmons <nik@tiuk.ti.com>
78330              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
78331              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
78332              
78333              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
78334      Branch: perl
78335            ! lib/Tie/Array.pm t/op/array.t
78336 ____________________________________________________________________________
78337 [  7150] By: jhi                                   on 2000/10/05  00:20:45
78338         Log: Regen Changes.
78339      Branch: perl
78340            ! Changes patchlevel.h
78341 ____________________________________________________________________________
78342 [  7149] By: jhi                                   on 2000/10/05  00:20:01
78343         Log: Regen toc.
78344      Branch: perl
78345            ! pod/perltoc.pod
78346 ____________________________________________________________________________
78347 [  7148] By: jhi                                   on 2000/10/04  23:35:08
78348         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
78349              reported several times by Dominic Dunlop, for example in
78350              ID 20000315.008.  Patch from Dominic.  Patch affects at
78351              least MachTen, and possibly other oldish BSDs. Should not
78352              break non-broken platforms (tested on LinuxPPC). 
78353      Branch: perl
78354            ! doio.c
78355 ____________________________________________________________________________
78356 [  7147] By: jhi                                   on 2000/10/04  23:26:34
78357         Log: The one that got away from 7146.
78358      Branch: metaconfig
78359            + U/installdirs/installscripts.U
78360 ____________________________________________________________________________
78361 [  7146] By: jhi                                   on 2000/10/04  23:25:04
78362         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
78363              suggested by H. Merijn Brand.
78364      Branch: perl
78365            ! Configure INSTALL Makefile.SH Porting/Glossary
78366            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
78367            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
78368            ! win32/config.vc
78369 ____________________________________________________________________________
78370 [  7145] By: jhi                                   on 2000/10/04  22:08:21
78371         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
78372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78373              Date: Wed, 4 Oct 2000 17:37:46 -0400
78374              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
78375      Branch: perl
78376            ! utils/h2xs.PL
78377 ____________________________________________________________________________
78378 [  7144] By: jhi                                   on 2000/10/04  18:11:41
78379         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
78380              From: Jeff Pinyan <jeffp@crusoe.net>
78381              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
78382              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
78383      Branch: perl
78384            ! pod/perlrun.pod
78385 ____________________________________________________________________________
78386 [  7143] By: jhi                                   on 2000/10/04  18:09:58
78387         Log: Subject: perlhack.pod Patch for Externals Tools
78388              From: Fisher Mark <fisherm@tce.com>
78389              Date: Tue, 3 Oct 2000 15:43:27 -0500 
78390              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
78391      Branch: perl
78392            ! pod/perlhack.pod
78393 ____________________________________________________________________________
78394 [  7142] By: jhi                                   on 2000/10/04  18:08:41
78395         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
78396              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78397              Date:     Wed, 4 Oct 2000 12:11:11 EDT
78398              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
78399      Branch: perl
78400            ! vms/vms.c
78401 ____________________________________________________________________________
78402 [  7141] By: jhi                                   on 2000/10/04  12:20:16
78403         Log: Subject: [PATCH 5.7.0] h2xs not working
78404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78405              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
78406              Date: Tue, 3 Oct 2000 21:43:01 -0400
78407              
78408              Subject: [PATCH 5.7.0] h2xs not documenting the created module
78409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78410              Date: Tue, 3 Oct 2000 22:55:19 -0400
78411              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
78412      Branch: perl
78413            ! utils/h2xs.PL
78414 ____________________________________________________________________________
78415 [  7140] By: jhi                                   on 2000/10/04  11:53:44
78416         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
78417              From: nick@babyhippo.com
78418              Date: Wed, 4 Oct 2000 12:06:45 +0100
78419              Message-Id: <20001004120645.A7356@babyhippo.com>
78420              
78421              Retract 7118 and 7135.
78422      Branch: perl
78423            ! installman installperl op.c t/pragma/subs.t
78424 ____________________________________________________________________________
78425 [  7139] By: jhi                                   on 2000/10/03  22:09:41
78426         Log: It is possible to have no hosts database at all.  Pointed out in
78427              
78428              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
78429              From: Peter Prymmer <pvhp@forte.com>
78430              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
78431              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
78432      Branch: metaconfig
78433            ! U/modified/myhostname.U
78434      Branch: perl
78435            ! Configure config_h.SH
78436 ____________________________________________________________________________
78437 [  7138] By: jhi                                   on 2000/10/03  21:49:49
78438         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
78439              From: Peter Prymmer <pvhp@forte.com>
78440              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
78441              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
78442      Branch: perl
78443            ! pp_sys.c
78444 ____________________________________________________________________________
78445 [  7137] By: jhi                                   on 2000/10/03  20:10:05
78446         Log: One remaining nit less at the VMS mailbox sizing.
78447      Branch: perl
78448            ! vms/vms.c
78449 ____________________________________________________________________________
78450 [  7136] By: jhi                                   on 2000/10/03  20:08:47
78451         Log: Test harness update to sync with the new perlcc,
78452              from Simon Cozens.
78453      Branch: perl
78454            ! t/TEST t/UTEST
78455 ____________________________________________________________________________
78456 [  7135] By: jhi                                   on 2000/10/03  15:15:42
78457         Log: Subject: Re: PATCH for 20001003.004
78458              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
78459              From: "AARON B. DOSSETT" <aaron@iglou.com>
78460              Message-Id: <E13gTay-0006od-00@iglou.com>
78461      Branch: perl
78462            ! installman installperl
78463 ____________________________________________________________________________
78464 [  7134] By: jhi                                   on 2000/10/03  15:00:34
78465         Log: Subject: [ID 20001003.006] B::Debug not -w clean
78466              From: Nicholas Clark <nick@babyhippo.co.uk>
78467              Date: Tue, 03 Oct 2000 15:46:32 +0100
78468              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
78469      Branch: perl
78470            ! ext/B/B/Debug.pm
78471 ____________________________________________________________________________
78472 [  7133] By: jhi                                   on 2000/10/03  14:58:39
78473         Log: Scale down the VMS message boxes, by Charles Lane.
78474              Fix for ID 20000903.009, workaround at
78475              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
78476      Branch: perl
78477            ! vms/vms.c
78478 ____________________________________________________________________________
78479 [  7132] By: jhi                                   on 2000/10/03  11:20:37
78480         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
78481      Branch: perl
78482            + t/lib/st-lock.t t/lib/st-utf8.t
78483            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
78484            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78485 ____________________________________________________________________________
78486 [  7131] By: jhi                                   on 2000/10/03  03:38:23
78487         Log: Encode nits.
78488      Branch: perl
78489            ! MANIFEST Makefile.SH
78490 ____________________________________________________________________________
78491 [  7130] By: jhi                                   on 2000/10/03  03:31:05
78492         Log: Update Changes.
78493      Branch: perl
78494            ! Changes patchlevel.h
78495 ____________________________________________________________________________
78496 [  7129] By: jhi                                   on 2000/10/03  02:24:02
78497         Log: Misplaced else.
78498      Branch: metaconfig/U/perl
78499            ! d_strtoll.U
78500      Branch: perl
78501            ! Configure config_h.SH
78502 ____________________________________________________________________________
78503 [  7128] By: jhi                                   on 2000/10/03  02:08:29
78504         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
78505              From: sthoenna@efn.org
78506              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
78507              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
78508      Branch: metaconfig/U/perl
78509            ! d_strtoll.U
78510      Branch: perl
78511            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
78512 ____________________________________________________________________________
78513 [  7127] By: jhi                                   on 2000/10/03  01:13:14
78514         Log: Update Changes.
78515      Branch: perl
78516            ! Changes patchlevel.h
78517 ____________________________________________________________________________
78518 [  7126] By: jhi                                   on 2000/10/03  00:57:08
78519         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
78520              as suggested by Olaf Flebbe and Nick Clark.
78521      Branch: perl
78522            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
78523 ____________________________________________________________________________
78524 [  7125] By: jhi                                   on 2000/10/03  00:50:56
78525         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
78526              From: Nick Clark <nick@plum.flirble.org>
78527              Date: Mon, 2 Oct 2000 11:03:24 +0100
78528              Message-Id: <20001002110324.D20073@plum.flirble.org>
78529              
78530              Also fixes bug ID 20001002.005.
78531      Branch: perl
78532            ! t/lib/encode.t
78533 ____________________________________________________________________________
78534 [  7124] By: jhi                                   on 2000/10/03  00:34:59
78535         Log: Subject: [PATCH 5.7.0] Epoc update
78536              From: Olaf Flebbe <o.flebbe@gmx.de>
78537              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
78538              Message-ID: <26423.969484586@www10.gmx.net>
78539      Branch: perl
78540            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
78541            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
78542            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
78543            ! util.c util.h
78544 ____________________________________________________________________________
78545 [  7123] By: jhi                                   on 2000/10/03  00:30:07
78546         Log: Regen headers.
78547      Branch: perl
78548            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
78549 ____________________________________________________________________________
78550 [  7122] By: jhi                                   on 2000/10/03  00:10:48
78551         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
78552      Branch: perl
78553            ! hints/openbsd.sh
78554 ____________________________________________________________________________
78555 [  7121] By: jhi                                   on 2000/10/03  00:05:06
78556         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
78557              From: <abigail@foad.org>
78558              Date: Tue, 26 Sep 2000 13:36:14 -0400
78559              Message-ID: <20000926173614.4356.qmail@foad.org>
78560      Branch: perl
78561            ! pod/perlop.pod
78562 ____________________________________________________________________________
78563 [  7120] By: jhi                                   on 2000/10/03  00:04:00
78564         Log: Inside require() $^S was always left undefined.
78565              
78566              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
78567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78568              Date: Wed, 27 Sep 2000 18:54:49 -0400
78569              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
78570      Branch: perl
78571            ! cop.h mg.c pp_ctl.c util.c
78572 ____________________________________________________________________________
78573 [  7119] By: jhi                                   on 2000/10/03  00:00:16
78574         Log: Subject: [PATCH] DLL not restartabke with threaded perl
78575              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
78576              Date: Thu, 28 Sep 2000 09:20:46 +0100
78577              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
78578      Branch: perl
78579            ! perl.c
78580 ____________________________________________________________________________
78581 [  7118] By: jhi                                   on 2000/10/02  23:59:20
78582         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
78583              From: Nicholas Clark <nick@ccl4.org>
78584              Date: Thu, 28 Sep 2000 11:52:24 +0100
78585              Message-ID: <20000928115224.D7924@plum.flirble.org>
78586      Branch: perl
78587            ! op.c
78588 ____________________________________________________________________________
78589 [  7117] By: jhi                                   on 2000/10/02  23:57:51
78590         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
78591              From: Nicholas Clark <nick@babyhippo.co.uk>
78592              Date: Thu, 28 Sep 2000 12:18:10 +0100
78593              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
78594              
78595              Did not apply cleanly, manual intervention was needed.
78596      Branch: perl
78597            ! ext/B/B/Bytecode.pm utils/perlcc.PL
78598 ____________________________________________________________________________
78599 [  7116] By: jhi                                   on 2000/10/02  23:50:40
78600         Log: Document the issue (is not a syntax error, kind of)
78601              
78602              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
78603              From: Nicholas Clark <nick@ccl4.org>
78604              Date: Thu, 28 Sep 2000 17:12:42 +0100
78605              Message-ID: <20000928171242.K7924@plum.flirble.org>
78606      Branch: perl
78607            ! pod/perldata.pod
78608 ____________________________________________________________________________
78609 [  7115] By: jhi                                   on 2000/10/02  23:48:58
78610         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
78611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78612              Date: Thu, 28 Sep 2000 21:55:31 -0400
78613              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
78614      Branch: perl
78615            ! regexec.c
78616 ____________________________________________________________________________
78617 [  7114] By: jhi                                   on 2000/10/02  23:47:57
78618         Log: Subject: DOC PATCH 5.6.0
78619              From: mjd@plover.com
78620              Date: 30 Sep 2000 06:02:34 -0000
78621              Message-ID: <20000930060234.4559.qmail@plover.com>
78622      Branch: perl
78623            ! pod/perldebguts.pod
78624 ____________________________________________________________________________
78625 [  7113] By: jhi                                   on 2000/10/02  23:46:43
78626         Log: SOCK_DGRAM and listen() do not mix as reported in
78627              
78628              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
78629              From: Petter Reinholdtsen <pere@hungry.com>
78630              Date: Sun, 1 Oct 2000 10:57:20 +0800
78631              Message-Id: <200010010257.KAA05735@localhost.localdomain>
78632              
78633              The patch for 5.7.0+ had to be reengineered, though.
78634      Branch: perl
78635            ! ext/IO/lib/IO/Socket/UNIX.pm
78636 ____________________________________________________________________________
78637 [  7112] By: jhi                                   on 2000/10/02  23:36:57
78638         Log: Subject: Re: [PATCH 5.005_64 missed]
78639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78640              Date: Sun, 1 Oct 2000 18:50:10 -0400
78641              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
78642      Branch: perl
78643            ! pod/perlxs.pod
78644 ____________________________________________________________________________
78645 [  7111] By: jhi                                   on 2000/10/02  23:35:40
78646         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
78647              From: Radu Greab <radu@netsoft.ro>
78648              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
78649              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
78650      Branch: perl
78651            ! op.c opcode.pl t/op/substr.t
78652 ____________________________________________________________________________
78653 [  7110] By: jhi                                   on 2000/10/02  23:32:38
78654         Log: Subject: [PATCH] Fix aliasing of tied filehandles
78655              From: Daniel Chetlin <daniel@chetlin.com>
78656              Date: Mon, 2 Oct 2000 14:53:27 -0700
78657              Message-ID: <20001002145327.C1617@ilmd>
78658      Branch: perl
78659            ! perl.h pp_hot.c t/op/tiehandle.t
78660 ____________________________________________________________________________
78661 [  7109] By: jhi                                   on 2000/10/02  23:31:30
78662         Log: s/Robin Parker/Robin Barker/
78663      Branch: perl
78664            ! Changes5.6
78665 ____________________________________________________________________________
78666 [  7108] By: jhi                                   on 2000/10/02  23:15:46
78667         Log: Retract #7091 as suggested in
78668              
78669              From: Robin Barker <rmb1@cise.npl.co.uk> 
78670              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
78671              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
78672              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
78673      Branch: perl
78674            ! embed.pl proto.h
78675 ____________________________________________________________________________
78676 [  7107] By: nick                                  on 2000/10/02  18:23:14
78677         Log: A few tweaks to get Tk803 to work with Encode scheme.
78678      Branch: perl
78679            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
78680 ____________________________________________________________________________
78681 [  7106] By: nick                                  on 2000/10/01  21:34:14
78682         Log: Add checking cases to Encode's toUnicode and fromUnicode.
78683      Branch: perl
78684            ! ext/Encode/Encode.pm
78685 ____________________________________________________________________________
78686 [  7105] By: nick                                  on 2000/10/01  17:18:01
78687         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
78688              To read and use them.
78689              Add a lib/encode.t which checks a few things.
78690      Branch: perl
78691            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
78692            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
78693            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
78694            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
78695            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
78696            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
78697            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
78698            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
78699            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
78700            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
78701            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
78702            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
78703            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
78704            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
78705            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
78706            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
78707            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
78708            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
78709            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
78710            + ext/Encode/Encode/iso2022-jp.enc
78711            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
78712            + ext/Encode/Encode/iso8859-1.enc
78713            + ext/Encode/Encode/iso8859-2.enc
78714            + ext/Encode/Encode/iso8859-3.enc
78715            + ext/Encode/Encode/iso8859-4.enc
78716            + ext/Encode/Encode/iso8859-5.enc
78717            + ext/Encode/Encode/iso8859-6.enc
78718            + ext/Encode/Encode/iso8859-7.enc
78719            + ext/Encode/Encode/iso8859-8.enc
78720            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
78721            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
78722            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
78723            + ext/Encode/Encode/macCentEuro.enc
78724            + ext/Encode/Encode/macCroatian.enc
78725            + ext/Encode/Encode/macCyrillic.enc
78726            + ext/Encode/Encode/macDingbats.enc
78727            + ext/Encode/Encode/macGreek.enc
78728            + ext/Encode/Encode/macIceland.enc
78729            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
78730            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
78731            + ext/Encode/Encode/macTurkish.enc
78732            + ext/Encode/Encode/macUkraine.enc
78733            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
78734            + t/lib/encode.t
78735            ! MANIFEST ext/Encode/Encode.pm
78736 ____________________________________________________________________________
78737 [  7104] By: nick                                  on 2000/09/30  13:04:30
78738         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
78739              From: Daniel Chetlin <daniel@chetlin.com>
78740              Date: Mon, 18 Sep 2000 05:05:40 -0700
78741              Message-Id: <20000918050540.C652@ilmd>
78742      Branch: perl
78743            ! lib/overload.pm sv.c t/pragma/overload.t
78744 ____________________________________________________________________________
78745 [  7103] By: nick                                  on 2000/09/30  12:53:36
78746         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
78747              From: Johan Vromans <jvromans@squirrel.nl>
78748              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
78749              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
78750      Branch: perl
78751            ! pod/Makefile.SH
78752 ____________________________________________________________________________
78753 [  7102] By: nick                                  on 2000/09/30  12:52:31
78754         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
78755              From: Spider Boardman <spider@Orb.Nashua.NH.US>
78756              Date: Sat, 16 Sep 2000 16:36:45 -0400
78757              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
78758      Branch: perl
78759            ! ext/B/B/Deparse.pm
78760 ____________________________________________________________________________
78761 [  7101] By: nick                                  on 2000/09/30  12:51:41
78762         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
78763              From: Craig A. Berry <craig.berry@psinetcs.com>
78764              Date: Sat, 16 Sep 2000 10:11:10 -0500
78765              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
78766      Branch: perl
78767            ! vms/vms.c
78768 ____________________________________________________________________________
78769 [  7100] By: nick                                  on 2000/09/30  12:50:33
78770         Log: Subject: Re: unicode support and perl [ID 20000901.097]
78771              From: Spider Boardman <spider@Orb.Nashua.NH.US>
78772              Date: Fri, 15 Sep 2000 16:37:58 -0400
78773              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
78774      Branch: perl
78775            ! t/op/append.t
78776 ____________________________________________________________________________
78777 [  7099] By: nick                                  on 2000/09/30  12:49:35
78778         Log: Subject: Re: unicode support and perl [ID 20000901.097]
78779              From: Spider Boardman <spider@Orb.Nashua.NH.US>
78780              Date: Fri, 15 Sep 2000 16:25:30 -0400
78781              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
78782      Branch: perl
78783            ! pp_hot.c
78784 ____________________________________________________________________________
78785 [  7098] By: nick                                  on 2000/09/30  12:48:00
78786         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
78787              From: Gisle Aas <gisle@ActiveState.com>
78788              Date: 15 Sep 2000 16:23:41 +0200
78789              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
78790      Branch: perl
78791            ! toke.c
78792 ____________________________________________________________________________
78793 [  7097] By: nick                                  on 2000/09/30  12:45:16
78794         Log: Subject: [PATCH] Nits in perlmod.pod
78795              From: Daniel Chetlin <daniel@chetlin.com>
78796              Date: Fri, 15 Sep 2000 02:04:09 -0700
78797              Message-Id: <20000915020409.A2104@ilmd>
78798      Branch: perl
78799            ! pod/perlmod.pod
78800 ____________________________________________________________________________
78801 [  7096] By: nick                                  on 2000/09/30  12:18:00
78802         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
78803              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
78804              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
78805              0 to checking to get the warning.
78806      Branch: perl
78807            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
78808            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
78809            ! regexec.c sv.c toke.c utf8.c
78810 ____________________________________________________________________________
78811 [  7095] By: nick                                  on 2000/09/15  16:55:59
78812         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
78813              
78814              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
78815              From: Spider Boardman <spider@Orb.Nashua.NH.US>
78816              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
78817              Date: Fri, 15 Sep 2000 06:37:30 -0400
78818      Branch: perl
78819            ! ext/Encode/Encode.xs sv.c
78820 ____________________________________________________________________________
78821 [  7094] By: jhi                                   on 2000/09/15  03:23:32
78822         Log: Update Changes.
78823      Branch: perl
78824            ! Changes patchlevel.h
78825 ____________________________________________________________________________
78826 [  7093] By: jhi                                   on 2000/09/15  03:11:44
78827         Log: Fix for the charnames.t failures from Spider Boardman.
78828      Branch: perl
78829            ! toke.c
78830 ____________________________________________________________________________
78831 [  7092] By: jhi                                   on 2000/09/15  00:15:48
78832         Log: Botched the #7090 check-in.
78833      Branch: perl
78834            ! sv.c
78835 ____________________________________________________________________________
78836 [  7091] By: jhi                                   on 2000/09/14  23:33:24
78837         Log: Part of #7081 didn't come through.
78838      Branch: perl
78839            ! embed.pl proto.h
78840 ____________________________________________________________________________
78841 [  7090] By: jhi                                   on 2000/09/14  23:17:39
78842         Log: Subject: Re: perl@7078 
78843              From: Spider Boardman <spider@web.zk3.dec.com>
78844              Date: Thu, 14 Sep 2000 19:06:36 -0400
78845              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
78846      Branch: perl
78847            ! sv.c toke.c
78848 ____________________________________________________________________________
78849 [  7089] By: jhi                                   on 2000/09/14  23:11:21
78850         Log: Small portability tweaks.
78851      Branch: perl
78852            ! ext/Encode/Encode.xs
78853 ____________________________________________________________________________
78854 [  7088] By: jhi                                   on 2000/09/14  22:57:23
78855         Log: Fake return to pacify picky compilers.
78856      Branch: perl
78857            ! ext/Encode/Encode.xs
78858 ____________________________________________________________________________
78859 [  7087] By: jhi                                   on 2000/09/14  22:53:37
78860         Log: Subject: [PATCH] utf8.c apidoc
78861              From: Simon Cozens <simon@cozens.net>
78862              Date: Thu, 14 Sep 2000 23:46:57 +0100
78863              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
78864      Branch: perl
78865            ! perlapi.c pod/perlapi.pod utf8.c
78866 ____________________________________________________________________________
78867 [  7086] By: jhi                                   on 2000/09/14  22:40:38
78868         Log: We don't need to count the high bit bytes, a boolean is enough. 
78869      Branch: perl
78870            ! sv.c
78871 ____________________________________________________________________________
78872 [  7085] By: jhi                                   on 2000/09/14  21:20:09
78873         Log: Replace #7084 with
78874              
78875              Subject: Re: perl@7078 
78876              From: Spider Boardman <spider@web.zk3.dec.com>
78877              Date: Thu, 14 Sep 2000 17:09:36 -0400
78878              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
78879      Branch: perl
78880            ! sv.c utf8.c
78881 ____________________________________________________________________________
78882 [  7084] By: jhi                                   on 2000/09/14  20:03:34
78883         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
78884              convertible to bytes by checking it doesn't go above 0xc3
78885              
78886              Subject: Re: perl@7078
78887              From: Simon Cozens <simon@cozens.net>
78888              Date: Thu, 14 Sep 2000 20:59:19 +0100
78889              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
78890      Branch: perl
78891            ! utf8.c
78892 ____________________________________________________________________________
78893 [  7083] By: jhi                                   on 2000/09/14  19:38:47
78894         Log: Subject: Re: perl@7078
78895              From: Simon Cozens <simon@cozens.net>
78896              Date: Thu, 14 Sep 2000 20:13:09 +0100
78897              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
78898      Branch: perl
78899            ! t/op/bop.t
78900 ____________________________________________________________________________
78901 [  7082] By: jhi                                   on 2000/09/14  17:50:44
78902         Log: The one that got away.
78903      Branch: perl
78904            ! lib/File/Find.pm
78905 ____________________________________________________________________________
78906 [  7081] By: jhi                                   on 2000/09/14  17:45:35
78907         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
78908              From: Robin Barker <rmb1@cise.npl.co.uk>
78909              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
78910              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
78911      Branch: perl
78912            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
78913            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
78914            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
78915            ! regcomp.c toke.c universal.c
78916 ____________________________________________________________________________
78917 [  7080] By: jhi                                   on 2000/09/14  17:40:35
78918         Log: Problems picked up by AIX cc.
78919              
78920              Subject: Re: perl@7078 (patch included)
78921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78922              Date: Thu, 14 Sep 2000 18:53:30 +0200
78923              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
78924      Branch: perl
78925            ! ext/Encode/Encode.xs
78926 ____________________________________________________________________________
78927 [  7079] By: jhi                                   on 2000/09/14  17:38:27
78928         Log: Subject: File::Find 5.7.0 POD nits
78929              From: Rich Morin <rdm@cfcl.com>
78930              Date: Wed, 13 Sep 2000 22:03:58 -0700
78931              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
78932      Branch: perl
78933            ! lib/File/Find.pm
78934 ____________________________________________________________________________
78935 [  7078] By: jhi                                   on 2000/09/14  14:58:20
78936         Log: Update Changes.
78937      Branch: perl
78938            ! Changes patchlevel.h
78939 ____________________________________________________________________________
78940 [  7077] By: jhi                                   on 2000/09/14  14:55:54
78941         Log: Compilation warnings and an error.
78942      Branch: perl
78943            ! sv.c
78944 ____________________________________________________________________________
78945 [  7076] By: jhi                                   on 2000/09/14  14:42:56
78946         Log: Fix for a parsing bug, not for the original bug.
78947              
78948              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
78949              From: Spider Boardman <spider@web.zk3.dec.com>
78950              Date: Wed, 13 Sep 2000 17:52:20 -0400
78951              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
78952      Branch: perl
78953            ! regcomp.c
78954 ____________________________________________________________________________
78955 [  7075] By: jhi                                   on 2000/09/14  14:40:40
78956         Log: Batch of UTF-8 patches from Simon Cozens.
78957      Branch: perl
78958            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
78959            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
78960            ! toke.c utf8.c
78961 ____________________________________________________________________________
78962 [  7074] By: jhi                                   on 2000/09/14  14:29:58
78963         Log: Subject: Re: Two advertising clauses need to be removed
78964              From: Russ Allbery <rra@stanford.edu>
78965              Date: 13 Sep 2000 18:50:26 -0700
78966              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
78967      Branch: perl
78968            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
78969 ____________________________________________________________________________
78970 [  7073] By: jhi                                   on 2000/09/14  14:28:20
78971         Log: Subject: [PATCH] de-wall t/README
78972              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78973              Date: Wed, 13 Sep 2000 17:46:55 -0700
78974              Message-ID: <//Bw5gzkge/e092yn@efn.org>
78975      Branch: perl
78976            ! t/README
78977 ____________________________________________________________________________
78978 [  7072] By: jhi                                   on 2000/09/14  14:25:10
78979         Log: Hints optimization.
78980              
78981              Subject: Minor nit
78982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78983              Date: Wed, 13 Sep 2000 21:42:07 +0200
78984              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
78985      Branch: perl
78986            ! hints/hpux.sh
78987 ____________________________________________________________________________
78988 [  7071] By: jhi                                   on 2000/09/14  14:23:30
78989         Log: Allow chop() and chomp() to be overridden.
78990              
78991              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
78992              From: "Casey R. Tweten" <crt@kiski.net>
78993              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
78994              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
78995      Branch: perl
78996            ! toke.c
78997 ____________________________________________________________________________
78998 [  7070] By: jhi                                   on 2000/09/14  14:20:36
78999         Log: The return value of setlocale must be copied away.
79000              
79001              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
79002              From: Alan Burlison <Alan.Burlison@uk.sun.com>
79003              Date: Wed, 13 Sep 2000 16:27:37 +0100 
79004              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
79005      Branch: perl
79006            ! util.c
79007 ____________________________________________________________________________
79008 [  7069] By: jhi                                   on 2000/09/14  14:16:27
79009         Log: Remove vestiges of tr//CU.
79010              
79011              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
79012              From: Nick Clark <nick@plum.flirble.org>
79013              Date: Tue, 12 Sep 2000 22:50:14 +0100
79014              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
79015              
79016              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
79017              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79018              Date: Tue, 12 Sep 2000 21:38:48 -0700
79019              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
79020      Branch: perl
79021            ! op.h pod/perlunicode.pod
79022 ____________________________________________________________________________
79023 [  7068] By: jhi                                   on 2000/09/13  14:18:39
79024         Log: Add the Encode extension.  The code is still largely just skeleton.
79025      Branch: perl
79026            + ext/Encode/Encode.pm ext/Encode/Encode.xs
79027            + ext/Encode/Makefile.PL ext/Encode/Todo
79028            ! MANIFEST Todo-5.6
79029 ____________________________________________________________________________
79030 [  7067] By: jhi                                   on 2000/09/12  17:43:33
79031         Log: Allow for whitespace between "#" and "line" in cpp output.
79032              
79033              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
79034              From: Calle Dybedahl <calle@lysator.liu.se>
79035              Date: 12 Sep 2000 19:38:02 +0200 
79036              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
79037      Branch: perl
79038            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
79039 ____________________________________________________________________________
79040 [  7066] By: gsar                                  on 2000/09/12  17:24:29
79041         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
79042              initialization in all the threads on Windows
79043      Branch: perl
79044            ! win32/win32.c
79045 ____________________________________________________________________________
79046 [  7065] By: jhi                                   on 2000/09/12  15:11:31
79047         Log: Update Changes.
79048      Branch: perl
79049            ! Changes patchlevel.h
79050 ____________________________________________________________________________
79051 [  7064] By: jhi                                   on 2000/09/12  14:54:54
79052         Log: Retract #7062, the pod tests are not ready.
79053      Branch: perl
79054            ! t/TEST t/harness
79055 ____________________________________________________________________________
79056 [  7063] By: jhi                                   on 2000/09/12  14:25:41
79057         Log: The #7054 truncated Configure badly.
79058      Branch: metaconfig/U/perl
79059            ! End.U
79060      Branch: perl
79061            ! Configure config_h.SH
79062 ____________________________________________________________________________
79063 [  7062] By: jhi                                   on 2000/09/12  14:08:32
79064         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
79065              From: sthoenna@efn.org
79066              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
79067              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
79068      Branch: perl
79069            ! t/TEST t/harness
79070 ____________________________________________________________________________
79071 [  7061] By: jhi                                   on 2000/09/12  14:07:18
79072         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
79073              From: sthoenna@efn.org
79074              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
79075              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
79076      Branch: perl
79077            ! pod/perlxs.pod
79078 ____________________________________________________________________________
79079 [  7060] By: jhi                                   on 2000/09/12  14:06:08
79080         Log: Break up the myconfig lines a bit.
79081              
79082              Subject: perlbug/perl -V output format
79083              From: sthoenna@efn.org
79084              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
79085              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
79086      Branch: perl
79087            ! myconfig.SH
79088 ____________________________________________________________________________
79089 [  7059] By: jhi                                   on 2000/09/12  14:05:04
79090         Log: Test for the #7049.
79091              
79092              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
79093              From: andreas.koenig@anima.de (Andreas J. Koenig)
79094              Date: 12 Sep 2000 06:42:01 +0200
79095              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
79096      Branch: perl
79097            ! t/op/my.t
79098 ____________________________________________________________________________
79099 [  7058] By: jhi                                   on 2000/09/12  14:03:05
79100         Log: Subject: [patch: perl@7045] vms updates
79101              From: Peter Prymmer <pvhp@forte.com>
79102              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
79103              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
79104      Branch: perl
79105            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
79106 ____________________________________________________________________________
79107 [  7057] By: jhi                                   on 2000/09/12  14:00:51
79108         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
79109              From: sthoenna@efn.org
79110              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
79111              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
79112      Branch: perl
79113            ! t/op/64bitint.t
79114 ____________________________________________________________________________
79115 [  7056] By: jhi                                   on 2000/09/12  13:58:14
79116         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
79117              From: Jeff Pinyan <jeffp@crusoe.net>
79118              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
79119              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
79120      Branch: perl
79121            ! pod/perlfunc.pod
79122 ____________________________________________________________________________
79123 [  7055] By: jhi                                   on 2000/09/12  13:56:32
79124         Log: Do in VMS as the #7054 does.
79125      Branch: perl
79126            ! configure.com
79127 ____________________________________________________________________________
79128 [  7054] By: jhi                                   on 2000/09/12  13:50:31
79129         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
79130              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
79131              Date: Mon, 11 Sep 2000 08:33:09 +0100
79132              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
79133      Branch: metaconfig/U/perl
79134            ! End.U
79135      Branch: perl
79136            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
79137            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
79138 ____________________________________________________________________________
79139 [  7053] By: jhi                                   on 2000/09/12  13:29:19
79140         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
79141              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79142              Date:     Tue, 12 Sep 2000 08:35:59 EDT
79143              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
79144      Branch: perl
79145            ! vms/test.com
79146 ____________________________________________________________________________
79147 [  7052] By: jhi                                   on 2000/09/11  23:01:50
79148         Log: Document the SvUTF8*().
79149      Branch: perl
79150            ! pod/perlapi.pod sv.h
79151 ____________________________________________________________________________
79152 [  7051] By: gsar                                  on 2000/09/11  14:46:30
79153         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
79154              (missed a spot when fixing up op_pmreplroot hack for ithreads)
79155      Branch: perl
79156            ! op.c t/op/split.t
79157 ____________________________________________________________________________
79158 [  7050] By: nick                                  on 2000/09/11  10:03:51
79159         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
79160              
79161              Subject: borland C++ win32.c tweak
79162              From: Vadim Konovalov <vkonovalov@lucent.com>
79163              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
79164              Date: Mon, 11 Sep 2000 11:22:33 +0400
79165      Branch: perl
79166            ! win32/win32.c
79167 ____________________________________________________________________________
79168 [  7049] By: nick                                  on 2000/09/11  09:57:33
79169         Log: Point fix for s/// on foreach (keys %xxx).
79170      Branch: perl
79171            ! pp_hot.c
79172 ____________________________________________________________________________
79173 [  7048] By: jhi                                   on 2000/09/10  23:37:09
79174         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
79175              by Pod::Text, from Brad Appleton.
79176      Branch: perl
79177            ! t/pod/testp2pt.pl
79178 ____________________________________________________________________________
79179 [  7047] By: jhi                                   on 2000/09/10  14:32:53
79180         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
79181              by Russ Allbery.
79182      Branch: perl
79183            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
79184 ____________________________________________________________________________
79185 [  7046] By: jhi                                   on 2000/09/10  14:15:08
79186         Log: Upgrade to CPAN 1.57_65, from Andreas König.
79187      Branch: perl
79188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79189 ____________________________________________________________________________
79190 [  7045] By: jhi                                   on 2000/09/08  21:36:32
79191         Log: Update Changes.
79192      Branch: perl
79193            ! Changes patchlevel.h
79194 ____________________________________________________________________________
79195 [  7044] By: jhi                                   on 2000/09/08  21:29:56
79196         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
79197              From: Peter Prymmer <pvhp@forte.com>
79198              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
79199              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
79200      Branch: perl
79201            ! configure.com
79202 ____________________________________________________________________________
79203 [  7043] By: jhi                                   on 2000/09/08  21:27:50
79204         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
79205              From: Peter Prymmer <pvhp@forte.com>
79206              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
79207              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
79208      Branch: perl
79209            ! Makefile.SH installperl
79210 ____________________________________________________________________________
79211 [  7042] By: jhi                                   on 2000/09/08  21:23:21
79212         Log: Continue #7041.
79213      Branch: perl
79214            ! cygwin/Makefile.SHs os2/Makefile.SHs
79215 ____________________________________________________________________________
79216 [  7041] By: jhi                                   on 2000/09/08  21:18:10
79217         Log: Do away with memory models cruft.  Sorry, PDP users.
79218      Branch: metaconfig
79219            ! U/modified/cc.U U/modified/libpth.U
79220      Branch: perl
79221            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
79222            ! Porting/config_H cflags.SH config_h.SH configure.com
79223            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
79224            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
79225            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
79226 ____________________________________________________________________________
79227 [  7040] By: jhi                                   on 2000/09/08  14:34:18
79228         Log: Major rewrite of s2p.  And I mean really major, it is
79229              an implementation of sed in perl.  If called as s2p it
79230              will function as s2p.  Note: needs non-UNIXifying.
79231              
79232              Subject: s2p
79233              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
79234              Date: Mon, 28 Aug 2000 14:05:12 +0200
79235              Message-ID: <39AA5578.2102E2AA@alcatel.at>
79236      Branch: perl
79237            ! x2p/s2p.PL
79238 ____________________________________________________________________________
79239 [  7039] By: jhi                                   on 2000/09/08  14:19:49
79240         Log: Re-allow vec() for characters > 255.
79241              
79242              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
79243              From: Spider Boardman <spider@web.zk3.dec.com>
79244              Date: Fri, 08 Sep 2000 02:21:02 -0400
79245              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
79246      Branch: perl
79247            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
79248            ! t/op/vec.t
79249 ____________________________________________________________________________
79250 [  7038] By: jhi                                   on 2000/09/08  14:14:18
79251         Log: Subject: [PATCH lib/Benchmark.pm]
79252              From: <abigail@foad.org>
79253              Date: Thu, 7 Sep 2000 15:03:20 -0400
79254              Message-ID: <20000907190320.888.qmail@foad.org>
79255      Branch: perl
79256            ! lib/Benchmark.pm
79257 ____________________________________________________________________________
79258 [  7037] By: jhi                                   on 2000/09/08  14:11:06
79259         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
79260              
79261              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
79262              From: Spider Boardman <spider@web.zk3.dec.com>
79263              Date: Fri, 08 Sep 2000 01:30:27 -0400
79264              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
79265      Branch: perl
79266            ! op.c
79267 ____________________________________________________________________________
79268 [  7036] By: jhi                                   on 2000/09/08  14:08:58
79269         Log: Subject: [ID 20000908.002] perlipc documentation bug.
79270              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
79271              Date: Fri, 08 Sep 2000 12:38:32 +0200
79272              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
79273      Branch: perl
79274            ! pod/perlipc.pod
79275 ____________________________________________________________________________
79276 [  7035] By: jhi                                   on 2000/09/08  14:03:12
79277         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
79278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79279              Date: Fri, 08 Sep 2000 11:47:34 +0200
79280              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
79281      Branch: perl
79282            ! hints/dec_osf.sh
79283 ____________________________________________________________________________
79284 [  7034] By: jhi                                   on 2000/09/08  13:59:35
79285         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
79286              From: Simon Cozens <simon@cozens.net>
79287              Date: Thu, 7 Sep 2000 20:40:38 +0100
79288              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
79289      Branch: perl
79290            ! pp_hot.c
79291 ____________________________________________________________________________
79292 [  7033] By: jhi                                   on 2000/09/08  04:03:03
79293         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
79294              From: "Larry W. Virden" <lvirden@cas.org>
79295              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
79296              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
79297      Branch: perl
79298            ! pod/perldiag.pod
79299 ____________________________________________________________________________
79300 [  7032] By: jhi                                   on 2000/09/07  22:18:30
79301         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
79302              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
79303              Date: Mon, 04 Sep 2000 13:16:38 -0700
79304              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
79305      Branch: perl
79306            ! lib/perl5db.pl
79307 ____________________________________________________________________________
79308 [  7031] By: jhi                                   on 2000/09/07  22:02:29
79309         Log: Fix the ccversion detection for 5.1 and beyond.
79310              
79311              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
79312              From: Spider Boardman <spider@leggy.zk3.dec.com>
79313              Date: Thu, 7 Sep 2000 17:54:27 -0400
79314              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
79315      Branch: perl
79316            ! hints/dec_osf.sh
79317 ____________________________________________________________________________
79318 [  7030] By: jhi                                   on 2000/09/07  19:12:28
79319         Log: Fix for
79320              
79321              Subject: [ID 20000903.001] \w in utf8-strings
79322              From: Marc Lehmann <pcg@goof.com>
79323              Date: Sun, 03 Sep 2000 09:44:29 +0200
79324              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
79325              
79326              and various related nits.
79327      Branch: perl
79328            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
79329 ____________________________________________________________________________
79330 [  7029] By: jhi                                   on 2000/09/07  18:49:09
79331         Log: Fix the URL, but the server is still missing in action.
79332              
79333              Subject: [ID 20000905.002] perlfaq1.pod URL error
79334              From: "Larry W. Virden" <lvirden@cas.org>
79335              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
79336              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
79337      Branch: perl
79338            ! pod/perlfaq1.pod
79339 ____________________________________________________________________________
79340 [  7028] By: jhi                                   on 2000/09/07  18:47:13
79341         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
79342              From: Hugo <hv@crypt.compulink.co.uk>
79343              Date: Tue, 05 Sep 2000 14:13:37 +0100
79344              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
79345      Branch: perl
79346            ! toke.c
79347 ____________________________________________________________________________
79348 [  7027] By: jhi                                   on 2000/09/07  18:45:35
79349         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
79350              From: Daniel Chetlin <daniel@chetlin.com>
79351              Date: Tue, 5 Sep 2000 04:57:07 -0700
79352              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
79353      Branch: perl
79354            ! pod/perlfaq6.pod pod/perlop.pod
79355 ____________________________________________________________________________
79356 [  7026] By: jhi                                   on 2000/09/07  18:44:01
79357         Log: Document the new ref() semantics.
79358              
79359              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
79360              From: Gisle Aas <gisle@ActiveState.com>
79361              Date: 05 Sep 2000 08:10:30 +0200
79362              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
79363      Branch: perl
79364            ! pod/perldelta.pod
79365 ____________________________________________________________________________
79366 [  7025] By: jhi                                   on 2000/09/07  18:42:27
79367         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
79368              
79369              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
79370              From: Gisle Aas <gisle@ActiveState.com>
79371              Date: 05 Sep 2000 08:11:40 +0200
79372              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
79373      Branch: perl
79374            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
79375 ____________________________________________________________________________
79376 [  7024] By: jhi                                   on 2000/09/07  18:39:32
79377         Log: Subject: [PATCH] Modernize Opcode.pm documentation
79378              From: Gisle Aas <gisle@ActiveState.com>
79379              Date: 4 Sep 2000 00:18:55 -0000
79380              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
79381      Branch: perl
79382            ! ext/Opcode/Opcode.pm
79383 ____________________________________________________________________________
79384 [  7023] By: jhi                                   on 2000/09/07  18:37:42
79385         Log: Subject: [PATCH] Tied filehandle documentation
79386              From: Gisle Aas <gisle@ActiveState.com>
79387              Date: 4 Sep 2000 00:14:40 -0000
79388              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
79389      Branch: perl
79390            ! pod/perlfunc.pod pod/perltie.pod
79391 ____________________________________________________________________________
79392 [  7022] By: jhi                                   on 2000/09/07  18:35:37
79393         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
79394              From: Gisle Aas <gisle@ActiveState.com>
79395              Date: 4 Sep 2000 00:04:22 -0000
79396              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
79397      Branch: perl
79398            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
79399 ____________________________________________________________________________
79400 [  7021] By: jhi                                   on 2000/09/07  18:33:22
79401         Log: Subject: small apidoc fix
79402              From: Marc Lehmann <pcg@goof.com>
79403              Date: Sun, 3 Sep 2000 05:12:06 +0200
79404              Message-ID: <20000903051206.A5909@cerebro.laendle>
79405      Branch: perl
79406            ! pod/perlapi.pod utf8.c
79407 ____________________________________________________________________________
79408 [  7020] By: jhi                                   on 2000/09/07  16:14:57
79409         Log: Tiny perldelta nits.
79410      Branch: perl
79411            ! pod/perldelta.pod
79412 ____________________________________________________________________________
79413 [  7019] By: jhi                                   on 2000/09/07  16:04:20
79414         Log: Guard against bad string->int conversion for quads.
79415      Branch: perl
79416            ! t/op/64bitint.t
79417 ____________________________________________________________________________
79418 [  7018] By: jhi                                   on 2000/09/06  17:07:03
79419         Log: Update Unicode todo list.
79420      Branch: perl
79421            ! Todo-5.6
79422 ____________________________________________________________________________
79423 [  7017] By: jhi                                   on 2000/09/05  21:16:01
79424         Log: Document the SvIOK_.*UV().
79425      Branch: perl
79426            ! pod/perlapi.pod sv.h
79427 ____________________________________________________________________________
79428 [  7016] By: nick                                  on 2000/09/03  21:54:46
79429         Log: Hash lookup of constant strings optimization:
79430              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
79431              to string table (as per sharepvn). Add newSV_pvn_share to create such
79432              a thing. Make hv.c compare addresses of strings and skip string compare
79433              if equal. Make method_named and helem ops use these shared-string SVs
79434              when arg is constant. Make keys op return shared-string SVs (less clearly
79435              a win).
79436      Branch: perl
79437            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
79438            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
79439            ! pod/perlintern.pod pp_hot.c proto.h sv.c
79440 ____________________________________________________________________________
79441 [  7015] By: jhi                                   on 2000/09/02  17:48:59
79442         Log: This is 5.7.0.
79443      Branch: perl
79444            ! Changes
79445 ____________________________________________________________________________
79446 [  7014] By: jhi                                   on 2000/09/02  17:35:45
79447         Log: Changes and patchlevel tweaks.
79448      Branch: perl
79449            ! Changes patchlevel.h
79450 ____________________________________________________________________________
79451 [  7013] By: jhi                                   on 2000/09/02  17:30:50
79452         Log: Update Changes.
79453      Branch: perl
79454            ! Changes patchlevel.h
79455 ____________________________________________________________________________
79456 [  7012] By: nick                                  on 2000/09/02  17:25:20
79457         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
79458      Branch: perl
79459            ! gv.c lib/overload.pm
79460 ____________________________________________________________________________
79461 [  7011] By: jhi                                   on 2000/09/02  17:16:25
79462         Log: Update perlhist.
79463      Branch: perl
79464            ! pod/perlhist.pod
79465 ____________________________________________________________________________
79466 [  7010] By: jhi                                   on 2000/09/02  17:01:35
79467         Log: perldelta nits.
79468      Branch: perl
79469            ! pod/perldelta.pod
79470 ____________________________________________________________________________
79471 [  7009] By: nick                                  on 2000/09/02  16:48:35
79472         Log: If overloaded %{} etc. return the object do not loop.
79473              Thus  sub deref { $_[0] } functions if object is wanted type.
79474      Branch: perl
79475            ! pp.h
79476 ____________________________________________________________________________
79477 [  7008] By: jhi                                   on 2000/09/02  16:26:11
79478         Log: Retab MANIFEST.
79479      Branch: perl
79480            ! ext/Storable/MANIFEST
79481 ____________________________________________________________________________
79482 [  7007] By: jhi                                   on 2000/09/02  16:23:02
79483         Log: Make certain cc is set before trying to run it.
79484      Branch: perl
79485            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
79486 ____________________________________________________________________________
79487 [  7006] By: jhi                                   on 2000/09/02  15:45:41
79488         Log: Unicode notes.
79489      Branch: perl
79490            ! pod/perldelta.pod
79491 ____________________________________________________________________________
79492 [  7005] By: jhi                                   on 2000/09/02  15:42:11
79493         Log: Various Configure nits by Philip Newton,
79494              plus the ebcdic one by me.
79495      Branch: metaconfig
79496            + U/modified/pager.U
79497            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
79498      Branch: metaconfig/U/perl
79499            ! Devel.U quadfio.U
79500      Branch: perl
79501            ! Configure config_h.SH
79502 ____________________________________________________________________________
79503 [  7004] By: jhi                                   on 2000/09/02  15:06:14
79504         Log: Apparently avoiding the swapping is too costly.
79505              
79506              From: "Ben Tilly" <ben_tilly@hotmail.com>
79507              Subject: Re: the door is closed.
79508              Date: Fri, 01 Sep 2000 20:23:16 EDT
79509              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
79510      Branch: perl
79511            ! pod/perlfaq4.pod
79512 ____________________________________________________________________________
79513 [  7003] By: nick                                  on 2000/09/02  12:26:04
79514         Log: Undo part of change 6489 which looks like a bulk edit which
79515              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
79516              The supressing of main:: on return from select() is undesirable.
79517      Branch: perl
79518            ! pp_sys.c
79519 ____________________________________________________________________________
79520 [  7002] By: jhi                                   on 2000/09/01  23:08:54
79521         Log: Update Changes.
79522      Branch: perl
79523            ! Changes patchlevel.h
79524 ____________________________________________________________________________
79525 [  7001] By: jhi                                   on 2000/09/01  23:00:13
79526         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
79527              From: Peter Prymmer <pvhp@forte.com>
79528              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
79529              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
79530              
79531              plus rework the http: spots as suggested by Tom Christiansen,
79532              plus regen perltoc.
79533      Branch: perl
79534            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
79535            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
79536 ____________________________________________________________________________
79537 [  7000] By: jhi                                   on 2000/09/01  22:36:01
79538         Log: Only the first line, thank you very much.
79539      Branch: perl
79540            ! hints/solaris_2.sh
79541 ____________________________________________________________________________
79542 [  6999] By: gsar                                  on 2000/09/01  22:16:40
79543         Log: change#6791 accidentally clobbered change#6710, put it back
79544      Branch: perl
79545            ! win32/win32.c
79546 ____________________________________________________________________________
79547 [  6998] By: jhi                                   on 2000/09/01  22:14:16
79548         Log: Mention the HP-UX LP64 freak failure.
79549      Branch: perl
79550            ! pod/perldelta.pod
79551 ____________________________________________________________________________
79552 [  6997] By: jhi                                   on 2000/09/01  21:48:32
79553         Log: Detypo.
79554      Branch: perl
79555            ! hints/hpux.sh
79556 ____________________________________________________________________________
79557 [  6996] By: jhi                                   on 2000/09/01  21:27:10
79558         Log: Update Changes.
79559      Branch: perl
79560            ! Changes patchlevel.h
79561 ____________________________________________________________________________
79562 [  6995] By: jhi                                   on 2000/09/01  21:14:24
79563         Log: Mi splgn s gnin.g
79564      Branch: perl
79565            ! pp_ctl.c
79566 ____________________________________________________________________________
79567 [  6994] By: jhi                                   on 2000/09/01  21:09:54
79568         Log: Subject: http:// in L<>
79569              From: Nicholas Clark <nick@ccl4.org>
79570              Date: Fri, 1 Sep 2000 22:03:21 +0100
79571              Message-ID: <20000901220321.B72074@plum.flirble.org>
79572      Branch: perl
79573            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
79574 ____________________________________________________________________________
79575 [  6993] By: jhi                                   on 2000/09/01  21:06:54
79576         Log: Update to Storable 1.0, from Raphael Manfredi.
79577      Branch: perl
79578            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
79579            ! ext/Storable/Makefile.PL ext/Storable/README
79580            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
79581            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
79582            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
79583            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
79584            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
79585            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
79586 ____________________________________________________________________________
79587 [  6992] By: jhi                                   on 2000/09/01  20:43:05
79588         Log: Mention known sfio+linux buglet.
79589      Branch: perl
79590            ! pod/perldelta.pod
79591 ____________________________________________________________________________
79592 [  6991] By: jhi                                   on 2000/09/01  20:40:11
79593         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
79594              From: Peter Prymmer <pvhp@forte.com>
79595              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
79596              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
79597      Branch: perl
79598            ! vms/vms.c
79599 ____________________________________________________________________________
79600 [  6990] By: jhi                                   on 2000/09/01  20:25:26
79601         Log: Retract #6986.
79602      Branch: perl
79603            ! hints/solaris_2.sh
79604 ____________________________________________________________________________
79605 [  6989] By: jhi                                   on 2000/09/01  20:23:00
79606         Log: Mergesort is back.
79607      Branch: perl
79608            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
79609 ____________________________________________________________________________
79610 [  6988] By: jhi                                   on 2000/09/01  19:37:40
79611         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
79612              From: Mike Guy <mjtg@cam.ac.uk>
79613              Date: Fri, 01 Sep 2000 17:43:33 +0100
79614              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
79615      Branch: perl
79616            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
79617            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
79618 ____________________________________________________________________________
79619 [  6987] By: jhi                                   on 2000/09/01  19:17:10
79620         Log: Regen perltoc.
79621      Branch: perl
79622            ! pod/perltoc.pod
79623 ____________________________________________________________________________
79624 [  6986] By: jhi                                   on 2000/09/01  18:51:10
79625         Log: Subject: Re: Solaris x86 has no SPARC libraries!
79626              From: Lupe Christoph <lupe@lupe-christoph.de>
79627              Date: Fri, 1 Sep 2000 20:41:20 +0200
79628              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
79629      Branch: perl
79630            ! hints/solaris_2.sh
79631 ____________________________________________________________________________
79632 [  6985] By: jhi                                   on 2000/09/01  18:28:10
79633         Log: Update Changes.
79634      Branch: perl
79635            ! Changes patchlevel.h
79636 ____________________________________________________________________________
79637 [  6984] By: jhi                                   on 2000/09/01  18:26:53
79638         Log: Feature ordering tweak.
79639      Branch: perl
79640            ! myconfig.SH
79641 ____________________________________________________________________________
79642 [  6983] By: jhi                                   on 2000/09/01  18:19:50
79643         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
79644              From: <abigail@foad.org>
79645              Date: Fri, 1 Sep 2000 13:07:32 -0400
79646              Message-ID: <20000901170732.18249.qmail@foad.org>
79647      Branch: perl
79648            ! t/pragma/overload.t
79649 ____________________________________________________________________________
79650 [  6982] By: jhi                                   on 2000/09/01  18:17:54
79651         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
79652              so that case-ignoring systems like DCL can tell them from
79653              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
79654      Branch: metaconfig/U/perl
79655            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
79656      Branch: perl
79657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79658            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
79659            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
79660            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
79661            ! vos/config.def vos/config.h vos/config_h.SH_orig
79662            ! win32/config.bc win32/config.gc win32/config.vc
79663 ____________________________________________________________________________
79664 [  6981] By: nick                                  on 2000/09/01  17:21:57
79665         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
79666              warning when UNTIE exists and instead pass the count of extra references to
79667              the UNTIE method.
79668      Branch: perl
79669            ! pod/perltie.pod pp_sys.c
79670 ____________________________________________________________________________
79671 [  6980] By: jhi                                   on 2000/09/01  16:54:44
79672         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
79673              From: Peter Prymmer <pvhp@forte.com>
79674              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
79675              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
79676      Branch: perl
79677            ! configure.com
79678 ____________________________________________________________________________
79679 [  6979] By: jhi                                   on 2000/09/01  16:06:20
79680         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
79681              From: Mike Guy <mjtg@cam.ac.uk> 
79682              Date: Fri, 01 Sep 2000 16:49:27 +0100
79683              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
79684      Branch: perl
79685            ! t/base/rs.t
79686 ____________________________________________________________________________
79687 [  6978] By: jhi                                   on 2000/09/01  16:00:42
79688         Log: Update to PodParser 1.18, from Brad Appleton.
79689      Branch: perl
79690            ! lib/Pod/Checker.pm t/pod/find.t
79691 ____________________________________________________________________________
79692 [  6977] By: jhi                                   on 2000/09/01  14:48:58
79693         Log: Subject: Nit in Configure (bleadperl@6961)
79694              From: Lupe Christoph <lupe@lupe-christoph.de>
79695              Date: Fri, 1 Sep 2000 16:34:29 +0200
79696              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
79697      Branch: metaconfig
79698            ! U/compline/ccflags.U
79699      Branch: perl
79700            ! Configure config_h.SH
79701 ____________________________________________________________________________
79702 [  6976] By: jhi                                   on 2000/09/01  14:39:52
79703         Log: Update Changes.
79704      Branch: perl
79705            ! Changes patchlevel.h
79706 ____________________________________________________________________________
79707 [  6975] By: jhi                                   on 2000/09/01  14:37:36
79708         Log: microperl config update.
79709      Branch: perl
79710            ! uconfig.h uconfig.sh
79711 ____________________________________________________________________________
79712 [  6974] By: jhi                                   on 2000/09/01  14:36:53
79713         Log: Document known deficiencies.
79714      Branch: perl
79715            ! pod/perldelta.pod
79716 ____________________________________________________________________________
79717 [  6973] By: jhi                                   on 2000/09/01  14:10:20
79718         Log: Mention warnings fixes and updates.
79719      Branch: perl
79720            ! pod/perldelta.pod
79721 ____________________________________________________________________________
79722 [  6972] By: jhi                                   on 2000/09/01  14:01:52
79723         Log: Drop unused argument.
79724              
79725              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
79726              From: Spider Boardman <spider@web.zk3.dec.com>
79727              Date: Thu, 31 Aug 2000 16:10:15 -0400
79728              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
79729      Branch: perl
79730            ! toke.c
79731 ____________________________________________________________________________
79732 [  6971] By: jhi                                   on 2000/09/01  13:59:24
79733         Log: Add the overload warnings to perldiag.
79734      Branch: perl
79735            ! lib/overload.pm pod/perldiag.pod
79736 ____________________________________________________________________________
79737 [  6970] By: jhi                                   on 2000/09/01  13:55:10
79738         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
79739              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
79740              Date: Fri, 1 Sep 2000 13:43:15 +0100 
79741              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
79742      Branch: perl
79743            ! lib/overload.pm t/pragma/overload.t
79744 ____________________________________________________________________________
79745 [  6969] By: jhi                                   on 2000/09/01  13:52:27
79746         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
79747              From: <abigail@foad.org>
79748              Date: Fri, 1 Sep 2000 05:46:54 -0400
79749              Message-ID: <20000901094654.6476.qmail@foad.org>
79750      Branch: perl
79751            ! lib/overload.pm
79752 ____________________________________________________________________________
79753 [  6968] By: jhi                                   on 2000/09/01  13:50:05
79754         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
79755              From: Daniel Chetlin <daniel@chetlin.com>
79756              Date: Fri, 1 Sep 2000 02:10:55 -0700
79757              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
79758      Branch: perl
79759            ! pod/perlretut.pod
79760 ____________________________________________________________________________
79761 [  6967] By: jhi                                   on 2000/09/01  13:47:54
79762         Log: Part of the solution.
79763              
79764              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
79765              From: Mike Guy <mjtg@cam.ac.uk>
79766              Date: Fri, 01 Sep 2000 14:16:01 +0100
79767              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
79768      Branch: perl
79769            ! gv.c mg.c
79770 ____________________________________________________________________________
79771 [  6966] By: jhi                                   on 2000/09/01  13:46:17
79772         Log: Subject: CPAN.pm beta 1.57_57 for the core
79773              From: andreas.koenig@anima.de (Andreas J. Koenig)
79774              Date: 01 Sep 2000 15:16:31 +0200
79775              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
79776      Branch: perl
79777            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79778 ____________________________________________________________________________
79779 [  6965] By: jhi                                   on 2000/09/01  13:43:18
79780         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
79781              From: "Craig A. Berry" <craig.berry@psinetcs.com>
79782              Date: Fri, 01 Sep 2000 01:47:22 -0500
79783              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
79784      Branch: perl
79785            ! pod/perldelta.pod vms/vms.c
79786 ____________________________________________________________________________
79787 [  6964] By: jhi                                   on 2000/09/01  13:35:35
79788         Log: File::Temp patches from Andreas König,
79789              
79790              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
79791              From: andreas.koenig@anima.de (Andreas J. Koenig)
79792              Date: 01 Sep 2000 10:07:20 +0200
79793              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
79794              
79795              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
79796              From: andreas.koenig@anima.de (Andreas J. Koenig)
79797              Date: 31 Aug 2000 23:26:08 +0200
79798              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
79799      Branch: perl
79800            ! lib/File/Temp.pm t/lib/ftmp-security.t
79801 ____________________________________________________________________________
79802 [  6963] By: jhi                                   on 2000/09/01  02:22:24
79803         Log: Retract the mergesort code, way too incompatible licensing
79804              and copyrights.
79805      Branch: perl
79806            ! pod/perldelta.pod pp_ctl.c
79807 ____________________________________________________________________________
79808 [  6962] By: jhi                                   on 2000/08/31  23:27:32
79809         Log: Update Changes.
79810      Branch: perl
79811            ! Changes patchlevel.h
79812 ____________________________________________________________________________
79813 [  6961] By: jhi                                   on 2000/08/31  23:20:04
79814         Log: Small tweaks all over.
79815      Branch: metaconfig
79816            ! U/compline/d_gconvert.U
79817      Branch: perl
79818            ! AUTHORS Configure config_h.SH pp_ctl.c
79819 ____________________________________________________________________________
79820 [  6960] By: jhi                                   on 2000/08/31  22:39:36
79821         Log: Further rewording.
79822      Branch: perl
79823            ! pp_ctl.c
79824 ____________________________________________________________________________
79825 [  6959] By: jhi                                   on 2000/08/31  21:26:44
79826         Log: More address tweaking.
79827      Branch: perl
79828            ! AUTHORS Changes
79829 ____________________________________________________________________________
79830 [  6958] By: jhi                                   on 2000/08/31  20:47:25
79831         Log: AUTHORS tweaks, from Peter Prymmer.
79832              
79833              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
79834              From: Peter Prymmer <pvhp@forte.com>
79835              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
79836              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
79837      Branch: perl
79838            ! AUTHORS MAINTAIN
79839 ____________________________________________________________________________
79840 [  6957] By: jhi                                   on 2000/08/31  20:34:43
79841         Log: perldelta tweaks.
79842      Branch: perl
79843            ! pod/perldelta.pod
79844 ____________________________________________________________________________
79845 [  6956] By: jhi                                   on 2000/08/31  19:11:06
79846         Log: Regen perltoc.
79847      Branch: perl
79848            ! pod/perltoc.pod
79849 ____________________________________________________________________________
79850 [  6955] By: jhi                                   on 2000/08/31  19:06:30
79851         Log: Clarify the mergesort situation.
79852      Branch: perl
79853            ! pp_ctl.c
79854 ____________________________________________________________________________
79855 [  6954] By: jhi                                   on 2000/08/31  18:24:17
79856         Log: Move the Solaris 7 scan to use64bitall, make the
79857              failure to find 64-bot sparc libc to mention the
79858              possibility of being in an intel, from Lupe and Alan.
79859      Branch: perl
79860            ! hints/solaris_2.sh
79861 ____________________________________________________________________________
79862 [  6953] By: jhi                                   on 2000/08/31  18:09:20
79863         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
79864              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
79865      Branch: metaconfig
79866            ! U/compline/d_gconvert.U U/threads/archname.U
79867      Branch: metaconfig/U/perl
79868            ! perlxv.U
79869      Branch: perl
79870            ! Configure config_h.SH sv.c
79871 ____________________________________________________________________________
79872 [  6952] By: jhi                                   on 2000/08/31  17:42:24
79873         Log: :: not allowed in pathnames, change to .
79874              
79875              Subject: [PATCH perl@6938] cygwin port
79876              From: "Fifer, Eric" <EFifer@sanwaint.com>
79877              Date: Thu, 31 Aug 2000 16:32:59 +0100
79878              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
79879      Branch: metaconfig/U/perl
79880            ! perlxv.U
79881 ____________________________________________________________________________
79882 [  6951] By: jhi                                   on 2000/08/31  17:02:05
79883         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
79884      Branch: perl
79885            ! perl.h
79886 ____________________________________________________________________________
79887 [  6950] By: jhi                                   on 2000/08/31  16:26:08
79888         Log: More author updates.
79889              
79890              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
79891              From: Simon Cozens <simon@cozens.net>
79892              Date: Thu, 31 Aug 2000 17:13:32 +0100
79893              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
79894      Branch: perl
79895            ! AUTHORS
79896 ____________________________________________________________________________
79897 [  6949] By: jhi                                   on 2000/08/31  16:04:49
79898         Log: POSIX doesn't report long double values under -Duselongdouble
79899              when the long doubles are "real" (bigger than doubles).
79900              
79901              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
79902              From: Spider Boardman <spider@peano.zk3.dec.com>
79903              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
79904              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
79905      Branch: perl
79906            ! ext/POSIX/POSIX.xs
79907 ____________________________________________________________________________
79908 [  6948] By: jhi                                   on 2000/08/31  15:25:10
79909         Log: Update Changes.
79910      Branch: perl
79911            ! Changes patchlevel.h
79912 ____________________________________________________________________________
79913 [  6947] By: jhi                                   on 2000/08/31  15:22:29
79914         Log: Document UNTIE in a very minimalistic way.
79915      Branch: perl
79916            ! pod/perlfunc.pod pod/perltie.pod
79917 ____________________________________________________________________________
79918 [  6946] By: jhi                                   on 2000/08/31  15:15:23
79919         Log: Document known failures.
79920      Branch: perl
79921            ! pod/perldelta.pod
79922 ____________________________________________________________________________
79923 [  6945] By: jhi                                   on 2000/08/31  15:07:00
79924         Log: Don't attach -ld to the archname if pointless.
79925      Branch: metaconfig
79926            ! U/threads/archname.U
79927      Branch: perl
79928            ! Configure config_h.SH
79929 ____________________________________________________________________________
79930 [  6944] By: jhi                                   on 2000/08/31  14:37:42
79931         Log: Wrap the test in eval.
79932              
79933              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
79934              From: Tim Jenness <timj@jach.hawaii.edu>
79935              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
79936              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
79937      Branch: perl
79938            ! t/lib/ftmp-security.t
79939 ____________________________________________________________________________
79940 [  6943] By: jhi                                   on 2000/08/31  14:30:57
79941         Log: Make -Dusemorebits find long doubles in Solaris.
79942      Branch: perl
79943            ! hints/solaris_2.sh
79944 ____________________________________________________________________________
79945 [  6942] By: jhi                                   on 2000/08/31  13:48:45
79946         Log: Clarify the third case of ftmp-security warnings.
79947      Branch: perl
79948            ! INSTALL
79949 ____________________________________________________________________________
79950 [  6941] By: jhi                                   on 2000/08/31  13:40:31
79951         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
79952              From: <abigail@foad.org>
79953              Date: Thu, 31 Aug 2000 01:35:05 -0400
79954              Message-ID: <20000831053505.32120.qmail@foad.org>
79955      Branch: perl
79956            ! pod/perldelta.pod
79957 ____________________________________________________________________________
79958 [  6940] By: jhi                                   on 2000/08/31  13:38:48
79959         Log: Issue useful diagnostic on unknown pod commands.
79960              
79961              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
79962              From: <abigail@foad.org>
79963              Date: Thu, 31 Aug 2000 03:41:18 -0400
79964              Message-ID: <20000831074118.24880.qmail@foad.org>
79965      Branch: perl
79966            ! lib/Pod/Man.pm
79967 ____________________________________________________________________________
79968 [  6939] By: jhi                                   on 2000/08/31  13:34:33
79969         Log: Reveal Borland's isnan.
79970              
79971              Subject: build with BC++ tweak
79972              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79973              Date: Thu, 31 Aug 2000 13:09:37 +0400
79974              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
79975      Branch: perl
79976            ! win32/win32.h
79977 ____________________________________________________________________________
79978 [  6938] By: jhi                                   on 2000/08/31  05:01:20
79979         Log: Update Changes.
79980      Branch: perl
79981            ! Changes patchlevel.h
79982 ____________________________________________________________________________
79983 [  6937] By: jhi                                   on 2000/08/31  04:26:23
79984         Log: sscanf() may be the only way to read long doubles from strings.
79985      Branch: metaconfig/U/perl
79986            ! longdblfio.U
79987      Branch: perl
79988            ! Configure config_h.SH perl.h util.c
79989 ____________________________________________________________________________
79990 [  6936] By: jhi                                   on 2000/08/31  04:18:19
79991         Log: The #6929 was too skimpy.
79992      Branch: perl
79993            ! sv.c
79994 ____________________________________________________________________________
79995 [  6935] By: jhi                                   on 2000/08/31  02:47:07
79996         Log: Subject: Re: typos in pods
79997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79998              Date: Wed, 30 Aug 2000 19:25:34 -0700
79999              Message-ID: <eIcr5gzkg25X092yn@efn.org>
80000      Branch: perl
80001            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
80002 ____________________________________________________________________________
80003 [  6934] By: jhi                                   on 2000/08/31  02:42:55
80004         Log: Missed one Unicode file.
80005      Branch: perl
80006            + lib/unicode/UCDFF301.html
80007 ____________________________________________________________________________
80008 [  6933] By: jhi                                   on 2000/08/30  23:42:27
80009         Log: Update Changes.
80010      Branch: perl
80011            ! Changes patchlevel.h
80012 ____________________________________________________________________________
80013 [  6932] By: jhi                                   on 2000/08/30  23:40:07
80014         Log: Mention UNTIE in perldelta.  Still needs documenting
80015              in perltie et alia.
80016      Branch: perl
80017            ! pod/perldelta.pod
80018 ____________________________________________________________________________
80019 [  6931] By: jhi                                   on 2000/08/30  23:36:02
80020         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
80021              From: <abigail@foad.org>
80022              Date: Wed, 30 Aug 2000 19:28:07 -0400
80023              Message-ID: <20000830232807.305.qmail@foad.org>
80024      Branch: perl
80025            ! pod/perldelta.pod
80026 ____________________________________________________________________________
80027 [  6930] By: jhi                                   on 2000/08/30  23:32:40
80028         Log: Update to Unicode 3.0.1.
80029      Branch: perl
80030            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
80031            + lib/unicode/PropList.txt lib/unicode/README.perl
80032            + lib/unicode/UCD301.html lib/unicode/Unicode.301
80033            - lib/unicode/Props.txt lib/unicode/UCD300.html
80034            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
80035            ! (edit 257 files)
80036 ____________________________________________________________________________
80037 [  6929] By: jhi                                   on 2000/08/30  22:38:18
80038         Log: Heap decorruption.
80039              
80040              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
80041              From: Alan Burlison <Alan.Burlison@uk.sun.com>
80042              Date: Wed, 30 Aug 2000 22:39:52 +0100
80043              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
80044      Branch: perl
80045            ! sv.c
80046 ____________________________________________________________________________
80047 [  6928] By: jhi                                   on 2000/08/30  22:29:34
80048         Log: Retract the dummy test, skip the security tests (instead of failing),
80049              explain what the warnings mean.
80050      Branch: perl
80051            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
80052 ____________________________________________________________________________
80053 [  6927] By: jhi                                   on 2000/08/30  22:14:13
80054         Log: Change the internal implementation of sort() to be mergesort
80055              instead of quicksort, from John Linderman <jpl@research.att.com>.
80056              Gives us better worst case, better average case, and stability.
80057              What's there not to like?  (Small fixes for threaded builds
80058              were required).
80059      Branch: perl
80060            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
80061 ____________________________________________________________________________
80062 [  6926] By: jhi                                   on 2000/08/30  20:55:20
80063         Log: A better fix for the Socket building problem from Craig Berry.
80064      Branch: perl
80065            ! vms/vms.c
80066 ____________________________________________________________________________
80067 [  6925] By: jhi                                   on 2000/08/30  20:20:25
80068         Log: Subject: [PATCH] Re: UNTIE method 
80069              From: Nick Ing-Simmons <nik@tiuk.ti.com>
80070              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
80071              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
80072      Branch: perl
80073            ! pp_sys.c t/op/tie.t
80074 ____________________________________________________________________________
80075 [  6924] By: jhi                                   on 2000/08/30  20:17:11
80076         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
80077              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80078              Date: Wed, 30 Aug 2000 15:03:14 -0500
80079              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
80080      Branch: perl
80081            ! vms/vms.c
80082 ____________________________________________________________________________
80083 [  6923] By: jhi                                   on 2000/08/30  20:15:18
80084         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
80085              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80086              Date: Wed, 30 Aug 2000 13:30:36 -0500
80087              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
80088      Branch: perl
80089            ! vms/vms.c
80090 ____________________________________________________________________________
80091 [  6922] By: jhi                                   on 2000/08/30  19:54:43
80092         Log: Better options for rsync.
80093      Branch: perl
80094            ! pod/perlhack.pod
80095 ____________________________________________________________________________
80096 [  6921] By: jhi                                   on 2000/08/30  19:40:16
80097         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
80098              From: Rick Delaney <rick@consumercontact.com>
80099              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
80100              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
80101      Branch: perl
80102            ! pod/perlfunc.pod
80103 ____________________________________________________________________________
80104 [  6920] By: jhi                                   on 2000/08/30  19:36:40
80105         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
80106              From: Peter Prymmer <pvhp@forte.com>
80107              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
80108              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
80109      Branch: perl
80110            ! configure.com
80111 ____________________________________________________________________________
80112 [  6919] By: jhi                                   on 2000/08/30  14:52:02
80113         Log: Update Changes.
80114      Branch: perl
80115            ! Changes patchlevel.h
80116 ____________________________________________________________________________
80117 [  6918] By: jhi                                   on 2000/08/30  14:48:34
80118         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
80119      Branch: perl
80120            ! lib/ExtUtils/typemap
80121 ____________________________________________________________________________
80122 [  6917] By: jhi                                   on 2000/08/30  14:46:34
80123         Log: Subject: typos in pods
80124              From: Nicholas Clark <nick@ccl4.org>
80125              Date: Wed, 30 Aug 2000 01:12:50 +0100
80126              Message-ID: <20000830011249.A61388@plum.flirble.org>
80127      Branch: perl
80128            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
80129            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
80130            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
80131            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
80132 ____________________________________________________________________________
80133 [  6916] By: jhi                                   on 2000/08/30  14:19:09
80134         Log: Document Storable problems on Crays.  (Will have
80135              to document all the other Storable problems, too.)
80136      Branch: perl
80137            ! pod/perldelta.pod
80138 ____________________________________________________________________________
80139 [  6915] By: jhi                                   on 2000/08/30  14:06:02
80140         Log: Subject: [PATCH] fix misc cast warnings
80141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80142              Date: Tue, 29 Aug 2000 23:16:14 -0700
80143              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
80144      Branch: perl
80145            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
80146            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
80147            ! os2/os2ish.h
80148 ____________________________________________________________________________
80149 [  6914] By: jhi                                   on 2000/08/30  14:03:45
80150         Log: Timestamp mismatch again.  Need to fix this dependence on
80151              config_h.SH timestamp, since it's the contents of config_h.SH
80152              that matter.
80153      Branch: perl
80154            ! uconfig.h uconfig.sh
80155 ____________________________________________________________________________
80156 [  6913] By: jhi                                   on 2000/08/30  13:54:06
80157         Log: Don't say "Perl 5.0 source kit".
80158      Branch: perl
80159            ! perl.c
80160 ____________________________________________________________________________
80161 [  6912] By: jhi                                   on 2000/08/30  13:51:24
80162         Log: Reset archname and archname64 always, forcing them be
80163              recomputed at each Configure run, make Configure and
80164              the hints files agree on the naming of largefiles variables.
80165      Branch: metaconfig
80166            ! U/threads/archname.U
80167      Branch: metaconfig/U/perl
80168            ! use64bits.U
80169      Branch: perl
80170            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
80171            ! hints/linux.sh hints/solaris_2.sh
80172 ____________________________________________________________________________
80173 [  6911] By: jhi                                   on 2000/08/30  13:30:13
80174         Log: Put back the slice accidentally removed by #6907.
80175      Branch: perl
80176            ! hints/solaris_2.sh
80177 ____________________________________________________________________________
80178 [  6910] By: jhi                                   on 2000/08/30  01:24:26
80179         Log: Be consistent: other Net::get* do export theirs.
80180              
80181              Subject: Re: Net::protoent does not export 'getproto'
80182              From: Yasushi Nakajima <sey@jkc.co.jp>
80183              Date: Wed, 30 Aug 2000 09:53:14 +0900
80184              Message-Id: <200008300051.DAA24700@taku.hut.fi>
80185      Branch: perl
80186            ! lib/Net/protoent.pm
80187 ____________________________________________________________________________
80188 [  6909] By: jhi                                   on 2000/08/30  01:17:25
80189         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
80190              From: Gurusamy Sarathy <gsar@ActiveState.com>
80191              Date: Tue, 29 Aug 2000 17:17:07 -0700
80192              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
80193      Branch: perl
80194            ! cop.h
80195 ____________________________________________________________________________
80196 [  6908] By: jhi                                   on 2000/08/30  00:58:05
80197         Log: Update Changes.
80198      Branch: perl
80199            ! Changes patchlevel.h
80200 ____________________________________________________________________________
80201 [  6907] By: jhi                                   on 2000/08/30  00:57:22
80202         Log: Introduce ccname to keep track of what compiler kind of we have.
80203      Branch: metaconfig/U/perl
80204            ! Checkcc.U gccvers.U
80205      Branch: perl
80206            ! Configure config_h.SH hints/solaris_2.sh
80207 ____________________________________________________________________________
80208 [  6906] By: jhi                                   on 2000/08/30  00:25:47
80209         Log: Put back the flags dump as reasoned in
80210              
80211              Subject: Re: [PATCH] Glob dumping
80212              From: Mike Guy <mjtg@cam.ac.uk> 
80213              Date: Tue, 29 Aug 2000 21:41:32 +0100
80214              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
80215      Branch: perl
80216            ! dump.c t/lib/peek.t
80217 ____________________________________________________________________________
80218 [  6905] By: jhi                                   on 2000/08/30  00:16:17
80219         Log: Make the epsilon to be relative, not absolute.
80220              
80221              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
80222              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
80223              Date: Tue, 29 Aug 2000 19:58:56 -0400
80224              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
80225      Branch: perl
80226            ! t/lib/trig.t
80227 ____________________________________________________________________________
80228 [  6904] By: jhi                                   on 2000/08/30  00:13:09
80229         Log: From now on, Gisle is on my list of usual suspects :-)
80230              Retract #6902.
80231      Branch: perl
80232            ! ext/Opcode/Safe.pm
80233 ____________________________________________________________________________
80234 [  6903] By: jhi                                   on 2000/08/29  23:51:20
80235         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
80236              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80237              Date: Tue, 29 Aug 2000 18:43:26 -0500
80238              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
80239      Branch: perl
80240            + vms/vmspipe.com
80241            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
80242            ! vms/vms.c
80243 ____________________________________________________________________________
80244 [  6902] By: jhi                                   on 2000/08/29  23:44:14
80245         Log: Retry what #6882 attempted.
80246              
80247              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
80248              From: Gisle Aas <gisle@ActiveState.com>
80249              Date: 30 Aug 2000 00:33:09 +0200
80250              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
80251      Branch: perl
80252            ! ext/Opcode/Safe.pm
80253 ____________________________________________________________________________
80254 [  6901] By: jhi                                   on 2000/08/29  22:59:32
80255         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
80256              From: Hugo <hv@crypt.compulink.co.uk>
80257              Date: Mon, 12 Jun 2000 19:36:08 +0100
80258              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
80259      Branch: perl
80260            ! sv.c
80261 ____________________________________________________________________________
80262 [  6900] By: jhi                                   on 2000/08/29  22:58:35
80263         Log: Admit that we are leaking scalars.
80264              
80265              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
80266              From: Spider Boardman <spider@leggy.zk3.dec.com>
80267              Date: Tue, 29 Aug 2000 18:48:29 -0400
80268              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
80269      Branch: perl
80270            ! t/pragma/warnings.t
80271 ____________________________________________________________________________
80272 [  6899] By: jhi                                   on 2000/08/29  20:53:13
80273         Log: Update Changes.
80274      Branch: perl
80275            ! Changes patchlevel.h
80276 ____________________________________________________________________________
80277 [  6898] By: jhi                                   on 2000/08/29  20:46:21
80278         Log: Undo namespace pollution of #6878.
80279              
80280              Subject: Re: Net::protoent does not export 'getproto'
80281              From: Mike Guy <mjtg@cam.ac.uk>
80282              Date: Tue, 29 Aug 2000 21:32:37 +0100
80283              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
80284      Branch: perl
80285            ! lib/Net/protoent.pm
80286 ____________________________________________________________________________
80287 [  6897] By: jhi                                   on 2000/08/29  20:44:29
80288         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
80289              From: Peter Prymmer <pvhp@forte.com>
80290              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
80291              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
80292      Branch: perl
80293            ! pod/perlebcdic.pod
80294 ____________________________________________________________________________
80295 [  6896] By: jhi                                   on 2000/08/29  20:40:57
80296         Log: There's no point repeating the 'revision' (5) of perl5.
80297      Branch: metaconfig/U/perl
80298            ! Devel.U patchlevel.U
80299      Branch: perl
80300            ! Configure config_h.SH
80301 ____________________________________________________________________________
80302 [  6895] By: jhi                                   on 2000/08/29  20:16:58
80303         Log: Regen Configure for #6894.
80304      Branch: metaconfig/U/perl
80305            ! perladmin.U
80306      Branch: perl
80307            ! Configure config_h.SH
80308 ____________________________________________________________________________
80309 [  6894] By: jhi                                   on 2000/08/29  19:59:52
80310         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
80311              From: "Philip Newton" <Philip.Newton@gmx.net>
80312              Date: Tue, 29 Aug 2000 21:39:14 +0200
80313              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
80314      Branch: perl
80315            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
80316            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
80317            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
80318            ! utils/perlbug.PL
80319 ____________________________________________________________________________
80320 [  6893] By: jhi                                   on 2000/08/29  19:55:30
80321         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
80322              From: "Philip Newton" <Philip.Newton@gmx.net>
80323              Date: Tue, 29 Aug 2000 21:39:14 +0200
80324              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
80325      Branch: perl
80326            ! installhtml
80327 ____________________________________________________________________________
80328 [  6892] By: jhi                                   on 2000/08/29  19:53:59
80329         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
80330              From: "Philip Newton" <Philip.Newton@gmx.net>
80331              Date: Tue, 29 Aug 2000 21:48:18 +0200
80332              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
80333      Branch: perl
80334            ! lib/File/Temp.pm
80335 ____________________________________________________________________________
80336 [  6891] By: jhi                                   on 2000/08/29  18:30:03
80337         Log: Nail the ID 20000828.023.
80338      Branch: perl
80339            ! ext/Storable/Storable.xs
80340 ____________________________________________________________________________
80341 [  6890] By: jhi                                   on 2000/08/29  16:50:17
80342         Log: Under usethreads the dumped variable is IN_PAD.
80343              
80344              Subject: Re: [PATCH] Glob dumping
80345              From: Gisle Aas <gisle@ActiveState.com>
80346              Date: 29 Aug 2000 18:45:05 +0200
80347              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
80348      Branch: perl
80349            ! t/lib/peek.t
80350 ____________________________________________________________________________
80351 [  6889] By: jhi                                   on 2000/08/29  15:17:37
80352         Log: Update Changes.
80353      Branch: perl
80354            ! Changes patchlevel.h
80355 ____________________________________________________________________________
80356 [  6888] By: jhi                                   on 2000/08/29  14:49:59
80357         Log: Retract #6882, broke the safe tests.
80358      Branch: perl
80359            ! ext/Opcode/Safe.pm
80360 ____________________________________________________________________________
80361 [  6887] By: jhi                                   on 2000/08/29  14:47:06
80362         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
80363              From: Gisle Aas <gisle@ActiveState.com> 
80364              Date: 09 Jun 2000 20:00:11 +0200
80365              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
80366      Branch: perl
80367            ! utils/perldoc.PL
80368 ____________________________________________________________________________
80369 [  6886] By: jhi                                   on 2000/08/29  14:42:45
80370         Log: The #6881 removed one dump line.
80371      Branch: perl
80372            ! t/lib/peek.t
80373 ____________________________________________________________________________
80374 [  6885] By: jhi                                   on 2000/08/29  14:30:47
80375         Log: Don't forget to tidy up.
80376      Branch: perl
80377            ! t/lib/ftmp-security.t
80378 ____________________________________________________________________________
80379 [  6884] By: jhi                                   on 2000/08/29  14:25:17
80380         Log: Disabling the one test is a bit tricky.
80381      Branch: perl
80382            ! t/lib/ftmp-security.t
80383 ____________________________________________________________________________
80384 [  6883] By: jhi                                   on 2000/08/29  14:16:25
80385         Log: Disable one of the tests for now.
80386      Branch: perl
80387            ! t/lib/ftmp-security.t
80388 ____________________________________________________________________________
80389 [  6882] By: jhi                                   on 2000/08/29  14:05:50
80390         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
80391              From: gisle@aas.no
80392              Date: 29 Aug 2000 10:35:06 -0000
80393              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
80394      Branch: perl
80395            ! ext/Opcode/Safe.pm
80396 ____________________________________________________________________________
80397 [  6881] By: jhi                                   on 2000/08/29  14:03:51
80398         Log: Subject: [PATCH] Glob dumping
80399              From: Gisle Aas <gisle@ActiveState.com>
80400              Date: 29 Aug 2000 07:59:42 -0000
80401              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
80402      Branch: perl
80403            ! dump.c
80404 ____________________________________________________________________________
80405 [  6880] By: jhi                                   on 2000/08/29  14:02:01
80406         Log: Subject: [PATCH] Warnings in B::Deparse
80407              From: <abigail@foad.org>
80408              Date: Tue, 29 Aug 2000 00:00:01 -0400
80409              Message-ID: <20000829040001.2999.qmail@foad.org>
80410      Branch: perl
80411            ! ext/B/B/Deparse.pm
80412 ____________________________________________________________________________
80413 [  6879] By: jhi                                   on 2000/08/29  13:57:26
80414         Log: Missed a change in #6869.
80415      Branch: perl
80416            ! mg.c
80417 ____________________________________________________________________________
80418 [  6878] By: jhi                                   on 2000/08/29  13:45:04
80419         Log: Subject: Net::protoent does not export 'getproto'
80420              From: Yasushi Nakajima <sey@jkc.co.jp>
80421              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
80422      Branch: perl
80423            ! lib/Net/protoent.pm
80424 ____________________________________________________________________________
80425 [  6877] By: jhi                                   on 2000/08/29  13:39:19
80426         Log: Patches all over for people and the files they (hopefully) care about.
80427      Branch: perl
80428            ! AUTHORS Changes MAINTAIN
80429 ____________________________________________________________________________
80430 [  6876] By: jhi                                   on 2000/08/29  12:53:54
80431         Log: Fix for thinko in #6848.
80432              
80433              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
80434              From: Lupe Christoph <lupe@lupe-christoph.de>
80435              Date: Tue, 29 Aug 2000 09:04:08 +0200
80436              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
80437      Branch: perl
80438            ! ext/Thread/Thread.xs
80439 ____________________________________________________________________________
80440 [  6875] By: jhi                                   on 2000/08/29  12:50:14
80441         Log: Update to Getopt::Long 2.24, from Johan Vromans.
80442      Branch: perl
80443            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
80444 ____________________________________________________________________________
80445 [  6874] By: jhi                                   on 2000/08/29  02:09:53
80446         Log: Use minimal @INC in tests, most of the time just '../lib',
80447              so that we simply can't pick up stuff from other Perls than
80448              the one we are testing.  Pointed out by
80449              
80450              From: Mike Guy <mjtg@cam.ac.uk>
80451              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
80452              Date: Fri, 25 Aug 2000 15:15:59 +0100
80453              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
80454      Branch: perl
80455            ! (edit 185 files)
80456 ____________________________________________________________________________
80457 [  6873] By: jhi                                   on 2000/08/29  01:07:11
80458         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
80459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80460              Date: Mon, 28 Aug 2000 17:45:52 -0700
80461              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
80462      Branch: perl
80463            ! Makefile.SH hints/os2.sh
80464 ____________________________________________________________________________
80465 [  6872] By: jhi                                   on 2000/08/28  23:33:39
80466         Log: Subject: [PATCH bleedperl@6866] spellings
80467              From: marcel@codewerk.com (Marcel Grunauer)
80468              Date: Tue, 29 Aug 2000 01:19:59 +0200
80469              Message-Id: <200008282319.BAA29862@gandalf.local>
80470      Branch: perl
80471            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
80472            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
80473            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
80474 ____________________________________________________________________________
80475 [  6871] By: jhi                                   on 2000/08/28  23:22:09
80476         Log: Take out the SUIDMAIL thing, that will not be
80477              a problem in 5.7.*.
80478      Branch: perl
80479            ! patchlevel.h
80480 ____________________________________________________________________________
80481 [  6870] By: jhi                                   on 2000/08/28  23:19:30
80482         Log: -S is the silent flag, -s is the strip flag.
80483              
80484              Subject: [PATCH] Re: [PATCH] make no-install          
80485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80486              Date: Mon, 28 Aug 2000 15:12:55 -0700
80487              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
80488      Branch: perl
80489            ! Makefile.SH
80490 ____________________________________________________________________________
80491 [  6869] By: jhi                                   on 2000/08/28  23:12:05
80492         Log: Subject: [PATCH bleedperl@6856] warnings fixes
80493              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
80494              Date: Mon, 28 Aug 2000 23:55:06 +0100
80495              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
80496      Branch: perl
80497            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
80498            ! warnings.h warnings.pl
80499 ____________________________________________________________________________
80500 [  6868] By: jhi                                   on 2000/08/28  21:38:22
80501         Log: Potential cruft.
80502      Branch: perl
80503            ! Makefile.SH
80504 ____________________________________________________________________________
80505 [  6867] By: jhi                                   on 2000/08/28  21:35:36
80506         Log: Update Changes.
80507      Branch: perl
80508            ! Changes patchlevel.h
80509 ____________________________________________________________________________
80510 [  6866] By: jhi                                   on 2000/08/28  21:33:49
80511         Log: Subject: hv.h Doc Patch
80512              From: Fisher Mark <fisherm@tce.com>
80513              Date: Mon, 28 Aug 2000 16:24:59 -0500
80514              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
80515      Branch: perl
80516            ! hv.h
80517 ____________________________________________________________________________
80518 [  6865] By: jhi                                   on 2000/08/28  21:02:15
80519         Log: Add -ld to archname on long tr...double platforms.
80520      Branch: metaconfig
80521            ! U/threads/archname.U
80522      Branch: perl
80523            ! Configure config_h.SH
80524 ____________________________________________________________________________
80525 [  6864] By: jhi                                   on 2000/08/28  20:38:59
80526         Log: An attempt to fix the problem reported in
80527              
80528              Subject: Building perl@6856 using gcc/AIX 4.3.3 
80529              From: Daniel Muino <dmuino@afip.gov.ar> 
80530              Date: Mon, 28 Aug 2000 15:50:01 -0300   
80531              Message-ID: <20000828155001.A14403@con2-dgi>
80532              
80533              I can't test this properly since the gcc installation I have
80534              access to seems to be botched (gcc is calling the AIX cpp,
80535              a losing proposition...)
80536      Branch: perl
80537            ! hints/aix.sh
80538 ____________________________________________________________________________
80539 [  6863] By: jhi                                   on 2000/08/28  18:57:52
80540         Log: Fix for ID 20000828.001, long doubles were not formatted
80541              correctly (showed up in $], which stopped installing perl).
80542      Branch: perl
80543            ! sv.c
80544 ____________________________________________________________________________
80545 [  6862] By: jhi                                   on 2000/08/28  18:07:15
80546         Log: Typo in #6858.
80547      Branch: perl
80548            ! lib/Cwd.pm
80549 ____________________________________________________________________________
80550 [  6861] By: jhi                                   on 2000/08/28  17:57:27
80551         Log: opmini.o may be left around if a build is interrupted.
80552      Branch: perl
80553            ! Makefile.SH
80554 ____________________________________________________________________________
80555 [  6860] By: jhi                                   on 2000/08/28  16:52:50
80556         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
80557              From: Daniel Chetlin <daniel@chetlin.com>
80558              Date: Mon, 28 Aug 2000 01:14:18 -0700
80559              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
80560      Branch: perl
80561            ! lib/overload.pm
80562 ____________________________________________________________________________
80563 [  6859] By: jhi                                   on 2000/08/28  16:08:46
80564         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
80565              From: Nicholas Clark <nick@ccl4.org>
80566              Date: Mon, 28 Aug 2000 16:03:27 +0100
80567              Message-Id: <20000828160327.C49785@plum.flirble.org>
80568      Branch: perl
80569            ! ext/ByteLoader/bytecode.h
80570 ____________________________________________________________________________
80571 [  6858] By: jhi                                   on 2000/08/28  16:02:10
80572         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
80573              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
80574              Date: Mon, 28 Aug 2000 13:08:30 +0200
80575              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
80576      Branch: perl
80577            ! lib/Cwd.pm
80578 ____________________________________________________________________________
80579 [  6857] By: jhi                                   on 2000/08/28  15:42:47
80580         Log: display_format used as a class method without arguments was broken,
80581              reported in
80582              
80583              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
80584              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
80585              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
80586              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
80587      Branch: perl
80588            ! lib/Math/Complex.pm t/lib/complex.t
80589 ____________________________________________________________________________
80590 [  6856] By: jhi                                   on 2000/08/27  22:09:48
80591         Log: Update Changes.
80592      Branch: perl
80593            ! Changes patchlevel.h
80594 ____________________________________________________________________________
80595 [  6855] By: jhi                                   on 2000/08/27  21:59:21
80596         Log: Retract #6853 (false alarm).
80597      Branch: perl
80598            ! lib/ExtUtils/xsubpp
80599 ____________________________________________________________________________
80600 [  6854] By: jhi                                   on 2000/08/27  21:37:44
80601         Log: Update Changes.
80602      Branch: perl
80603            ! Changes patchlevel.h
80604 ____________________________________________________________________________
80605 [  6853] By: jhi                                   on 2000/08/27  21:37:16
80606         Log: Subject: [PATCH perl@6850] workaround for xsubpp
80607              From: Hugo <hv@crypt.compulink.co.uk>
80608              Date: Sun, 27 Aug 2000 22:30:25 +0100
80609              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
80610      Branch: perl
80611            ! lib/ExtUtils/xsubpp
80612 ____________________________________________________________________________
80613 [  6852] By: jhi                                   on 2000/08/27  21:33:58
80614         Log: Big-endian 64-bit patch from Raphael Manfredi.
80615      Branch: perl
80616            ! ext/Storable/Storable.xs
80617 ____________________________________________________________________________
80618 [  6851] By: jhi                                   on 2000/08/27  21:22:21
80619         Log: More ruthless editing from Hugo van der Sanden.
80620      Branch: perl
80621            ! pod/perldelta.pod
80622 ____________________________________________________________________________
80623 [  6850] By: jhi                                   on 2000/08/27  16:11:46
80624         Log: Update Changes.
80625      Branch: perl
80626            ! Changes patchlevel.h
80627 ____________________________________________________________________________
80628 [  6849] By: jhi                                   on 2000/08/27  16:11:05
80629         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
80630      Branch: perl
80631            ! configpm pod/perldelta.pod
80632 ____________________________________________________________________________
80633 [  6848] By: jhi                                   on 2000/08/27  15:35:08
80634         Log: Use the actual thread type, not the pointer-to-struct.
80635      Branch: perl
80636            ! ext/Thread/Thread.xs
80637 ____________________________________________________________________________
80638 [  6847] By: jhi                                   on 2000/08/27  15:30:49
80639         Log: Test nit.
80640      Branch: perl
80641            ! t/pragma/warn/pp_sys
80642 ____________________________________________________________________________
80643 [  6846] By: jhi                                   on 2000/08/27  15:19:02
80644         Log: Passing -R in ldflags makes now it to appear in the default
80645              for lddlflags, just like with -L.
80646              
80647              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
80648              From: Lupe Christoph <lupe@lupe-christoph.de>
80649              Date: Sun, 27 Aug 2000 10:28:21 +0200
80650              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
80651      Branch: metaconfig/U/perl
80652            ! dlsrc.U
80653      Branch: perl
80654            ! Configure
80655 ____________________________________________________________________________
80656 [  6845] By: jhi                                   on 2000/08/27  15:08:54
80657         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
80658              From: Alan Burlison <Alan.Burlison@uk.sun.com>
80659              Date: Sat, 26 Aug 2000 22:23:27 +0100
80660              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
80661      Branch: perl
80662            ! lib/ExtUtils/MM_Unix.pm
80663 ____________________________________________________________________________
80664 [  6844] By: jhi                                   on 2000/08/27  15:02:37
80665         Log: DJGPP update from Laszlo Molnar.
80666              
80667              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
80668              From: ml1050 <ml1050@freemail.hu>
80669              Date: Sat, 26 Aug 2000 23:24:40 +0200
80670              Message-Id: <20000826232440.A439@freemail.hu>
80671      Branch: perl
80672            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
80673            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
80674 ____________________________________________________________________________
80675 [  6843] By: jhi                                   on 2000/08/27  14:53:58
80676         Log: Subject: installman buglet
80677              From: Lupe Christoph <lupe@lupe-christoph.de>
80678              Date: Sun, 27 Aug 2000 14:38:59 +0200
80679              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
80680      Branch: perl
80681            ! installman
80682 ____________________________________________________________________________
80683 [  6842] By: jhi                                   on 2000/08/27  14:52:08
80684         Log: Can't get the test to reliably work thanks to the
80685              inaccurateness of floating point.  "Resolves" bug ids
80686              20000826.003, 20000826.009, 20000826.010,
80687      Branch: perl
80688            ! t/lib/trig.t
80689 ____________________________________________________________________________
80690 [  6841] By: jhi                                   on 2000/08/26  15:53:58
80691         Log: Update Changes.
80692      Branch: perl
80693            ! Changes patchlevel.h
80694 ____________________________________________________________________________
80695 [  6840] By: jhi                                   on 2000/08/26  14:23:03
80696         Log: grep -e isn't portable.
80697              
80698              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
80699              From: chris@broadband.att.com
80700              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
80701              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
80702      Branch: perl
80703            ! hints/solaris_2.sh
80704 ____________________________________________________________________________
80705 [  6839] By: jhi                                   on 2000/08/26  14:12:23
80706         Log: no-install target a la make -n.
80707              
80708              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
80709              From: <abigail@foad.org>
80710              Date: Sat, 26 Aug 2000 03:57:34 -0400
80711              Message-ID: <20000826075735.18912.qmail@foad.org>
80712      Branch: perl
80713            ! Makefile.SH installman installperl
80714 ____________________________________________________________________________
80715 [  6838] By: jhi                                   on 2000/08/26  14:06:33
80716         Log: Retract #6826 as the #6828 should be do the same
80717              in a More Correct Way.
80718      Branch: perl
80719            ! installperl
80720 ____________________________________________________________________________
80721 [  6837] By: jhi                                   on 2000/08/26  05:24:00
80722         Log: More casting.
80723      Branch: perl
80724            ! ext/Storable/Storable.xs
80725 ____________________________________________________________________________
80726 [  6836] By: jhi                                   on 2000/08/26  05:05:46
80727         Log: Nicer in decimal.
80728      Branch: perl
80729            ! ext/Storable/Storable.xs
80730 ____________________________________________________________________________
80731 [  6835] By: jhi                                   on 2000/08/26  05:03:50
80732         Log: There be no UVdf.
80733      Branch: perl
80734            ! ext/Storable/Storable.xs
80735 ____________________________________________________________________________
80736 [  6834] By: jhi                                   on 2000/08/26  05:00:18
80737         Log: Continue IVdfing and UVxfing.
80738      Branch: perl
80739            ! ext/Storable/Storable.xs
80740 ____________________________________________________________________________
80741 [  6833] By: jhi                                   on 2000/08/26  04:53:14
80742         Log: Use IVdf.
80743      Branch: perl
80744            ! ext/Storable/Storable.xs
80745 ____________________________________________________________________________
80746 [  6832] By: jhi                                   on 2000/08/26  04:40:41
80747         Log: Document PTR2XX and INT2PTR.
80748      Branch: perl
80749            ! pod/perlguts.pod
80750 ____________________________________________________________________________
80751 [  6831] By: jhi                                   on 2000/08/26  04:33:18
80752         Log: Use UVxf, PTR2UV, NVff.
80753      Branch: perl
80754            ! ext/Storable/Storable.xs
80755 ____________________________________________________________________________
80756 [  6830] By: jhi                                   on 2000/08/26  04:31:32
80757         Log: Update the test count.
80758      Branch: perl
80759            ! t/lib/trig.t
80760 ____________________________________________________________________________
80761 [  6829] By: jhi                                   on 2000/08/26  03:05:50
80762         Log: Subject: [PATCH] installation not quite silent yet.
80763              From: <abigail@foad.org>
80764              Date: Fri, 25 Aug 2000 20:07:53 -0400
80765              Message-ID: <20000826000753.7822.qmail@foad.org>
80766      Branch: perl
80767            ! installman installperl
80768 ____________________________________________________________________________
80769 [  6828] By: jhi                                   on 2000/08/26  03:05:14
80770         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
80771              From: Spider Boardman <spider@web.zk3.dec.com>
80772              Date: Fri, 25 Aug 2000 19:12:40 -0400
80773              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
80774      Branch: perl
80775            ! gv.c
80776 ____________________________________________________________________________
80777 [  6827] By: jhi                                   on 2000/08/25  23:54:34
80778         Log: Support preserving extremely big/small angles.
80779      Branch: perl
80780            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
80781 ____________________________________________________________________________
80782 [  6826] By: jhi                                   on 2000/08/25  23:01:20
80783         Log: Patch installperl to be long double-aware.
80784              
80785              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
80786              From: Spider Boardman <spider@web.zk3.dec.com>
80787              Date: Fri, 25 Aug 2000 18:15:23 -0400
80788              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
80789      Branch: perl
80790            ! installperl
80791 ____________________________________________________________________________
80792 [  6825] By: jhi                                   on 2000/08/25  22:58:25
80793         Log: Remove duplicately applied patch shards.
80794              
80795              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
80796              From: Spider Boardman <spider@leggy.zk3.dec.com>
80797              Date: Fri, 25 Aug 2000 16:45:03 -0400
80798              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
80799      Branch: perl
80800            ! t/lib/cgi-html.t
80801 ____________________________________________________________________________
80802 [  6824] By: jhi                                   on 2000/08/25  22:57:00
80803         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
80804              From: Daniel Chetlin <daniel@chetlin.com>
80805              Date: Fri, 25 Aug 2000 12:23:16 -0700
80806              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
80807              
80808              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
80809              From: Daniel Chetlin <daniel@chetlin.com>
80810              Date: Fri, 25 Aug 2000 14:47:19 -0700
80811              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
80812      Branch: perl
80813            ! installman
80814 ____________________________________________________________________________
80815 [  6823] By: jhi                                   on 2000/08/25  22:44:17
80816         Log: Timestamp problem?
80817      Branch: perl
80818            ! uconfig.h uconfig.sh
80819 ____________________________________________________________________________
80820 [  6822] By: jhi                                   on 2000/08/25  19:01:06
80821         Log: One forgotten file from #6816.
80822      Branch: perl
80823            ! vos/config.h
80824 ____________________________________________________________________________
80825 [  6821] By: jhi                                   on 2000/08/25  18:56:39
80826         Log: Regen Changes.
80827      Branch: perl
80828            ! Changes patchlevel.h
80829 ____________________________________________________________________________
80830 [  6820] By: jhi                                   on 2000/08/25  18:52:35
80831         Log: Fix Changes ordering.
80832      Branch: perl
80833            ! Changes
80834 ____________________________________________________________________________
80835 [  6819] By: jhi                                   on 2000/08/25  18:50:25
80836         Log: Update Changes.
80837      Branch: perl
80838            ! Changes patchlevel.h
80839 ____________________________________________________________________________
80840 [  6818] By: jhi                                   on 2000/08/25  18:47:45
80841         Log: Tweak the sfio/useperlio logic, hopefully as wished in
80842              
80843              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
80844              From: Nicholas Clark <nick@babyhippo.co.uk>
80845              Date: Fri, 25 Aug 2000 12:01:45 +0100
80846              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
80847      Branch: metaconfig/U/perl
80848            ! d_sfio.U
80849      Branch: perl
80850            ! Configure
80851 ____________________________________________________________________________
80852 [  6817] By: jhi                                   on 2000/08/25  18:32:51
80853         Log: Allow microperl to assume <math.h>, without it the math
80854              functions like floor() are assumed to return int, which makes
80855              for core dumps in machines where integer and floating register
80856              don't mix.
80857      Branch: perl
80858            ! uconfig.h uconfig.sh
80859 ____________________________________________________________________________
80860 [  6816] By: jhi                                   on 2000/08/25  18:27:17
80861         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
80862              the problem reported in
80863              
80864              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
80865              From: danhale@us.ibm.com
80866              Date: Fri, 25 Aug 2000 10:58:06 -0400
80867              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
80868      Branch: metaconfig/U/perl
80869            + d_socks5_init.U
80870      Branch: perl
80871            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
80872            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
80873            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
80874            ! win32/config.gc win32/config.vc
80875 ____________________________________________________________________________
80876 [  6815] By: jhi                                   on 2000/08/25  17:43:31
80877         Log: A solution for the retrieve_fd autosplit warning,
80878              idea suggested by Mike Guy.
80879      Branch: perl
80880            ! ext/Storable/Storable.pm
80881 ____________________________________________________________________________
80882 [  6814] By: jhi                                   on 2000/08/25  17:16:03
80883         Log: Add install-silent target.
80884      Branch: perl
80885            ! Makefile.SH
80886 ____________________________________________________________________________
80887 [  6813] By: jhi                                   on 2000/08/25  17:14:23
80888         Log: Subject: Re: [PATCH] More silencing of installman.
80889              From: <abigail@foad.org>
80890              Date: Thu, 24 Aug 2000 19:27:03 -0400
80891              Message-ID: <20000824232703.7001.qmail@foad.org>
80892              
80893              Subject: Re: [PATCH] More silencing of installman.
80894              From: <abigail@foad.org>
80895              Date: Fri, 25 Aug 2000 03:00:58 -0400
80896              Message-ID: <20000825070058.10697.qmail@foad.org>
80897      Branch: perl
80898            ! installman
80899 ____________________________________________________________________________
80900 [  6812] By: jhi                                   on 2000/08/25  17:11:28
80901         Log: installperl --verbose and --silent.
80902              
80903              Subject: Re: [PATCH] More silencing of installman.
80904              From: <abigail@foad.org>
80905              Message-ID: <20000825064430.9719.qmail@foad.org>
80906              Date: Fri, 25 Aug 2000 02:44:30 -0400
80907      Branch: perl
80908            ! installperl
80909 ____________________________________________________________________________
80910 [  6811] By: jhi                                   on 2000/08/25  17:05:43
80911         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
80912              From: "Peter J. Farley III" <pjfarley@banet.net>
80913              Date: Thu, 24 Aug 2000 21:58:03 -0400
80914              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
80915              
80916              (applied slightly modified)
80917      Branch: perl
80918            ! lib/ExtUtils/MM_Unix.pm
80919 ____________________________________________________________________________
80920 [  6810] By: jhi                                   on 2000/08/25  17:01:18
80921         Log: Missing parts of 
80922              
80923              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
80924              From: Peter Prymmer <pvhp@forte.com>
80925              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
80926              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
80927      Branch: perl
80928            ! t/lib/cgi-html.t
80929 ____________________________________________________________________________
80930 [  6809] By: jhi                                   on 2000/08/25  16:46:32
80931         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
80932              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80933              Date: Thu, 24 Aug 2000 19:13:11 -0500
80934              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
80935      Branch: perl
80936            ! vms/vms.c
80937 ____________________________________________________________________________
80938 [  6808] By: jhi                                   on 2000/08/25  16:39:22
80939         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
80940              From: Peter Prymmer <pvhp@forte.com>
80941              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
80942              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
80943      Branch: perl
80944            ! configure.com
80945 ____________________________________________________________________________
80946 [  6807] By: jhi                                   on 2000/08/25  16:36:37
80947         Log: Better wording for the vec lvalue diagnostic.
80948              
80949              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
80950              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
80951              Date: Wed, 23 Aug 2000 14:12:16 -0400
80952              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
80953      Branch: perl
80954            ! pod/perldiag.pod
80955 ____________________________________________________________________________
80956 [  6806] By: jhi                                   on 2000/08/24  18:17:22
80957         Log: Subject: [PATCH] More silencing of installman.
80958              From: <abigail@foad.org>
80959              Date: Thu, 24 Aug 2000 14:01:44 -0400
80960              Message-ID: <20000824180144.20062.qmail@foad.org>
80961      Branch: perl
80962            ! installman
80963 ____________________________________________________________________________
80964 [  6805] By: jhi                                   on 2000/08/24  15:00:31
80965         Log: Update Changes.
80966      Branch: perl
80967            ! Changes patchlevel.h
80968 ____________________________________________________________________________
80969 [  6804] By: jhi                                   on 2000/08/24  14:59:07
80970         Log: Regen perltoc.
80971      Branch: perl
80972            ! pod/perltoc.pod
80973 ____________________________________________________________________________
80974 [  6803] By: jhi                                   on 2000/08/24  14:44:39
80975         Log: Show the doc file, not the temp file.
80976      Branch: perl
80977            ! installman
80978 ____________________________________________________________________________
80979 [  6802] By: jhi                                   on 2000/08/24  14:41:53
80980         Log: Continue silencing.
80981      Branch: perl
80982            ! installman
80983 ____________________________________________________________________________
80984 [  6801] By: jhi                                   on 2000/08/24  14:34:40
80985         Log: Actually do something with the silencer option.
80986      Branch: perl
80987            ! installman
80988 ____________________________________________________________________________
80989 [  6800] By: jhi                                   on 2000/08/24  14:26:22
80990         Log: Make installman to recognize the silence flag -S.
80991      Branch: perl
80992            ! installman
80993 ____________________________________________________________________________
80994 [  6799] By: jhi                                   on 2000/08/24  13:49:38
80995         Log: DOS patches and portability/porting notes, from Tim Jenness.
80996      Branch: perl
80997            ! lib/File/Temp.pm
80998 ____________________________________________________________________________
80999 [  6798] By: jhi                                   on 2000/08/24  13:48:27
81000         Log: Create directories in silence.
81001              
81002              Subject: [PATCH] Another silencer for MakeMaker
81003              From: andreas.koenig@anima.de (Andreas J. Koenig)
81004              Date: 24 Aug 2000 14:18:52 +0200
81005              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
81006      Branch: perl
81007            ! lib/ExtUtils/Command.pm
81008 ____________________________________________________________________________
81009 [  6797] By: jhi                                   on 2000/08/24  13:46:42
81010         Log: More liberal parsing of version numbers.
81011              
81012              Subject: Re: CPAN.pm beta for testing available
81013              From: andreas.koenig@anima.de (Andreas J. Koenig)
81014              Date: 24 Aug 2000 13:51:57 +0200
81015              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
81016      Branch: perl
81017            ! lib/CPAN.pm
81018 ____________________________________________________________________________
81019 [  6796] By: jhi                                   on 2000/08/24  13:44:36
81020         Log: Make "make install" by default silent.  A new "install-verbose"
81021              target is verbose.
81022      Branch: perl
81023            ! Makefile.SH
81024 ____________________________________________________________________________
81025 [  6795] By: jhi                                   on 2000/08/24  13:39:14
81026         Log: Add silencer flags to installperl.
81027              
81028              Subject: [PATCH] Making installperl silent.
81029              From: <abigail@foad.org>
81030              Date: Thu, 24 Aug 2000 05:01:45 -0400
81031              Message-ID: <20000824090145.13141.qmail@foad.org>
81032      Branch: perl
81033            ! installperl
81034 ____________________________________________________________________________
81035 [  6794] By: jhi                                   on 2000/08/24  13:35:50
81036         Log: installperl couldn't tell whether it had run tests or not.
81037              
81038              Subject: [PATCH] Re: installperl and t/TEST
81039              From: <abigail@foad.org>
81040              Date: Thu, 24 Aug 2000 04:00:53 -0400
81041              Message-ID: <20000824080053.2494.qmail@foad.org>
81042      Branch: perl
81043            ! Makefile.SH installperl
81044 ____________________________________________________________________________
81045 [  6793] By: jhi                                   on 2000/08/24  13:27:50
81046         Log: Drop the separate perlbc, perlcc -b should be enough.
81047      Branch: perl
81048            - utils/perlbc.PL
81049            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
81050 ____________________________________________________________________________
81051 [  6792] By: jhi                                   on 2000/08/24  04:41:30
81052         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
81053              plus the typo fix from Peter Prymmer.
81054      Branch: perl
81055            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
81056            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
81057 ____________________________________________________________________________
81058 [  6791] By: jhi                                   on 2000/08/24  02:10:43
81059         Log: Replace #6705 with a minimal doc patch.
81060              
81061              Subject: [PATCH 5.6.0] replace change #6705
81062              From: Jan Dubois <jand@ActiveState.com>
81063              Date: Wed, 23 Aug 2000 18:31:51 -0700
81064              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
81065      Branch: perl
81066            ! lib/Win32.pod win32/win32.c
81067 ____________________________________________________________________________
81068 [  6790] By: jhi                                   on 2000/08/23  17:52:00
81069         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
81070              From: Mike Guy <mjtg@cam.ac.uk>
81071              Date: Wed, 23 Aug 2000 18:38:46 +0100
81072              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
81073      Branch: perl
81074            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
81075 ____________________________________________________________________________
81076 [  6789] By: jhi                                   on 2000/08/23  15:34:21
81077         Log: Update Changes.
81078      Branch: perl
81079            ! Changes patchlevel.h
81080 ____________________________________________________________________________
81081 [  6788] By: jhi                                   on 2000/08/23  15:33:40
81082         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
81083              From: Wilfredo Sánchez <wsanchez@apple.com>
81084              Date: Tue, 22 Aug 2000 19:31:27 -0700
81085              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
81086      Branch: perl
81087            ! perl.h
81088 ____________________________________________________________________________
81089 [  6787] By: jhi                                   on 2000/08/23  15:29:31
81090         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
81091              From: Spider Boardman <spider@leggy.zk3.dec.com>
81092              Date: Wed, 23 Aug 2000 10:33:23 -0400
81093              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
81094      Branch: perl
81095            ! lib/Pod/Html.pm
81096 ____________________________________________________________________________
81097 [  6786] By: jhi                                   on 2000/08/23  15:28:11
81098         Log: Bad makefile.
81099      Branch: perl
81100            ! ext/B/Makefile.PL
81101 ____________________________________________________________________________
81102 [  6785] By: jhi                                   on 2000/08/23  14:37:04
81103         Log: Update Changes.
81104      Branch: perl
81105            ! Changes patchlevel.h
81106 ____________________________________________________________________________
81107 [  6784] By: jhi                                   on 2000/08/23  13:58:41
81108         Log: Portability fix from Hugo van der Sanden.
81109      Branch: perl
81110            ! ext/re/Makefile.PL
81111 ____________________________________________________________________________
81112 [  6783] By: jhi                                   on 2000/08/23  13:53:53
81113         Log: Storable support, v-version fixes.
81114              
81115              Subject: CPAN.pm beta for testing available
81116              From: andreas.koenig@anima.de (Andreas J. Koenig)
81117              Date: 22 Aug 2000 23:31:33 +0200
81118              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
81119      Branch: perl
81120            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81121 ____________________________________________________________________________
81122 [  6782] By: jhi                                   on 2000/08/23  13:51:26
81123         Log: Mac and other portability updates from Chris Nandor.
81124      Branch: perl
81125            ! pod/perlmodinstall.pod
81126 ____________________________________________________________________________
81127 [  6781] By: jhi                                   on 2000/08/23  13:47:33
81128         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
81129              From: Peter Prymmer <pvhp@forte.com>
81130              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
81131              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
81132      Branch: perl
81133            ! ext/Storable/Storable.xs
81134 ____________________________________________________________________________
81135 [  6780] By: jhi                                   on 2000/08/23  13:33:34
81136         Log: VMS MMS (make) wants null action.
81137      Branch: perl
81138            ! ext/B/Makefile.PL
81139 ____________________________________________________________________________
81140 [  6779] By: jhi                                   on 2000/08/22  19:44:47
81141         Log: Forgot portability nit.
81142      Branch: perl
81143            ! t/lib/st-forgive.t
81144 ____________________________________________________________________________
81145 [  6778] By: jhi                                   on 2000/08/22  19:35:25
81146         Log: Be portable.
81147      Branch: perl
81148            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
81149            ! t/lib/st-store.t
81150 ____________________________________________________________________________
81151 [  6777] By: jhi                                   on 2000/08/22  18:50:53
81152         Log: Update Changes.
81153      Branch: perl
81154            ! Changes patchlevel.h
81155 ____________________________________________________________________________
81156 [  6776] By: jhi                                   on 2000/08/22  18:44:46
81157         Log: cSVOPo_*v things index into the current PL_curpad
81158              under ithreads, which is different from the curpad
81159              used by the XSUB.  (In other words, the code as-is
81160              before this patch wouldn't work under ithreads.)
81161              From Sarathy.
81162      Branch: perl
81163            ! ext/B/B.xs
81164 ____________________________________________________________________________
81165 [  6775] By: jhi                                   on 2000/08/22  18:18:37
81166         Log: Make the selection of NVff et al stricter.
81167      Branch: metaconfig/U/perl
81168            ! perlxvf.U
81169      Branch: perl
81170            ! Configure config_h.SH
81171 ____________________________________________________________________________
81172 [  6774] By: jhi                                   on 2000/08/22  17:19:42
81173         Log: perldelta nits.
81174      Branch: perl
81175            ! pod/perldelta.pod
81176 ____________________________________________________________________________
81177 [  6773] By: jhi                                   on 2000/08/22  17:06:26
81178         Log: Long double fixes from Spider Boardman.
81179              
81180              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
81181              From: system PRIVILEGED account <root@peano.zk3.dec.com>
81182              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
81183              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
81184      Branch: perl
81185            ! t/lib/bigfltpm.t t/lib/st-06compat.t
81186 ____________________________________________________________________________
81187 [  6772] By: jhi                                   on 2000/08/22  15:04:53
81188         Log: Update Changes.
81189      Branch: perl
81190            ! Changes patchlevel.h
81191 ____________________________________________________________________________
81192 [  6771] By: jhi                                   on 2000/08/22  15:01:44
81193         Log: perldelta fixes from Hugo van der Sanden.
81194      Branch: perl
81195            ! pod/perldelta.pod
81196 ____________________________________________________________________________
81197 [  6770] By: jhi                                   on 2000/08/22  14:34:49
81198         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
81199              From: Hugo <hv@crypt.compulink.co.uk>
81200              Date: Tue, 22 Aug 2000 11:21:53 +0100
81201              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
81202      Branch: perl
81203            ! regcomp.c
81204 ____________________________________________________________________________
81205 [  6769] By: jhi                                   on 2000/08/22  14:30:02
81206         Log: Add Yitzchak, reformat.
81207      Branch: perl
81208            ! Changes config_h.SH
81209 ____________________________________________________________________________
81210 [  6768] By: jhi                                   on 2000/08/22  14:21:35
81211         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
81212              and Spider Boardman.
81213      Branch: metaconfig
81214            ! U/compline/d_gconvert.U
81215      Branch: perl
81216            ! Configure
81217 ____________________________________________________________________________
81218 [  6767] By: jhi                                   on 2000/08/22  14:11:24
81219         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
81220              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81221              Date: Mon, 21 Aug 2000 19:08:31 -0700
81222              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
81223      Branch: perl
81224            - ext/Storable/patchlevel.h
81225            ! MANIFEST ext/Storable/MANIFEST
81226 ____________________________________________________________________________
81227 [  6766] By: jhi                                   on 2000/08/22  13:49:29
81228         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
81229              From: Peter Prymmer <pvhp@forte.com>
81230              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
81231              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
81232      Branch: perl
81233            ! configure.com ext/Storable/Makefile.PL
81234 ____________________________________________________________________________
81235 [  6765] By: jhi                                   on 2000/08/22  13:44:59
81236         Log: Subject: [PATCH blead] B:: missing dependency
81237              From: Hugo <hv@crypt.compulink.co.uk>
81238              Date: Tue, 22 Aug 2000 06:44:33 +0100
81239              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
81240      Branch: perl
81241            ! ext/B/Makefile.PL
81242 ____________________________________________________________________________
81243 [  6764] By: jhi                                   on 2000/08/22  13:38:12
81244         Log: More bytecompiler.
81245      Branch: perl
81246            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
81247 ____________________________________________________________________________
81248 [  6763] By: jhi                                   on 2000/08/22  13:36:44
81249         Log: Bytecompiler patches from Benjamin Stuhl.
81250      Branch: perl
81251            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
81252            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81253            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81254            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81255            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
81256            ! perl.c perlapi.h pod/perldelta.pod
81257 ____________________________________________________________________________
81258 [  6762] By: jhi                                   on 2000/08/21  23:43:40
81259         Log: An obsoleted diagnostic.
81260      Branch: perl
81261            ! pod/perldelta.pod
81262 ____________________________________________________________________________
81263 [  6761] By: jhi                                   on 2000/08/21  23:01:45
81264         Log: The #6759 wasn't quite right.
81265      Branch: perl
81266            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
81267            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
81268            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
81269            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
81270            ! t/lib/st-tieditems.t
81271 ____________________________________________________________________________
81272 [  6760] By: jhi                                   on 2000/08/21  22:35:49
81273         Log: Be verydeepclean.
81274      Branch: perl
81275            ! Makefile.SH
81276 ____________________________________________________________________________
81277 [  6759] By: jhi                                   on 2000/08/21  22:25:40
81278         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
81279              From: Peter Prymmer <pvhp@forte.com>
81280              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
81281              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
81282      Branch: perl
81283            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
81284            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
81285            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
81286            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
81287            ! t/lib/st-tieditems.t
81288 ____________________________________________________________________________
81289 [  6758] By: jhi                                   on 2000/08/21  22:22:32
81290         Log: Few more casts, need reported in
81291              
81292              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
81293              From: Mike Stok <mike@stok.co.uk>
81294              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
81295              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
81296              
81297              and
81298              
81299              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
81300              From: abigail@foad.org
81301              Date: 21 Aug 2000 21:31:34 -0000
81302              Message-Id: <20000821213134.30170.qmail@foad.org>
81303      Branch: perl
81304            ! ext/Storable/Storable.xs
81305 ____________________________________________________________________________
81306 [  6757] By: jhi                                   on 2000/08/21  18:37:07
81307         Log: Update Changes.
81308      Branch: perl
81309            ! Changes patchlevel.h
81310 ____________________________________________________________________________
81311 [  6756] By: jhi                                   on 2000/08/21  18:34:02
81312         Log: A pod nit.
81313              
81314              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
81315              From: <abigail@foad.org>
81316              Date: Mon, 21 Aug 2000 14:00:16 -0400
81317              Message-ID: <20000821180016.28627.qmail@foad.org>
81318      Branch: perl
81319            ! pod/perlre.pod
81320 ____________________________________________________________________________
81321 [  6755] By: jhi                                   on 2000/08/21  18:30:56
81322         Log: Use PodParser 1.18 new test.
81323      Branch: perl
81324            ! t/pod/special_seqs.t t/pod/special_seqs.xr
81325 ____________________________________________________________________________
81326 [  6754] By: jhi                                   on 2000/08/21  18:28:35
81327         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
81328              patches cannot be applied since #6712 conflicts.
81329      Branch: perl
81330            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
81331 ____________________________________________________________________________
81332 [  6753] By: jhi                                   on 2000/08/21  18:15:11
81333         Log: Weed out some smaller changes.
81334      Branch: perl
81335            ! pod/perldelta.pod
81336 ____________________________________________________________________________
81337 [  6752] By: jhi                                   on 2000/08/21  18:02:30
81338         Log: Also under djgpp the timestamps are funky.
81339      Branch: perl
81340            ! t/op/stat.t
81341 ____________________________________________________________________________
81342 [  6751] By: jhi                                   on 2000/08/21  17:55:56
81343         Log: Tweak the floating point output routine preferences.
81344      Branch: metaconfig
81345            ! U/compline/d_gconvert.U
81346      Branch: perl
81347            ! Configure
81348 ____________________________________________________________________________
81349 [  6750] By: jhi                                   on 2000/08/21  17:51:29
81350         Log: Unicos/mk requires elaborate paranoia.
81351      Branch: perl
81352            ! lib/Math/Complex.pm
81353 ____________________________________________________________________________
81354 [  6749] By: gsar                                  on 2000/08/21  16:53:31
81355         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
81356      Branch: perl
81357            ! lib/Cwd.pm
81358 ____________________________________________________________________________
81359 [  6748] By: gsar                                  on 2000/08/21  16:22:19
81360         Log: free TLS slot properly on Windows
81361      Branch: perl
81362            ! thread.h win32/perllib.c win32/win32thread.h
81363 ____________________________________________________________________________
81364 [  6747] By: jhi                                   on 2000/08/21  16:20:58
81365         Log: Rename the macro argument because some preprocessors
81366              can't tell the difference and expand arguments also inside
81367              double quoted strings.
81368      Branch: perl
81369            ! regcomp.c
81370 ____________________________________________________________________________
81371 [  6746] By: jhi                                   on 2000/08/21  16:09:41
81372         Log: Support long doubles in Storable.
81373              
81374              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
81375              From: Radu Greab <radu@netsoft.ro>
81376              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
81377              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
81378      Branch: perl
81379            ! ext/Storable/Storable.xs
81380 ____________________________________________________________________________
81381 [  6745] By: jhi                                   on 2000/08/21  15:51:40
81382         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
81383              From: "Fifer, Eric" <EFifer@sanwaint.com>
81384              Date: Mon, 21 Aug 2000 15:34:49 +0100
81385              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
81386      Branch: perl
81387            ! t/pragma/warn/9enabled
81388 ____________________________________________________________________________
81389 [  6744] By: jhi                                   on 2000/08/21  15:39:35
81390         Log: Document the endianness of Alpha more precisely.
81391      Branch: perl
81392            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
81393            ! pod/perlport.pod
81394 ____________________________________________________________________________
81395 [  6743] By: jhi                                   on 2000/08/21  14:47:05
81396         Log: perldelta fixes from the p5p crowd.
81397      Branch: perl
81398            ! pod/perldelta.pod pod/perlop.pod
81399 ____________________________________________________________________________
81400 [  6742] By: jhi                                   on 2000/08/21  13:34:51
81401         Log: Update to Pod::LaTeX 0.53.
81402              
81403              Subject: [PATCH] lib/Pod/LaTeX.pm updates
81404              From: Tim Jenness <timj@jach.hawaii.edu>
81405              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
81406              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
81407      Branch: perl
81408            ! lib/Pod/LaTeX.pm
81409 ____________________________________________________________________________
81410 [  6741] By: jhi                                   on 2000/08/21  13:33:01
81411         Log: Subject: [PATCH] os2.c fix for use64bitint
81412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81413              Date: Mon, 21 Aug 2000 01:32:25 -0700
81414              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
81415      Branch: perl
81416            ! os2/os2.c
81417 ____________________________________________________________________________
81418 [  6740] By: jhi                                   on 2000/08/21  13:28:52
81419         Log: Array context keeps slithering in.
81420              
81421              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
81422              From: Daniel Chetlin <daniel@chetlin.com>
81423              Date: Sun, 20 Aug 2000 21:40:25 -0700
81424              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
81425      Branch: perl
81426            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
81427            ! pod/perldebtut.pod
81428 ____________________________________________________________________________
81429 [  6739] By: jhi                                   on 2000/08/21  13:23:55
81430         Log: Big-endian quad fixes for Storable from Radu Greab,
81431              plus few explicit null casts for picky compilers.
81432      Branch: perl
81433            ! ext/Storable/Storable.xs
81434 ____________________________________________________________________________
81435 [  6738] By: gsar                                  on 2000/08/21  05:56:13
81436         Log: small tweaks for change#6705: avoid C++ style comments in C code;
81437              use Perl's malloc API rather than the low level system one
81438      Branch: perl
81439            ! win32/win32.c
81440 ____________________________________________________________________________
81441 [  6737] By: gsar                                  on 2000/08/21  05:35:41
81442         Log: add Storable to list of extensions on Windows
81443      Branch: perl
81444            ! win32/Makefile win32/makefile.mk
81445 ____________________________________________________________________________
81446 [  6736] By: jhi                                   on 2000/08/21  02:57:53
81447         Log: Update Changes.
81448      Branch: perl
81449            ! Changes patchlevel.h
81450 ____________________________________________________________________________
81451 [  6735] By: jhi                                   on 2000/08/21  02:57:20
81452         Log: Draft 0.
81453      Branch: perl
81454            ! pod/perldelta.pod
81455 ____________________________________________________________________________
81456 [  6734] By: jhi                                   on 2000/08/21  02:57:03
81457         Log: Add Storable 0.7.2 from Raphael Manfredi,
81458              plus the patch from
81459              
81460              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
81461              From: Radu Greab <radu@netsoft.ro>
81462              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
81463              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
81464              
81465              plus changes to get Storable to compile with
81466              picky ANSI compilers.
81467      Branch: perl
81468            + ext/Storable/ChangeLog ext/Storable/MANIFEST
81469            + ext/Storable/Makefile.PL ext/Storable/README
81470            + ext/Storable/Storable.pm ext/Storable/Storable.xs
81471            + ext/Storable/patchlevel.h t/lib/st-06compat.t
81472            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
81473            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
81474            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
81475            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
81476            + t/lib/st-tieditems.t
81477            ! MANIFEST
81478 ____________________________________________________________________________
81479 [  6733] By: jhi                                   on 2000/08/21  02:29:09
81480         Log: The correct cleaning order is an art.
81481      Branch: perl
81482            ! Makefile.SH
81483 ____________________________________________________________________________
81484 [  6732] By: jhi                                   on 2000/08/21  01:23:39
81485         Log: The #6724 is here.
81486      Branch: perl
81487            ! t/lib/ftmp-security.t
81488 ____________________________________________________________________________
81489 [  6731] By: jhi                                   on 2000/08/20  23:17:03
81490         Log: s/this one/the 5.6.0 release/
81491      Branch: perl
81492            ! pod/perl56delta.pod
81493 ____________________________________________________________________________
81494 [  6730] By: jhi                                   on 2000/08/20  23:07:34
81495         Log: Mention perlebcdic and perlposix-bc.
81496      Branch: perl
81497            ! pod/perlport.pod
81498 ____________________________________________________________________________
81499 [  6729] By: jhi                                   on 2000/08/20  21:32:59
81500         Log: Document the number of exponent digits.
81501      Branch: perl
81502            ! pod/perlfunc.pod
81503 ____________________________________________________________________________
81504 [  6728] By: jhi                                   on 2000/08/20  21:16:47
81505         Log: Use File::Spec->tmpdir().
81506              
81507              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
81508              From: Tim Jenness <timj@jach.hawaii.edu>
81509              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
81510              MIME-Version: 1.0
81511              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
81512      Branch: perl
81513            ! utils/perlbug.PL
81514 ____________________________________________________________________________
81515 [  6727] By: jhi                                   on 2000/08/20  20:43:32
81516         Log: Update Changes.
81517      Branch: perl
81518            ! Changes patchlevel.h
81519 ____________________________________________________________________________
81520 [  6726] By: jhi                                   on 2000/08/20  20:41:44
81521         Log: The veryclean target needs to clobber.
81522      Branch: perl
81523            ! Makefile.SH
81524 ____________________________________________________________________________
81525 [  6725] By: jhi                                   on 2000/08/20  20:37:38
81526         Log: Document odd vs even subreleases and -Dusedevel.
81527      Branch: perl
81528            ! INSTALL
81529 ____________________________________________________________________________
81530 [  6724] By: jhi                                   on 2000/08/20  19:58:05
81531         Log: Use temporary directory instead of current directory.
81532              
81533              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
81534              From: Tim Jenness <timj@jach.hawaii.edu>
81535              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
81536              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
81537      Branch: perl
81538            ! t/lib/ftmp-security.t
81539 ____________________________________________________________________________
81540 [  6723] By: jhi                                   on 2000/08/20  19:55:55
81541         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
81542              From: andreas.koenig@anima.de (Andreas J. Koenig)
81543              Date: 20 Aug 2000 15:52:03 +0200
81544              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
81545      Branch: perl
81546            ! lib/ExtUtils/MM_Unix.pm
81547 ____________________________________________________________________________
81548 [  6722] By: jhi                                   on 2000/08/20  19:46:01
81549         Log: Update to CGI 2.72, from Lincoln Stein.
81550      Branch: perl
81551            ! lib/CGI.pm
81552 ____________________________________________________________________________
81553 [  6721] By: jhi                                   on 2000/08/20  19:43:54
81554         Log: (Replaced by #8364.)
81555              
81556              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
81557              From: Radu Greab <radu@netsoft.ro>
81558              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
81559              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
81560      Branch: perl
81561            ! ext/GDBM_File/GDBM_File.xs
81562 ____________________________________________________________________________
81563 [  6720] By: jhi                                   on 2000/08/20  19:42:01
81564         Log: pp_open() could pass an uninitialized filename down to do_open9().
81565      Branch: perl
81566            ! pp_sys.c
81567 ____________________________________________________________________________
81568 [  6719] By: jhi                                   on 2000/08/20  14:06:41
81569         Log: UTF8 concat fixes.
81570              
81571              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
81572              From: Hugo <hv@crypt.compulink.co.uk>
81573              Date: Sun, 20 Aug 2000 07:30:46 +0100
81574              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
81575      Branch: perl
81576            ! pp_hot.c t/op/append.t
81577 ____________________________________________________________________________
81578 [  6718] By: jhi                                   on 2000/08/20  02:09:37
81579         Log: Let's try #6717 again.
81580      Branch: perl
81581            ! lib/File/Temp.pm
81582 ____________________________________________________________________________
81583 [  6717] By: jhi                                   on 2000/08/20  01:56:55
81584         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
81585              From: "Craig A. Berry" <craig.berry@metamorgs.com>
81586              Date: Sat, 19 Aug 2000 18:15:39 -0500
81587              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
81588      Branch: perl
81589            ! lib/File/Temp.pm
81590 ____________________________________________________________________________
81591 [  6716] By: jhi                                   on 2000/08/19  15:50:11
81592         Log: Update Changes.
81593      Branch: perl
81594            ! Changes patchlevel.h
81595 ____________________________________________________________________________
81596 [  6715] By: jhi                                   on 2000/08/19  15:39:09
81597         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
81598              From: Jonathan D Johnston <jdjohnston2@juno.com>
81599              Date: Thu, 17 Aug 2000 23:13:01 -0400       
81600              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
81601      Branch: perl
81602            ! pod/perlfunc.pod
81603 ____________________________________________________________________________
81604 [  6714] By: jhi                                   on 2000/08/19  15:34:04
81605         Log: Introduce a 'veryclean' target that is like 'distclean'
81606              but also removes *~ and *.orig.
81607      Branch: perl
81608            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
81609            ! utils/Makefile x2p/Makefile.SH
81610 ____________________________________________________________________________
81611 [  6713] By: jhi                                   on 2000/08/19  14:15:45
81612         Log: Put back the long double avoidance code to POSIX.xs
81613              because VMS seems to need it still.
81614      Branch: perl
81615            ! ext/POSIX/POSIX.xs
81616 ____________________________________________________________________________
81617 [  6712] By: jhi                                   on 2000/08/19  14:10:41
81618         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
81619              From: Peter Prymmer <pvhp@forte.com>
81620              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
81621              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
81622      Branch: perl
81623            ! lib/Pod/Find.pm t/pod/find.t
81624 ____________________________________________________________________________
81625 [  6711] By: jhi                                   on 2000/08/19  14:09:19
81626         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
81627              From: Peter Prymmer <pvhp@forte.com>
81628              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
81629              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
81630              cc: vmsperl@perl.org
81631      Branch: perl
81632            ! t/lib/peek.t
81633 ____________________________________________________________________________
81634 [  6710] By: jhi                                   on 2000/08/19  14:08:01
81635         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
81636              From: Jan Dubois <jand@ActiveState.com>
81637              Date: Fri, 18 Aug 2000 16:31:48 -0700
81638              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
81639      Branch: perl
81640            ! win32/win32.c
81641 ____________________________________________________________________________
81642 [  6709] By: jhi                                   on 2000/08/19  14:06:57
81643         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
81644              
81645              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
81646              From: Spider.Boardman@Orb.Nashua.NH.US
81647              Date: Fri, 18 Aug 2000 18:41:14 -0400
81648              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
81649      Branch: perl
81650            ! regcomp.c
81651 ____________________________________________________________________________
81652 [  6708] By: jhi                                   on 2000/08/18  22:04:49
81653         Log: Update Changes.
81654      Branch: perl
81655            ! Changes patchlevel.h
81656 ____________________________________________________________________________
81657 [  6707] By: jhi                                   on 2000/08/18  21:55:14
81658         Log: Add warnif(), check warnings further up the stack,
81659              all the warnings functions now can take an optional object reference.
81660              
81661              Subject: [PATCH bleedperl@6691] warnings pragma update
81662              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
81663              Date: Fri, 18 Aug 2000 22:42:06 +0100
81664              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
81665      Branch: perl
81666            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
81667            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
81668            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
81669 ____________________________________________________________________________
81670 [  6706] By: jhi                                   on 2000/08/18  21:41:45
81671         Log: Typo in pp_complement().
81672              
81673              Subject: [PATCH perl-current] Deparse
81674              From: Peter Scott <Peter@PSDT.com>
81675              Date: Fri, 18 Aug 2000 12:44:37 -0700
81676              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
81677      Branch: perl
81678            ! ext/B/B/Deparse.pm
81679 ____________________________________________________________________________
81680 [  6705] By: jhi                                   on 2000/08/18  21:25:59
81681         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
81682              From: Jan Dubois <jand@ActiveState.com>
81683              Date: Fri, 18 Aug 2000 14:22:51 -0700
81684              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
81685      Branch: perl
81686            ! lib/Win32.pod win32/win32.c
81687 ____________________________________________________________________________
81688 [  6704] By: jhi                                   on 2000/08/18  21:16:14
81689         Log: Don't eat leading os from index entries.
81690              
81691              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
81692              From: Russ Allbery <rra@stanford.edu>
81693              Date: 10 Aug 2000 20:49:25 -0700
81694              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
81695      Branch: perl
81696            ! lib/Pod/Man.pm
81697 ____________________________________________________________________________
81698 [  6703] By: jhi                                   on 2000/08/18  21:07:06
81699         Log: Add [[:blank:]] as suggested in
81700              
81701              Subject: [ID 20000716.024] [=cc=] / [:blank:]
81702              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
81703              Date: Sun, 16 Jul 2000 17:55:29 -0700
81704              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
81705              
81706              (the [=cc=] has already been taken care of by #6439
81707              so the whole bug report can be closed)
81708              
81709              and make [[:space:]] to be equivalent to isspace(3)
81710              (as opposed to \s, which is isSPACE()).  The difference
81711              is that now [[:space:]] matches the mythical vertical tab,
81712              while \s doesn't.
81713      Branch: perl
81714            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
81715            ! regexec.c t/op/pat.t
81716 ____________________________________________________________________________
81717 [  6702] By: jhi                                   on 2000/08/18  18:47:47
81718         Log: The new tests were missing from #6415.
81719      Branch: perl
81720            ! t/op/bop.t
81721 ____________________________________________________________________________
81722 [  6701] By: jhi                                   on 2000/08/18  18:20:40
81723         Log: Document the NDBM_File and ODBM_File as SDBM_File
81724              was documented in #6417.
81725      Branch: perl
81726            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
81727            ! ext/SDBM_File/SDBM_File.pm
81728 ____________________________________________________________________________
81729 [  6700] By: jhi                                   on 2000/08/18  18:10:39
81730         Log: Subject: [PATCH perl@6698] cygwin port
81731              From: "Fifer, Eric" <EFifer@sanwaint.com>
81732              Date: Fri, 18 Aug 2000 17:30:05 +0100
81733              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
81734      Branch: perl
81735            ! lib/File/Temp.pm
81736 ____________________________________________________________________________
81737 [  6699] By: jhi                                   on 2000/08/18  16:21:49
81738         Log: Document code point which makes if (defined %stash::) to work
81739              (noted by Spider Boardman).
81740      Branch: perl
81741            ! op.c
81742 ____________________________________________________________________________
81743 [  6698] By: jhi                                   on 2000/08/18  13:43:27
81744         Log: Update Changes.
81745      Branch: perl
81746            ! Changes patchlevel.h
81747 ____________________________________________________________________________
81748 [  6697] By: jhi                                   on 2000/08/18  13:35:57
81749         Log: Tiny Getopt::Long patch from Johan Vromans.
81750      Branch: perl
81751            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
81752 ____________________________________________________________________________
81753 [  6696] By: jhi                                   on 2000/08/18  13:26:14
81754         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
81755              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
81756              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
81757              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
81758      Branch: perl
81759            ! pod/perldiag.pod pod/perlsyn.pod
81760 ____________________________________________________________________________
81761 [  6695] By: jhi                                   on 2000/08/18  13:13:26
81762         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
81763              From: Daniel Chetlin <daniel@chetlin.com>
81764              Date: Fri, 18 Aug 2000 03:13:36 -0700
81765              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
81766      Branch: perl
81767            ! pod/perlfunc.pod
81768 ____________________________________________________________________________
81769 [  6694] By: jhi                                   on 2000/08/18  13:08:05
81770         Log: Subject: [PATCH] perltrap.pod spring cleaning
81771              From: Daniel Chetlin <daniel@chetlin.com>
81772              Date: Fri, 18 Aug 2000 03:06:54 -0700
81773              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
81774              
81775              plus Mike Guy's nitfix.
81776      Branch: perl
81777            ! pod/perltrap.pod
81778 ____________________________________________________________________________
81779 [  6693] By: jhi                                   on 2000/08/18  13:00:26
81780         Log: Unbuffer the output.
81781              
81782              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
81783              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81784              Date: Thu, 17 Aug 2000 18:39:29 -0700
81785              Message-ID: <RPJn5gzkgydf092yn@efn.org>
81786      Branch: perl
81787            ! t/op/fork.t
81788 ____________________________________________________________________________
81789 [  6692] By: jhi                                   on 2000/08/18  05:19:17
81790         Log: Delete the image, too, not just its MANIFEStation.
81791      Branch: perl
81792            - lib/CGI/eg/wilogo.gif
81793 ____________________________________________________________________________
81794 [  6691] By: jhi                                   on 2000/08/18  05:10:26
81795         Log: Propagate new Configure vars.
81796      Branch: perl
81797            ! configure.com epoc/config.sh uconfig.h uconfig.sh
81798            ! vos/config.def vos/config.h vos/config_h.SH_orig
81799            ! win32/config.bc win32/config.gc win32/config.vc
81800            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
81801 ____________________________________________________________________________
81802 [  6690] By: jhi                                   on 2000/08/18  04:30:56
81803         Log: Update Changes.
81804      Branch: perl
81805            ! Changes patchlevel.h
81806 ____________________________________________________________________________
81807 [  6689] By: jhi                                   on 2000/08/18  04:12:30
81808         Log: Fix the lib/complex failure of
81809              
81810              From: abigail@foad.org
81811              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
81812              Date: 15 Aug 2000 04:06:38 -0000
81813              Message-Id: <20000815040638.8524.qmail@foad.org> 
81814              
81815              Linux long double accuracy issue: something that
81816              when printed with %g looks like "2" but int() of it is 1.
81817      Branch: perl
81818            ! lib/Math/Complex.pm
81819 ____________________________________________________________________________
81820 [  6688] By: jhi                                   on 2000/08/18  03:15:35
81821         Log: The byteorder code in #6671 was wrong.
81822      Branch: perl
81823            ! configpm
81824 ____________________________________________________________________________
81825 [  6687] By: jhi                                   on 2000/08/18  02:08:42
81826         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
81827              From: Jan Dubois <jand@ActiveState.com>
81828              Date: Thu, 17 Aug 2000 18:31:55 -0700
81829              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
81830      Branch: perl
81831            ! sv.c
81832 ____________________________________________________________________________
81833 [  6686] By: jhi                                   on 2000/08/18  02:04:15
81834         Log: Use NVs in POSIX math, not doubles.
81835              
81836              From: abigail@foad.org
81837              Subject: [ID 20000817.014] POSIX & modfl
81838              Date: 17 Aug 2000 20:49:18 -0000
81839              Message-Id: <20000817204918.23123.qmail@foad.org>
81840      Branch: perl
81841            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
81842 ____________________________________________________________________________
81843 [  6685] By: jhi                                   on 2000/08/18  02:02:12
81844         Log: Introduce NVef, NVff, and NVgf, use the middle one.
81845              (helps for lib/peek + Linux + long doubles)  Reported in
81846              
81847              From: abigail@foad.org
81848              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
81849              Date: 15 Aug 2000 04:06:38 -0000
81850              Message-Id: <20000815040638.8524.qmail@foad.org> 
81851              
81852              (note: the lib/complex failure has not yet been addressed)
81853      Branch: metaconfig/U/perl
81854            ! perlxvf.U
81855      Branch: perl
81856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81857            ! config_h.SH dump.c perl.h pod/perlguts.pod
81858 ____________________________________________________________________________
81859 [  6684] By: jhi                                   on 2000/08/17  23:22:19
81860         Log: Add byteorder to the myconfig output.
81861      Branch: perl
81862            ! myconfig.SH
81863 ____________________________________________________________________________
81864 [  6683] By: jhi                                   on 2000/08/17  23:20:19
81865         Log: The image doth not exist, spotted by Johan Vromans.
81866      Branch: perl
81867            ! MANIFEST
81868 ____________________________________________________________________________
81869 [  6682] By: jhi                                   on 2000/08/17  22:38:16
81870         Log: Document what the backtick returns if the command fails.
81871      Branch: perl
81872            ! pod/perlop.pod
81873 ____________________________________________________________________________
81874 [  6681] By: jhi                                   on 2000/08/17  22:33:12
81875         Log: Do not use prototyping here.
81876              
81877              Subject: [ID 20000817.016] [PATCH] Peek.xs
81878              From: abigail@foad.org
81879              Date: 17 Aug 2000 20:55:56 -0000
81880              Message-Id: <20000817205556.24270.qmail@foad.org>
81881      Branch: perl
81882            ! ext/Devel/Peek/Makefile.PL
81883 ____________________________________________________________________________
81884 [  6680] By: jhi                                   on 2000/08/17  19:46:43
81885         Log: Don't propose using modules built for 5.005 if no binary
81886              compatibility with 5.005 is attempted.
81887              
81888              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
81889              Subject: Minor nit with 5.7.0 (6655)
81890              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
81891              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
81892      Branch: metaconfig
81893            ! U/installdirs/inc_version_list.U
81894      Branch: perl
81895            ! Configure config_h.SH
81896 ____________________________________________________________________________
81897 [  6679] By: jhi                                   on 2000/08/17  19:16:39
81898         Log: Microperl config update.
81899      Branch: perl
81900            ! uconfig.h uconfig.sh
81901 ____________________________________________________________________________
81902 [  6678] By: jhi                                   on 2000/08/17  19:16:13
81903         Log: The #6648 wasn't protective enough for limited platforms
81904              (like microperl).
81905      Branch: perl
81906            ! dump.c sv.c
81907 ____________________________________________________________________________
81908 [  6677] By: jhi                                   on 2000/08/17  14:46:35
81909         Log: Update Changes.
81910      Branch: perl
81911            ! Changes patchlevel.h
81912 ____________________________________________________________________________
81913 [  6676] By: jhi                                   on 2000/08/17  14:44:02
81914         Log: Add perlebcdic from Peter Prymmer, regen toc.
81915      Branch: perl
81916            + pod/perlebcdic.pod
81917            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81918 ____________________________________________________________________________
81919 [  6675] By: jhi                                   on 2000/08/17  14:41:52
81920         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
81921      Branch: perl
81922            ! pod/perldebtut.pod
81923 ____________________________________________________________________________
81924 [  6674] By: jhi                                   on 2000/08/17  14:29:43
81925         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
81926              
81927              Subject: [ID 20000724.006] -DLEAKTEST problem
81928              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
81929              Date: Tue, 25 Jul 2000 00:36:32 -0500
81930              Message-Id: <20000725003632.A26186@www.llamacom.com>
81931              
81932              Reminder sent
81933              
81934              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
81935              From: Hugo <hv@crypt.compulink.co.uk>
81936              Date: Thu, 17 Aug 2000 15:23:42 +0100
81937              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
81938      Branch: perl
81939            ! util.c
81940 ____________________________________________________________________________
81941 [  6673] By: jhi                                   on 2000/08/17  04:07:10
81942         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
81943              From: John Peacock <JPeacock@UnivPress.com>
81944              Date: Tue, 01 Aug 2000 09:38:12 -0400
81945              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
81946      Branch: perl
81947            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
81948 ____________________________________________________________________________
81949 [  6672] By: jhi                                   on 2000/08/17  03:04:35
81950         Log: Subject: [PATCH] Cwd.pm now uses strict
81951              From: Tim Jenness <timj@jach.hawaii.edu>
81952              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
81953              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
81954      Branch: perl
81955            ! lib/Cwd.pm
81956 ____________________________________________________________________________
81957 [  6671] By: jhi                                   on 2000/08/17  02:16:35
81958         Log: Make $Config{byteorder} more magical so that it is
81959              dynamically computed: nice for 'fat binaries'.
81960              
81961              Subject: [PATCH]: default byteorder
81962              From: Wilfredo Sánchez <wsanchez@apple.com>
81963              Date: Mon, 31 Jul 2000 19:45:31 -0700
81964              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
81965      Branch: perl
81966            ! configpm
81967 ____________________________________________________________________________
81968 [  6670] By: gsar                                  on 2000/08/17  01:22:21
81969         Log: move WNOHANG definition to where other such things are
81970      Branch: perl
81971            ! win32/win32.h
81972 ____________________________________________________________________________
81973 [  6669] By: jhi                                   on 2000/08/17  01:19:17
81974         Log: Update Changes.
81975      Branch: perl
81976            ! Changes patchlevel.h
81977 ____________________________________________________________________________
81978 [  6668] By: jhi                                   on 2000/08/17  01:16:29
81979         Log: Doc nits spotted by Richard Soderberg.
81980      Branch: perl
81981            ! README.posix-bc README.vmesa
81982 ____________________________________________________________________________
81983 [  6667] By: jhi                                   on 2000/08/17  01:12:11
81984         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
81985              From: "Casey R. Tweten" <crt@kiski.net>
81986              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
81987              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
81988      Branch: perl
81989            ! pod/perldebtut.pod
81990 ____________________________________________________________________________
81991 [  6666] By: jhi                                   on 2000/08/17  01:09:31
81992         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
81993              From: "Casey R. Tweten" <crt@kiski.net>
81994              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
81995              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
81996      Branch: perl
81997            ! lib/Shell.pm
81998 ____________________________________________________________________________
81999 [  6665] By: gsar                                  on 2000/08/17  01:03:52
82000         Log: add "ok" targets from change#6632 in makefile.mk
82001      Branch: perl
82002            ! pod/perlport.pod win32/Makefile win32/makefile.mk
82003 ____________________________________________________________________________
82004 [  6664] By: gsar                                  on 2000/08/17  00:56:11
82005         Log: avoid warnings from dense compiler
82006      Branch: perl
82007            ! win32/win32.c
82008 ____________________________________________________________________________
82009 [  6663] By: jhi                                   on 2000/08/17  00:51:49
82010         Log: Tweak the regex compilation errors once more.
82011      Branch: perl
82012            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
82013            ! t/op/regmesg.t t/pragma/warn/regcomp
82014 ____________________________________________________________________________
82015 [  6662] By: gsar                                  on 2000/08/17  00:28:19
82016         Log: trailing new %ENV entries weren't being pushed into the real
82017              environment of subprocesses on Windows
82018      Branch: perl
82019            ! t/op/magic.t win32/perlhost.h
82020 ____________________________________________________________________________
82021 [  6661] By: gsar                                  on 2000/08/17  00:19:20
82022         Log: waitpid() now handles externally spawned pids correctly;
82023              fixes for backtick/wait/waitpid failures on Windows 9x
82024              
82025              these changes make the pid returned by process functions on
82026              Windows 9x always positive by clearing the high bit (which
82027              is always set on Win9x); pseudo-process PIDs are likewise
82028              always negative now on Win9x (just as on NT/2000)
82029      Branch: perl
82030            ! pp_sys.c win32/perlhost.h win32/win32.c
82031 ____________________________________________________________________________
82032 [  6660] By: jhi                                   on 2000/08/17  00:04:32
82033         Log: Retract #6645.
82034      Branch: perl
82035            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82036            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
82037            ! t/op/sprintf.t
82038 ____________________________________________________________________________
82039 [  6659] By: gsar                                  on 2000/08/16  23:59:28
82040         Log: on windows, the return values from wait() and waitpid() don't
82041              match those of pseudo-pids
82042      Branch: perl
82043            ! pp_sys.c t/op/fork.t util.c win32/win32.c
82044 ____________________________________________________________________________
82045 [  6658] By: gsar                                  on 2000/08/16  23:56:14
82046         Log: pod nit seen in passing
82047      Branch: perl
82048            ! pod/perlfunc.pod
82049 ____________________________________________________________________________
82050 [  6657] By: gsar                                  on 2000/08/16  23:53:42
82051         Log: change#6328 could make close(SOCKET) return false on windows
82052              when it shouldn't
82053      Branch: perl
82054            ! win32/win32sck.c
82055 ____________________________________________________________________________
82056 [  6656] By: gsar                                  on 2000/08/16  23:46:57
82057         Log: check that the number pseudo children doesn't exceed
82058              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
82059              the WaitForMultipleObjects() limit that would cause wait()
82060              to crash)
82061              
82062              wait() and waitpid() could potentially be rewritten to use
82063              more than one thread to do the waiting to eliminate this
82064              limitation
82065      Branch: perl
82066            ! win32/perlhost.h
82067 ____________________________________________________________________________
82068 [  6655] By: jhi                                   on 2000/08/16  14:11:05
82069         Log: Update Changes.
82070      Branch: perl
82071            ! Changes patchlevel.h
82072 ____________________________________________________________________________
82073 [  6654] By: jhi                                   on 2000/08/16  14:10:12
82074         Log: Update to perldebtut 1.9, from Richard Foley.
82075      Branch: perl
82076            ! pod/perldebtut.pod
82077 ____________________________________________________________________________
82078 [  6653] By: jhi                                   on 2000/08/16  14:08:17
82079         Log: Change the regx compilation error markers to use = instead of <
82080              since pod makes using the latter quite messy.  Reported in
82081              ID 20000814.006 by Abigail and in
82082              Subject: Unknown escape E<> ?
82083              From: Lupe Christoph <lupe@lupe-christoph.de>
82084              Date: Fri, 11 Aug 2000 00:30:27 +0200
82085              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
82086      Branch: perl
82087            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
82088            ! t/op/regmesg.t t/pragma/warn/regcomp
82089 ____________________________________________________________________________
82090 [  6652] By: jhi                                   on 2000/08/16  13:25:31
82091         Log: Change the perlbug address to perl.org since it's more forgiving.
82092              
82093              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
82094              From: abigail@foad.org
82095              Date: 15 Aug 2000 04:15:40 -0000
82096              Message-Id: <20000815041540.8633.qmail@foad.org>
82097      Branch: perl
82098            ! utils/perlbug.PL
82099 ____________________________________________________________________________
82100 [  6651] By: jhi                                   on 2000/08/16  13:22:35
82101         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
82102              From: Tim Jenness <timj@jach.hawaii.edu>
82103              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
82104              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
82105      Branch: perl
82106            ! lib/Cwd.pm
82107 ____________________________________________________________________________
82108 [  6650] By: jhi                                   on 2000/08/16  13:18:13
82109         Log: Update to CPAN 1.57.
82110              
82111              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
82112              From: andreas.koenig@anima.de (Andreas J. Koenig)
82113              Date: 16 Aug 2000 15:09:46 +0200
82114              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
82115      Branch: perl
82116            ! lib/CPAN.pm
82117 ____________________________________________________________________________
82118 [  6649] By: jhi                                   on 2000/08/16  13:12:31
82119         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
82120              From: "Larry W. Virden" <lvirden@cas.org>
82121              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
82122              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
82123      Branch: perl
82124            ! README.hpux
82125 ____________________________________________________________________________
82126 [  6648] By: jhi                                   on 2000/08/16  13:03:53
82127         Log: The numeric locale was reset to "C" by s?printf and never restored.
82128              
82129              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
82130              From: Christian Kirsch <ck@held.mind.de>
82131              Date: Wed, 9 Aug 2000 17:05:17 +0200
82132              Message-Id: <20000809170517.A25389@held>
82133              
82134              No test since adding the failing example to locale.t
82135              does not fail -- probably because the locale settings are so
82136              thoroughly tweaked by that time.  Running the example standalone
82137              does fail, though.  UPDATE: test case added at change #7540.
82138      Branch: perl
82139            ! dump.c perl.h pp.c pp_ctl.c sv.c
82140 ____________________________________________________________________________
82141 [  6647] By: jhi                                   on 2000/08/16  00:07:54
82142         Log: Update Changes and test semi-automatic patchlevel updating.
82143      Branch: perl
82144            ! Changes patchlevel.h
82145 ____________________________________________________________________________
82146 [  6646] By: jhi                                   on 2000/08/15  23:35:07
82147         Log: Fix a dependency problem.
82148              
82149              Subject: [PATCH: 6640] VMS Makefile.SH update
82150              From: Peter Prymmer <pvhp@forte.com>
82151              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
82152              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
82153      Branch: perl
82154            ! vms/descrip_mms.template
82155 ____________________________________________________________________________
82156 [  6645] By: jhi                                   on 2000/08/15  23:33:23
82157         Log: (Retracted by #6660)
82158              
82159              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
82160              From: Dominic Dunlop <domo@computer.org>
82161              Date: Tue, 15 Aug 2000 22:20:52 +0200
82162              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
82163      Branch: metaconfig/U/perl
82164            + d_printfed.U
82165      Branch: perl
82166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82167            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
82168            ! t/op/sprintf.t
82169 ____________________________________________________________________________
82170 [  6644] By: jhi                                   on 2000/08/15  21:17:20
82171         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
82172              From: abigail@foad.org
82173              Date: 15 Aug 2000 20:12:41 -0000
82174              Message-Id: <20000815201241.25556.qmail@foad.org>
82175      Branch: perl
82176            ! INSTALL
82177 ____________________________________________________________________________
82178 [  6643] By: jhi                                   on 2000/08/15  21:15:28
82179         Log: (an already applied patch)
82180      Branch: perl
82181            ! lib/CGI.pm
82182 ____________________________________________________________________________
82183 [  6642] By: gsar                                  on 2000/08/15  19:54:05
82184         Log: magic callbacks all need to have same type signature
82185      Branch: perl
82186            ! embed.pl mg.c proto.h
82187 ____________________________________________________________________________
82188 [  6641] By: jhi                                   on 2000/08/15  17:56:27
82189         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)
82190              From: Mike Guy <mjtg@cam.ac.uk>
82191              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
82192              Date: Tue, 15 Aug 2000 18:26:45 +0100
82193              
82194              Only the peek.t part applied, not the hash quality part.
82195      Branch: perl
82196            ! t/lib/peek.t
82197 ____________________________________________________________________________
82198 [  6640] By: jhi                                   on 2000/08/15  16:37:37
82199         Log: Update Changes.
82200      Branch: perl
82201            ! Changes
82202 ____________________________________________________________________________
82203 [  6639] By: jhi                                   on 2000/08/15  16:34:55
82204         Log: Missed a file from #6638.
82205      Branch: perl
82206            ! lib/File/Temp.pm
82207 ____________________________________________________________________________
82208 [  6638] By: jhi                                   on 2000/08/15  16:33:19
82209         Log: Subject: [PATCH perl@6620] cygwin port
82210              From: "Fifer, Eric" <EFifer@sanwaint.com>
82211              Date: Tue, 15 Aug 2000 17:00:49 +0100
82212              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
82213      Branch: perl
82214            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
82215 ____________________________________________________________________________
82216 [  6637] By: jhi                                   on 2000/08/15  16:29:22
82217         Log: Subject: [PATCH] debugger exit code should reflect user exit code
82218              From: Mike Guy <mjtg@cam.ac.uk>
82219              Date: Tue, 15 Aug 2000 16:55:59 +0100
82220              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
82221      Branch: perl
82222            ! lib/perl5db.pl
82223 ____________________________________________________________________________
82224 [  6636] By: jhi                                   on 2000/08/15  15:30:58
82225         Log: Update Changes.
82226      Branch: perl
82227            ! Changes
82228 ____________________________________________________________________________
82229 [  6635] By: jhi                                   on 2000/08/15  15:27:21
82230         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
82231      Branch: metaconfig
82232            ! U/mkglossary U/mksample
82233      Branch: metaconfig/U/perl
82234            ! Devel.U
82235      Branch: perl
82236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82237 ____________________________________________________________________________
82238 [  6634] By: jhi                                   on 2000/08/15  14:11:55
82239         Log: Don't blow limited stacks, a lower number is enough to
82240              tickle the lookbehind limit.
82241              
82242              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
82243              From: Dominic Dunlop <domo@computer.org>
82244              Date: Tue, 15 Aug 2000 13:51:24 +0200
82245              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
82246      Branch: perl
82247            ! t/op/regmesg.t
82248 ____________________________________________________________________________
82249 [  6633] By: jhi                                   on 2000/08/15  14:01:46
82250         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
82251              From: Mike Guy <mjtg@cam.ac.uk>
82252              Date: Tue, 15 Aug 2000 12:10:50 +0100
82253              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
82254      Branch: perl
82255            ! utils/perldoc.PL
82256 ____________________________________________________________________________
82257 [  6632] By: jhi                                   on 2000/08/15  13:58:48
82258         Log: make ok etc also for win32.
82259              
82260              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
82261              From: Prymmer/Kahn <pvhp@best.com>
82262              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
82263              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
82264      Branch: perl
82265            ! win32/Makefile
82266 ____________________________________________________________________________
82267 [  6631] By: jhi                                   on 2000/08/15  13:45:03
82268         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
82269      Branch: perl
82270            ! lib/Test.pm
82271 ____________________________________________________________________________
82272 [  6630] By: jhi                                   on 2000/08/15  03:25:09
82273         Log: Update Changes.
82274      Branch: perl
82275            ! Changes
82276 ____________________________________________________________________________
82277 [  6629] By: jhi                                   on 2000/08/15  03:23:53
82278         Log: magic_regdatum_set() is void, not int.
82279      Branch: perl
82280            ! embed.pl mg.c proto.h
82281 ____________________________________________________________________________
82282 [  6628] By: jhi                                   on 2000/08/15  03:08:02
82283         Log: Make the user to give up his firstborn, err, to knowingly
82284              verify installing an unstable developer release.  Also bump
82285              the release to 5.7.0, but leave a patch tag in the local
82286              patches saying that this is not yet the real thing.
82287      Branch: metaconfig
82288            ! U/modified/Instruct.U
82289      Branch: metaconfig/U/perl
82290            + Devel.U
82291      Branch: perl
82292            ! Configure patchlevel.h
82293 ____________________________________________________________________________
82294 [  6627] By: jhi                                   on 2000/08/14  22:32:52
82295         Log: README.os2 update.
82296              
82297              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
82298              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82299              Date: Wed, 02 Aug 2000 21:55:09 -0700
82300              Message-ID: <tsPi5gzkgegX092yn@efn.org>
82301      Branch: perl
82302            ! README.os2
82303 ____________________________________________________________________________
82304 [  6626] By: jhi                                   on 2000/08/14  21:00:02
82305         Log: Subject: Re: File::Temp problems on VMS in bleedperl
82306              From: Tim Jenness <timj@jach.hawaii.edu>
82307              cc: vmsperl@perl.org
82308              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
82309              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
82310      Branch: perl
82311            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
82312 ____________________________________________________________________________
82313 [  6625] By: jhi                                   on 2000/08/14  20:52:16
82314         Log: Add SUIDMAIL as was done for the CERT alert.
82315      Branch: perl
82316            ! patchlevel.h
82317 ____________________________________________________________________________
82318 [  6624] By: jhi                                   on 2000/08/14  20:48:50
82319         Log: Subject: sfio2000
82320              From: Daniel Muino <dmuino@afip.gov.ar>
82321              Date: Mon, 14 Aug 2000 16:58:11 -0300
82322              Message-ID: <20000814165811.B16368@con2-dgi>
82323      Branch: perl
82324            ! perlsdio.h perlsfio.h
82325 ____________________________________________________________________________
82326 [  6623] By: jhi                                   on 2000/08/14  20:47:36
82327         Log: Subject: warning: storage class after type is obsolescent
82328              From: Daniel Muino <dmuino@afip.gov.ar>
82329              Date: Mon, 14 Aug 2000 16:42:47 -0300
82330              Message-ID: <20000814164247.A16368@con2-dgi>
82331      Branch: perl
82332            ! regcomp.pl regnodes.h
82333 ____________________________________________________________________________
82334 [  6622] By: jhi                                   on 2000/08/14  20:43:05
82335         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
82336              From: abigail@foad.org
82337              Date: 14 Aug 2000 20:00:10 -0000
82338              Message-Id: <20000814200010.27271.qmail@foad.org>
82339      Branch: perl
82340            ! Changes
82341 ____________________________________________________________________________
82342 [  6621] By: jhi                                   on 2000/08/14  15:23:05
82343         Log: Update Changes.
82344      Branch: perl
82345            ! Changes
82346 ____________________________________________________________________________
82347 [  6620] By: jhi                                   on 2000/08/14  15:22:14
82348         Log: Subject: Re: [PATCH] @+, @- readonly
82349              From: Mike Guy <mjtg@cam.ac.uk>
82350              Date: Mon, 14 Aug 2000 15:26:55 +0100
82351              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
82352      Branch: perl
82353            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
82354            ! sv.c t/op/pat.t
82355 ____________________________________________________________________________
82356 [  6619] By: jhi                                   on 2000/08/14  14:12:08
82357         Log: Update Changes.
82358      Branch: perl
82359            ! Changes
82360 ____________________________________________________________________________
82361 [  6618] By: jhi                                   on 2000/08/14  14:09:34
82362         Log: For now remove the mail code.
82363      Branch: perl
82364            ! perl.c
82365 ____________________________________________________________________________
82366 [  6617] By: jhi                                   on 2000/08/14  14:08:28
82367         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
82368      Branch: perl
82369            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
82370            ! pod/perlfaq8.pod pod/perlsec.pod
82371 ____________________________________________________________________________
82372 [  6616] By: jhi                                   on 2000/08/14  14:00:11
82373         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
82374              From: Mike Guy <mjtg@cam.ac.uk>
82375              Date: Mon, 14 Aug 2000 08:26:02 +0100
82376              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
82377      Branch: perl
82378            ! lib/perl5db.pl
82379 ____________________________________________________________________________
82380 [  6615] By: jhi                                   on 2000/08/14  13:58:45
82381         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
82382              From: Mike Guy <mjtg@cam.ac.uk>
82383              Date: Mon, 14 Aug 2000 08:04:22 +0100
82384              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
82385      Branch: perl
82386            ! gv.c mg.c t/op/pat.t
82387 ____________________________________________________________________________
82388 [  6614] By: jhi                                   on 2000/08/14  13:56:45
82389         Log: Subject: Test fails / warnings with perl-current #6612
82390              From: Mike Guy <mjtg@cam.ac.uk>
82391              Date: Mon, 14 Aug 2000 07:57:23 +0100
82392              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
82393      Branch: perl
82394            ! t/lib/b.t t/lib/peek.t
82395 ____________________________________________________________________________
82396 [  6613] By: jhi                                   on 2000/08/14  13:45:33
82397         Log: VMS configure.com update continues.
82398      Branch: perl
82399            - vms/configure.com
82400            ! MANIFEST configure.com
82401 ____________________________________________________________________________
82402 [  6612] By: jhi                                   on 2000/08/13  22:13:35
82403         Log: Update Changes.
82404      Branch: perl
82405            ! Changes
82406 ____________________________________________________________________________
82407 [  6611] By: jhi                                   on 2000/08/13  16:21:45
82408         Log: Upgrade to CGI 2.71, from Lincoln Stein.
82409      Branch: perl
82410            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
82411 ____________________________________________________________________________
82412 [  6610] By: jhi                                   on 2000/08/13  15:09:16
82413         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
82414              From: Mike Guy <mjtg@cam.ac.uk>
82415              Date: Sun, 13 Aug 2000 13:45:51 +0100
82416              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
82417      Branch: perl
82418            ! t/op/regmesg.t
82419 ____________________________________________________________________________
82420 [  6609] By: jhi                                   on 2000/08/13  14:31:26
82421         Log: Andreas says that 1.56 is fine, so reverting back to it.
82422      Branch: perl
82423            ! lib/CPAN.pm
82424 ____________________________________________________________________________
82425 [  6608] By: jhi                                   on 2000/08/13  05:34:20
82426         Log: Update Changes.
82427      Branch: perl
82428            ! Changes
82429 ____________________________________________________________________________
82430 [  6607] By: jhi                                   on 2000/08/13  05:32:01
82431         Log: Put back the \z changes of #5406 to CPAN.pm.
82432      Branch: perl
82433            ! lib/CPAN.pm
82434 ____________________________________________________________________________
82435 [  6606] By: jhi                                   on 2000/08/13  05:20:16
82436         Log: Fix-n-skip the tests under 5005threads.
82437      Branch: perl
82438            ! t/lib/b.t
82439 ____________________________________________________________________________
82440 [  6605] By: jhi                                   on 2000/08/13  05:07:48
82441         Log: Fix the test for 5005threads.
82442      Branch: perl
82443            ! t/lib/peek.t
82444 ____________________________________________________________________________
82445 [  6604] By: jhi                                   on 2000/08/13  03:35:37
82446         Log: Should have deleted this in #6603.
82447      Branch: perl
82448            - vms/subconfigure.com
82449 ____________________________________________________________________________
82450 [  6603] By: jhi                                   on 2000/08/12  18:29:32
82451         Log: Rewrite of vms/subconfigure.com as configure.com,
82452              from Peter Prymmer and the vmsperl crew.
82453      Branch: perl
82454            + vms/configure.com
82455            ! MANIFEST
82456 ____________________________________________________________________________
82457 [  6602] By: jhi                                   on 2000/08/11  13:00:01
82458         Log: PlainText.pm is dead.
82459      Branch: perl
82460            - lib/Pod/PlainText.pm
82461            ! MANIFEST
82462 ____________________________________________________________________________
82463 [  6601] By: jhi                                   on 2000/08/11  04:06:45
82464         Log: Update Changes.
82465      Branch: perl
82466            ! Changes
82467 ____________________________________________________________________________
82468 [  6600] By: jhi                                   on 2000/08/11  04:06:10
82469         Log: Add a few missing files, update MANIFEST.
82470      Branch: perl
82471            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
82472            + lib/Pod/PlainText.pm t/pod/find.t
82473            ! MANIFEST t/op/regmesg.t
82474 ____________________________________________________________________________
82475 [  6599] By: jhi                                   on 2000/08/11  03:31:10
82476         Log: Add Perl debugging tutorial, regen toc. 
82477              
82478              Subject: perldebtut.pod
82479              From: Richard Foley <Richard.Foley@m.dasa.de>
82480              Date: Wed, 09 Aug 2000 10:17:15 +0200
82481              Message-id: <3991138B.262247B8@m.dasa.de>
82482      Branch: perl
82483            + pod/perldebtut.pod
82484            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
82485 ____________________________________________________________________________
82486 [  6598] By: jhi                                   on 2000/08/11  02:48:56
82487         Log: tiny Changes edit
82488      Branch: perl
82489            ! Changes
82490 ____________________________________________________________________________
82491 [  6597] By: jhi                                   on 2000/08/11  02:39:04
82492         Log: Tests for #6589.
82493              
82494              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
82495              From: simon@brecon.co.uk (Simon Cozens)
82496              Date: 11 Aug 2000 02:24:52 GMT
82497              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
82498      Branch: perl
82499            ! t/lib/b.t
82500 ____________________________________________________________________________
82501 [  6596] By: jhi                                   on 2000/08/11  01:50:07
82502         Log: Update Changes.
82503      Branch: perl
82504            ! Changes
82505 ____________________________________________________________________________
82506 [  6595] By: jhi                                   on 2000/08/11  01:47:16
82507         Log: nitfix
82508      Branch: perl
82509            ! Changes
82510 ____________________________________________________________________________
82511 [  6594] By: jhi                                   on 2000/08/11  01:36:16
82512         Log: Subject: Getting perlio and threads to compile
82513              From: Lupe Christoph <lupe@lupe-christoph.de>
82514              Date: Wed, 9 Aug 2000 11:35:54 +0200
82515              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
82516              
82517              (the Solaris version changes in Configure skipped)
82518      Branch: perl
82519            ! hints/solaris_2.sh thread.h
82520 ____________________________________________________________________________
82521 [  6593] By: jhi                                   on 2000/08/11  01:30:16
82522         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
82523              From: simon@brecon.co.uk (Simon Cozens)
82524              Date: 1 Aug 2000 06:55:19 GMT
82525              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
82526      Branch: perl
82527            ! lib/utf8.pm
82528 ____________________________________________________________________________
82529 [  6592] By: jhi                                   on 2000/08/11  01:26:39
82530         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
82531              From: Peter Scott <Peter@PeterScott.com>
82532              Date: Thu, 10 Aug 2000 08:23:27 -0700
82533              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
82534      Branch: perl
82535            ! lib/perl5db.pl
82536 ____________________________________________________________________________
82537 [  6591] By: jhi                                   on 2000/08/11  01:22:02
82538         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
82539              From: Hugo <hv@crypt.compulink.co.uk>
82540              Date: Thu, 10 Aug 2000 19:23:04 +0100
82541              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
82542      Branch: perl
82543            ! regexec.c t/op/pat.t
82544 ____________________________________________________________________________
82545 [  6590] By: jhi                                   on 2000/08/11  01:19:19
82546         Log: Preprocessing and postprocessing for File::Find.
82547              
82548              Subject: Patch to Find::File.pm to allow alphabetical results
82549              From: Joe Smith <jsmith@inwap.com>
82550              Date: Wed, 9 Aug 2000 02:44:54 -0700
82551              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
82552      Branch: perl
82553            ! lib/File/Find.pm
82554 ____________________________________________________________________________
82555 [  6589] By: jhi                                   on 2000/08/11  01:12:39
82556         Log: B::Deparse didn't do sub attributes.
82557              
82558              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
82559              From: simon@brecon.co.uk (Simon Cozens)
82560              Date: 9 Aug 2000 04:49:20 GMT
82561              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
82562      Branch: perl
82563            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
82564 ____________________________________________________________________________
82565 [  6588] By: jhi                                   on 2000/08/11  01:06:40
82566         Log: Subject: debugger "d" command doesnt check line number
82567              From: Mike Guy <mjtg@cam.ac.uk>
82568              Date: Tue, 08 Aug 2000 21:54:29 +0100
82569              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
82570      Branch: perl
82571            ! lib/perl5db.pl mg.c pod/perldiag.pod
82572 ____________________________________________________________________________
82573 [  6587] By: jhi                                   on 2000/08/11  00:45:03
82574         Log: sleep(1) does not necessarily return 1.
82575              
82576              Subject: [PATCH bleadperl] op/lex_assign.t  
82577              From: Hugo <hv@crypt.compulink.co.uk>
82578              Date: Thu, 03 Aug 2000 14:34:22 +0100        
82579              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
82580      Branch: perl
82581            ! t/op/lex_assign.t
82582 ____________________________________________________________________________
82583 [  6586] By: jhi                                   on 2000/08/11  00:31:50
82584         Log: Document the IO::Select timeout.
82585      Branch: perl
82586            ! ext/IO/lib/IO/Select.pm
82587 ____________________________________________________________________________
82588 [  6585] By: jhi                                   on 2000/08/11  00:13:54
82589         Log: Forgot contributor.
82590      Branch: perl
82591            ! Changes
82592 ____________________________________________________________________________
82593 [  6584] By: jhi                                   on 2000/08/11  00:09:19
82594         Log: detypo
82595      Branch: perl
82596            ! Changes
82597 ____________________________________________________________________________
82598 [  6583] By: jhi                                   on 2000/08/11  00:07:53
82599         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
82600              
82601              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
82602              From: Mike Guy <mjtg@cam.ac.uk> 
82603              Date: Thu, 10 Aug 2000 15:50:54 +0100
82604              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
82605      Branch: perl
82606            ! sv.c t/op/int.t
82607 ____________________________________________________________________________
82608 [  6582] By: jhi                                   on 2000/08/10  23:29:32
82609         Log: Update Changes.
82610      Branch: perl
82611            ! Changes
82612 ____________________________________________________________________________
82613 [  6581] By: jhi                                   on 2000/08/10  23:26:16
82614         Log: Put back the std @INC thing.
82615      Branch: perl
82616            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
82617            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
82618            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
82619            ! t/lib/gol-oo.t
82620 ____________________________________________________________________________
82621 [  6580] By: jhi                                   on 2000/08/10  23:03:34
82622         Log: Update to CGI 2.70, from Lincoln Stein.
82623      Branch: perl
82624            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
82625            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
82626            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
82627            ! t/lib/cgi-request.t
82628 ____________________________________________________________________________
82629 [  6579] By: jhi                                   on 2000/08/10  22:41:50
82630         Log: Update to CPAN 1.56, from Andreas König.
82631      Branch: perl
82632            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82633 ____________________________________________________________________________
82634 [  6578] By: jhi                                   on 2000/08/10  22:38:13
82635         Log: Update to Pod::Parser 1.17, from Brad Appleton.
82636      Branch: perl
82637            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
82638            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
82639            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
82640            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
82641            ! t/pod/include.t t/pod/included.t t/pod/lref.t
82642            ! t/pod/multiline_items.t t/pod/nested_items.t
82643            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
82644            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
82645            ! t/pod/special_seqs.t
82646 ____________________________________________________________________________
82647 [  6577] By: jhi                                   on 2000/08/10  22:35:41
82648         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
82649      Branch: perl
82650            ! AUTHORS MAINTAIN
82651 ____________________________________________________________________________
82652 [  6576] By: jhi                                   on 2000/08/10  22:24:54
82653         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
82654      Branch: perl
82655            + t/lib/gol-oo.t
82656            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
82657            ! t/lib/gol-compat.t t/lib/gol-linkage.t
82658 ____________________________________________________________________________
82659 [  6575] By: jhi                                   on 2000/08/10  22:02:07
82660         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
82661      Branch: perl
82662            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
82663 ____________________________________________________________________________
82664 [  6574] By: jhi                                   on 2000/08/10  21:55:03
82665         Log: Iterating perl6 description.
82666      Branch: perl
82667            ! pod/perlfaq1.pod
82668 ____________________________________________________________________________
82669 [  6573] By: jhi                                   on 2000/08/10  21:48:26
82670         Log: Revert the sv.c part of #6559, a better fix is needed.
82671      Branch: perl
82672            ! sv.c
82673 ____________________________________________________________________________
82674 [  6572] By: jhi                                   on 2000/08/10  20:33:43
82675         Log: It's the 2ndO'ROSSC.
82676      Branch: perl
82677            ! pod/perlfaq1.pod
82678 ____________________________________________________________________________
82679 [  6571] By: jhi                                   on 2000/08/10  15:55:48
82680         Log: detypo
82681      Branch: perl
82682            ! pod/perlfaq1.pod
82683 ____________________________________________________________________________
82684 [  6570] By: jhi                                   on 2000/08/10  14:11:17
82685         Log: An exceptionally sticky typo.
82686      Branch: perl
82687            ! Changes
82688 ____________________________________________________________________________
82689 [  6569] By: jhi                                   on 2000/08/10  14:09:33
82690         Log: detypo (and test Changes updating script)
82691      Branch: perl
82692            ! Changes
82693 ____________________________________________________________________________
82694 [  6568] By: jhi                                   on 2000/08/10  14:07:07
82695         Log: Update Changes.
82696      Branch: perl
82697            ! Changes
82698 ____________________________________________________________________________
82699 [  6567] By: jhi                                   on 2000/08/10  14:06:19
82700         Log: Amend the description of Perl6.
82701              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
82702              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
82703              Date: Wed, 9 Aug 2000 22:11:06 -0500
82704              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
82705      Branch: perl
82706            ! pod/perlfaq1.pod
82707 ____________________________________________________________________________
82708 [  6566] By: jhi                                   on 2000/08/10  13:58:57
82709         Log: Subject: Remove dead entry in perldiag
82710              From: Mike Guy <mjtg@cam.ac.uk>
82711              Date: Thu, 10 Aug 2000 14:19:19 +0100
82712              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
82713      Branch: perl
82714            ! pod/perldiag.pod
82715 ____________________________________________________________________________
82716 [  6565] By: jhi                                   on 2000/08/10  13:51:48
82717         Log: Zero entries were skipped, fix from Adrian Goalby
82718              <argoalby@yahoo.co.uk>
82719      Branch: perl
82720            ! lib/unicode/Number.pl lib/unicode/mktables.PL
82721 ____________________________________________________________________________
82722 [  6564] By: jhi                                   on 2000/08/10  13:00:12
82723         Log: Subject: [PATCH 5.6.0] cygwin port
82724              From: "Fifer, Eric" <EFifer@sanwaint.com>
82725              Date: Thu, 10 Aug 2000 13:15:36 +0100
82726              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
82727      Branch: perl
82728            ! README.cygwin hints/cygwin.sh
82729 ____________________________________________________________________________
82730 [  6563] By: jhi                                   on 2000/08/10  12:55:16
82731         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
82732      Branch: perl
82733            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
82734 ____________________________________________________________________________
82735 [  6562] By: gsar                                  on 2000/08/10  08:38:39
82736         Log: warn is a macro, avoid using at a variable to avoid warnings
82737              in some configurations; readdir.t is too conservative in
82738              estimating number of *.t's
82739      Branch: perl
82740            ! t/op/readdir.t util.c
82741 ____________________________________________________________________________
82742 [  6561] By: jhi                                   on 2000/08/09  23:35:42
82743         Log: Update Changes.
82744      Branch: perl
82745            ! Changes
82746 ____________________________________________________________________________
82747 [  6560] By: jhi                                   on 2000/08/09  23:05:47
82748         Log: Subject: Re: enhanced(?) regex error messages
82749              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
82750              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
82751              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
82752              
82753              (plus two small patches sent privately)
82754              (this still seems to leave few test failures)
82755      Branch: perl
82756            + t/op/regmesg.t
82757            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
82758            ! t/pragma/warn/regcomp
82759 ____________________________________________________________________________
82760 [  6559] By: jhi                                   on 2000/08/09  20:41:18
82761         Log: (The fix did work but was not right, retracted in #6573)
82762              
82763              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
82764              From: Christian Kirsch <ck@held.mind.de>
82765              Date: Wed, 9 Aug 2000 17:05:17 +0200
82766              Message-Id: <20000809170517.A25389@held>
82767      Branch: perl
82768            ! sv.c t/pragma/locale.t
82769 ____________________________________________________________________________
82770 [  6558] By: jhi                                   on 2000/08/08  22:34:08
82771         Log: Tiny updates on the contributors list.
82772      Branch: perl
82773            ! Changes
82774 ____________________________________________________________________________
82775 [  6557] By: jhi                                   on 2000/08/08  19:34:28
82776         Log: Double check that we have a dirhandle.
82777      Branch: perl
82778            ! util.c
82779 ____________________________________________________________________________
82780 [  6556] By: jhi                                   on 2000/08/08  19:01:51
82781         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
82782              May be repopulated with fresh maintained examples.
82783      Branch: perl
82784            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
82785            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
82786            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
82787            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
82788            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
82789            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
82790            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
82791            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
82792            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
82793            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
82794            + lib/CGI/eg/wilogo_gif.uu
82795            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
82796            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
82797            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
82798            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
82799            - eg/cgi/frameset.cgi eg/cgi/index.html
82800            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
82801            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
82802            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
82803            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
82804            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
82805            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
82806            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
82807            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
82808            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
82809            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
82810            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
82811            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
82812            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
82813            - eg/van/vanish eg/who eg/wrapsuid
82814            ! MANIFEST
82815 ____________________________________________________________________________
82816 [  6555] By: jhi                                   on 2000/08/08  18:51:08
82817         Log: Delete chat2 as requested by Randal.
82818              
82819              Subject: Re: perlfaq8 coyness
82820              From: merlyn@stonehenge.com (Randal L. Schwartz) 
82821              Date: 15 May 2000 18:52:42 -0700 
82822              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
82823      Branch: perl
82824            - lib/chat2.pl
82825            ! MANIFEST
82826 ____________________________________________________________________________
82827 [  6554] By: jhi                                   on 2000/08/08  18:31:35
82828         Log: Regen global.sym.
82829      Branch: perl
82830            ! global.sym
82831 ____________________________________________________________________________
82832 [  6553] By: jhi                                   on 2000/08/08  18:28:13
82833         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
82834              (either perlbug or p5p ate the original), plus regen
82835              perlapi and perltoc. 
82836      Branch: perl
82837            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
82838            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
82839            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
82840            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
82841            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
82842            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
82843            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
82844            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
82845            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
82846            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
82847 ____________________________________________________________________________
82848 [  6552] By: jhi                                   on 2000/08/08  18:06:29
82849         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
82850              From: Mike Guy <mjtg@cam.ac.uk>
82851              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
82852              Date: Tue, 08 Aug 2000 15:51:27 +0100
82853      Branch: perl
82854            ! doop.c sv.h t/op/join.t t/pragma/overload.t
82855 ____________________________________________________________________________
82856 [  6551] By: jhi                                   on 2000/08/08  18:01:11
82857         Log: Re-apply #6549.
82858      Branch: perl
82859            ! lib/perl5db.pl
82860 ____________________________________________________________________________
82861 [  6550] By: jhi                                   on 2000/08/08  17:43:08
82862         Log: Accidental retraction of #6549.
82863      Branch: perl
82864            ! lib/perl5db.pl
82865 ____________________________________________________________________________
82866 [  6549] By: jhi                                   on 2000/08/08  17:40:04
82867         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
82868              From: Mike Guy <mjtg@cam.ac.uk>
82869              Date: Mon, 07 Aug 2000 21:49:58 +0100
82870              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
82871      Branch: perl
82872            ! lib/perl5db.pl
82873 ____________________________________________________________________________
82874 [  6548] By: jhi                                   on 2000/08/08  17:37:57
82875         Log: Document here-doc better.
82876              
82877              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
82878              From: Mike Guy <mjtg@cam.ac.uk>
82879              Date: Mon, 07 Aug 2000 14:02:09 +0100
82880              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
82881      Branch: perl
82882            ! pod/perldata.pod
82883 ____________________________________________________________________________
82884 [  6547] By: jhi                                   on 2000/08/08  17:33:34
82885         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
82886              From: "Randy J. Ray" <rjray@redhat.com>
82887              Date: Mon, 07 Aug 2000 19:12:25 -0700
82888              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
82889      Branch: perl
82890            ! perl.c pod/perlrun.pod
82891 ____________________________________________________________________________
82892 [  6546] By: jhi                                   on 2000/08/08  17:29:26
82893         Log: Subject: Re: enhanced(?) regex error messages 
82894              From: Hugo <hv@crypt.compulink.co.uk>
82895              Date: Tue, 08 Aug 2000 03:25:51 +0100
82896              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
82897              
82898              plus Capitalize the error messages, plus perldiag them.
82899      Branch: perl
82900            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
82901 ____________________________________________________________________________
82902 [  6545] By: jhi                                   on 2000/08/08  13:59:28
82903         Log: Augment #6539 a bit: don't croak if there's magic in the air.
82904              
82905              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
82906              From: Hugo <hv@crypt.compulink.co.uk>
82907              Date: Tue, 08 Aug 2000 03:02:03 +0100
82908              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
82909      Branch: perl
82910            ! pp.c t/op/bless.t
82911 ____________________________________________________________________________
82912 [  6544] By: jhi                                   on 2000/08/07  21:11:52
82913         Log: Make the test -w clean.
82914      Branch: perl
82915            ! t/op/bless.t
82916 ____________________________________________________________________________
82917 [  6543] By: jhi                                   on 2000/08/07  19:49:53
82918         Log: use warnings instead of $^W.
82919      Branch: perl
82920            ! t/op/bless.t
82921 ____________________________________________________________________________
82922 [  6542] By: jhi                                   on 2000/08/07  17:41:41
82923         Log: Disable a portability warning Because We Know What We Are Doing.
82924      Branch: perl
82925            ! t/op/bless.t
82926 ____________________________________________________________________________
82927 [  6541] By: jhi                                   on 2000/08/07  17:29:51
82928         Log: Tiny tidying on report_evil_fh().
82929      Branch: perl
82930            ! util.c
82931 ____________________________________________________________________________
82932 [  6540] By: jhi                                   on 2000/08/07  16:37:38
82933         Log: Make regular expression parse error messages easier to understand.
82934              
82935              Subject: Re: enhanced(?) regex error messages
82936              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
82937              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
82938              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
82939      Branch: perl
82940            ! regcomp.c
82941 ____________________________________________________________________________
82942 [  6539] By: jhi                                   on 2000/08/07  16:12:27
82943         Log: Make bless(REF, REF) a fatal error, add bless tests.
82944              
82945              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
82946              From: Hugo <hv@crypt.compulink.co.uk>
82947              Date: Mon, 07 Aug 2000 16:59:38 +0100
82948              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
82949      Branch: perl
82950            + t/op/bless.t
82951            ! MANIFEST pod/perldiag.pod pp.c sv.c
82952 ____________________________________________________________________________
82953 [  6538] By: jhi                                   on 2000/08/07  15:59:43
82954         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
82955              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
82956              Date: Thu, 3 Aug 2000 14:29:21 -0700
82957              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
82958      Branch: perl
82959            ! lib/lib_pm.PL
82960 ____________________________________________________________________________
82961 [  6537] By: jhi                                   on 2000/08/07  15:47:18
82962         Log: Retract #6419 for now since it breaks in AFS and MachTen.
82963      Branch: perl
82964            ! lib/Cwd.pm
82965 ____________________________________________________________________________
82966 [  6536] By: jhi                                   on 2000/08/07  15:05:29
82967         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
82968              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
82969              The security hole exists only in suidperls, which isn't
82970              installed or even built by default.
82971      Branch: perl
82972            ! perl.c
82973 ____________________________________________________________________________
82974 [  6535] By: jhi                                   on 2000/08/07  14:45:14
82975         Log: tr memory corruption fix from Simon Cozens.
82976      Branch: perl
82977            ! doop.c
82978 ____________________________________________________________________________
82979 [  6534] By: jhi                                   on 2000/08/06  11:38:16
82980         Log: Document a bit that UDP is not what you might think.
82981              
82982              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
82983              From: Lupe Christoph <lupe@lupe-christoph.de>
82984              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
82985              Date: Mon, 24 Jul 2000 08:59:15 +0200
82986      Branch: perl
82987            ! pod/perlipc.pod
82988 ____________________________________________________________________________
82989 [  6533] By: jhi                                   on 2000/08/06  11:35:01
82990         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
82991              From: Jeff Pinyan <jeffp@hut.crusoe.net>
82992              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
82993              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
82994      Branch: perl
82995            ! pod/perlfunc.pod
82996 ____________________________________________________________________________
82997 [  6532] By: jhi                                   on 2000/08/06  03:45:41
82998         Log: Have symbols for the IoTYPEs.
82999      Branch: perl
83000            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
83001 ____________________________________________________________________________
83002 [  6531] By: jhi                                   on 2000/08/06  01:33:55
83003         Log: Continue fixing the io warnings.  This also
83004              sort of fixes bug ID 20000802.003: the core dump
83005              is no more.  Whether the current behaviour is correct
83006              (giving a warning: "Not a format reference"), is another matter.
83007      Branch: perl
83008            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
83009            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
83010 ____________________________________________________________________________
83011 [  6530] By: jhi                                   on 2000/08/05  21:33:12
83012         Log: Change the Policy policy: now -Dprefix= with an existing
83013              Policy.sh and prefix == siteprefix == vendorprefix, then all
83014              of them follow along the new prefix.
83015              
83016              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
83017              From: Andy Dougherty <doughera@lafayette.edu>
83018              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
83019              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
83020      Branch: perl
83021            ! Policy_sh.SH
83022 ____________________________________________________________________________
83023 [  6529] By: jhi                                   on 2000/08/05  18:57:28
83024         Log: Zap lib/Sys directory when cleaning up.
83025      Branch: perl
83026            ! Makefile.SH
83027 ____________________________________________________________________________
83028 [  6528] By: jhi                                   on 2000/08/05  18:40:44
83029         Log: Essential prototype changes were missing from #6527.
83030              Also make report_evil_fh() more bomb-proof.
83031      Branch: perl
83032            ! embed.h util.c
83033 ____________________________________________________________________________
83034 [  6527] By: jhi                                   on 2000/08/05  03:22:05
83035         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
83036              From: "Ronald F. Guilmette" <rfg@monkeys.com>
83037              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
83038              Message-Id: <200007242247.PAA52177@monkeys.com>
83039      Branch: perl
83040            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
83041 ____________________________________________________________________________
83042 [  6526] By: jhi                                   on 2000/08/04  21:23:27
83043         Log: gcc versions might have (parentheses) in them.
83044      Branch: metaconfig/U/perl
83045            ! gccvers.U
83046      Branch: perl
83047            ! Configure config_h.SH
83048 ____________________________________________________________________________
83049 [  6525] By: jhi                                   on 2000/08/04  20:23:12
83050         Log: Weed buglets pointed out by
83051              
83052              From: Lupe Christoph <lupe@lupe-christoph.de>
83053              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
83054              Date: Fri, 4 Aug 2000 17:34:39 +0200
83055              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
83056      Branch: metaconfig/U/perl
83057            ! gccvers.U uselfs.U
83058      Branch: perl
83059            ! Configure config_h.SH
83060 ____________________________________________________________________________
83061 [  6524] By: jhi                                   on 2000/08/04  19:02:08
83062         Log: Warn under -w if lstat(FH) is attempted.
83063              
83064              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
83065              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
83066              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
83067              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
83068      Branch: perl
83069            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
83070            ! t/pragma/warn/pp_sys
83071 ____________________________________________________________________________
83072 [  6523] By: jhi                                   on 2000/08/04  12:31:11
83073         Log: Subject: New perlcc, take 2
83074              From: simon@brecon.co.uk (Simon Cozens)
83075              Date: 4 Aug 2000 06:21:04 GMT
83076              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
83077      Branch: perl
83078            ! utils/perlcc.PL
83079 ____________________________________________________________________________
83080 [  6522] By: jhi                                   on 2000/08/04  12:26:33
83081         Log: Subject: Re: Array vs. List context
83082              From: Daniel Chetlin <daniel@chetlin.com>
83083              Date: Fri, 4 Aug 2000 00:22:44 -0700
83084              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
83085      Branch: perl
83086            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
83087            ! pod/perlfaq4.pod
83088 ____________________________________________________________________________
83089 [  6521] By: jhi                                   on 2000/08/04  12:22:38
83090         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
83091              From: Raymund Will <ray@caldera.de>
83092              Date: Fri, 4 Aug 2000 12:07:09 +0200
83093              Message-Id: <20000804120709.A14982@caldera.de>
83094      Branch: perl
83095            ! configure.gnu
83096 ____________________________________________________________________________
83097 [  6520] By: jhi                                   on 2000/08/04  04:09:06
83098         Log: After the #6519 a warning about stat() is just that,
83099              not about a filetest, which now have their own warning.
83100      Branch: perl
83101            ! pod/perldiag.pod
83102 ____________________________________________________________________________
83103 [  6519] By: jhi                                   on 2000/08/04  04:06:30
83104         Log: In the warnings call filehandles consistently so;
83105              add "unopened" warning for stat().
83106      Branch: perl
83107            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
83108            ! t/pragma/warn/pp_sys
83109 ____________________________________________________________________________
83110 [  6518] By: jhi                                   on 2000/08/04  02:55:35
83111         Log: Subject: Minor tweak to perlvar.pod
83112              From: "Stephen P. Potter" <spp@ds.net>
83113              Date: Tue, 18 Apr 2000 09:26:03 -0400
83114              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
83115      Branch: perl
83116            ! pod/perlvar.pod
83117 ____________________________________________________________________________
83118 [  6517] By: jhi                                   on 2000/08/04  02:50:08
83119         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
83120              From: "Clinton Pierce" <cpierce1@ford.com>
83121              Date: Wed, 21 Jul 1999 16:45:31 -0400
83122              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
83123              
83124              Fix by Stephen Potter (visible in the bug db but not in p5p?)
83125      Branch: perl
83126            ! pod/perlfunc.pod pod/perlop.pod
83127 ____________________________________________________________________________
83128 [  6516] By: jhi                                   on 2000/08/04  02:09:25
83129         Log: This is 6512.  Really.
83130      Branch: perl
83131            ! dump.c
83132 ____________________________________________________________________________
83133 [  6515] By: jhi                                   on 2000/08/04  01:25:50
83134         Log: mention the idea of @( and @)
83135      Branch: perl
83136            ! Todo-5.6
83137 ____________________________________________________________________________
83138 [  6514] By: bailey                                on 2000/08/04  01:18:46
83139         Log: YA resync with mainstem, including VMS patches from others
83140      Branch: vmsperl
83141           +> (branch 48 files)
83142            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
83143           !> (integrate 354 files)
83144 ____________________________________________________________________________
83145 [  6513] By: jhi                                   on 2000/08/04  01:18:18
83146         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
83147              From: Mark Dickinson <dickins3@fas.harvard.edu>
83148              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
83149              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
83150      Branch: perl
83151            ! t/op/grent.t t/op/pwent.t
83152 ____________________________________________________________________________
83153 [  6512] By: jhi                                   on 2000/08/04  01:14:06
83154         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
83155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83156              Date: Wed, 02 Aug 2000 10:51:01 +0100
83157              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
83158      Branch: perl
83159            ! sv.c
83160 ____________________________________________________________________________
83161 [  6511] By: jhi                                   on 2000/08/04  00:57:00
83162         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
83163              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83164              Date: Thu, 03 Aug 2000 17:20:04 -0700
83165              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
83166      Branch: metaconfig
83167            ! U/modified/Cppsym.U
83168      Branch: perl
83169            ! Configure config_h.SH
83170 ____________________________________________________________________________
83171 [  6510] By: jhi                                   on 2000/08/04  00:25:28
83172         Log: detypo
83173      Branch: perl
83174            ! Makefile.SH
83175 ____________________________________________________________________________
83176 [  6509] By: jhi                                   on 2000/08/03  23:43:18
83177         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
83178              From: Dominic Dunlop <domo@computer.org>
83179              Date: Thu, 3 Aug 2000 22:16:46 +0200
83180              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
83181      Branch: perl
83182            ! t/op/sprintf.t
83183 ____________________________________________________________________________
83184 [  6508] By: jhi                                   on 2000/08/03  23:40:37
83185         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
83186              From: Hugo <hv@crypt.compulink.co.uk>
83187              Date: Thu, 03 Aug 2000 18:25:30 +0100
83188              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
83189      Branch: perl
83190            ! regcomp.c t/op/re_tests
83191 ____________________________________________________________________________
83192 [  6507] By: jhi                                   on 2000/08/03  23:38:28
83193         Log: Subject: [PATCH] sv.h documentation - SvLEN
83194              From: Mike Guy <mjtg@cam.ac.uk>
83195              Date: Thu, 03 Aug 2000 14:43:09 +0100
83196              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
83197      Branch: perl
83198            ! sv.h
83199 ____________________________________________________________________________
83200 [  6506] By: jhi                                   on 2000/08/03  15:49:14
83201         Log: Disable the fix_pl hack for now.
83202      Branch: perl
83203            ! Makefile.SH
83204 ____________________________________________________________________________
83205 [  6505] By: jhi                                   on 2000/08/03  13:49:04
83206         Log: Add a URL for FSF.
83207              
83208              Subject: Patch for README
83209              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
83210              Date: Wed, 2 Aug 2000 13:25:09 -0500
83211              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
83212      Branch: perl
83213            ! README
83214 ____________________________________________________________________________
83215 [  6504] By: jhi                                   on 2000/08/03  13:29:19
83216         Log: Be more informative on what is skipped and why,
83217              also repeat the list at the end.
83218      Branch: perl
83219            ! Porting/p4desc
83220 ____________________________________________________________________________
83221 [  6503] By: jhi                                   on 2000/08/03  13:07:05
83222         Log: Circumvent the removal of .patch by fix_pl.
83223              
83224              Subject: Re: [ID 20000802.011] unable to 'make test'          
83225              From: simon@brecon.co.uk (Simon Cozens) 
83226              Date: 3 Aug 2000 04:17:00 GMT
83227              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
83228      Branch: perl
83229            ! Makefile.SH
83230 ____________________________________________________________________________
83231 [  6502] By: jhi                                   on 2000/08/03  00:14:34
83232         Log: Add the missing setproctitle unit.
83233      Branch: metaconfig/U/perl
83234            + d_setproctitle.U
83235 ____________________________________________________________________________
83236 [  6501] By: jhi                                   on 2000/08/03  00:00:26
83237         Log: The subtest 4 may fail also on VOBS, as pointed out
83238              by Nick Ing-Simmons in November 1999, bug id 19991124.003
83239              (but the failure in that bug report isn't the subtest 4).
83240      Branch: perl
83241            ! t/op/stat.t
83242 ____________________________________________________________________________
83243 [  6500] By: jhi                                   on 2000/08/02  23:49:30
83244         Log: Better skip message for the test; one of the two problems in
83245              
83246              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
83247              From: Lupe Christoph <lupe@lupe-christoph.de>
83248              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
83249              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
83250      Branch: perl
83251            ! t/op/numconvert.t
83252 ____________________________________________________________________________
83253 [  6499] By: jhi                                   on 2000/08/02  22:49:16
83254         Log: Allow "no Module;" even if there is no 'unimport'.
83255              
83256              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
83257              From: mjd@plover.com
83258              Date: 24 Mar 2000 15:24:34 -0000
83259              Message-Id: <20000324152434.15160.qmail@plover.com>
83260      Branch: perl
83261            ! gv.c
83262 ____________________________________________________________________________
83263 [  6498] By: jhi                                   on 2000/08/02  22:42:58
83264         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
83265              that are hopefully soon put into use.
83266      Branch: perl
83267            ! opcode.h opcode.pl opnames.h
83268 ____________________________________________________________________________
83269 [  6497] By: gsar                                  on 2000/08/02  22:28:59
83270         Log: require.t needs binmode() to work on windows
83271      Branch: perl
83272            ! t/comp/require.t
83273 ____________________________________________________________________________
83274 [  6496] By: jhi                                   on 2000/08/02  22:08:51
83275         Log: Document the IVdf UVuf UVof UVxf.
83276      Branch: perl
83277            ! pod/perlguts.pod
83278 ____________________________________________________________________________
83279 [  6495] By: jhi                                   on 2000/08/02  21:54:26
83280         Log: detypo #6494
83281      Branch: perl
83282            ! ext/Data/Dumper/Dumper.xs
83283 ____________________________________________________________________________
83284 [  6494] By: jhi                                   on 2000/08/02  21:49:17
83285         Log: Dump UVs as UVs in Data::Dumper.
83286              
83287              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
83288              From: Gurusamy Sarathy <gsar@ActiveState.com>
83289              Date: Thu, 27 Apr 2000 12:26:25 -0700
83290              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
83291      Branch: perl
83292            ! ext/Data/Dumper/Dumper.xs
83293 ____________________________________________________________________________
83294 [  6493] By: jhi                                   on 2000/08/02  17:01:58
83295         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
83296              From: Hugo <hv@crypt.compulink.co.uk>
83297              Date: Wed, 02 Aug 2000 14:53:56 +0100
83298              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
83299      Branch: perl
83300            ! regexec.c t/op/re_tests
83301 ____________________________________________________________________________
83302 [  6492] By: jhi                                   on 2000/08/02  15:02:46
83303         Log: The new setproctitle() feature is available only in 
83304              bleeding edge FreeBSD.  From Paul Saab.
83305      Branch: perl
83306            ! mg.c
83307 ____________________________________________________________________________
83308 [  6491] By: jhi                                   on 2000/08/02  13:34:36
83309         Log: The tr utf8 patching continues.
83310              
83311              Subject: Re: #6469, too many tests claimed in require.t
83312              From: simon@brecon.co.uk (Simon Cozens)
83313              Date: 2 Aug 2000 02:37:17 GMT
83314              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
83315              
83316              (the logic of the test was the wrong way round in the patch)
83317      Branch: perl
83318            ! doop.c
83319 ____________________________________________________________________________
83320 [  6490] By: jhi                                   on 2000/08/02  13:27:38
83321         Log: The name of a filehandle does not have <these>.
83322      Branch: perl
83323            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
83324            ! t/pragma/warn/pp_sys util.c
83325 ____________________________________________________________________________
83326 [  6489] By: jhi                                   on 2000/08/02  04:26:46
83327         Log: Remove the extraneous "main::" prefix from all the
83328              "opened only for", "on closed", and "never opened" warnings.
83329              
83330              Subject: Re: inappropriate warning
83331              From: Gurusamy Sarathy <gsar@ActiveState.com>
83332              Date: Mon, 20 Mar 2000 11:28:02 -0800
83333              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
83334      Branch: perl
83335            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
83336            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
83337            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
83338 ____________________________________________________________________________
83339 [  6488] By: jhi                                   on 2000/08/02  03:02:57
83340         Log: memcpy has n o in it, as pinted ut by Sarathy.
83341      Branch: perl
83342            ! pod/perlguts.pod
83343 ____________________________________________________________________________
83344 [  6487] By: jhi                                   on 2000/08/02  02:44:51
83345         Log: Document in one place the memory abstractions used in Perl core.
83346              
83347              Subject: Re: Memory abstraction
83348              From: simon@brecon.co.uk (Simon Cozens)
83349              Date: 2 Aug 2000 02:20:23 GMT
83350              Organization: Earth.li Origins
83351      Branch: perl
83352            ! pod/perlguts.pod
83353 ____________________________________________________________________________
83354 [  6486] By: jhi                                   on 2000/08/02  02:41:57
83355         Log: regen_headers, regen perltoc.
83356      Branch: perl
83357            ! perlapi.c pod/perltoc.pod
83358 ____________________________________________________________________________
83359 [  6485] By: jhi                                   on 2000/08/02  01:43:33
83360         Log: "This little thing tests for a file .patch, and if it contains
83361              a number, pops into patchlevel.h" (making it easier to track
83362              which development version people are reporting bugs against)
83363              
83364              Subject: Patchlevel autogeneration for repository perls
83365              From: simon@brecon.co.uk (Simon Cozens)
83366              Date: 14 Jul 2000 07:12:15 GMT
83367              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
83368      Branch: perl
83369            + fix_pl
83370            ! MANIFEST Makefile.SH
83371 ____________________________________________________________________________
83372 [  6484] By: jhi                                   on 2000/08/02  01:32:54
83373         Log: FreeBSD 3.* updates from
83374              
83375              From: Paul Saab <ps@yahoo-inc.com>
83376              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
83377              Date: Tue, 1 Aug 2000 15:41:39 -0700
83378              Message-Id: <20000801154139.A53740@yahoo-inc.com>
83379      Branch: perl
83380            ! hints/freebsd.sh
83381 ____________________________________________________________________________
83382 [  6483] By: jhi                                   on 2000/08/02  01:27:44
83383         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
83384              instead one must use setproctitle().  This was already addressed
83385              by change #6457, but the below has a new variant for FreeBSD 4.0
83386              or later, and the matter is also documented more.
83387              
83388              From: Paul Saab <ps@yahoo-inc.com>
83389              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
83390              Date: Tue, 1 Aug 2000 15:41:39 -0700
83391              Message-Id: <20000801154139.A53740@yahoo-inc.com>
83392      Branch: metaconfig/U/perl
83393            + i_libutil.U
83394      Branch: perl
83395            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
83396 ____________________________________________________________________________
83397 [  6482] By: jhi                                   on 2000/08/01  22:17:32
83398         Log: The test from this
83399              
83400              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
83401              Date: Sat, 15 Apr 2000 17:03:44 +0100
83402              From: Tom Hughes <tom@compton.nu>
83403              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
83404              
83405              was missing, the code change went in as #5989
83406              (which had a different test?)
83407      Branch: perl
83408            ! t/op/misc.t
83409 ____________________________________________________________________________
83410 [  6481] By: jhi                                   on 2000/08/01  21:48:38
83411         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
83412              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
83413              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
83414              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
83415      Branch: perl
83416            ! perl.h
83417 ____________________________________________________________________________
83418 [  6480] By: jhi                                   on 2000/08/01  18:05:28
83419         Log: Make p4desc to skip non-mainperl branches by default.
83420      Branch: perl
83421            ! Porting/p4desc
83422 ____________________________________________________________________________
83423 [  6479] By: jhi                                   on 2000/08/01  17:29:19
83424         Log: If gccosandvers is equal to osname, clear gccosandvers.
83425      Branch: metaconfig/U/perl
83426            ! gccvers.U
83427      Branch: perl
83428            ! Configure config_h.SH
83429 ____________________________________________________________________________
83430 [  6478] By: jhi                                   on 2000/08/01  15:54:08
83431         Log: BOM patching from Simon Cozens.
83432      Branch: perl
83433            ! toke.c
83434 ____________________________________________________________________________
83435 [  6477] By: jhi                                   on 2000/08/01  04:50:33
83436         Log: Stash away the largefiles flags and libswanted.
83437      Branch: perl
83438            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
83439 ____________________________________________________________________________
83440 [  6476] By: gsar                                  on 2000/08/01  04:24:24
83441         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
83442              on Windows)
83443      Branch: perl
83444            ! t/pragma/utf8.t utf8.c win32/win32.c
83445 ____________________________________________________________________________
83446 [  6475] By: jhi                                   on 2000/08/01  03:35:24
83447         Log: Make chr() for values >127 to create utf8 when under utf8.
83448              
83449              Subject: Re: uft8/chr()
83450              From: simon@brecon.co.uk (Simon Cozens)
83451              Date: 1 Aug 2000 02:37:02 GMT
83452              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
83453      Branch: perl
83454            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
83455 ____________________________________________________________________________
83456 [  6474] By: jhi                                   on 2000/08/01  02:36:18
83457         Log: In Digital UNIX warn if gcc explicitly chosen because even
83458              2.95.2 is known to cause problems.
83459      Branch: perl
83460            ! hints/dec_osf.sh
83461 ____________________________________________________________________________
83462 [  6473] By: jhi                                   on 2000/08/01  02:00:56
83463         Log: Make the safety catch for buggy gccs work with triple version
83464              numbers like 2.95.2.  Reported in
83465              
83466              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
83467              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
83468              Date: Mon, 31 Jul 2000 14:55:06 +0200
83469              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
83470      Branch: perl
83471            ! hints/dec_osf.sh
83472 ____________________________________________________________________________
83473 [  6472] By: jhi                                   on 2000/08/01  01:13:33
83474         Log: Subject: fix and question re: waitpid() under win32
83475              From: Brian Clarke <clarke@appliedmeta.com>
83476              Date: Fri, 28 Jul 2000 15:18:29 -0400
83477              Message-ID: <3981DC85.290314EB@appliedmeta.com>
83478              
83479              Slightly reformatted and WNOHANG # define moved to win32.h
83480              so that also POSIX.xs sees it, as suggsted by Sarathy.
83481      Branch: perl
83482            ! win32/win32.c win32/win32.h
83483 ____________________________________________________________________________
83484 [  6471] By: jhi                                   on 2000/08/01  00:55:05
83485         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
83486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83487              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
83488              Date: Mon, 31 Jul 2000 13:28:51 +0100
83489              
83490              (aka ID 20000730.002)
83491      Branch: perl
83492            ! op.c t/op/tr.t
83493 ____________________________________________________________________________
83494 [  6470] By: jhi                                   on 2000/07/31  23:34:42
83495         Log: Document the problem with -P in HP-UX and its workaround.
83496              
83497              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
83498              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
83499              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
83500              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
83501      Branch: perl
83502            ! README.hpux
83503 ____________________________________________________________________________
83504 [  6469] By: jhi                                   on 2000/07/31  04:15:02
83505         Log: The swallow_bom() saga continues.  The #23 of require.t
83506              (UTF16-LE) still fails (silently, no output) but the #22
83507              (UTF16-BE) seems to be working now.  The root of the
83508              failure may be in sv_gets(): is it UTF-16LE-aware,
83509              especially when it comes to line endings? 
83510      Branch: perl
83511            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
83512            ! t/comp/require.t toke.c utf8.c
83513 ____________________________________________________________________________
83514 [  6468] By: jhi                                   on 2000/07/30  19:05:48
83515         Log: Find green threads before native threads.
83516              
83517              Subject: Re: Patch to jpl/JNI/Makefile.PL
83518              From: Jens Thomsen <jens@fiend.cis.com>
83519              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
83520              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
83521      Branch: perl
83522            ! jpl/JNI/Makefile.PL
83523 ____________________________________________________________________________
83524 [  6467] By: jhi                                   on 2000/07/30  18:36:22
83525         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
83526      Branch: perl
83527            ! doop.c
83528 ____________________________________________________________________________
83529 [  6466] By: jhi                                   on 2000/07/30  04:37:29
83530         Log: A new version of the "remove UPPERACSE string comparison"
83531              operators.  The problem with the previous one (change #6454)
83532              was that it was for Perl 5.6.0.  From Paul Marquess.
83533      Branch: perl
83534            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
83535            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
83536            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
83537 ____________________________________________________________________________
83538 [  6465] By: jhi                                   on 2000/07/29  22:39:56
83539         Log: Do not upgrade SVs into utf8 just because they participate
83540              in eq or cmp.  Reported and fix suggested in
83541              
83542              Subject: [ID 20000720.009] sv_eq UTF8 bug
83543              From: "Simon Cozens" <simon@othersideofthe.earth.li>
83544              Date: 21 Jul 2000 04:37:29 -0000
83545              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
83546              
83547              Exercise for the kind reader: should we or should we not
83548              cache the utf8 conversion alongside the SV? (as magic,
83549              as the strxfrm()ed version is cached under use locale)
83550              Argue both for and against.
83551      Branch: perl
83552            ! sv.c
83553 ____________________________________________________________________________
83554 [  6464] By: jhi                                   on 2000/07/29  22:36:22
83555         Log: Subject: UTF8 concat
83556              From: simon@brecon.co.uk (Simon Cozens) 
83557              Date: 30 Jun 2000 06:13:25 GMT
83558              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
83559              
83560              (with a memory leak fixed, plus a few casts added)
83561              
83562              This also seems to help for
83563              
83564              Subject: [ID 20000716.015] join UTF8 weirdness
83565              From: root <root@ak-71.mind.de> 
83566              Date: Sat, 15 Jul 2000 15:29:54 +0200
83567              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
83568              
83569              (from Andreas König)
83570      Branch: perl
83571            ! pp_hot.c
83572 ____________________________________________________________________________
83573 [  6463] By: jhi                                   on 2000/07/29  00:55:39
83574         Log: Tune the comments and hopefully stop a memory leak.
83575      Branch: perl
83576            ! toke.c utf8.c
83577 ____________________________________________________________________________
83578 [  6462] By: jhi                                   on 2000/07/29  00:16:53
83579         Log: The problem described in this
83580              
83581              Subject: [ID 20000322.018] named chars aren't magical enough
83582              From: root <root@dixie.cscaper.com>     
83583              Date: Wed, 22 Mar 2000 18:37:42 -0700
83584              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
83585              
83586              has been fixed in perl 5.6.0 but just in case added a test
83587              to keep it away.  (The report from Joseph Hall.)
83588      Branch: perl
83589            ! t/lib/charnames.t
83590 ____________________________________________________________________________
83591 [  6461] By: jhi                                   on 2000/07/28  23:56:36
83592         Log: Tiny fixes for #6460.
83593      Branch: metaconfig/U/perl
83594            ! gccvers.U
83595      Branch: perl
83596            ! Configure config_h.SH
83597 ____________________________________________________________________________
83598 [  6460] By: jhi                                   on 2000/07/28  23:24:41
83599         Log: Warn if the version of the operating system used to compile gcc
83600              differs from the current version of the operating system.
83601              Also display the gcc compilation os and version in myconfig.
83602              Inspiration from
83603              
83604              Subject: Re: [ID 20000710.003] ERRORS!!         
83605              From: "Kurt D. Starsinic" <kstar@chapin.edu>
83606              Date: Mon, 10 Jul 2000 15:54:16 -0400
83607              Message-ID: <20000710155416.A1384@O2.chapin.edu>
83608      Branch: metaconfig/U/perl
83609            ! gccvers.U
83610      Branch: perl
83611            ! Configure config_h.SH myconfig.SH
83612 ____________________________________________________________________________
83613 [  6459] By: jhi                                   on 2000/07/28  22:00:32
83614         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
83615              letter to $Config{osvers}.
83616      Branch: metaconfig
83617            ! U/modified/Oldconfig.U
83618      Branch: perl
83619            ! Configure config_h.SH
83620 ____________________________________________________________________________
83621 [  6458] By: jhi                                   on 2000/07/28  04:15:39
83622         Log: Back out #6454, doesn't seem to work.
83623              (Reason: that patch was for perl 5.6.0, not perl-current)
83624              (A version of the patch for perl-current came in later as #6466)
83625      Branch: perl
83626            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
83627            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
83628            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
83629 ____________________________________________________________________________
83630 [  6457] By: jhi                                   on 2000/07/27  23:31:49
83631         Log: Use setproctitle() if available to modify $0.
83632              
83633              Subject: setting $* on BSD4 broken
83634              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
83635              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
83636              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
83637      Branch: metaconfig
83638            ! U/modified/Myinit.U
83639      Branch: perl
83640            ! Configure config_h.SH mg.c
83641 ____________________________________________________________________________
83642 [  6456] By: jhi                                   on 2000/07/27  14:50:47
83643         Log: Allow "no AutoLoader;", based on change #6444,
83644              suggested by Graham Barr.
83645      Branch: perl
83646            ! lib/AutoLoader.pm
83647 ____________________________________________________________________________
83648 [  6455] By: jhi                                   on 2000/07/27  14:19:10
83649         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
83650              From: rspier@pobox.com (Robert Spier)
83651              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
83652              Message-ID: <14720.15855.787664.424783@rls.cx>
83653      Branch: perl
83654            ! pod/perldiag.pod
83655 ____________________________________________________________________________
83656 [  6454] By: jhi                                   on 2000/07/27  14:03:02
83657         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
83658              for a long time).
83659              
83660              Reported in
83661              
83662              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
83663              From: Ryan Herbert <rherbert@sycamorehq.com>
83664              Date: Mon, 17 Jul 2000 11:40:42 -0400
83665              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
83666              
83667              Patched in
83668              
83669              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
83670              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
83671              Date: Wed, 26 Jul 2000 23:40:18 +0100
83672              Message-ID: <000001bff752$79511880$0a17073e@tiny>
83673              
83674              based on an earlier patch from Stephen P. Potter.
83675              
83676              (Removed later by change #6458 because this patch was for
83677              perl 5.6.0, not perl-current)
83678      Branch: perl
83679            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
83680            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
83681            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
83682 ____________________________________________________________________________
83683 [  6453] By: jhi                                   on 2000/07/27  13:48:02
83684         Log: Subject: [PATCH] fixes bug 20000508.004
83685              From: Michael Stevens <mstevens@globnix.org>
83686              Date: Thu, 27 Jul 2000 13:49:04 +0100
83687              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
83688      Branch: perl
83689            ! pod/perldata.pod
83690 ____________________________________________________________________________
83691 [  6452] By: jhi                                   on 2000/07/26  23:51:26
83692         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
83693              and Craig A. Berry.
83694      Branch: perl
83695            ! lib/File/Temp.pm pod/perlport.pod
83696 ____________________________________________________________________________
83697 [  6451] By: jhi                                   on 2000/07/26  19:43:30
83698         Log: Be wary of close()s, too.
83699              
83700              Subject: Re: [PATCH] perlbug cleanup
83701              From: Tim Jenness <t.jenness@jach.hawaii.edu>
83702              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
83703              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
83704      Branch: perl
83705            ! utils/perlbug.PL
83706 ____________________________________________________________________________
83707 [  6450] By: jhi                                   on 2000/07/26  18:41:40
83708         Log: Subject: Minor doc patch: handy.h
83709              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
83710              Date: Wed, 26 Jul 2000 15:34:25 -0300
83711              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
83712      Branch: perl
83713            ! handy.h pod/perlapi.pod
83714 ____________________________________________________________________________
83715 [  6449] By: jhi                                   on 2000/07/26  18:23:55
83716         Log: Subject: [PATCH] minor doc change - perlguts
83717              From: Michael Stevens <mstevens@globnix.org>
83718              Date: Thu, 13 Jul 2000 12:39:18 +0100
83719              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
83720      Branch: perl
83721            ! pod/perlguts.pod
83722 ____________________________________________________________________________
83723 [  6448] By: jhi                                   on 2000/07/26  18:20:30
83724         Log: open() wariness in perlbug.
83725              
83726              Subject: [PATCH] perlbug cleanup
83727              From: Michael Stevens <mstevens@globnix.org>
83728              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
83729              Date: Thu, 13 Jul 2000 15:52:23 +0100
83730      Branch: perl
83731            ! utils/perlbug.PL
83732 ____________________________________________________________________________
83733 [  6447] By: jhi                                   on 2000/07/26  18:13:04
83734         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
83735      Branch: perl
83736            ! lib/File/Temp.pm t/lib/ftmp-security.t
83737 ____________________________________________________________________________
83738 [  6446] By: jhi                                   on 2000/07/26  18:06:32
83739         Log: docfix from Peter Scott <Peter@PSDT.com>.
83740      Branch: perl
83741            ! pod/perlfunc.pod
83742 ____________________________________________________________________________
83743 [  6445] By: jhi                                   on 2000/07/26  17:53:31
83744         Log: Fix *foo{FORMAT}.
83745              
83746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83747              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
83748              Date: Wed, 26 Jul 2000 19:51:02 +0200
83749              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
83750              
83751              From: Graham Barr <gbarr@pobox.com>
83752              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
83753              Date: Wed, 26 Jul 2000 17:38:36 +0100
83754              Message-ID: <20000726173836.L472@pobox.com>
83755      Branch: perl
83756            ! pp.c sv.c t/op/gv.t
83757 ____________________________________________________________________________
83758 [  6444] By: jhi                                   on 2000/07/26  17:49:14
83759         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
83760              from Graham Barr in the module list.
83761      Branch: perl
83762            ! gv.c pod/perlobj.pod
83763 ____________________________________________________________________________
83764 [  6443] By: jhi                                   on 2000/07/26  16:06:56
83765         Log: More split() doc and test patches from Mike Guy.
83766      Branch: perl
83767            ! pod/perlfunc.pod t/op/split.t
83768 ____________________________________________________________________________
83769 [  6442] By: jhi                                   on 2000/07/26  16:05:30
83770         Log: MacOS nits from Matthias Neeracher.
83771      Branch: perl
83772            ! perl.c pp_ctl.c
83773 ____________________________________________________________________________
83774 [  6441] By: jhi                                   on 2000/07/26  04:39:57
83775         Log: Subject: [PATCH] split /^/
83776              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83777              Date: Tue, 25 Jul 2000 14:18:57 +0100
83778              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
83779              
83780              (with notes from tchrist and gbarr)
83781      Branch: perl
83782            ! pod/perlfunc.pod t/op/split.t
83783 ____________________________________________________________________________
83784 [  6440] By: jhi                                   on 2000/07/26  04:32:32
83785         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
83786              From: Peter Prymmer <pvhp@forte.com>
83787              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
83788              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
83789      Branch: perl
83790            ! vms/munchconfig.c
83791 ____________________________________________________________________________
83792 [  6439] By: jhi                                   on 2000/07/26  04:31:01
83793         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
83794              to be fatal errors (instead of by default ignoring them, and
83795              ignoring with a bug: even though -w gave an error, the opening [
83796              was left in)  Reported in:
83797              
83798              Subject: [ID 20000716.024] [=cc=] / [:blank:]
83799              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
83800              Date: Sun, 16 Jul 2000 17:55:29 -0700
83801              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
83802      Branch: perl
83803            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
83804 ____________________________________________________________________________
83805 [  6438] By: jhi                                   on 2000/07/25  15:41:15
83806         Log: Subject: [PATCH] av.c apidoc
83807              From: simon@brecon.co.uk (Simon Cozens)
83808              Date: 24 Jul 2000 06:40:52 GMT
83809              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
83810      Branch: perl
83811            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
83812            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
83813 ____________________________________________________________________________
83814 [  6437] By: jhi                                   on 2000/07/25  14:05:36
83815         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
83816              From: "Stephen P. Potter" <spp@ds.net>
83817              Date: Mon, 24 Jul 2000 14:22:23 -0400
83818              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
83819      Branch: perl
83820            ! pod/perllocale.pod
83821 ____________________________________________________________________________
83822 [  6436] By: jhi                                   on 2000/07/25  14:02:03
83823         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
83824              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83825              Date: Mon, 24 Jul 2000 18:04:28 +0100
83826              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
83827      Branch: perl
83828            ! t/lib/syslfs.t t/op/lfs.t
83829 ____________________________________________________________________________
83830 [  6435] By: jhi                                   on 2000/07/25  13:59:28
83831         Log: Get UTF16 BOMs working.  Patch from
83832              
83833              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
83834              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83835              Date: Tue, 25 Jul 2000 12:52:45 +0100
83836              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
83837              
83838              and notes from
83839              
83840              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
83841              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83842              Date: Tue, 25 Jul 2000 11:43:25 +0100
83843              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
83844      Branch: perl
83845            ! t/comp/require.t toke.c utf8.c
83846 ____________________________________________________________________________
83847 [  6434] By: jhi                                   on 2000/07/25  02:39:54
83848         Log: Make the "uninit variable" warning to say "concat or string"
83849              or "join or string" when in concat or join .
83850              
83851              Subject: Re: [ID 20000403.009] uninitialised concatenation???
83852              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83853              Date: Tue, 04 Apr 2000 18:22:58 +0100
83854              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
83855              
83856              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
83857              From: William R Ward <hermit@BayView.COM>
83858              Date: Thu, 30 Mar 2000 19:50:03 -0800
83859              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
83860      Branch: perl
83861            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
83862            ! t/pragma/warn/op t/pragma/warn/sv
83863 ____________________________________________________________________________
83864 [  6433] By: jhi                                   on 2000/07/24  17:52:56
83865         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
83866      Branch: perl
83867            ! lib/File/Spec/VMS.pm
83868 ____________________________________________________________________________
83869 [  6432] By: jhi                                   on 2000/07/24  17:44:44
83870         Log: Test cases for #6431.
83871              
83872              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
83873              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83874              Date: Mon, 24 Jul 2000 15:32:29 +0100
83875              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
83876      Branch: perl
83877            ! t/op/pat.t t/op/split.t
83878 ____________________________________________________________________________
83879 [  6431] By: jhi                                   on 2000/07/24  17:43:17
83880         Log: Bind op fix.
83881              
83882              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
83883              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83884              Date: Mon, 17 Jul 2000 20:04:56 +0100
83885              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
83886      Branch: perl
83887            ! op.c
83888 ____________________________________________________________________________
83889 [  6430] By: jhi                                   on 2000/07/24  03:42:42
83890         Log: Subject: [ID 20000716.023] syslog test fails without sockets
83891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83892              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
83893              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
83894      Branch: metaconfig/U/perl
83895            ! Extensions.U
83896      Branch: perl
83897            ! Configure config_h.SH
83898 ____________________________________________________________________________
83899 [  6429] By: jhi                                   on 2000/07/24  03:11:52
83900         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
83901              case, but add also notes explaining the relationship of this
83902              patch and the earlier notes by Sarathy.
83903              
83904              Subject: Map is still slow
83905              From: "Ben Tilly" <ben_tilly@hotmail.com>
83906              Date: Sat, 15 Jul 2000 17:23:27 EDT
83907              Message-ID: <20000715212327.21656.qmail@hotmail.com>
83908      Branch: perl
83909            ! pp_ctl.c
83910 ____________________________________________________________________________
83911 [  6428] By: jhi                                   on 2000/07/24  02:58:52
83912         Log: Documentation to explain the behaviour of map().
83913              
83914              Subject: Re: Map is still slow 
83915              From: Gurusamy Sarathy <gsar@ActiveState.com>
83916              Date: Sat, 15 Jul 2000 16:05:09 -0700
83917              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
83918      Branch: perl
83919            ! pp_ctl.c
83920 ____________________________________________________________________________
83921 [  6427] By: jhi                                   on 2000/07/24  02:50:03
83922         Log: Add tests for
83923              [ID 19991110.003] another matching finding by pcre author
83924              which has already been fixed by some patch, as verified in
83925              
83926              Subject: Re: two regex bugs from the mists of time (well, last November)
83927              From: Hugo <hv@crypt.compulink.co.uk>
83928              Date: Sat, 22 Jul 2000 18:12:58 +0100
83929              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
83930      Branch: perl
83931            ! t/op/re_tests
83932 ____________________________________________________________________________
83933 [  6426] By: jhi                                   on 2000/07/24  02:11:20
83934         Log: A missing 'break' after the [[:space:]] switch case.
83935              
83936              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
83937              From: "Stephen P. Potter" <spp@ds.net>
83938              Date: Tue, 18 Jul 2000 16:25:17 -0400
83939              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
83940      Branch: perl
83941            ! regcomp.c
83942 ____________________________________________________________________________
83943 [  6425] By: jhi                                   on 2000/07/24  02:06:12
83944         Log: The output might have been produced in the wrong order.
83945              
83946              Subject: [ID 20000720.003] [PATCH] t/op/write.t
83947              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83948              Date: Thu, 20 Jul 2000 18:49:18 +0100
83949              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
83950      Branch: perl
83951            ! t/op/write.t
83952 ____________________________________________________________________________
83953 [  6424] By: jhi                                   on 2000/07/24  02:00:07
83954         Log: Use STDOUT consistently.
83955              
83956              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
83957              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83958              Date: Thu, 20 Jul 2000 18:04:01 +0100
83959              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
83960      Branch: perl
83961            ! lib/Test/Harness.pm
83962 ____________________________________________________________________________
83963 [  6423] By: jhi                                   on 2000/07/24  01:54:54
83964         Log: Protect against "wild next"s, that is, callbacks doing "next"
83965              instead of "return".
83966              
83967              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
83968              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83969              Date: Tue, 18 Jul 2000 11:30:16 +0100
83970              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
83971      Branch: perl
83972            ! lib/File/Find.pm
83973 ____________________________________________________________________________
83974 [  6422] By: jhi                                   on 2000/07/24  01:35:47
83975         Log: Out-of-date note removed.
83976              
83977              Subject: [PATCH] documentation perlipc
83978              From: rspier@pobox.com (Robert Spier)
83979              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
83980              Message-ID: <14711.35178.572612.502654@rls.cx>
83981      Branch: perl
83982            ! pod/perlipc.pod
83983 ____________________________________________________________________________
83984 [  6421] By: jhi                                   on 2000/07/24  00:09:18
83985         Log: Send all installperl messages to STDERR and be -w clean.
83986              
83987              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
83988              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
83989              Date: Sat, 22 Jul 2000 14:02:11 +0100
83990              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
83991      Branch: perl
83992            ! installperl
83993 ____________________________________________________________________________
83994 [  6420] By: jhi                                   on 2000/07/24  00:04:19
83995         Log: Decutandpasto.
83996              
83997              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
83998              From: "Richard Soderberg" <rs@crystalflame.net>
83999              Date: Sun, 23 Jul 2000 01:37:23 -0700
84000              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
84001      Branch: perl
84002            ! pod/perlipc.pod
84003 ____________________________________________________________________________
84004 [  6419] By: jhi                                   on 2000/07/24  00:01:12
84005         Log: A cleaner abs_path().
84006              Subject: Re: unix alternative to Cwd.pm
84007              From: Jeff Pinyan <jeffp@crusoe.net>
84008              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
84009              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
84010      Branch: perl
84011            ! lib/Cwd.pm
84012 ____________________________________________________________________________
84013 [  6418] By: jhi                                   on 2000/07/23  23:48:56
84014         Log: Detypo.
84015              
84016              Subject: [PATCH perl-current] Typo in hints/powerux.sh
84017              From: "Richard Soderberg" <rs@crystalflame.net>
84018              Date: Sun, 23 Jul 2000 01:27:33 -0700
84019              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
84020      Branch: perl
84021            ! hints/powerux.sh
84022 ____________________________________________________________________________
84023 [  6417] By: jhi                                   on 2000/07/17  22:13:31
84024         Log: Subject: SDBM_File documentation
84025              From: mjd@plover.com
84026              Date: 16 Jul 2000 17:41:17 -0000
84027              Message-ID: <20000716174117.18515.qmail@plover.com>
84028      Branch: perl
84029            ! ext/SDBM_File/SDBM_File.pm
84030 ____________________________________________________________________________
84031 [  6416] By: jhi                                   on 2000/07/17  19:13:26
84032         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
84033      Branch: perl
84034            ! hints/mpeix.sh mpeix/relink
84035 ____________________________________________________________________________
84036 [  6415] By: jhi                                   on 2000/07/15  14:11:02
84037         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
84038              the utf8 'characters' can be more than one octet).
84039              
84040              Date: Sat, 15 Jul 2000 00:21:56 +0100
84041              From: Tom Hughes <tom@compton.nu>
84042              Subject: Re: [ID 20000714.002]
84043              Message-ID: <db2334de49.tom@compton.compton.nu>
84044              
84045              Reported in
84046              
84047              Subject: [ID 20000714.002]
84048              From: "Simon Cozens" <simon@othersideofthe.earth.li>
84049              Date: 14 Jul 2000 15:13:09 -0000
84050              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
84051      Branch: perl
84052            ! doop.c
84053 ____________________________________________________________________________
84054 [  6414] By: jhi                                   on 2000/07/15  03:13:41
84055         Log: another VMS build tweak from Peter Prymmer
84056      Branch: perl
84057            ! vms/descrip_mms.template
84058 ____________________________________________________________________________
84059 [  6413] By: jhi                                   on 2000/07/15  03:10:40
84060         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
84061      Branch: perl
84062            ! vms/perlvms.pod
84063 ____________________________________________________________________________
84064 [  6412] By: jhi                                   on 2000/07/15  00:31:05
84065         Log: More docs for sv functions.
84066              
84067              Subject: [PATCH cfgperl] sv.c apidoc
84068              From: simon@brecon.co.uk (Simon Cozens)
84069              Date: 13 Jul 2000 09:00:20 GMT
84070              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
84071              
84072              Subject: Re: [PATCH cfgperl] sv.c apidoc
84073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84074              Date: Thu, 13 Jul 2000 12:27:41 +0100
84075              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
84076              
84077              Subject: Re: [PATCH cfgperl] sv.c apidoc
84078              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84079              Date: Thu, 13 Jul 2000 13:23:09 +0100
84080              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
84081              
84082              Subject: Re: [PATCH cfgperl] sv.c apidoc
84083              From: simon@brecon.co.uk (Simon Cozens)
84084              Date: 14 Jul 2000 06:51:02 GMT
84085              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
84086      Branch: perl
84087            ! embed.pl pod/perlapi.pod sv.c
84088 ____________________________________________________________________________
84089 [  6411] By: jhi                                   on 2000/07/15  00:10:41
84090         Log: lib/b test fixes from Peter Prymmer.
84091      Branch: perl
84092            ! t/lib/b.t
84093 ____________________________________________________________________________
84094 [  6410] By: jhi                                   on 2000/07/15  00:02:09
84095         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
84096              From: Hugo <hv@crypt.compulink.co.uk>
84097              Date: Fri, 14 Jul 2000 23:05:20 +0100
84098              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
84099              
84100              Didn't anymore apply, but that point still could use another fix.
84101      Branch: perl
84102            ! pod/perlfunc.pod
84103 ____________________________________________________________________________
84104 [  6409] By: jhi                                   on 2000/07/14  23:15:15
84105         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
84106              not in pod, from Peter Prymmer
84107      Branch: perl
84108            ! vms/descrip_mms.template
84109 ____________________________________________________________________________
84110 [  6408] By: jhi                                   on 2000/07/14  20:35:05
84111         Log: The bug report
84112              [ID 19991110.002] minimal matching discrepancy found by pcre author
84113              seems to have been fixed (though differently from what was suggested
84114              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
84115      Branch: perl
84116            ! t/op/re_tests
84117 ____________________________________________________________________________
84118 [  6407] By: jhi                                   on 2000/07/14  17:38:08
84119         Log: Fix AutoSplit to use File::Spec the right way in VMS,
84120              from Peter Prymmer.
84121      Branch: perl
84122            ! lib/AutoSplit.pm
84123 ____________________________________________________________________________
84124 [  6406] By: jhi                                   on 2000/07/14  14:13:22
84125         Log: Merge perlhacktut into perlhack, update perlguts.
84126              
84127              Subject: Re: Perlhacktut
84128              From: simon@brecon.co.uk (Simon Cozens)
84129              Date: 14 Jul 2000 06:49:21 GMT
84130              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
84131              
84132              Subject: Re: Perlhacktut
84133              From: simon@brecon.co.uk (Simon Cozens)
84134              Date: 14 Jul 2000 07:09:45 GMT
84135              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
84136      Branch: perl
84137            ! pod/perlguts.pod pod/perlhack.pod
84138 ____________________________________________________________________________
84139 [  6405] By: jhi                                   on 2000/07/14  14:02:31
84140         Log: Integrate with Sarathy.
84141      Branch: cfgperl
84142           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
84143           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
84144           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
84145 ____________________________________________________________________________
84146 [  6404] By: gsar                                  on 2000/07/14  12:15:02
84147         Log: PERL_OBJECT build tweaks
84148      Branch: perl
84149            ! toke.c
84150 ____________________________________________________________________________
84151 [  6403] By: gsar                                  on 2000/07/14  11:23:41
84152         Log: inconsistent types needs casts
84153      Branch: perl
84154            ! toke.c
84155 ____________________________________________________________________________
84156 [  6402] By: gsar                                  on 2000/07/14  11:12:04
84157         Log: typos in change#6399, regen headers
84158      Branch: perl
84159            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
84160 ____________________________________________________________________________
84161 [  6401] By: gsar                                  on 2000/07/14  10:59:12
84162         Log: typecasts needed for change#6394
84163      Branch: perl
84164            ! toke.c
84165 ____________________________________________________________________________
84166 [  6400] By: gsar                                  on 2000/07/14  10:49:37
84167         Log: integrate cfgperl contents into mainline
84168      Branch: perl
84169           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
84170           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
84171 ____________________________________________________________________________
84172 [  6399] By: gsar                                  on 2000/07/14  10:38:35
84173         Log: enable UTF-16 filter by default if relevant BOM is seen; various
84174              cleanups (typos, misformatted code, and small bugs)
84175      Branch: perl
84176            ! doop.c embed.pl mg.c op.c pp.c toke.c
84177 ____________________________________________________________________________
84178 [  6398] By: gsar                                  on 2000/07/14  08:55:38
84179         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
84180              name suggests anyway)
84181      Branch: perl
84182            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
84183 ____________________________________________________________________________
84184 [  6397] By: gsar                                  on 2000/07/14  08:44:33
84185         Log: move new variables to the end of the interpreter structure (for
84186              bincompat in code that doesn't #include XSUB.h)
84187      Branch: perl
84188            ! intrpvar.h
84189 ____________________________________________________________________________
84190 [  6396] By: gsar                                  on 2000/07/14  08:13:58
84191         Log: MakeMaker should not remove editor backups (*~) on `make clean`
84192              by default (completes change#6383)
84193      Branch: perl
84194            ! lib/ExtUtils/MM_Unix.pm
84195 ____________________________________________________________________________
84196 [  6395] By: jhi                                   on 2000/07/14  05:20:33
84197         Log: Replace change #6337 with a better one.
84198              
84199              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
84200              From: Hugo <hv@crypt.compulink.co.uk>
84201              Date: Fri, 14 Jul 2000 04:16:20 +0100
84202              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
84203      Branch: cfgperl
84204            ! regexec.c t/op/re_tests
84205 ____________________________________________________________________________
84206 [  6394] By: jhi                                   on 2000/07/14  01:33:59
84207         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
84208      Branch: cfgperl
84209            ! embed.pl global.sym proto.h toke.c
84210 ____________________________________________________________________________
84211 [  6393] By: jhi                                   on 2000/07/13  23:41:23
84212         Log: remove discarded test
84213      Branch: cfgperl
84214            ! MANIFEST
84215 ____________________________________________________________________________
84216 [  6392] By: jhi                                   on 2000/07/13  23:32:25
84217         Log: The {multiplier} of a fixed substring was overlooked which
84218              caused a wrong initial search offset for that substring.
84219              
84220              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
84221              From: Hugo <hv@crypt.compulink.co.uk>
84222              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
84223              Date: Thu, 13 Jul 2000 19:27:13 +0100
84224      Branch: cfgperl
84225            ! regcomp.c t/op/re_tests
84226 ____________________________________________________________________________
84227 [  6391] By: jhi                                   on 2000/07/13  16:37:42
84228         Log: typo fix from Craig Berry
84229      Branch: cfgperl
84230            ! vms/subconfigure.com
84231 ____________________________________________________________________________
84232 [  6390] By: jhi                                   on 2000/07/13  13:20:12
84233         Log: Integrate with Sarathy.
84234      Branch: cfgperl
84235            - t/op/method2entersub.t
84236           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
84237           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
84238           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
84239           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
84240 ____________________________________________________________________________
84241 [  6389] By: jhi                                   on 2000/07/13  13:18:48
84242         Log: Detypo from Peter Prymmer, part of #6388.
84243      Branch: cfgperl
84244            ! Configure config_h.SH
84245      Branch: metaconfig
84246            ! U/modified/d_longlong.U
84247 ____________________________________________________________________________
84248 [  6388] By: gsar                                  on 2000/07/13  06:33:40
84249         Log: typos (spotted by Peter Prymmer)
84250      Branch: perl
84251            ! Configure t/lib/english.t
84252 ____________________________________________________________________________
84253 [  6387] By: gsar                                  on 2000/07/13  05:35:28
84254         Log: new selfloader.t in change#6183 doesn't close DATA handles,
84255              and thus fails to clean up tmp files on dosish platforms
84256      Branch: perl
84257            ! t/lib/selfloader.t
84258 ____________________________________________________________________________
84259 [  6386] By: gsar                                  on 2000/07/12  21:42:39
84260         Log: sprintf test tweaks (from Dominic Dunlop)
84261      Branch: perl
84262            ! t/op/sprintf.t
84263 ____________________________________________________________________________
84264 [  6385] By: gsar                                  on 2000/07/12  21:33:46
84265         Log: fix bugs in processing %v-*d and similar format specs (from
84266              Avi Finkel <avi@finkel.org>)
84267      Branch: perl
84268            ! sv.c t/op/sprintf.t
84269 ____________________________________________________________________________
84270 [  6384] By: gsar                                  on 2000/07/12  16:04:19
84271         Log: readd missing perldelta.pod changes from changes#6339,6376
84272      Branch: perl
84273            ! pod/perldelta.pod
84274 ____________________________________________________________________________
84275 [  6383] By: gsar                                  on 2000/07/12  16:00:51
84276         Log: don't clobber *.orig files on *clean targets
84277      Branch: perl
84278            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
84279 ____________________________________________________________________________
84280 [  6382] By: gsar                                  on 2000/07/12  07:59:12
84281         Log: fix broken integrations in cfgperl
84282      Branch: cfgperl
84283           !> Changes pod/perldelta.pod
84284 ____________________________________________________________________________
84285 [  6381] By: gsar                                  on 2000/07/12  07:42:17
84286         Log: integrate cfgperl changes into mainline
84287      Branch: perl
84288            ! Changes
84289           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
84290           !> pod/perlre.pod
84291 ____________________________________________________________________________
84292 [  6380] By: gsar                                  on 2000/07/12  07:31:00
84293         Log: get sprintf.t to adjust properly for 3-digit exponents
84294      Branch: perl
84295            ! t/op/sprintf.t
84296 ____________________________________________________________________________
84297 [  6379] By: gsar                                  on 2000/07/12  06:40:04
84298         Log: change#6174 needs corresponding change in win32/config_h.PL,
84299              which grovels through config_h.SH to find the config.h name
84300      Branch: perl
84301            ! win32/config_h.PL
84302 ____________________________________________________________________________
84303 [  6378] By: jhi                                   on 2000/07/12  05:03:59
84304         Log: Do the cc sanity check both before the hints and
84305              after the cc selction.
84306      Branch: cfgperl
84307            ! Configure config_h.SH
84308      Branch: metaconfig
84309            ! U/modified/Oldconfig.U U/modified/cc.U
84310      Branch: metaconfig/U/perl
84311            + Checkcc.U
84312 ____________________________________________________________________________
84313 [  6377] By: jhi                                   on 2000/07/12  02:49:22
84314         Log: Fix nits noticed by Boston.pm.
84315      Branch: cfgperl
84316            ! pod/perlre.pod
84317 ____________________________________________________________________________
84318 [  6376] By: jhi                                   on 2000/07/11  21:22:13
84319         Log: Configure cosmetics and perldelta.
84320      Branch: cfgperl
84321            ! Configure config_h.SH pod/perldelta.pod
84322      Branch: metaconfig
84323            ! U/modified/cc.U
84324 ____________________________________________________________________________
84325 [  6375] By: gsar                                  on 2000/07/11  21:17:35
84326         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
84327      Branch: perl
84328            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
84329            ! win32/win32sck.c
84330 ____________________________________________________________________________
84331 [  6374] By: gsar                                  on 2000/07/11  20:48:50
84332         Log: tweak for build failure under multiplicity
84333      Branch: perl
84334            ! toke.c
84335 ____________________________________________________________________________
84336 [  6373] By: gsar                                  on 2000/07/11  20:37:23
84337         Log: integrate cfgperl changes#6325..6373 into mainline
84338              (NOTE: today's batch of integrations still untested)
84339      Branch: perl
84340           +> ext/DynaLoader/hints/netbsd.pl
84341            ! Changes
84342           !> (integrate 26 files)
84343 ____________________________________________________________________________
84344 [  6372] By: jhi                                   on 2000/07/11  20:30:36
84345         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
84346              regen perltoc.
84347      Branch: cfgperl
84348            + pod/perlbook.pod
84349            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
84350            ! pod/perltoc.pod
84351 ____________________________________________________________________________
84352 [  6371] By: jhi                                   on 2000/07/11  20:08:56
84353         Log: Minor cleanups on the booklist.
84354      Branch: cfgperl
84355            ! pod/perlfaq2.pod
84356 ____________________________________________________________________________
84357 [  6370] By: jhi                                   on 2000/07/11  19:31:13
84358         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
84359      Branch: cfgperl
84360            ! t/pragma/overload.t
84361 ____________________________________________________________________________
84362 [  6369] By: gsar                                  on 2000/07/11  19:27:48
84363         Log: integrate cfgperl changes#6293..6324 into mainline
84364      Branch: perl
84365           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
84366            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
84367           !> (integrate 30 files)
84368 ____________________________________________________________________________
84369 [  6368] By: gsar                                  on 2000/07/11  19:18:57
84370         Log: skip integrate of problematic change#6292 from cfgperl into mainline
84371      Branch: perl
84372           !> pp_hot.c
84373 ____________________________________________________________________________
84374 [  6367] By: gsar                                  on 2000/07/11  19:17:21
84375         Log: integrate cfgperl changes#6288..6290 into mainline
84376      Branch: perl
84377           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
84378 ____________________________________________________________________________
84379 [  6366] By: gsar                                  on 2000/07/11  19:11:18
84380         Log: integrate cfgperl changes#6268..6282 into mainline
84381      Branch: perl
84382           !> (integrate 30 files)
84383 ____________________________________________________________________________
84384 [  6365] By: gsar                                  on 2000/07/11  18:57:00
84385         Log: delete new accidentally branched file
84386      Branch: perl
84387            - t/op/method2entersub.t
84388 ____________________________________________________________________________
84389 [  6364] By: gsar                                  on 2000/07/11  18:55:13
84390         Log: skip integrate of change#6267 from cfgperl into mainline (the
84391              method call optimization is flawed without additional hints
84392              from user about immutableness of @ISA and no runtime method
84393              definitions)
84394      Branch: perl
84395           +> t/op/method2entersub.t
84396           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
84397           !> perl.h t/op/sprintf.t xsutils.c
84398 ____________________________________________________________________________
84399 [  6363] By: gsar                                  on 2000/07/11  18:49:43
84400         Log: integrate cfgperl changes#6261..6266 into mainline
84401      Branch: perl
84402           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
84403           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
84404           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
84405           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
84406 ____________________________________________________________________________
84407 [  6362] By: gsar                                  on 2000/07/11  18:43:26
84408         Log: integrate cfgperl changes#6252..6260 into mainline
84409      Branch: perl
84410           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
84411           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
84412           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
84413           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
84414 ____________________________________________________________________________
84415 [  6361] By: gsar                                  on 2000/07/11  18:37:12
84416         Log: skip integrate of problematic change#6251 from cfgperl into mainline
84417      Branch: perl
84418           !> lib/Exporter.pm
84419 ____________________________________________________________________________
84420 [  6360] By: gsar                                  on 2000/07/11  18:34:56
84421         Log: integrate cfgperl change#6250 into mainline
84422      Branch: perl
84423           +> t/op/my_stash.t
84424           !> MANIFEST embed.pl proto.h toke.c
84425 ____________________________________________________________________________
84426 [  6359] By: gsar                                  on 2000/07/11  18:21:19
84427         Log: integrate cfgperl changes#6242..6249 into mainline
84428      Branch: perl
84429           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
84430           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
84431           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
84432           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
84433           !> t/lib/peek.t utf8.c
84434 ____________________________________________________________________________
84435 [  6358] By: gsar                                  on 2000/07/11  18:15:45
84436         Log: skip integrate of problematic change#6241 from cfgperl into mainline
84437      Branch: perl
84438           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
84439 ____________________________________________________________________________
84440 [  6357] By: jhi                                   on 2000/07/11  18:15:16
84441         Log: Fix for
84442              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
84443              From: Roderick Schertler <roderick@argon.org> 
84444              Date: Tue, 11 Jul 2000 13:55:05 -0400 
84445              Message-Id: <200007111755.NAA05077@jones.argon.org> 
84446      Branch: cfgperl
84447            ! doio.c
84448 ____________________________________________________________________________
84449 [  6356] By: jhi                                   on 2000/07/11  18:12:51
84450         Log: Typo in #6341.
84451      Branch: cfgperl
84452            ! pp_hot.c
84453 ____________________________________________________________________________
84454 [  6355] By: gsar                                  on 2000/07/11  18:12:10
84455         Log: integrate cfgperl changes#6231..6240 into mainline
84456      Branch: perl
84457           +> pod/perlutil.pod
84458           !> (integrate 35 files)
84459 ____________________________________________________________________________
84460 [  6354] By: jhi                                   on 2000/07/11  18:04:34
84461         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
84462              From: Dominic Dunlop <domo@computer.org> 
84463              Date: Tue, 11 Jul 2000 12:27:33 +0200 
84464              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
84465              
84466              Replaces change #6268.
84467      Branch: cfgperl
84468            ! t/op/sprintf.t
84469 ____________________________________________________________________________
84470 [  6353] By: gsar                                  on 2000/07/11  17:59:51
84471         Log: skip integrate of problematic change#6230 from cfgperl into mainline
84472              (a later version of File::Spec is already in mainline)
84473      Branch: perl
84474           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
84475           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
84476 ____________________________________________________________________________
84477 [  6352] By: gsar                                  on 2000/07/11  17:57:48
84478         Log: integrate cfgperl changes#6224..6229 into mainline
84479      Branch: perl
84480           +> lib/lib.pm.PL
84481            - lib/lib.pm
84482           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
84483           !> lib/English.pm op.c t/lib/english.t
84484 ____________________________________________________________________________
84485 [  6351] By: gsar                                  on 2000/07/11  17:50:10
84486         Log: skip integrate of problematic change#6223 from cfgperl into mainline
84487      Branch: perl
84488           !> doio.c
84489 ____________________________________________________________________________
84490 [  6350] By: gsar                                  on 2000/07/11  17:48:28
84491         Log: integrate cfgperl changes#6220..6222 into mainline
84492      Branch: perl
84493           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
84494           !> toke.c utf8.c win32/win32.h
84495 ____________________________________________________________________________
84496 [  6349] By: gsar                                  on 2000/07/11  17:46:13
84497         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
84498              mainline
84499      Branch: perl
84500           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
84501           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
84502           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
84503 ____________________________________________________________________________
84504 [  6348] By: jhi                                   on 2000/07/11  17:45:49
84505         Log: README.posix-bc podified from Thomas Dorner.
84506      Branch: cfgperl
84507            ! README.posix-bc
84508 ____________________________________________________________________________
84509 [  6347] By: gsar                                  on 2000/07/11  17:42:04
84510         Log: integrate cfgperl change#6217 into mainline
84511      Branch: perl
84512           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
84513           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
84514           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
84515 ____________________________________________________________________________
84516 [  6346] By: gsar                                  on 2000/07/11  17:39:37
84517         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
84518              mainline
84519      Branch: perl
84520           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
84521           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
84522           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
84523           !> perlapi.h pod/perlapi.pod
84524 ____________________________________________________________________________
84525 [  6345] By: gsar                                  on 2000/07/11  17:36:42
84526         Log: integrate cfgperl changes#6207..6210 into mainline
84527      Branch: perl
84528           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
84529           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
84530 ____________________________________________________________________________
84531 [  6344] By: gsar                                  on 2000/07/11  17:31:20
84532         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
84533              mainline
84534      Branch: perl
84535           !> (integrate 40 files)
84536 ____________________________________________________________________________
84537 [  6343] By: gsar                                  on 2000/07/11  17:19:08
84538         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
84539      Branch: perl
84540           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
84541            ! Changes
84542           !> (integrate 34 files)
84543 ____________________________________________________________________________
84544 [  6342] By: jhi                                   on 2000/07/11  16:05:48
84545         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
84546              To: perl5-porters@perl.org
84547              From: Karsten Sperling <spiff@phreax.net>
84548              Date: Mon, 10 Jul 2000 15:12:52 +0200
84549              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
84550      Branch: cfgperl
84551            ! lib/Symbol.pm
84552 ____________________________________________________________________________
84553 [  6341] By: jhi                                   on 2000/07/11  15:59:23
84554         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
84555              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84556              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
84557              Date: Fri, 07 Jul 2000 17:57:16 +0100
84558      Branch: cfgperl
84559            ! pp_hot.c
84560 ____________________________________________________________________________
84561 [  6340] By: jhi                                   on 2000/07/11  15:55:47
84562         Log: Subject: Re: format bug report  [Patch]
84563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
84564              Date: Wed, 05 Jul 2000 13:12:52 +0200
84565              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
84566              
84567              Subject: Re: format bug report  [Patch]
84568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
84569              Date: Wed, 05 Jul 2000 14:10:01 +0200
84570              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
84571      Branch: cfgperl
84572            ! t/op/write.t toke.c
84573 ____________________________________________________________________________
84574 [  6339] By: jhi                                   on 2000/07/11  13:54:09
84575         Log: Be less forgiving about ambiguous and illegal tr ranges.
84576              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
84577              From: Mark-Jason Dominus <mjd@plover.com>
84578              Date: Tue, 04 Jul 2000 10:00:12 -0400
84579              Message-ID: <20000704140012.17772.qmail@plover.com>
84580              
84581              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
84582              From: Mark-Jason Dominus <mjd@plover.com>
84583              Date: Wed, 05 Jul 2000 09:37:36 -0400
84584              Message-ID: <20000705133736.27293.qmail@plover.com>
84585      Branch: cfgperl
84586            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
84587 ____________________________________________________________________________
84588 [  6338] By: jhi                                   on 2000/07/11  13:31:24
84589         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
84590              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84591              Date: Tue, 11 Jul 2000 13:50:51 +0100
84592              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
84593      Branch: cfgperl
84594            ! sv.c
84595 ____________________________________________________________________________
84596 [  6337] By: jhi                                   on 2000/07/11  13:29:14
84597         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
84598              From: Hugo <hv@crypt.compulink.co.uk>
84599              Date: Tue, 11 Jul 2000 12:44:50 +0100
84600              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
84601      Branch: cfgperl
84602            ! regexec.c t/op/re_tests
84603 ____________________________________________________________________________
84604 [  6336] By: jhi                                   on 2000/07/11  13:26:47
84605         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
84606              From: simon@brecon.co.uk (Simon Cozens)
84607              Date: 7 Jul 2000 11:26:09 GMT
84608              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
84609      Branch: cfgperl
84610            ! mg.c
84611 ____________________________________________________________________________
84612 [  6335] By: jhi                                   on 2000/07/11  13:23:37
84613         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
84614              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
84615              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
84616              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
84617      Branch: cfgperl
84618            + ext/DynaLoader/hints/netbsd.pl
84619            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
84620 ____________________________________________________________________________
84621 [  6334] By: jhi                                   on 2000/07/11  13:20:38
84622         Log: Subject: PATCH perlguts.pod: Document D and d magic types
84623              From: mjd@plover.com
84624              Date: 5 Jul 2000 18:01:51 -0000
84625              Message-ID: <20000705180151.29413.qmail@plover.com>
84626      Branch: cfgperl
84627            ! pod/perlguts.pod
84628 ____________________________________________________________________________
84629 [  6333] By: jhi                                   on 2000/07/11  13:15:51
84630         Log: Precedence goof, fix based on
84631              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
84632              From: Hugo <hv@crypt.compulink.co.uk>
84633              Date: Tue, 11 Jul 2000 12:52:38 +0100
84634              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
84635      Branch: cfgperl
84636            ! t/op/taint.t
84637 ____________________________________________________________________________
84638 [  6332] By: jhi                                   on 2000/07/11  12:40:17
84639         Log: Integrate with Sarathy.
84640      Branch: cfgperl
84641           !> win32/win32sck.c
84642 ____________________________________________________________________________
84643 [  6331] By: jhi                                   on 2000/07/10  20:14:16
84644         Log: Sprinkle ldlibpath.
84645      Branch: cfgperl
84646            ! pod/Makefile.SH
84647 ____________________________________________________________________________
84648 [  6330] By: jhi                                   on 2000/07/10  17:54:49
84649         Log: More POSIX.pod tweaks.
84650      Branch: cfgperl
84651            ! ext/POSIX/POSIX.pod
84652 ____________________________________________________________________________
84653 [  6329] By: jhi                                   on 2000/07/10  14:02:12
84654         Log: Reorder perl.pod once more.
84655      Branch: cfgperl
84656            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
84657 ____________________________________________________________________________
84658 [  6328] By: gsar                                  on 2000/07/10  07:06:00
84659         Log: accept() leaks memory on windows due to incorrect ordering of
84660              closesocket() and fclose() calls
84661      Branch: perl
84662            ! win32/win32sck.c
84663 ____________________________________________________________________________
84664 [  6327] By: gsar                                  on 2000/07/10  06:49:17
84665         Log: winsock options weren't being set in all threads under ithreads
84666              (caused send()s from second and subsequent threads to fail)
84667      Branch: perl
84668            ! win32/win32sck.c
84669 ____________________________________________________________________________
84670 [  6326] By: jhi                                   on 2000/07/08  02:45:40
84671         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
84672              was cast to an unsigned (32-bit) integer with wild abandon.
84673      Branch: cfgperl
84674            ! ext/Devel/DProf/DProf.xs
84675 ____________________________________________________________________________
84676 [  6325] By: jhi                                   on 2000/07/07  18:50:33
84677         Log: Remove perlbook, update perlfaq book listing,
84678              rearrange perl.pod, regenerate perltoc.
84679      Branch: cfgperl
84680            - pod/perlbook.pod
84681            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
84682            ! pod/perlfaq2.pod pod/perltoc.pod
84683 ____________________________________________________________________________
84684 [  6324] By: jhi                                   on 2000/07/07  14:03:40
84685         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
84686      Branch: cfgperl
84687            ! sv.h toke.c
84688 ____________________________________________________________________________
84689 [  6323] By: jhi                                   on 2000/07/06  16:03:55
84690         Log: Fix complaints of buildtoc.
84691      Branch: cfgperl
84692            + lib/Win32.pod
84693            - pod/Win32.pod
84694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
84695 ____________________________________________________________________________
84696 [  6322] By: jhi                                   on 2000/07/06  15:15:52
84697         Log: Add =head1 NAMEs so that buildtoc is happy.
84698              (The CGI::Util nit reported to Lincoln.)
84699      Branch: cfgperl
84700            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
84701            ! pod/perltoc.pod
84702 ____________________________________________________________________________
84703 [  6321] By: jhi                                   on 2000/07/06  03:16:04
84704         Log: Config is being used.
84705      Branch: cfgperl
84706            ! t/op/method.t
84707 ____________________________________________________________________________
84708 [  6320] By: jhi                                   on 2000/07/06  03:13:13
84709         Log: Integrate with Sarathy.
84710      Branch: cfgperl
84711           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
84712 ____________________________________________________________________________
84713 [  6319] By: jhi                                   on 2000/07/06  03:11:46
84714         Log: Autogenerate pod/Makefile and pod/buildtoc.
84715              buildtoc also checks whether the existing pods are
84716              mentioned in MANIFEST and perl.pod, and vice versa.
84717              (None of the thusly found discrepancies fixed yet.)
84718              roffitall also needs to be autogenerated similarly but it
84719              seems so badly out of date that I didn't touch it yet.
84720      Branch: cfgperl
84721            + pod/Makefile.SH pod/buildtoc.PL
84722            - pod/Makefile pod/buildtoc
84723            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
84724 ____________________________________________________________________________
84725 [  6318] By: gsar                                  on 2000/07/05  22:10:54
84726         Log: fix UNC path handling on Windows under ithreads, and chdir()
84727              return value when given a non-existent directory
84728      Branch: perl
84729            ! win32/vdir.h
84730 ____________________________________________________________________________
84731 [  6317] By: gsar                                  on 2000/07/05  22:08:19
84732         Log: winsock cleanup never done on Windows (leads to handle leaks)
84733      Branch: perl
84734            ! win32/perllib.c win32/win32sck.c
84735 ____________________________________________________________________________
84736 [  6316] By: gsar                                  on 2000/07/05  22:06:19
84737         Log: some debugger output does not go to the socket when RemotePort is set
84738      Branch: perl
84739            ! lib/perl5db.pl
84740 ____________________________________________________________________________
84741 [  6315] By: jhi                                   on 2000/07/05  00:25:21
84742         Log: Integrate with Sarathy, preliminary fix for unicos
84743              alignment problems in [ID 20000612.002] Perl problem on Cray system.
84744      Branch: cfgperl
84745            ! sv.h
84746           !> pp_hot.c
84747 ____________________________________________________________________________
84748 [  6314] By: gsar                                  on 2000/07/04  23:34:02
84749         Log: tyop in change#6306
84750      Branch: perl
84751            ! pp_hot.c
84752 ____________________________________________________________________________
84753 [  6313] By: jhi                                   on 2000/07/04  22:14:38
84754         Log: Multiline string literals ENONPORTABLE.
84755      Branch: cfgperl
84756            ! pp_hot.c
84757 ____________________________________________________________________________
84758 [  6312] By: jhi                                   on 2000/07/04  20:34:44
84759         Log: Integrate with Sarathy.
84760      Branch: cfgperl
84761           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
84762           !> t/op/method.t
84763 ____________________________________________________________________________
84764 [  6311] By: jhi                                   on 2000/07/04  20:30:56
84765         Log: More POSIX.pod embellishment.
84766      Branch: cfgperl
84767            ! ext/POSIX/POSIX.pod
84768 ____________________________________________________________________________
84769 [  6310] By: gsar                                  on 2000/07/04  17:28:48
84770         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
84771      Branch: perl
84772            ! t/lib/b.t
84773 ____________________________________________________________________________
84774 [  6309] By: jhi                                   on 2000/07/04  17:22:18
84775         Log: The #6308 required a little bit more.
84776      Branch: cfgperl
84777            ! Makefile.SH win32/Makefile
84778 ____________________________________________________________________________
84779 [  6308] By: jhi                                   on 2000/07/04  16:35:24
84780         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
84781      Branch: cfgperl
84782            + lib/lib_pm.PL
84783            - lib/lib.pm.PL
84784            ! MANIFEST Makefile.SH
84785 ____________________________________________________________________________
84786 [  6307] By: jhi                                   on 2000/07/04  16:28:58
84787         Log: Win32 patches for cfgperl from Sarathy.
84788      Branch: cfgperl
84789            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
84790            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
84791            ! thread.h toke.c util.c win32/Makefile win32/win32.c
84792 ____________________________________________________________________________
84793 [  6306] By: gsar                                  on 2000/07/04  16:28:40
84794         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
84795              (from Richard Soderberg <rs@oregonnet.com>)
84796      Branch: perl
84797            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
84798 ____________________________________________________________________________
84799 [  6305] By: jhi                                   on 2000/07/04  16:24:24
84800         Log: Integrate with Sarathy.
84801      Branch: cfgperl
84802           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
84803           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
84804           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
84805           !> proto.h win32/win32.c
84806 ____________________________________________________________________________
84807 [  6304] By: gsar                                  on 2000/07/04  16:17:24
84808         Log: missing perldiag entry for unpack("w",...) diagnostic (from
84809              Andreas Koenig)
84810      Branch: perl
84811            ! pod/perldiag.pod
84812 ____________________________________________________________________________
84813 [  6303] By: gsar                                  on 2000/07/04  16:14:44
84814         Log: remove rel2abs prototypes (from Barrie Slaymaker)
84815      Branch: perl
84816            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
84817            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
84818 ____________________________________________________________________________
84819 [  6302] By: gsar                                  on 2000/07/04  04:59:35
84820         Log: adjust change#6299
84821      Branch: perl
84822            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
84823            ! win32/win32.c
84824 ____________________________________________________________________________
84825 [  6301] By: jhi                                   on 2000/07/04  04:50:07
84826         Log: Integrate with Sarathy.
84827      Branch: cfgperl
84828           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
84829           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
84830           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
84831 ____________________________________________________________________________
84832 [  6300] By: gsar                                  on 2000/07/04  04:42:09
84833         Log: PERL_OBJECT build tweak
84834      Branch: perl
84835            ! perl.h
84836 ____________________________________________________________________________
84837 [  6299] By: gsar                                  on 2000/07/04  04:37:00
84838         Log: fix memory leak on Windows (PL_sys_intern contents were never
84839              freed)
84840      Branch: perl
84841            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
84842            ! perlapi.c proto.h win32/win32.c
84843 ____________________________________________________________________________
84844 [  6298] By: gsar                                  on 2000/07/04  04:15:59
84845         Log: fix large memory leak that has been around for ever, masked by
84846              -DPURIFY (most of the arenas were never freed!)
84847      Branch: perl
84848            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
84849 ____________________________________________________________________________
84850 [  6297] By: gsar                                  on 2000/07/04  04:07:46
84851         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
84852      Branch: perl
84853            ! perl.c
84854 ____________________________________________________________________________
84855 [  6296] By: jhi                                   on 2000/06/30  18:28:37
84856         Log: Elaborate POSIX.pod.  Still needs work.
84857      Branch: cfgperl
84858            ! ext/POSIX/POSIX.pod
84859 ____________________________________________________________________________
84860 [  6295] By: jhi                                   on 2000/06/30  14:58:18
84861         Log: Point to perlipc for more SysV IPC examples.
84862      Branch: cfgperl
84863            ! pod/perlfunc.pod
84864 ____________________________________________________________________________
84865 [  6294] By: gsar                                  on 2000/06/30  14:47:45
84866         Log: slurp mode fix in change#4736 still not quite right
84867      Branch: perl
84868            ! pp_hot.c t/io/argv.t
84869 ____________________________________________________________________________
84870 [  6293] By: jhi                                   on 2000/06/30  12:02:55
84871         Log: Integrate with Sarathy.
84872      Branch: cfgperl
84873           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
84874 ____________________________________________________________________________
84875 [  6292] By: jhi                                   on 2000/06/30  12:01:11
84876         Log: From: simon@brecon.co.uk (Simon Cozens)
84877              Subject: UTF8 concat
84878              Date: 30 Jun 2000 06:13:25 GMT
84879              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
84880      Branch: cfgperl
84881            ! pp_hot.c
84882 ____________________________________________________________________________
84883 [  6291] By: gsar                                  on 2000/06/30  04:37:33
84884         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
84885              when @_ is modified, causing coredumps
84886      Branch: perl
84887            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
84888 ____________________________________________________________________________
84889 [  6290] By: jhi                                   on 2000/06/30  02:21:44
84890         Log: Integrate with Sarathy.
84891      Branch: cfgperl
84892           !> vms/vms.c vms/vmsish.h
84893 ____________________________________________________________________________
84894 [  6289] By: jhi                                   on 2000/06/30  02:21:02
84895         Log: Check VERSIONs.
84896      Branch: cfgperl
84897            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
84898            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
84899            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
84900 ____________________________________________________________________________
84901 [  6288] By: jhi                                   on 2000/06/30  02:18:52
84902         Log: Integrate with Sarathy.
84903      Branch: cfgperl
84904           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
84905           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
84906           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
84907           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
84908 ____________________________________________________________________________
84909 [  6287] By: gsar                                  on 2000/06/30  02:17:08
84910         Log: integrate vmsperl changes into mainline
84911      Branch: perl
84912           !> vms/vms.c vms/vmsish.h
84913 ____________________________________________________________________________
84914 [  6285] By: gsar                                  on 2000/06/30  02:05:28
84915         Log: localize %INC in a Safe compartment so that use/require work
84916              (many other magic globals probably need similar treatment)
84917      Branch: perl
84918            ! ext/Opcode/Opcode.xs
84919 ____________________________________________________________________________
84920 [  6284] By: gsar                                  on 2000/06/30  01:54:54
84921         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
84922              about Windows
84923      Branch: perl
84924            ! pod/perlembed.pod
84925 ____________________________________________________________________________
84926 [  6283] By: jhi                                   on 2000/06/30  01:50:10
84927         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
84928              From: Barrie Slaymaker <barries@jester.slaysys.com>
84929              Date: Wed, 28 Jun 2000 11:35:29 -0400
84930              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
84931      Branch: perl
84932            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
84933            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
84934            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
84935            ! lib/File/Spec/Win32.pm
84936 ____________________________________________________________________________
84937 [  6282] By: jhi                                   on 2000/06/29  22:57:22
84938         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
84939              From: Dan Sugalski <dan@sidhe.org>
84940              Date: Tue, 06 Jun 2000 11:59:50 -0400
84941              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
84942      Branch: cfgperl
84943            ! vms/vms.c
84944 ____________________________________________________________________________
84945 [  6281] By: jhi                                   on 2000/06/29  22:52:50
84946         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
84947              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
84948              Date: Wed, 7 Jun 2000 04:02:04 -0500
84949              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
84950      Branch: cfgperl
84951            ! utils/h2xs.PL
84952 ____________________________________________________________________________
84953 [  6280] By: jhi                                   on 2000/06/29  22:45:47
84954         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
84955              From: rspier@pobox.com (Robert Spier)
84956              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
84957              Message-ID: <14654.31913.845602.610277@rls.cx>
84958      Branch: cfgperl
84959            ! utils/h2xs.PL
84960 ____________________________________________________________________________
84961 [  6279] By: jhi                                   on 2000/06/29  22:38:16
84962         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
84963              From: Tim Ayers <tayers@bridge.com>
84964              Date: Thu, 08 Jun 2000 08:11:06 +0200
84965              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
84966              [resent by Richard Foley, Message-Id probably wrong]
84967      Branch: cfgperl
84968            ! pod/perlsub.pod
84969 ____________________________________________________________________________
84970 [  6278] By: jhi                                   on 2000/06/29  22:21:45
84971         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
84972              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
84973              Date: Fri, 09 Jun 2000 12:39:27 -0400
84974              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
84975              (plus update the version "number" of Text::Wrap)
84976      Branch: cfgperl
84977            ! lib/Text/Wrap.pm
84978 ____________________________________________________________________________
84979 [  6277] By: jhi                                   on 2000/06/29  22:13:10
84980         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
84981              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84982              Date: Mon, 12 Jun 2000 14:55:59 +0100
84983              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
84984      Branch: cfgperl
84985            ! pod/perlfunc.pod
84986 ____________________________________________________________________________
84987 [  6276] By: jhi                                   on 2000/06/29  22:11:06
84988         Log: Subject: [PATCH] Re: eval documentation: context
84989              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
84990              Date: Mon, 12 Jun 2000 15:07:29 +0100
84991              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
84992      Branch: cfgperl
84993            ! pod/perlfunc.pod
84994 ____________________________________________________________________________
84995 [  6275] By: jhi                                   on 2000/06/29  21:59:46
84996         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
84997              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
84998              Date: Tue, 13 Jun 2000 02:43:48 -0500
84999              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
85000      Branch: cfgperl
85001            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
85002 ____________________________________________________________________________
85003 [  6274] By: jhi                                   on 2000/06/29  21:56:14
85004         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
85005              From: Andy Dougherty <doughera@lafayette.edu>
85006              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
85007              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
85008      Branch: cfgperl
85009            ! ext/File/Glob/Glob.pm
85010 ____________________________________________________________________________
85011 [  6273] By: jhi                                   on 2000/06/29  21:49:09
85012         Log: Subject: [PATCH] xsub attributes
85013              From: Doug MacEachern <dougm@covalent.net>
85014              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
85015              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
85016      Branch: cfgperl
85017            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
85018            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
85019 ____________________________________________________________________________
85020 [  6272] By: jhi                                   on 2000/06/29  21:41:28
85021         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
85022              From: Tom Phoenix <rootbeer@redcat.com>
85023              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
85024              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
85025      Branch: cfgperl
85026            ! lib/Net/Ping.pm
85027 ____________________________________________________________________________
85028 [  6271] By: jhi                                   on 2000/06/29  21:36:55
85029         Log: Subject: PATCH pod/perltie.pod
85030              From: Ian Phillipps <Ian.Phillipps@iname.com>
85031              Date: Fri, 16 Jun 2000 00:17:19 +0100
85032              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
85033              (only the first hunk, the second hunk had already been done
85034              by some other patch)
85035      Branch: cfgperl
85036            ! pod/perltie.pod
85037 ____________________________________________________________________________
85038 [  6270] By: jhi                                   on 2000/06/29  21:24:51
85039         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
85040              From: Nicholas Clark <nick@talking.bollo.cx>
85041              Date: Fri, 23 Jun 2000 16:21:15 +0100
85042              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
85043      Branch: cfgperl
85044            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
85045            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
85046 ____________________________________________________________________________
85047 [  6269] By: jhi                                   on 2000/06/29  19:38:15
85048         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
85049              silence few compiler warnings.
85050      Branch: cfgperl
85051            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
85052 ____________________________________________________________________________
85053 [  6268] By: jhi                                   on 2000/06/29  18:21:50
85054         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
85055              From: Dominic Dunlop <domo@computer.org> 
85056              Date: Thu, 29 Jun 2000 12:32:39 +0200 
85057              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
85058      Branch: cfgperl
85059            ! t/op/sprintf.t
85060 ____________________________________________________________________________
85061 [  6267] By: jhi                                   on 2000/06/29  18:16:07
85062         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
85063              From: Doug MacEachern <dougm@covalent.net>
85064              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
85065              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
85066      Branch: cfgperl
85067            + t/op/method2entersub.t
85068            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
85069            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
85070            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
85071            ! xsutils.c
85072 ____________________________________________________________________________
85073 [  6266] By: jhi                                   on 2000/06/29  15:11:15
85074         Log: Subject: [PATCH 5.6.0] cygwin port
85075              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
85076              From: "Fifer, Eric" <EFifer@sanwaint.com>
85077              Date: Thu, 29 Jun 2000 12:58:29 +0100
85078      Branch: cfgperl
85079            ! cygwin/Makefile.SHs
85080 ____________________________________________________________________________
85081 [  6265] By: jhi                                   on 2000/06/29  15:04:05
85082         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
85083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85084              Date: Wed, 28 Jun 2000 17:50:12 -0700
85085              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
85086      Branch: cfgperl
85087            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
85088 ____________________________________________________________________________
85089 [  6264] By: jhi                                   on 2000/06/29  15:00:57
85090         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
85091              From: Marty Lucich <marty@netcom.com>
85092              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
85093              Message-Id: <200006282116.OAA11148@netcom.com>
85094              ccdlflags update (the BSD/OS 4.1 part had already been taken
85095              care of by #6141).
85096      Branch: cfgperl
85097            ! hints/bsdos.sh
85098 ____________________________________________________________________________
85099 [  6263] By: jhi                                   on 2000/06/29  13:47:44
85100         Log: tr fixes from Simon Cozens
85101      Branch: cfgperl
85102            ! doop.c
85103 ____________________________________________________________________________
85104 [  6262] By: jhi                                   on 2000/06/28  18:46:01
85105         Log: Subject: 5.6.0 Patch for EPOC
85106              From: Olaf Flebbe <o.flebbe@gmx.de>
85107              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
85108              Message-ID: <23449.960929969@www11.gmx.net>
85109      Branch: cfgperl
85110            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
85111            ! epoc/epocish.h
85112 ____________________________________________________________________________
85113 [  6261] By: jhi                                   on 2000/06/28  18:29:07
85114         Log: Subject: Re: [PATCH cfgperl] BOMs away!
85115              From: simon@brecon.co.uk (Simon Cozens)
85116              Date: 17 Jun 2000 11:49:57 GMT
85117              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
85118      Branch: cfgperl
85119            ! pod/perldiag.pod t/comp/require.t toke.c
85120 ____________________________________________________________________________
85121 [  6260] By: jhi                                   on 2000/06/28  17:47:16
85122         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
85123              From: simon@brecon.co.uk (Simon Cozens) 
85124              Date: 17 Jun 2000 11:56:44 GMT 
85125              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
85126              pack U0, pack C0
85127      Branch: cfgperl
85128            ! pod/perlfunc.pod pp.c t/op/pack.t
85129 ____________________________________________________________________________
85130 [  6259] By: jhi                                   on 2000/06/28  16:43:17
85131         Log: perlnewmod was missing from MANIFEST.
85132      Branch: cfgperl
85133            ! MANIFEST
85134 ____________________________________________________________________________
85135 [  6258] By: jhi                                   on 2000/06/28  15:54:30
85136         Log: linenumber tweak
85137      Branch: cfgperl
85138            ! t/pragma/warn/regcomp
85139 ____________________________________________________________________________
85140 [  6257] By: jhi                                   on 2000/06/28  15:50:44
85141         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
85142              From: Doug MacEachern <dougm@covalent.net>
85143              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
85144              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
85145              (one part of the patch had been applied earlier)
85146      Branch: cfgperl
85147            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
85148 ____________________________________________________________________________
85149 [  6256] By: jhi                                   on 2000/06/28  15:40:22
85150         Log: tweaks from Simon Cozens to further fix tr/// under utf8
85151      Branch: cfgperl
85152            ! doop.c
85153 ____________________________________________________________________________
85154 [  6255] By: jhi                                   on 2000/06/28  15:33:45
85155         Log: small thinko tweaks
85156      Branch: cfgperl
85157            ! lib/IPC/Open3.pm t/op/my_stash.t
85158 ____________________________________________________________________________
85159 [  6254] By: jhi                                   on 2000/06/28  15:33:25
85160         Log: Subject: tr///, help wanted.
85161              From: simon@brecon.co.uk (Simon Cozens)
85162              Date: 28 Jun 2000 11:29:04 GMT
85163              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
85164      Branch: cfgperl
85165            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
85166            ! pp_proto.h proto.h t/op/tr.t
85167 ____________________________________________________________________________
85168 [  6253] By: jhi                                   on 2000/06/28  15:09:17
85169         Log: Paranoia tweak on #6249.
85170              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
85171              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
85172              Date: Sun, 25 Jun 2000 23:43:12 -0400
85173              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
85174      Branch: cfgperl
85175            ! lib/IPC/Open3.pm
85176 ____________________________________________________________________________
85177 [  6252] By: jhi                                   on 2000/06/28  15:01:38
85178         Log: Document #6249 and #6251.
85179      Branch: cfgperl
85180            ! lib/Exporter.pm lib/IPC/Open3.pm
85181 ____________________________________________________________________________
85182 [  6251] By: jhi                                   on 2000/06/28  14:50:43
85183         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
85184              From: Doug MacEachern <dougm@covalent.net>
85185              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
85186              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
85187      Branch: cfgperl
85188            ! lib/Exporter.pm
85189 ____________________________________________________________________________
85190 [  6250] By: jhi                                   on 2000/06/28  14:45:23
85191         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
85192              From: Doug MacEachern <dougm@covalent.net>
85193              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
85194              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
85195      Branch: cfgperl
85196            + t/op/my_stash.t
85197            ! MANIFEST embed.pl global.sym proto.h toke.c
85198 ____________________________________________________________________________
85199 [  6249] By: jhi                                   on 2000/06/28  14:36:34
85200         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
85201              From: Frank Tobin <ftobin@uiuc.edu>
85202              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
85203              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
85204      Branch: cfgperl
85205            ! lib/IPC/Open3.pm
85206 ____________________________________________________________________________
85207 [  6248] By: jhi                                   on 2000/06/28  14:11:25
85208         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
85209              From: Mark-Jason Dominus <mjd@plover.com>
85210              Date: Tue, 27 Jun 2000 22:36:42 -0400
85211              Message-ID: <20000628023642.12166.qmail@plover.com>
85212      Branch: cfgperl
85213            ! pod/perlfunc.pod
85214 ____________________________________________________________________________
85215 [  6247] By: jhi                                   on 2000/06/27  12:46:37
85216         Log: Tweak $VERSION, patch from Doug MacEachern.
85217      Branch: cfgperl
85218            ! lib/File/Spec.pm
85219 ____________________________________________________________________________
85220 [  6246] By: jhi                                   on 2000/06/27  03:34:46
85221         Log: Allow for standalone testing.
85222      Branch: cfgperl
85223            ! t/lib/filefunc.t t/lib/filespec.t
85224 ____________________________________________________________________________
85225 [  6245] By: jhi                                   on 2000/06/27  02:50:02
85226         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
85227              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
85228              Date: Sat, 24 Jun 2000 13:06:20 +0100
85229              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
85230      Branch: cfgperl
85231            ! ext/DynaLoader/DynaLoader_pm.PL
85232 ____________________________________________________________________________
85233 [  6244] By: jhi                                   on 2000/06/27  02:46:10
85234         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
85235              From: Doug MacEachern <dougm@covalent.net>
85236              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
85237              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
85238      Branch: cfgperl
85239            ! gv.c sv.c t/lib/peek.t
85240 ____________________________________________________________________________
85241 [  6243] By: jhi                                   on 2000/06/27  02:38:07
85242         Log: Subject: [PATCH] is_utf8_string
85243              From: simon@brecon.co.uk (Simon Cozens)
85244              Date: 26 Jun 2000 02:25:59 GMT
85245              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
85246      Branch: cfgperl
85247            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
85248            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
85249            ! proto.h utf8.c
85250 ____________________________________________________________________________
85251 [  6242] By: jhi                                   on 2000/06/27  02:24:00
85252         Log: Subject: [PATCH] bytes<->utf8 fixes
85253              From: simon@brecon.co.uk (Simon Cozens)
85254              Date: 26 Jun 2000 04:55:45 GMT
85255              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
85256      Branch: cfgperl
85257            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
85258 ____________________________________________________________________________
85259 [  6241] By: jhi                                   on 2000/06/27  02:12:42
85260         Log: Do no -warn on \_, only on \alpha.
85261              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
85262              From: David Dyck <dcd@tc.fluke.com>
85263              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
85264              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
85265      Branch: cfgperl
85266            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
85267 ____________________________________________________________________________
85268 [  6240] By: jhi                                   on 2000/06/27  02:00:01
85269         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
85270              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
85271              Date: Mon, 26 Jun 2000 18:40:14 +0100
85272              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
85273      Branch: cfgperl
85274            ! utils/h2xs.PL
85275 ____________________________________________________________________________
85276 [  6239] By: jhi                                   on 2000/06/27  01:53:40
85277         Log: Configure maintenance.  Sever some dependency cycles,
85278              separate gccversion from the cc unit,
85279              address [ID 20000623.006] Configure script patch for using gcc on AIX
85280              (but solve it a little bit differently),
85281              unduplex some accidentally duplicated units,
85282              suggest using gcc if no cc available
85283              (p5p thread: "Solaris configure: counterproposal", 1999-09)
85284      Branch: cfgperl
85285            ! Configure Todo-5.6 config_h.SH
85286      Branch: metaconfig
85287            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
85288            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
85289      Branch: metaconfig/U/perl
85290            + gccvers.U
85291            ! d_getespwnam.U d_getprpwnam.U i_prot.U
85292 ____________________________________________________________________________
85293 [  6238] By: jhi                                   on 2000/06/25  18:04:56
85294         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
85295              From: Dan Sugalski <dan@sidhe.org>
85296              Date: Fri, 23 Jun 2000 17:00:00 -0400
85297              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
85298      Branch: cfgperl
85299            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
85300 ____________________________________________________________________________
85301 [  6237] By: jhi                                   on 2000/06/25  16:36:45
85302         Log: Tweak embed.pl, regen headers.
85303      Branch: cfgperl
85304            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
85305            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
85306            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
85307            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
85308            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
85309 ____________________________________________________________________________
85310 [  6236] By: jhi                                   on 2000/06/25  15:26:42
85311         Log: Regen headers.
85312      Branch: cfgperl
85313            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
85314            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
85315            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
85316            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
85317            ! regnodes.h warnings.h
85318 ____________________________________________________________________________
85319 [  6235] By: jhi                                   on 2000/06/23  19:39:35
85320         Log: The thread begun by
85321              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
85322              From: Kevin.Ruscoe@ubsw.com
85323              Date: Fri, 16 Jun 2000 16:38:51 +0100
85324              Message-Id: <H000019b03c300d6@MHS>
85325      Branch: cfgperl
85326            ! hints/solaris_2.sh
85327 ____________________________________________________________________________
85328 [  6234] By: jhi                                   on 2000/06/23  19:23:36
85329         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
85330              because when run as services (Win32ese for daemons)
85331              no environment variables are set and tmpdir ends up as /tmp,
85332              which is ambiguous.
85333              
85334              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
85335              From: matt@sergeant.org
85336              Date: 16 Jun 2000 16:30:43 -0000
85337              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
85338      Branch: cfgperl
85339            ! lib/File/Spec/Win32.pm
85340 ____________________________________________________________________________
85341 [  6233] By: jhi                                   on 2000/06/23  19:18:58
85342         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
85343              From: Mark-Jason Dominus <mjd@plover.com>
85344              Date: Fri, 16 Jun 2000 20:53:04 -0400
85345              Message-ID: <20000617005304.8008.qmail@plover.com>
85346      Branch: cfgperl
85347            ! op.h
85348 ____________________________________________________________________________
85349 [  6232] By: jhi                                   on 2000/06/23  16:10:02
85350         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
85351              From: simon@brecon.co.uk (Simon Cozens)
85352              Date: 19 Jun 2000 15:18:27 GMT
85353              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
85354              
85355              plus update pod/Makefile and regenerate perltoc
85356      Branch: cfgperl
85357            + pod/perlutil.pod
85358            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
85359 ____________________________________________________________________________
85360 [  6231] By: jhi                                   on 2000/06/23  15:19:18
85361         Log: Subject: [PATCH 5.6.0] cygwin port
85362              From: "Fifer, Eric" <EFifer@sanwaint.com>
85363              Date: Tue, 20 Jun 2000 14:30:58 +0100
85364              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
85365      Branch: cfgperl
85366            ! README.cygwin lib/File/Find.pm
85367 ____________________________________________________________________________
85368 [  6230] By: jhi                                   on 2000/06/23  14:25:21
85369         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
85370      Branch: cfgperl
85371            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
85372            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
85373            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
85374            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
85375 ____________________________________________________________________________
85376 [  6229] By: jhi                                   on 2000/06/23  14:13:34
85377         Log: Subject: README.hpux version 0.6.1
85378              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
85379              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85380              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
85381      Branch: cfgperl
85382            ! README.hpux
85383 ____________________________________________________________________________
85384 [  6228] By: jhi                                   on 2000/06/23  14:07:20
85385         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
85386              From: Doug MacEachern <dougm@covalent.net>
85387              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
85388              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
85389      Branch: cfgperl
85390            ! op.c
85391 ____________________________________________________________________________
85392 [  6227] By: jhi                                   on 2000/06/23  14:01:06
85393         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
85394              From: Doug MacEachern <dougm@covalent.net>
85395              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
85396              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
85397      Branch: cfgperl
85398            + lib/lib.pm.PL
85399            - lib/lib.pm
85400            ! MANIFEST Makefile.SH
85401 ____________________________________________________________________________
85402 [  6226] By: jhi                                   on 2000/06/23  13:53:07
85403         Log: Subject: [PATCH] remove forward declarations in Socket.pm
85404              From: Doug MacEachern <dougm@covalent.net>
85405              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
85406              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
85407              
85408              From: Doug MacEachern <dougm@covalent.net>
85409              Subject: Re: [PATCH] remove forward declarations in Socket.pm
85410              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
85411              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
85412      Branch: cfgperl
85413            ! ext/Socket/Socket.pm op.c
85414 ____________________________________________________________________________
85415 [  6225] By: jhi                                   on 2000/06/23  13:41:52
85416         Log: Add source code filenames to apidoc.
85417              From: simon@brecon.co.uk (Simon Cozens)
85418              Subject: [PATCH embed.pl] Source X-ref
85419              Date: 22 Jun 2000 02:18:49 GMT
85420              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
85421      Branch: cfgperl
85422            ! embed.pl
85423 ____________________________________________________________________________
85424 [  6224] By: jhi                                   on 2000/06/23  13:32:33
85425         Log: A way to avoid English.pm performance hit.
85426              From: root <root@jester.slaysys.com>
85427              Subject: [YAPATCH English.pm] My turn to putt again
85428              Date: Thu, 22 Jun 2000 20:33:58 -0400
85429              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
85430      Branch: cfgperl
85431            ! lib/English.pm t/lib/english.t
85432 ____________________________________________________________________________
85433 [  6223] By: jhi                                   on 2000/06/23  13:27:06
85434         Log: Avoid double close().
85435              Subject: [PATCH] avoid double close()
85436              From: Doug MacEachern <dougm@covalent.net>
85437              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
85438              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
85439      Branch: cfgperl
85440            ! doio.c
85441 ____________________________________________________________________________
85442 [  6222] By: jhi                                   on 2000/06/23  13:25:54
85443         Log: doc typo fix
85444              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
85445              From: Ian Phillipps <Ian.Phillipps@iname.com>
85446              Date: Fri, 23 Jun 2000 10:40:58 +0100
85447              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
85448      Branch: cfgperl
85449            ! lib/Pod/Usage.pm
85450 ____________________________________________________________________________
85451 [  6221] By: jhi                                   on 2000/06/23  13:24:15
85452         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
85453              From: simon@brecon.co.uk (Simon Cozens)
85454              Subject: [PATCH] Eliminate tr///[CU][CU]
85455              Date: 23 Jun 2000 11:05:40 GMT
85456              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
85457      Branch: cfgperl
85458            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
85459 ____________________________________________________________________________
85460 [  6220] By: jhi                                   on 2000/06/22  16:07:51
85461         Log: Win32 patches from Benjamin Stuhl.
85462      Branch: cfgperl
85463            ! makedef.pl win32/win32.h
85464 ____________________________________________________________________________
85465 [  6219] By: jhi                                   on 2000/06/22  16:06:34
85466         Log: Bytecode patches from Benjamin Stuhl.
85467      Branch: cfgperl
85468            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85469            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85470            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85471 ____________________________________________________________________________
85472 [  6218] By: jhi                                   on 2000/06/15  23:54:16
85473         Log: Bytecode patches from Benjamin Stuhl.
85474      Branch: cfgperl
85475            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85476 ____________________________________________________________________________
85477 [  6217] By: jhi                                   on 2000/06/09  13:38:29
85478         Log: Rename the fdpid locking and integrate with Sarathy.
85479      Branch: cfgperl
85480            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
85481            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
85482            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
85483            ! win32/win32.c
85484           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
85485 ____________________________________________________________________________
85486 [  6216] By: gsar                                  on 2000/06/08  14:54:21
85487         Log: be more optimal about clearing @_
85488      Branch: perl
85489            ! cop.h
85490 ____________________________________________________________________________
85491 [  6215] By: gsar                                  on 2000/06/08  14:33:04
85492         Log: tweak comment about @DB::args
85493      Branch: perl
85494            ! av.h pp_ctl.c
85495 ____________________________________________________________________________
85496 [  6214] By: gsar                                  on 2000/06/08  13:57:54
85497         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
85498              caller() wants to populate @DB::args with it (causes a coredump
85499              in Carp::confess())
85500      Branch: perl
85501            ! cop.h t/op/runlevel.t
85502 ____________________________________________________________________________
85503 [  6213] By: gsar                                  on 2000/06/08  07:06:35
85504         Log: back out change#6106 (seems problematic)
85505      Branch: perl
85506            ! hints/solaris_2.sh
85507 ____________________________________________________________________________
85508 [  6212] By: jhi                                   on 2000/06/07  03:10:36
85509         Log: Continuing mopup for #6204.
85510      Branch: cfgperl
85511            ! ext/B/defsubs_h.PL
85512 ____________________________________________________________________________
85513 [  6211] By: jhi                                   on 2000/06/07  02:41:50
85514         Log: Mopup for #6204.
85515              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
85516              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
85517              This is comes from const() where POK isn't on when expected.
85518      Branch: cfgperl
85519            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
85520            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85521            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
85522            ! perlapi.h pod/perlapi.pod
85523 ____________________________________________________________________________
85524 [  6210] By: jhi                                   on 2000/06/07  01:56:29
85525         Log: Mopup for #6207 and #6209.
85526      Branch: cfgperl
85527            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
85528 ____________________________________________________________________________
85529 [  6209] By: jhi                                   on 2000/06/07  01:33:12
85530         Log: Lock PL_fdpid against race conditions, based on:
85531              Subject: [PATCH 5.6.0]subprocess fixup for threads
85532              From: Dan Sugalski <dan@sidhe.org>
85533              To: perl5-porters@perl.org
85534              Date: Tue, 11 Apr 2000 17:02:32 -0400
85535              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
85536      Branch: cfgperl
85537            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
85538            ! win32/win32.c
85539 ____________________________________________________________________________
85540 [  6208] By: jhi                                   on 2000/06/07  01:05:23
85541         Log: Regen headers for #6207.
85542      Branch: cfgperl
85543            ! embed.h global.sym objXSUB.h proto.h
85544 ____________________________________________________________________________
85545 [  6207] By: jhi                                   on 2000/06/06  23:43:13
85546         Log: Subject: [PATCH 5.6.0] Threadsafe patches
85547              From: Dan Sugalski <dan@sidhe.org>
85548              To: perl5-porters@perl.org
85549              Date: Mon, 08 May 2000 18:08:13 -0400
85550              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
85551      Branch: cfgperl
85552            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
85553            ! proto.h sv.h util.c
85554 ____________________________________________________________________________
85555 [  6206] By: jhi                                   on 2000/06/06  23:21:23
85556         Log: Subject: [PATCH] Eliminate $a/$b in pod
85557              From: David Glasser <me@davidglasser.net>
85558              To: perl5-porters@perl.org
85559              Date: Mon, 29 May 2000 21:15:59 -0400
85560              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
85561      Branch: cfgperl
85562            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
85563            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
85564            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
85565            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
85566            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
85567            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
85568            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
85569            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
85570            ! pod/perlvar.pod pod/perlxs.pod
85571 ____________________________________________________________________________
85572 [  6205] By: jhi                                   on 2000/06/06  23:12:14
85573         Log: Subject: [PATCH] Win32 improvements
85574              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
85575              To: gsar@activestate.com, perl5-porters@perl.org
85576              Date: Mon, 29 May 2000 17:22:24 PDT
85577              Message-ID: <20000530002224.91142.qmail@hotmail.com>
85578              (MUA had mangled many lines by wordwrapping)
85579      Branch: cfgperl
85580            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
85581 ____________________________________________________________________________
85582 [  6204] By: jhi                                   on 2000/06/06  23:01:50
85583         Log: Subject: [PATCH] B::Bytecode patches
85584              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
85585              To: gsar@activestate.com, jhi@iki.fi
85586              Cc: perl5-porters@perl.org
85587              Message-ID: <20000602202526.48694.qmail@hotmail.com>
85588              (MUA had mangled many lines by wordwrapping)
85589      Branch: cfgperl
85590            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
85591            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
85592            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85593            ! intrpvar.h perl.c
85594 ____________________________________________________________________________
85595 [  6203] By: jhi                                   on 2000/06/06  22:32:43
85596         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
85597              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85598              Date: Tue, 06 Jun 2000 13:07:45 -0700
85599              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
85600      Branch: cfgperl
85601            ! pod/perldiag.pod
85602 ____________________________________________________________________________
85603 [  6202] By: jhi                                   on 2000/06/06  19:38:35
85604         Log: Integrate with Sarathy.
85605      Branch: cfgperl
85606           !> perl.c
85607 ____________________________________________________________________________
85608 [  6201] By: gsar                                  on 2000/06/06  00:42:59
85609         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
85610              does a PUSHMARK that's never ever POPMARKed; in general, only
85611              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
85612              Perl_eval_[sp]v() don't because they don't take any incoming
85613              arguments (this leak has been around since the original version
85614              of perl_eval_pv() in 5.003_97e)
85615      Branch: perl
85616            ! perl.c
85617 ____________________________________________________________________________
85618 [  6200] By: jhi                                   on 2000/06/04  03:44:52
85619         Log: Update to cperl-mode.el 4.31 from
85620              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
85621              Subject: A couple of notes
85622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
85623              To: Mailing list Perl5 <perl5-porters@perl.org>
85624              Date: Sat, 3 Jun 2000 23:33:32 -0400
85625              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
85626      Branch: cfgperl
85627            ! emacs/cperl-mode.el
85628 ____________________________________________________________________________
85629 [  6199] By: jhi                                   on 2000/06/03  15:11:05
85630         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
85631              From: Dan Sugalski <dan@sidhe.org>
85632              To: perl5-porters@perl.org, vmsperl@perl.org
85633              Date: Fri, 02 Jun 2000 17:30:51 -0400
85634              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
85635      Branch: cfgperl
85636            ! vms/descrip_mms.template vms/gen_shrfls.pl
85637 ____________________________________________________________________________
85638 [  6198] By: jhi                                   on 2000/06/03  14:59:15
85639         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
85640              From: Dan Sugalski <dan@sidhe.org>
85641              To: vmsperl@perl.org, perl5-porters@perl.org
85642              Date: Fri, 02 Jun 2000 16:00:41 -0400
85643              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
85644              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
85645      Branch: cfgperl
85646            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
85647            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
85648            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
85649 ____________________________________________________________________________
85650 [  6197] By: jhi                                   on 2000/06/03  14:41:30
85651         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
85652              From: John Borwick <jhborwic@unity.ncsu.edu>
85653              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
85654              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
85655      Branch: cfgperl
85656            ! pod/perlsyn.pod
85657 ____________________________________________________________________________
85658 [  6196] By: jhi                                   on 2000/06/03  14:38:09
85659         Log: Integrate with Sarathy.
85660      Branch: cfgperl
85661           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
85662           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
85663           !> vms/perly_c.vms
85664 ____________________________________________________________________________
85665 [  6195] By: gsar                                  on 2000/06/02  22:43:13
85666         Log: fix yet another eval"" leak under USE_ITHREADS
85667      Branch: perl
85668            ! op.c
85669 ____________________________________________________________________________
85670 [  6194] By: gsar                                  on 2000/06/02  18:22:06
85671         Log: fix small eval"" memory leaks under USE_ITHREADS
85672      Branch: perl
85673            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
85674            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
85675            ! vms/perly_c.vms
85676 ____________________________________________________________________________
85677 [  6193] By: jhi                                   on 2000/06/01  13:03:56
85678         Log: Signals-be-gone for microperl.
85679      Branch: cfgperl
85680            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
85681 ____________________________________________________________________________
85682 [  6192] By: jhi                                   on 2000/06/01  12:52:02
85683         Log: Integrate with Sarathy.
85684      Branch: cfgperl
85685           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
85686           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
85687           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
85688           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
85689           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
85690           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
85691           !> t/op/vec.t utils/h2xs.PL
85692 ____________________________________________________________________________
85693 [  6191] By: gsar                                  on 2000/06/01  09:38:21
85694         Log: vec() loses numericalness (modified version of patch suggested
85695              by Robin Barker)
85696      Branch: perl
85697            ! doop.c t/op/vec.t
85698 ____________________________________________________________________________
85699 [  6190] By: gsar                                  on 2000/06/01  09:26:15
85700         Log: submit missing embed.pl change
85701      Branch: perl
85702            ! embed.pl
85703 ____________________________________________________________________________
85704 [  6189] By: gsar                                  on 2000/06/01  09:05:34
85705         Log: counting tr/// corrupts later operation (from M.J.T Guy)
85706      Branch: perl
85707            ! doop.c t/op/tr.t
85708 ____________________________________________________________________________
85709 [  6188] By: gsar                                  on 2000/06/01  08:58:39
85710         Log: h2xs tweaks
85711      Branch: perl
85712            ! utils/h2xs.PL
85713 ____________________________________________________________________________
85714 [  6187] By: gsar                                  on 2000/06/01  08:50:07
85715         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
85716              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
85717      Branch: perl
85718            + lib/Pod/LaTeX.pm
85719            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
85720            ! pod/pod2latex.PL
85721 ____________________________________________________________________________
85722 [  6186] By: gsar                                  on 2000/06/01  08:24:40
85723         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
85724              <wolfgang.laun@alcatel.at>)
85725      Branch: perl
85726            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
85727            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
85728 ____________________________________________________________________________
85729 [  6185] By: gsar                                  on 2000/06/01  08:12:00
85730         Log: remove incorrect documentation about implicit split to @_ in
85731              list context, which never really worked in perl 5 (from
85732              M.J.T. Guy)
85733      Branch: perl
85734            ! pod/perlfunc.pod pod/perltrap.pod
85735 ____________________________________________________________________________
85736 [  6184] By: gsar                                  on 2000/06/01  07:52:27
85737         Log: tweak for change#6127
85738      Branch: perl
85739            ! perl.c
85740 ____________________________________________________________________________
85741 [  6183] By: gsar                                  on 2000/06/01  07:41:02
85742         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
85743              <nick@ccl4.org>)
85744      Branch: perl
85745            + t/lib/selfloader.t
85746            ! MANIFEST lib/SelfLoader.pm
85747 ____________________________________________________________________________
85748 [  6182] By: jhi                                   on 2000/06/01  00:34:42
85749         Log: Be Cleaner Part Deux.
85750      Branch: cfgperl
85751            ! Makefile.SH
85752 ____________________________________________________________________________
85753 [  6181] By: jhi                                   on 2000/06/01  00:32:09
85754         Log: Integrate with Sarathy.
85755      Branch: cfgperl
85756           !> pp.c t/op/arith.t
85757 ____________________________________________________________________________
85758 [  6180] By: jhi                                   on 2000/06/01  00:31:13
85759         Log: microperl nits from Simon Cozens.
85760      Branch: cfgperl
85761            + uconfig.h
85762            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
85763            ! unixish.h
85764 ____________________________________________________________________________
85765 [  6179] By: gsar                                  on 2000/05/31  22:37:51
85766         Log: buggy modulus on UVs introduced by change#3378 (resulted in
85767              4063328477 % 65535 amounting to 27406, instead of 27407)
85768      Branch: perl
85769            ! pp.c t/op/arith.t
85770 ____________________________________________________________________________
85771 [  6178] By: jhi                                   on 2000/05/31  21:52:41
85772         Log: Be cleaner.
85773      Branch: cfgperl
85774            ! Makefile.SH
85775 ____________________________________________________________________________
85776 [  6177] By: jhi                                   on 2000/05/31  21:47:33
85777         Log: Substitution utf8 patch from Simon Cozens.
85778      Branch: cfgperl
85779            ! pp_hot.c
85780 ____________________________________________________________________________
85781 [  6176] By: jhi                                   on 2000/05/31  21:45:34
85782         Log: Single-quoted utf8 patch from Simon Cozens.
85783      Branch: cfgperl
85784            ! toke.c
85785 ____________________________________________________________________________
85786 [  6175] By: jhi                                   on 2000/05/31  21:40:18
85787         Log: Integrate with Sarathy.
85788      Branch: cfgperl
85789           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
85790 ____________________________________________________________________________
85791 [  6174] By: jhi                                   on 2000/05/31  21:37:31
85792         Log: microperl changes from Simon Cozens; Makefile for microperl
85793              written from scratch; few casts added as microperl compilation
85794              doesn't have all prototypes available.
85795      Branch: cfgperl
85796            + Makefile.micro README.micro Todo.micro uconfig.sh
85797            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
85798            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
85799      Branch: metaconfig
85800            + U/modified/Config_h.U
85801 ____________________________________________________________________________
85802 [  6173] By: jhi                                   on 2000/05/31  20:00:24
85803         Log: metaconfig maintenance.
85804      Branch: metaconfig
85805            + U/modified/Inhdr.U U/typedefs/inotype.U
85806      Branch: metaconfig/U/perl
85807            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
85808            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
85809 ____________________________________________________________________________
85810 [  6172] By: gsar                                  on 2000/05/31  05:05:42
85811         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
85812              (from Ilya Zakharevich)
85813      Branch: perl
85814            ! regexec.c t/op/re_tests
85815 ____________________________________________________________________________
85816 [  6171] By: gsar                                  on 2000/05/31  05:01:47
85817         Log: scalar() doesn't force scalar context when used in void context
85818              (from Simon Cozens)
85819      Branch: perl
85820            ! op.c t/op/wantarray.t
85821 ____________________________________________________________________________
85822 [  6170] By: gsar                                  on 2000/05/31  04:41:33
85823         Log: change#6142 needs tweaks to tests to work where there's no symlink()
85824              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
85825      Branch: perl
85826            ! t/lib/filefind.t
85827 ____________________________________________________________________________
85828 [  6169] By: gsar                                  on 2000/05/31  04:29:49
85829         Log: integrate cfgperl contents into mainline
85830      Branch: perl
85831           +> pod/perlmodlib.PL pod/perlnewmod.pod
85832           !> (integrate 42 files)
85833 ____________________________________________________________________________
85834 [  6168] By: jhi                                   on 2000/05/30  22:53:37
85835         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
85836      Branch: cfgperl
85837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85838            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
85839            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
85840            ! win32/config.bc win32/config.gc win32/config.vc
85841            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85842            ! win32/config_h.PL win32/config_sh.PL
85843      Branch: metaconfig/U/perl
85844            ! perlxv.U
85845 ____________________________________________________________________________
85846 [  6167] By: jhi                                   on 2000/05/30  22:20:21
85847         Log: tweak todo 
85848      Branch: cfgperl
85849            ! Todo-5.6
85850 ____________________________________________________________________________
85851 [  6166] By: jhi                                   on 2000/05/30  22:11:51
85852         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
85853              in case somebody wants to write an extension for more
85854              shadow database interfaces.
85855      Branch: cfgperl
85856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85857            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
85858            ! vos/config.def vos/config.h vos/config_h.SH_orig
85859            ! win32/config.bc win32/config.gc win32/config.vc
85860            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85861      Branch: metaconfig
85862            ! U/modified/Myinit.U
85863      Branch: metaconfig/U/perl
85864            + d_getespwnam.U d_getprpwnam.U i_prot.U
85865 ____________________________________________________________________________
85866 [  6165] By: jhi                                   on 2000/05/30  18:35:34
85867         Log: Integrate with Sarathy.
85868      Branch: cfgperl
85869           !> op.c
85870 ____________________________________________________________________________
85871 [  6164] By: jhi                                   on 2000/05/30  18:30:16
85872         Log: detypo
85873      Branch: cfgperl
85874            ! Configure config_h.SH
85875      Branch: metaconfig/U/perl
85876            ! perlxv.U
85877 ____________________________________________________________________________
85878 [  6163] By: gsar                                  on 2000/05/30  03:24:03
85879         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
85880      Branch: perl
85881            ! op.c
85882 ____________________________________________________________________________
85883 [  6162] By: gsar                                  on 2000/05/30  03:09:38
85884         Log: fix memory leak in method call optimization (change#3768);
85885              made C<eval "$x->foo()"> leak
85886      Branch: perl
85887            ! op.c
85888 ____________________________________________________________________________
85889 [  6161] By: jhi                                   on 2000/05/29  17:56:26
85890         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
85891              both from Simon Cozens.
85892      Branch: cfgperl
85893            + pod/perlmodlib.PL pod/perlnewmod.pod
85894            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
85895            ! pod/perlmodlib.pod pod/perltoc.pod
85896 ____________________________________________________________________________
85897 [  6160] By: jhi                                   on 2000/05/29  17:23:55
85898         Log: Changes for the File::Temp 0.08 (change #6159) test suite
85899              to fit better into the Perl distribution test framework.
85900      Branch: cfgperl
85901            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
85902            ! t/lib/ftmp-tempfile.t
85903 ____________________________________________________________________________
85904 [  6159] By: jhi                                   on 2000/05/29  16:55:36
85905         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
85906      Branch: cfgperl
85907            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
85908            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
85909 ____________________________________________________________________________
85910 [  6158] By: bailey                                on 2000/05/29  16:22:08
85911         Log: Add fallback to tmpfile for use in cases where user's relying on
85912              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
85913              Lane's patch)
85914      Branch: vmsperl
85915            ! vms/vms.c vms/vmsish.h
85916 ____________________________________________________________________________
85917 [  6157] By: jhi                                   on 2000/05/29  03:10:36
85918         Log: Regen Configure to jive with #6149.
85919      Branch: cfgperl
85920            ! Configure
85921      Branch: metaconfig
85922            ! U/modified/Getfile.U
85923 ____________________________________________________________________________
85924 [  6156] By: jhi                                   on 2000/05/29  03:01:38
85925         Log: Integrate with Sarathy.
85926      Branch: cfgperl
85927           +> ext/DynaLoader/dl_mac.xs
85928           !> (integrate 38 files)
85929 ____________________________________________________________________________
85930 [  6155] By: gsar                                  on 2000/05/28  21:15:58
85931         Log: small bug in change#6144; remove random \xA0 character that snuck
85932              in via change#6145
85933      Branch: perl
85934            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
85935 ____________________________________________________________________________
85936 [  6154] By: gsar                                  on 2000/05/28  21:04:19
85937         Log: avoid type mismatch warning
85938      Branch: perl
85939            ! perl.c
85940 ____________________________________________________________________________
85941 [  6153] By: gsar                                  on 2000/05/28  20:58:31
85942         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
85943              <nick@Bagpuss.uk.boo.com>)
85944      Branch: perl
85945            ! lib/Test/Harness.pm
85946 ____________________________________________________________________________
85947 [  6152] By: gsar                                  on 2000/05/28  20:53:42
85948         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
85949      Branch: perl
85950            ! regexec.c
85951 ____________________________________________________________________________
85952 [  6151] By: gsar                                  on 2000/05/28  20:50:28
85953         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
85954      Branch: perl
85955            ! regexec.c
85956 ____________________________________________________________________________
85957 [  6150] By: gsar                                  on 2000/05/28  20:39:58
85958         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
85959      Branch: perl
85960            ! pod/perlrequick.pod
85961 ____________________________________________________________________________
85962 [  6149] By: gsar                                  on 2000/05/28  20:35:16
85963         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
85964              <troc@netrus.net>)
85965      Branch: perl
85966            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
85967            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
85968            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
85969            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
85970 ____________________________________________________________________________
85971 [  6148] By: gsar                                  on 2000/05/28  20:21:07
85972         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
85973      Branch: perl
85974            ! lib/ExtUtils/MM_Unix.pm
85975 ____________________________________________________________________________
85976 [  6147] By: gsar                                  on 2000/05/28  20:12:41
85977         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
85978              (from Peter Prymmer)
85979      Branch: perl
85980            ! vms/subconfigure.com
85981 ____________________________________________________________________________
85982 [  6146] By: gsar                                  on 2000/05/28  20:06:15
85983         Log: doc typo
85984      Branch: perl
85985            ! lib/warnings.pm warnings.h warnings.pl
85986 ____________________________________________________________________________
85987 [  6145] By: gsar                                  on 2000/05/28  18:44:33
85988         Log: make xsubpp skip embedded pod (from Matthias Neeracher
85989              <neeri@iis.ee.ethz.ch>)
85990      Branch: perl
85991            ! lib/ExtUtils/xsubpp
85992 ____________________________________________________________________________
85993 [  6144] By: gsar                                  on 2000/05/28  18:42:49
85994         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
85995              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
85996              <neeri@iis.ee.ethz.ch>)
85997      Branch: perl
85998            ! lib/AutoSplit.pm
85999 ____________________________________________________________________________
86000 [  6143] By: gsar                                  on 2000/05/28  18:41:12
86001         Log: MacOS support, part 1 (from Matthias Neeracher
86002              <neeri@iis.ee.ethz.ch>)
86003      Branch: perl
86004            + ext/DynaLoader/dl_mac.xs
86005            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
86006            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
86007            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
86008            ! util.h
86009 ____________________________________________________________________________
86010 [  6142] By: gsar                                  on 2000/05/28  18:21:51
86011         Log: File::Find fails to chdir when chasing symlinks (from
86012              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
86013      Branch: perl
86014            ! lib/File/Find.pm t/lib/filefind.t
86015 ____________________________________________________________________________
86016 [  6141] By: jhi                                   on 2000/05/28  14:25:15
86017         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
86018              forwarded by Peter Seebach from the bsdi-users mailing list.
86019              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
86020      Branch: perl
86021            ! hints/bsdos.sh
86022 ____________________________________________________________________________
86023 [  6140] By: jhi                                   on 2000/05/28  14:11:57
86024         Log: Integrate with Sarathy.
86025      Branch: cfgperl
86026           +> (branch 30 files)
86027           !> (integrate 93 files)
86028 ____________________________________________________________________________
86029 [  6139] By: gsar                                  on 2000/05/28  10:01:48
86030         Log: revise mktables.PL for bugs and newness in Unicode 3.0
86031              (from James Bence <jbence@amgen.com>)
86032      Branch: perl
86033            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
86034            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
86035            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
86036            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
86037            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
86038            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
86039            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
86040            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
86041            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
86042            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
86043            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
86044            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
86045            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
86046            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
86047            + lib/unicode/Is/SylWU.pl
86048            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
86049            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
86050            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
86051            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
86052            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
86053            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
86054            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
86055            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
86056            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
86057            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
86058            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
86059            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
86060            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
86061            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
86062            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
86063            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
86064            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
86065            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
86066            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
86067            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
86068            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
86069            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
86070            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
86071            ! lib/unicode/Makefile lib/unicode/mktables.PL
86072 ____________________________________________________________________________
86073 [  6138] By: gsar                                  on 2000/05/28  08:50:32
86074         Log: add note about the handling of negative indices to tied arrays
86075              (from Michael G Schwern <schwern@pobox.com>)
86076      Branch: perl
86077            ! pod/perltie.pod
86078 ____________________________________________________________________________
86079 [  6137] By: gsar                                  on 2000/05/28  08:46:10
86080         Log: fix bogus redeclaration warning for "our" variables in different
86081              scopes
86082      Branch: perl
86083            ! op.c t/pragma/strict-vars
86084 ____________________________________________________________________________
86085 [  6136] By: gsar                                  on 2000/05/28  08:31:20
86086         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
86087      Branch: perl
86088            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
86089 ____________________________________________________________________________
86090 [  6135] By: gsar                                  on 2000/05/28  08:17:50
86091         Log: enable Test::Harness to dynamically determine column width etc.
86092              (from Rob Napier <rnapier@employees.org>)
86093      Branch: perl
86094            ! lib/Test/Harness.pm
86095 ____________________________________________________________________________
86096 [  6134] By: gsar                                  on 2000/05/28  08:13:39
86097         Log: make Test::Harness use wait.h/WCOREDUMP if available
86098              (from Ben Tilly <ben_tilly@hotmail.com>)
86099      Branch: perl
86100            ! lib/Test/Harness.pm
86101 ____________________________________________________________________________
86102 [  6133] By: gsar                                  on 2000/05/28  08:08:05
86103         Log: elide bogus test in change#6132
86104      Branch: perl
86105            ! t/pragma/warn/9enabled
86106 ____________________________________________________________________________
86107 [  6132] By: gsar                                  on 2000/05/28  08:03:14
86108         Log: warnings::enabled() doesn't fall back to looking at $^W if
86109              caller isn't using lexical warnings (from Paul Marquess)
86110      Branch: perl
86111            ! pp_ctl.c t/pragma/warn/9enabled
86112 ____________________________________________________________________________
86113 [  6131] By: gsar                                  on 2000/05/28  07:57:47
86114         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
86115      Branch: perl
86116            ! ext/POSIX/POSIX.pm
86117 ____________________________________________________________________________
86118 [  6130] By: gsar                                  on 2000/05/28  07:29:12
86119         Log: fix places that mean C<"word" character> but say C<alphanumeric
86120              character>
86121      Branch: perl
86122            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
86123 ____________________________________________________________________________
86124 [  6129] By: gsar                                  on 2000/05/28  07:18:41
86125         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
86126      Branch: perl
86127            ! vms/test.com
86128 ____________________________________________________________________________
86129 [  6128] By: gsar                                  on 2000/05/28  07:12:55
86130         Log: new perlxstut example for passing/returning refs to arrays
86131              (from David Lowe <dlowe@pootpoot.com>)
86132      Branch: perl
86133            ! pod/perlxstut.pod
86134 ____________________________________________________________________________
86135 [  6127] By: gsar                                  on 2000/05/28  07:02:50
86136         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
86137              failed (from Gisle Aas)
86138      Branch: perl
86139            ! cop.h perl.c
86140 ____________________________________________________________________________
86141 [  6126] By: gsar                                  on 2000/05/28  06:39:53
86142         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
86143              (reworked variant of patch suggested by Simon Cozens)
86144      Branch: perl
86145            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
86146            ! pp_hot.c proto.h t/op/gv.t
86147 ____________________________________________________________________________
86148 [  6125] By: gsar                                  on 2000/05/28  05:14:55
86149         Log: enable propagating exception objects via Perl_croak() in XS code
86150              (from Gisle Aas)
86151      Branch: perl
86152            ! util.c
86153 ____________________________________________________________________________
86154 [  6124] By: gsar                                  on 2000/05/28  05:07:28
86155         Log: integrate vmsperl contents into mainline
86156      Branch: perl
86157           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
86158           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
86159           !> vms/vmsish.h
86160 ____________________________________________________________________________
86161 [  6123] By: gsar                                  on 2000/05/28  05:03:53
86162         Log: clarify gotcha with #line directives (from Rocco Caputo
86163              <troc@netrus.net>)
86164      Branch: perl
86165            ! pod/perldebug.pod pod/perlsyn.pod
86166 ____________________________________________________________________________
86167 [  6122] By: gsar                                  on 2000/05/28  04:58:29
86168         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
86169              (from Mark-Jason Dominus)
86170      Branch: perl
86171            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
86172            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
86173            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
86174            ! toke.c
86175 ____________________________________________________________________________
86176 [  6121] By: bailey                                on 2000/05/25  04:46:54
86177         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
86178              lists (based on fixes by Craig Berry)
86179      Branch: vmsperl
86180            ! lib/File/Spec/VMS.pm
86181 ____________________________________________________________________________
86182 [  6120] By: bailey                                on 2000/05/25  04:25:38
86183         Log: Add missing escape (Charles Lane)
86184      Branch: vmsperl
86185            ! t/op/lex_assign.t
86186 ____________________________________________________________________________
86187 [  6119] By: bailey                                on 2000/05/25  04:21:25
86188         Log: Quiet error messages in vmsish.t (Charles Lane)
86189      Branch: vmsperl
86190            ! vms/ext/vmsish.t
86191 ____________________________________________________________________________
86192 [  6118] By: bailey                                on 2000/05/25  04:17:57
86193         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
86194              Flatten case labels in switch statements uniformly (Charles Bailey)
86195      Branch: vmsperl
86196            ! vms/vms.c
86197 ____________________________________________________________________________
86198 [  6117] By: bailey                                on 2000/05/25  03:58:09
86199         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
86200      Branch: vmsperl
86201            ! vms/vmsish.h
86202 ____________________________________________________________________________
86203 [  6116] By: bailey                                on 2000/05/25  03:11:15
86204         Log: Miscellaneous cosmetic fixes (Charles Lane)
86205      Branch: vmsperl
86206            ! lib/ExtUtils/MM_VMS.pm
86207 ____________________________________________________________________________
86208 [  6115] By: bailey                                on 2000/05/25  03:10:36
86209         Log: Add bounds checking for several strings (Charles Lane)
86210      Branch: vmsperl
86211            ! vms/vms.c
86212 ____________________________________________________________________________
86213 [  6114] By: bailey                                on 2000/05/25  02:25:34
86214         Log: Urk -- undo previous removal of vmsish 'exit' change
86215      Branch: vmsperl
86216            ! vms/ext/vmsish.pm vms/vmsish.h
86217 ____________________________________________________________________________
86218 [  6113] By: bailey                                on 2000/05/24  02:24:40
86219         Log: Ugly workaround for version-specific RTL error
86220      Branch: vmsperl
86221            ! vms/vms.c
86222 ____________________________________________________________________________
86223 [  6112] By: bailey                                on 2000/05/24  02:19:55
86224         Log: Check for existence of file before trying to delete
86225      Branch: vmsperl
86226            ! vms/test.com
86227 ____________________________________________________________________________
86228 [  6111] By: bailey                                on 2000/05/23  23:35:13
86229         Log: Resync with mainline prior to post-5.6.0 updates
86230      Branch: vmsperl
86231           +> (branch 49 files)
86232            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
86233            ! vms/ext/vmsish.pm
86234           !> (integrate 334 files)
86235 ____________________________________________________________________________
86236 [  6110] By: jhi                                   on 2000/05/23  19:28:32
86237         Log: todo tweak
86238      Branch: cfgperl
86239            ! Todo-5.6
86240 ____________________________________________________________________________
86241 [  6109] By: jhi                                   on 2000/05/18  17:38:54
86242         Log: Integrate with Sarathy.
86243      Branch: cfgperl
86244           !> mg.c perl.h win32/perlhost.h
86245 ____________________________________________________________________________
86246 [  6108] By: gsar                                  on 2000/05/17  02:24:56
86247         Log: reenable fake signal handling on Windows, bugs and all
86248      Branch: perl
86249            ! mg.c perl.h win32/perlhost.h
86250 ____________________________________________________________________________
86251 [  6107] By: jhi                                   on 2000/05/15  18:01:41
86252         Log: Tweak the todo list.
86253      Branch: cfgperl
86254            ! Todo-5.6
86255 ____________________________________________________________________________
86256 [  6106] By: jhi                                   on 2000/05/15  13:41:48
86257         Log: The (Configure) script refuses to go on, after asking for
86258              'You may also choose to try maximal 64-bitness....'.
86259              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
86260              -- Patrick Zima
86261              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
86262      Branch: cfgperl
86263            ! hints/solaris_2.sh
86264 ____________________________________________________________________________
86265 [  6105] By: jhi                                   on 2000/05/11  14:37:43
86266         Log: Integrate with Sarathy.
86267      Branch: cfgperl
86268           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
86269           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
86270 ____________________________________________________________________________
86271 [  6104] By: gsar                                  on 2000/05/11  03:39:07
86272         Log: PL_sys_intern was being initialized too late on windows
86273      Branch: perl
86274            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
86275            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
86276 ____________________________________________________________________________
86277 [  6103] By: jhi                                   on 2000/05/09  19:42:20
86278         Log: Test tweaking for Unicos continues.
86279      Branch: cfgperl
86280            ! t/op/64bitint.t
86281 ____________________________________________________________________________
86282 [  6102] By: jhi                                   on 2000/05/09  16:47:27
86283         Log: The test suite tweak in #6101 wasn't quite right.
86284      Branch: cfgperl
86285            ! t/lib/complex.t
86286 ____________________________________________________________________________
86287 [  6101] By: jhi                                   on 2000/05/09  15:35:34
86288         Log: Hints and test tweaks for Unicos.
86289      Branch: cfgperl
86290            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
86291 ____________________________________________________________________________
86292 [  6100] By: jhi                                   on 2000/05/08  21:15:06
86293         Log: More compilation tweakery from Allen Smith.
86294      Branch: cfgperl
86295            ! hints/irix_6.sh
86296 ____________________________________________________________________________
86297 [  6099] By: jhi                                   on 2000/05/08  19:21:18
86298         Log: Tweaks for the cc bugs from Allen Smith.
86299      Branch: cfgperl
86300            ! hints/irix_6.sh
86301 ____________________________________________________________________________
86302 [  6098] By: jhi                                   on 2000/05/08  19:13:37
86303         Log: Add a note about other, yet unsupported, shadow password APIs.
86304      Branch: cfgperl
86305            ! pp_sys.c
86306 ____________________________________________________________________________
86307 [  6097] By: jhi                                   on 2000/05/08  18:46:34
86308         Log: Add a note about possible compilation problems from Allen Smith.
86309      Branch: cfgperl
86310            ! hints/irix_6.sh
86311 ____________________________________________________________________________
86312 [  6096] By: jhi                                   on 2000/05/08  17:33:10
86313         Log: Integrate with Sarathy.
86314      Branch: cfgperl
86315           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
86316           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
86317 ____________________________________________________________________________
86318 [  6095] By: jhi                                   on 2000/05/08  16:21:33
86319         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
86320              might be useful in future.
86321      Branch: cfgperl
86322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86323            ! config_h.SH
86324      Branch: metaconfig
86325            ! U/installdirs/inc_version_list.U
86326      Branch: metaconfig/U/perl
86327            ! perlxv.U
86328 ____________________________________________________________________________
86329 [  6094] By: gsar                                  on 2000/05/08  14:22:22
86330         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
86331      Branch: perl
86332            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
86333            ! hints/cygwin.sh pp_sys.c
86334 ____________________________________________________________________________
86335 [  6093] By: gsar                                  on 2000/05/08  12:52:28
86336         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
86337              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
86338      Branch: perl
86339            ! pp_sys.c sv.c win32/perlhost.h
86340 ____________________________________________________________________________
86341 [  6092] By: jhi                                   on 2000/05/07  22:40:34
86342         Log: Regen perltoc with the fixed buildtoc.
86343      Branch: cfgperl
86344            ! pod/perltoc.pod
86345 ____________________________________________________________________________
86346 [  6091] By: jhi                                   on 2000/05/07  22:24:16
86347         Log: Integrate with Sarathy.
86348      Branch: cfgperl
86349           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
86350           !> t/op/substr.t toke.c
86351 ____________________________________________________________________________
86352 [  6090] By: gsar                                  on 2000/05/07  19:47:07
86353         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
86354              [NI]OK; added tests for both
86355      Branch: perl
86356            ! perl.c pp_hot.c sv.c t/op/substr.t
86357 ____________________________________________________________________________
86358 [  6089] By: gsar                                  on 2000/05/07  18:18:38
86359         Log: buildtoc tweak to fix newline lossage
86360      Branch: perl
86361            ! pod/buildtoc
86362 ____________________________________________________________________________
86363 [  6088] By: jhi                                   on 2000/05/07  16:35:36
86364         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
86365              because we do not use those.  The HAS_GETSPNAM remains,
86366              though, because we still do use that.
86367      Branch: cfgperl
86368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86369            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
86370            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
86371            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
86372            ! win32/config.vc win32/config_H.bc win32/config_H.gc
86373            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
86374 ____________________________________________________________________________
86375 [  6087] By: gsar                                  on 2000/05/07  16:05:16
86376         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
86377      Branch: perl
86378            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
86379 ____________________________________________________________________________
86380 [  6086] By: jhi                                   on 2000/05/07  15:27:07
86381         Log: Integrate with Sarathy.
86382      Branch: cfgperl
86383           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
86384           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
86385           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
86386           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
86387           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
86388           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
86389 ____________________________________________________________________________
86390 [  6085] By: gsar                                  on 2000/05/07  05:52:02
86391         Log: repeat operator (x) doesn't preserve utf8-ness
86392      Branch: perl
86393            ! pp.c t/op/substr.t
86394 ____________________________________________________________________________
86395 [  6084] By: gsar                                  on 2000/05/07  05:39:55
86396         Log: substr() does not preserve utf8-ness (from Stefan Eissing
86397              <Eissing@medicaldataservice.de>); added tests
86398      Branch: perl
86399            ! pp.c t/op/substr.t
86400 ____________________________________________________________________________
86401 [  6083] By: gsar                                  on 2000/05/07  05:24:46
86402         Log: note about undocumented caller() return value (from M.J.T. Guy);
86403              yet another peek.t tweak
86404      Branch: perl
86405            ! pod/perlfunc.pod t/lib/peek.t
86406 ____________________________________________________________________________
86407 [  6082] By: gsar                                  on 2000/05/07  05:08:40
86408         Log: peek.t non-portable to ithreads
86409      Branch: perl
86410            ! t/lib/peek.t
86411 ____________________________________________________________________________
86412 [  6081] By: gsar                                  on 2000/05/07  04:17:04
86413         Log: better default perlbug categories for ok reports (from Richard Foley)
86414      Branch: perl
86415            ! utils/perlbug.PL
86416 ____________________________________________________________________________
86417 [  6080] By: gsar                                  on 2000/05/07  04:08:07
86418         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
86419              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
86420      Branch: perl
86421            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
86422            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
86423            ! AUTHORS MAINTAIN MANIFEST
86424 ____________________________________________________________________________
86425 [  6079] By: gsar                                  on 2000/05/07  04:01:38
86426         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
86427      Branch: perl
86428            ! lib/Carp/Heavy.pm
86429 ____________________________________________________________________________
86430 [  6078] By: gsar                                  on 2000/05/07  01:24:19
86431         Log: workaround for CRT bug in chdir() (from Charles Lane, via
86432              Peter Prymmer)
86433      Branch: perl
86434            ! iperlsys.h vms/vms.c vms/vmsish.h
86435 ____________________________________________________________________________
86436 [  6077] By: gsar                                  on 2000/05/07  01:22:23
86437         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
86438              and Tom Phoenix)
86439      Branch: perl
86440            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
86441 ____________________________________________________________________________
86442 [  6076] By: gsar                                  on 2000/05/06  17:36:29
86443         Log: integrate cfgperl contents into mainline
86444      Branch: perl
86445           +> t/lib/peek.t
86446           !> Configure MANIFEST Porting/Glossary Porting/config.sh
86447           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
86448           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
86449           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
86450 ____________________________________________________________________________
86451 [  6075] By: jhi                                   on 2000/05/05  18:56:10
86452         Log: Make the test more portable.
86453      Branch: cfgperl
86454            ! t/lib/peek.t
86455 ____________________________________________________________________________
86456 [  6074] By: jhi                                   on 2000/05/05  18:49:20
86457         Log: Introduce t/lib/peek.t.
86458      Branch: cfgperl
86459            + t/lib/peek.t
86460            ! MANIFEST
86461 ____________________________________________________________________________
86462 [  6073] By: jhi                                   on 2000/05/05  14:30:45
86463         Log: Complex tweaks.
86464      Branch: cfgperl
86465            ! lib/Math/Complex.pm t/lib/complex.t
86466 ____________________________________________________________________________
86467 [  6072] By: jhi                                   on 2000/05/05  12:27:13
86468         Log: Integrate with Sarathy.
86469      Branch: cfgperl
86470           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
86471           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
86472           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
86473           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
86474 ____________________________________________________________________________
86475 [  6071] By: gsar                                  on 2000/05/05  02:24:46
86476         Log: misformatted perllocal.pod (from Tim Jenness
86477              <t.jenness@jach.hawaii.edu>)
86478      Branch: perl
86479            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
86480 ____________________________________________________________________________
86481 [  6070] By: gsar                                  on 2000/05/05  02:16:52
86482         Log: remove misleading comment (from M.J.T. Guy)
86483      Branch: perl
86484            ! t/lib/anydbm.t
86485 ____________________________________________________________________________
86486 [  6069] By: gsar                                  on 2000/05/05  02:15:13
86487         Log: File::Spec compatibility update (from Barrie Slaymaker
86488              <barries@slaysys.com>)
86489      Branch: perl
86490            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
86491            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
86492 ____________________________________________________________________________
86493 [  6068] By: gsar                                  on 2000/05/05  02:01:50
86494         Log: note about values()
86495      Branch: perl
86496            ! pod/perlfunc.pod
86497 ____________________________________________________________________________
86498 [  6067] By: gsar                                  on 2000/05/05  01:33:09
86499         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
86500      Branch: perl
86501            ! win32/win32.c
86502 ____________________________________________________________________________
86503 [  6066] By: gsar                                  on 2000/05/05  01:23:43
86504         Log: s/END/CHECK/
86505      Branch: perl
86506            ! perl.c
86507 ____________________________________________________________________________
86508 [  6065] By: jhi                                   on 2000/05/04  17:30:22
86509         Log: Integrate with Sarathy.
86510      Branch: cfgperl
86511           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
86512 ____________________________________________________________________________
86513 [  6064] By: gsar                                  on 2000/05/04  17:26:14
86514         Log: change#5905 wasn't quite right--it's intent only applies when arguments
86515              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
86516      Branch: perl
86517            ! pp_sys.c sv.c
86518 ____________________________________________________________________________
86519 [  6063] By: gsar                                  on 2000/05/04  16:52:29
86520         Log: tokeq() could read unallocated field in argument
86521      Branch: perl
86522            ! toke.c
86523 ____________________________________________________________________________
86524 [  6062] By: gsar                                  on 2000/05/04  16:34:51
86525         Log: additional tests for utf8.t
86526      Branch: perl
86527            ! t/pragma/utf8.t
86528 ____________________________________________________________________________
86529 [  6061] By: gsar                                  on 2000/05/04  16:09:28
86530         Log: change#5921 neglected to make eq honor "use bytes"
86531      Branch: perl
86532            ! sv.c
86533 ____________________________________________________________________________
86534 [  6060] By: jhi                                   on 2000/05/04  15:30:16
86535         Log: Integrate with Sarathy.
86536      Branch: cfgperl
86537           !> perl.c regcomp.c t/pragma/utf8.t
86538 ____________________________________________________________________________
86539 [  6059] By: jhi                                   on 2000/05/04  15:26:37
86540         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
86541              in natively 64-bit platforms where a long is a quad (no need
86542              for long longs).  Also added bias for IVs.
86543      Branch: cfgperl
86544            ! toke.c
86545 ____________________________________________________________________________
86546 [  6058] By: gsar                                  on 2000/05/04  00:19:14
86547         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
86548              (spotted by Donald Kinzer <dkinzer@premia.com>)
86549      Branch: perl
86550            ! perl.c
86551 ____________________________________________________________________________
86552 [  6057] By: gsar                                  on 2000/05/03  18:34:01
86553         Log: fix broken parsing of /\x{ab}/
86554      Branch: perl
86555            ! regcomp.c t/pragma/utf8.t
86556 ____________________________________________________________________________
86557 [  6056] By: jhi                                   on 2000/05/03  17:57:16
86558         Log: The search of infinity continues, this time simplified.
86559      Branch: cfgperl
86560            ! lib/Math/Complex.pm
86561 ____________________________________________________________________________
86562 [  6055] By: jhi                                   on 2000/05/03  17:45:30
86563         Log: Detypo.
86564      Branch: cfgperl
86565            ! hints/unicos.sh
86566 ____________________________________________________________________________
86567 [  6054] By: jhi                                   on 2000/05/02  22:28:27
86568         Log: Be more forgiving in POSIX about HUGE_VALL.
86569      Branch: cfgperl
86570            ! ext/POSIX/POSIX.xs
86571 ____________________________________________________________________________
86572 [  6053] By: jhi                                   on 2000/05/02  22:25:05
86573         Log: Integrate with Sarathy.
86574      Branch: cfgperl
86575           !> hints/irix_6.sh pod/perlop.pod
86576 ____________________________________________________________________________
86577 [  6052] By: jhi                                   on 2000/05/02  22:24:31
86578         Log: Unicos hint tweak.
86579      Branch: cfgperl
86580            ! hints/unicos.sh
86581 ____________________________________________________________________________
86582 [  6051] By: jhi                                   on 2000/05/02  22:21:26
86583         Log: Complex tweakery.
86584      Branch: cfgperl
86585            ! lib/Math/Complex.pm t/lib/complex.t
86586 ____________________________________________________________________________
86587 [  6050] By: jhi                                   on 2000/05/02  19:26:22
86588         Log: Use setxxent()/endxxent().
86589      Branch: cfgperl
86590            ! t/op/grent.t t/op/pwent.t
86591 ____________________________________________________________________________
86592 [  6049] By: jhi                                   on 2000/05/02  19:06:02
86593         Log: Test both the scalar and list contexts.
86594      Branch: cfgperl
86595            ! t/op/grent.t t/op/pwent.t
86596 ____________________________________________________________________________
86597 [  6048] By: gsar                                  on 2000/05/02  18:29:10
86598         Log: add note about how $( doesn't interpolate in REs (from
86599              Philip Newton <newton@ficus.frogspace.net>)
86600      Branch: perl
86601            ! pod/perlop.pod
86602 ____________________________________________________________________________
86603 [  6047] By: jhi                                   on 2000/05/02  17:41:24
86604         Log: Call getspnam() only iff needed.
86605      Branch: cfgperl
86606            ! pp_sys.c
86607 ____________________________________________________________________________
86608 [  6046] By: gsar                                  on 2000/05/02  17:07:25
86609         Log: libscheck has insufficient checks for n32 libs (from
86610              Albert Chin-A-Young <china@thewrittenword.com>)
86611      Branch: perl
86612            ! hints/irix_6.sh
86613 ____________________________________________________________________________
86614 [  6045] By: jhi                                   on 2000/05/02  13:57:17
86615         Log: Integrate with Sarathy.
86616      Branch: cfgperl
86617           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
86618           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
86619 ____________________________________________________________________________
86620 [  6044] By: gsar                                  on 2000/05/02  06:48:19
86621         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
86622              such that underscores are only ignored in literal numbers,
86623              "\x{...}", and hex/oct argument
86624      Branch: perl
86625            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
86626 ____________________________________________________________________________
86627 [  6043] By: gsar                                  on 2000/05/02  02:22:29
86628         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
86629      Branch: perl
86630            ! pod/perlretut.pod
86631 ____________________________________________________________________________
86632 [  6042] By: gsar                                  on 2000/05/02  02:17:51
86633         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
86634      Branch: perl
86635            ! pod/perltrap.pod
86636 ____________________________________________________________________________
86637 [  6041] By: gsar                                  on 2000/05/02  01:53:51
86638         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
86639              to compensate
86640      Branch: perl
86641            ! Porting/makerel
86642 ____________________________________________________________________________
86643 [  6040] By: gsar                                  on 2000/05/02  01:51:57
86644         Log: missing files in MANIFEST
86645      Branch: perl
86646            ! MANIFEST
86647 ____________________________________________________________________________
86648 [  6039] By: jhi                                   on 2000/05/02  00:36:46
86649         Log: Infinite problems.
86650      Branch: cfgperl
86651            ! lib/Math/Complex.pm
86652 ____________________________________________________________________________
86653 [  6038] By: jhi                                   on 2000/05/02  00:06:38
86654         Log: pwent/spent #ifdef imbalance.
86655      Branch: cfgperl
86656            ! pp_sys.c
86657 ____________________________________________________________________________
86658 [  6037] By: jhi                                   on 2000/05/01  22:50:11
86659         Log: Use HUGE_VALL if applicable.
86660      Branch: cfgperl
86661            ! ext/POSIX/POSIX.xs util.c
86662 ____________________________________________________________________________
86663 [  6036] By: jhi                                   on 2000/05/01  22:20:53
86664         Log: Correct Freudian slip.
86665      Branch: cfgperl
86666            ! pp_sys.c
86667 ____________________________________________________________________________
86668 [  6035] By: jhi                                   on 2000/05/01  21:07:38
86669         Log: Continue on the pwent/spent case.
86670      Branch: cfgperl
86671            ! pp_sys.c
86672 ____________________________________________________________________________
86673 [  6034] By: jhi                                   on 2000/05/01  17:45:14
86674         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
86675              adjustments in 6032 conflicted badly with this, will have
86676              to revisit them later.
86677      Branch: cfgperl
86678           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
86679           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
86680           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
86681           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
86682           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
86683           !> t/lib/cgi-html.t t/lib/cgi-request.t
86684 ____________________________________________________________________________
86685 [  6033] By: jhi                                   on 2000/05/01  17:40:49
86686         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
86687      Branch: cfgperl
86688            ! pp_sys.c
86689 ____________________________________________________________________________
86690 [  6032] By: gsar                                  on 2000/05/01  15:56:32
86691         Log: whitespace adjustments
86692      Branch: perl
86693            ! pp_sys.c
86694 ____________________________________________________________________________
86695 [  6031] By: gsar                                  on 2000/05/01  15:19:41
86696         Log: small nits in diagnostics.pm (from Robin Barker)
86697      Branch: perl
86698            ! lib/diagnostics.pm pod/perldiag.pod
86699 ____________________________________________________________________________
86700 [  6030] By: gsar                                  on 2000/05/01  08:39:18
86701         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
86702              for @- and @+ (from Johan Vromans)
86703      Branch: perl
86704            ! lib/English.pm pod/perlvar.pod
86705 ____________________________________________________________________________
86706 [  6029] By: gsar                                  on 2000/05/01  08:16:10
86707         Log: add CGI.pm v2.66 (from Lincoln Stein)
86708      Branch: perl
86709            + lib/CGI/Util.pm t/lib/cgi-pretty.t
86710            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
86711            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
86712            ! t/lib/cgi-html.t t/lib/cgi-request.t
86713 ____________________________________________________________________________
86714 [  6028] By: gsar                                  on 2000/05/01  06:34:41
86715         Log: Pod::Man generates groff-incompatible macro definition (from
86716              Tom Christiansen)
86717      Branch: perl
86718            ! lib/Pod/Man.pm
86719 ____________________________________________________________________________
86720 [  6027] By: gsar                                  on 2000/05/01  06:31:36
86721         Log: podlators-1.02 update (from Russ Allbery)
86722      Branch: perl
86723            ! lib/Pod/Man.pm lib/Pod/Text.pm
86724 ____________________________________________________________________________
86725 [  6026] By: jhi                                   on 2000/04/30  23:24:23
86726         Log: Integrate with Sarathy.
86727      Branch: cfgperl
86728           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
86729           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
86730           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
86731           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
86732           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
86733           !> t/lib/syslog.t toke.c win32/win32.h
86734 ____________________________________________________________________________
86735 [  6025] By: gsar                                  on 2000/04/30  18:17:47
86736         Log: Is{Alnum,Alpha,Word} don't match titlecase
86737              
86738              TODO: IsSpace is defined recursively!
86739              
86740              (both spotted by Larry)
86741      Branch: perl
86742            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
86743            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
86744 ____________________________________________________________________________
86745 [  6024] By: gsar                                  on 2000/04/30  17:50:19
86746         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
86747              (from Hugo van der Sanden)
86748      Branch: perl
86749            ! toke.c
86750 ____________________________________________________________________________
86751 [  6023] By: gsar                                  on 2000/04/30  17:14:43
86752         Log: debugger stomps on $. (from M.J.T. Guy)
86753      Branch: perl
86754            ! lib/perl5db.pl
86755 ____________________________________________________________________________
86756 [  6022] By: gsar                                  on 2000/04/30  16:59:22
86757         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
86758      Branch: perl
86759            ! sv.c
86760 ____________________________________________________________________________
86761 [  6021] By: gsar                                  on 2000/04/29  21:00:08
86762         Log: remove Win2K issue in pod (fixed by change#6020)
86763      Branch: perl
86764            ! README.win32 pod/perl56delta.pod
86765 ____________________________________________________________________________
86766 [  6020] By: gsar                                  on 2000/04/29  20:51:49
86767         Log: test tweak
86768      Branch: perl
86769            ! t/lib/open3.t
86770 ____________________________________________________________________________
86771 [  6019] By: gsar                                  on 2000/04/29  20:34:27
86772         Log: windows portability tweaks
86773      Branch: perl
86774            ! t/lib/b.t win32/win32.h
86775 ____________________________________________________________________________
86776 [  6018] By: gsar                                  on 2000/04/29  19:55:24
86777         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
86778              make _PATH_LOG() return "" if unavailable
86779      Branch: perl
86780            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
86781            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
86782 ____________________________________________________________________________
86783 [  6017] By: jhi                                   on 2000/04/28  22:49:46
86784         Log: Integrate with Sarathy.
86785      Branch: cfgperl
86786           !> op.c perl.c pod/perldiag.pod t/lib/b.t
86787 ____________________________________________________________________________
86788 [  6016] By: jhi                                   on 2000/04/28  22:46:14
86789         Log: Do not warn that an infinity does not look like a number.
86790      Branch: cfgperl
86791            ! sv.c
86792 ____________________________________________________________________________
86793 [  6015] By: gsar                                  on 2000/04/28  22:35:49
86794         Log: tweak test for portability
86795      Branch: perl
86796            ! t/lib/b.t
86797 ____________________________________________________________________________
86798 [  6014] By: gsar                                  on 2000/04/28  22:05:31
86799         Log: glob() loading File::Glob behind the scenes may cause syntax errors
86800      Branch: perl
86801            ! op.c
86802 ____________________________________________________________________________
86803 [  6013] By: gsar                                  on 2000/04/28  21:25:22
86804         Log: tweak change#5945 to display correct switch name in diagnostic
86805      Branch: perl
86806            ! perl.c pod/perldiag.pod
86807 ____________________________________________________________________________
86808 [  6012] By: jhi                                   on 2000/04/28  21:08:12
86809         Log: Integrate with Sarathy.
86810      Branch: cfgperl
86811           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
86812           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
86813           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
86814 ____________________________________________________________________________
86815 [  6011] By: jhi                                   on 2000/04/28  21:04:46
86816         Log: &HUGE_VAL is not defined, it exists.
86817      Branch: cfgperl
86818            ! lib/Math/Complex.pm
86819 ____________________________________________________________________________
86820 [  6010] By: gsar                                  on 2000/04/28  21:02:58
86821         Log: clarify note about shadow password support (from
86822              gellyfish@gellyfish.com)
86823      Branch: perl
86824            ! pod/perlfunc.pod
86825 ____________________________________________________________________________
86826 [  6009] By: gsar                                  on 2000/04/28  21:00:00
86827         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
86828      Branch: perl
86829            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
86830 ____________________________________________________________________________
86831 [  6008] By: gsar                                  on 2000/04/28  20:56:33
86832         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
86833      Branch: perl
86834            ! installperl vms/subconfigure.com
86835 ____________________________________________________________________________
86836 [  6007] By: gsar                                  on 2000/04/28  20:51:21
86837         Log: note about compile failures and END blocks (from M.J.T. Guy)
86838      Branch: perl
86839            ! pod/perl56delta.pod pod/perlmod.pod
86840 ____________________________________________________________________________
86841 [  6006] By: jhi                                   on 2000/04/28  20:42:14
86842         Log: Regen Configure.
86843      Branch: cfgperl
86844            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86845            ! config_h.SH
86846 ____________________________________________________________________________
86847 [  6005] By: gsar                                  on 2000/04/28  20:41:16
86848         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
86849      Branch: perl
86850            ! utils/perldoc.PL
86851 ____________________________________________________________________________
86852 [  6004] By: jhi                                   on 2000/04/28  20:28:21
86853         Log: Integrate with Sarathy.
86854      Branch: cfgperl
86855           !> Configure INSTALL Porting/Glossary Porting/config.sh
86856           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
86857           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
86858           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
86859           !> win32/config.vc win32/win32.c
86860 ____________________________________________________________________________
86861 [  6003] By: gsar                                  on 2000/04/28  20:11:20
86862         Log: allow REG_EXPAND_SZ keys in Windows registry (from
86863              John Clayton <John.Clayton@barclayscapital.com>)
86864      Branch: perl
86865            ! win32/win32.c
86866 ____________________________________________________________________________
86867 [  6002] By: gsar                                  on 2000/04/28  19:34:16
86868         Log: destructive sv_setsv() can lose UV-ness from source, causing
86869              numeric promotions/comparisons to fail to do the right thing
86870      Branch: perl
86871            ! sv.c
86872 ____________________________________________________________________________
86873 [  6001] By: gsar                                  on 2000/04/28  18:44:15
86874         Log: support additional library locations via $Config{otherlibdirs}
86875              (from Andy Dougherty)
86876      Branch: perl
86877            ! Configure INSTALL Porting/Glossary Porting/config.sh
86878            ! Porting/config_H config_h.SH epoc/config.sh perl.c
86879            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
86880            ! win32/config.bc win32/config.gc win32/config.vc
86881 ____________________________________________________________________________
86882 [  6000] By: gsar                                  on 2000/04/28  18:26:58
86883         Log: reworked otherlibdirs.U (from Andy Dougherty)
86884      Branch: metaconfig
86885            ! U/installdirs/otherlibdirs.U
86886 ____________________________________________________________________________
86887 [  5999] By: gsar                                  on 2000/04/28  18:17:07
86888         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
86889      Branch: perl
86890            ! t/pragma/warn/toke toke.c
86891 ____________________________________________________________________________
86892 [  5998] By: jhi                                   on 2000/04/28  13:32:17
86893         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
86894      Branch: cfgperl
86895            ! lib/Math/Complex.pm
86896 ____________________________________________________________________________
86897 [  5997] By: jhi                                   on 2000/04/28  13:14:04
86898         Log: Preserve $!.
86899      Branch: cfgperl
86900            ! lib/Math/Complex.pm
86901 ____________________________________________________________________________
86902 [  5996] By: jhi                                   on 2000/04/28  12:59:23
86903         Log: Integrate with Sarathy.
86904      Branch: cfgperl
86905           +> pod/perlrequick.pod pod/perlretut.pod
86906           !> (integrate 51 files)
86907 ____________________________________________________________________________
86908 [  5995] By: gsar                                  on 2000/04/28  09:37:36
86909         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
86910      Branch: perl
86911            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
86912 ____________________________________________________________________________
86913 [  5994] By: gsar                                  on 2000/04/28  09:33:26
86914         Log: fix for missed accounting for null byte in pack("Z",...) (from
86915              M.J.T. Guy)
86916      Branch: perl
86917            ! pp.c t/op/pack.t
86918 ____________________________________________________________________________
86919 [  5993] By: gsar                                  on 2000/04/28  09:30:05
86920         Log: various minor tweaks seen on p5p
86921      Branch: perl
86922            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
86923 ____________________________________________________________________________
86924 [  5992] By: gsar                                  on 2000/04/28  09:08:19
86925         Log: pod nit (from Simon Cozens)
86926      Branch: perl
86927            ! pod/perlop.pod
86928 ____________________________________________________________________________
86929 [  5991] By: gsar                                  on 2000/04/28  09:06:36
86930         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
86931      Branch: perl
86932            ! README.posix-bc hints/posix-bc.sh
86933 ____________________________________________________________________________
86934 [  5990] By: gsar                                  on 2000/04/28  08:54:52
86935         Log: use $ENV{LIB} to search for libs under Visual C compiler
86936              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
86937      Branch: perl
86938            ! lib/ExtUtils/Liblist.pm
86939 ____________________________________________________________________________
86940 [  5989] By: gsar                                  on 2000/04/28  08:27:12
86941         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
86942              itself and no other (from Tom Hughes)
86943      Branch: perl
86944            ! t/op/array.t toke.c
86945 ____________________________________________________________________________
86946 [  5988] By: gsar                                  on 2000/04/28  08:01:38
86947         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
86948              <paul@miraclefish.com>)
86949      Branch: perl
86950            ! lib/ExtUtils/MakeMaker.pm
86951 ____________________________________________________________________________
86952 [  5987] By: gsar                                  on 2000/04/28  07:53:09
86953         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
86954      Branch: perl
86955            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
86956 ____________________________________________________________________________
86957 [  5986] By: gsar                                  on 2000/04/28  07:44:17
86958         Log: add regular expressions tutorial and quick-start guide (from
86959              Mark Kvale <kvale@phy.ucsf.edu>)
86960      Branch: perl
86961            + pod/perlrequick.pod pod/perlretut.pod
86962            ! AUTHORS MAINTAIN MANIFEST
86963 ____________________________________________________________________________
86964 [  5985] By: gsar                                  on 2000/04/28  07:30:28
86965         Log: forked child may not exit correctly if it failed to open
86966              /dev/console (from Graham Barr)
86967      Branch: perl
86968            ! ext/Sys/Syslog/Syslog.pm
86969 ____________________________________________________________________________
86970 [  5984] By: gsar                                  on 2000/04/28  07:27:20
86971         Log: attributes::reftype() doesn't work on tied argument
86972      Branch: perl
86973            ! xsutils.c
86974 ____________________________________________________________________________
86975 [  5983] By: gsar                                  on 2000/04/28  07:15:04
86976         Log: numeric conversion of non-number in change#3378 tramples on
86977              OOK offset, causing segfaults
86978      Branch: perl
86979            ! sv.c
86980 ____________________________________________________________________________
86981 [  5982] By: gsar                                  on 2000/04/28  04:48:25
86982         Log: avoid error in IO::Socket::INET when given an unknown service name
86983              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
86984      Branch: perl
86985            ! ext/IO/lib/IO/Socket/INET.pm
86986 ____________________________________________________________________________
86987 [  5981] By: gsar                                  on 2000/04/28  04:31:31
86988         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
86989              prototype mismatch with CORE::glob(); update pod and tests to
86990              suit (File::Glob::glob() is still available for backward
86991              compatibility, but should be considered deprecated)
86992      Branch: perl
86993            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
86994            ! t/lib/glob-taint.t
86995 ____________________________________________________________________________
86996 [  5980] By: gsar                                  on 2000/04/28  03:47:29
86997         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
86998              <ghudson@mit.edu>)
86999      Branch: metaconfig
87000            ! U/modified/Options.U
87001      Branch: perl
87002            ! Configure
87003 ____________________________________________________________________________
87004 [  5979] By: gsar                                  on 2000/04/28  03:07:54
87005         Log: under useithreads, constant pad entries could inadvertently be
87006              shared across threads (from Eric Blood <eblood@xmission.com>);
87007              added Eric's test case to testsuite
87008      Branch: perl
87009            ! op.c t/op/misc.t
87010 ____________________________________________________________________________
87011 [  5978] By: gsar                                  on 2000/04/27  21:13:00
87012         Log: sync version numbers in File::Spec with the ones on CPAN
87013              (from Barrie Slaymaker)
87014      Branch: perl
87015            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
87016            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
87017            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
87018 ____________________________________________________________________________
87019 [  5977] By: gsar                                  on 2000/04/27  21:07:29
87020         Log: autoquote barewords followed by newline and arrow properly
87021              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
87022      Branch: perl
87023            ! t/pragma/warn/toke toke.c
87024 ____________________________________________________________________________
87025 [  5976] By: gsar                                  on 2000/04/27  20:41:20
87026         Log: DB_File v1.73 update (from Paul Marquess)
87027      Branch: perl
87028            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
87029            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
87030 ____________________________________________________________________________
87031 [  5975] By: gsar                                  on 2000/04/27  20:34:24
87032         Log: allow sort() reentrancy (variant of patch suggested by
87033              Hugo van der Sanden)
87034      Branch: perl
87035            ! pp_ctl.c t/op/sort.t
87036 ____________________________________________________________________________
87037 [  5974] By: gsar                                  on 2000/04/27  19:46:57
87038         Log: change#4197 somehow missed initializing PL_errors, meaning
87039              sytax error queueing wasn't working outside eval"" at all;
87040              also fixed eval"" to localize PL_error_count, so that compile-time
87041              eval's don't clobber the error state of the outer context
87042      Branch: perl
87043            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
87044            ! t/pragma/warn/toke
87045 ____________________________________________________________________________
87046 [  5973] By: gsar                                  on 2000/04/27  18:29:05
87047         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
87048      Branch: perl
87049            ! regcomp.c regexec.c t/op/re_tests
87050 ____________________________________________________________________________
87051 [  5972] By: jhi                                   on 2000/04/27  18:22:41
87052         Log: Integrate with Sarathy.
87053      Branch: cfgperl
87054           +> t/lib/b.t t/lib/syslog.t
87055           !> (integrate 31 files)
87056 ____________________________________________________________________________
87057 [  5971] By: jhi                                   on 2000/04/27  18:18:46
87058         Log: Unicos tweaks from Mark P. Lutz.
87059      Branch: cfgperl
87060            ! hints/unicos.sh lib/Math/Complex.pm
87061 ____________________________________________________________________________
87062 [  5970] By: gsar                                  on 2000/04/27  18:05:11
87063         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
87064              IV is >32bits
87065      Branch: perl
87066            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
87067 ____________________________________________________________________________
87068 [  5969] By: gsar                                  on 2000/04/27  17:50:56
87069         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
87070      Branch: perl
87071            + t/lib/syslog.t
87072            ! MANIFEST ext/Sys/Syslog/Syslog.pm
87073 ____________________________________________________________________________
87074 [  5968] By: gsar                                  on 2000/04/27  17:44:49
87075         Log: tolerate spaces in group names in test on solaris (from David Boyce
87076              <dsb@boyski.com>)
87077      Branch: perl
87078            ! t/op/groups.t
87079 ____________________________________________________________________________
87080 [  5967] By: gsar                                  on 2000/04/27  17:41:22
87081         Log: improved docs on the warn_uninit diagnostic (from David Glasser
87082              and Simon Cozens)
87083      Branch: perl
87084            ! pod/perldiag.pod
87085 ____________________________________________________________________________
87086 [  5966] By: gsar                                  on 2000/04/27  16:54:58
87087         Log: add testsuite for B backends, fix bug in B::Deparse (from
87088              Simon Cozens <simon@brecon.co.uk>)
87089      Branch: perl
87090            + t/lib/b.t
87091            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
87092 ____________________________________________________________________________
87093 [  5965] By: gsar                                  on 2000/04/27  16:10:37
87094         Log: avoid "will not stay shared" warnings for our variables (from
87095              Robin Barker)
87096      Branch: perl
87097            ! op.c t/pragma/warn/op
87098 ____________________________________________________________________________
87099 [  5964] By: gsar                                  on 2000/04/27  07:05:05
87100         Log: reformat to 72 columns (again)
87101      Branch: perl
87102            ! pod/perldiag.pod
87103 ____________________________________________________________________________
87104 [  5963] By: gsar                                  on 2000/04/27  06:28:31
87105         Log: patch from Larry to make (\&) prototype work; added tests for
87106              the same
87107      Branch: perl
87108            ! op.c t/comp/proto.t
87109 ____________________________________________________________________________
87110 [  5962] By: gsar                                  on 2000/04/27  06:15:47
87111         Log: updated README.hpux (from Jeff Okamoto)
87112      Branch: perl
87113            ! README.hpux
87114 ____________________________________________________________________________
87115 [  5961] By: gsar                                  on 2000/04/27  05:55:03
87116         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
87117      Branch: perl
87118            ! emacs/cperl-mode.el
87119 ____________________________________________________________________________
87120 [  5960] By: gsar                                  on 2000/04/27  05:49:26
87121         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
87122      Branch: perl
87123            ! INSTALL
87124 ____________________________________________________________________________
87125 [  5959] By: gsar                                  on 2000/04/27  05:33:41
87126         Log: doubled words in pods (from Simon Cozens
87127              <simon.p.cozens@jp.pwcglobal.com>)
87128      Branch: perl
87129            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
87130            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
87131            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
87132            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
87133            ! pod/perltootc.pod
87134 ____________________________________________________________________________
87135 [  5958] By: gsar                                  on 2000/04/27  05:11:39
87136         Log: change#3569 deleted some essential code, revert; avoid use of
87137              atexit() to make DynaLoader work properly on AIX under mod_perl
87138              (from Jens-Uwe Mager <jum@helios.de>)
87139      Branch: perl
87140            ! ext/DynaLoader/dl_aix.xs
87141 ____________________________________________________________________________
87142 [  5957] By: gsar                                  on 2000/04/27  04:54:51
87143         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
87144      Branch: perl
87145            ! pod/perlmod.pod
87146 ____________________________________________________________________________
87147 [  5956] By: gsar                                  on 2000/04/27  04:51:47
87148         Log: better diagnostics on failed tests (from Ilya Zakharevich)
87149      Branch: perl
87150            ! t/op/lex_assign.t
87151 ____________________________________________________________________________
87152 [  5955] By: gsar                                  on 2000/04/27  04:26:44
87153         Log: longstanding bug exposed by change#3307: sort arguments weren't
87154              compiled with the right wantarray context (ensuing runtime lookup
87155              via block_gimme() was getting the incidental context of the
87156              sort() itself)
87157      Branch: perl
87158            ! op.c t/op/sort.t
87159 ____________________________________________________________________________
87160 [  5954] By: gsar                                  on 2000/04/26  23:42:12
87161         Log: integrate cfgperl contents into mainline
87162      Branch: perl
87163           !> (integrate 30 files)
87164 ____________________________________________________________________________
87165 [  5953] By: jhi                                   on 2000/04/26  23:06:42
87166         Log: Integrate with Sarathy.
87167      Branch: cfgperl
87168           !> README.win32 ext/B/B/Deparse.pm
87169           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
87170           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
87171           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
87172           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
87173           !> utils/perldoc.PL vms/perlvms.pod
87174 ____________________________________________________________________________
87175 [  5952] By: jhi                                   on 2000/04/26  23:03:46
87176         Log: Undo "use integer" addition from 64bitint as it seems
87177              to break most of the subtests in Digital UNIX;
87178              Unicos needs to find another way.
87179      Branch: cfgperl
87180            ! t/op/64bitint.t
87181 ____________________________________________________________________________
87182 [  5951] By: jhi                                   on 2000/04/26  22:57:53
87183         Log: Be more robust on "extreme" (large absolute value)
87184              arguments.  Originally reported by Daniel Connelly
87185              as a problem with asinh() on large negative arguments,
87186              asinh() used to bail out because an argument to log()
87187              ended up being zero.  Ilya Zakharevich proposed using
87188              Taylor's series in such cases, which for such large
87189              arguments is a very good approximation.
87190      Branch: cfgperl
87191            ! lib/Math/Complex.pm t/lib/complex.t
87192 ____________________________________________________________________________
87193 [  5950] By: gsar                                  on 2000/04/25  19:13:12
87194         Log: reformat perldiag to avoid long lines
87195      Branch: perl
87196            ! pod/perldiag.pod
87197 ____________________________________________________________________________
87198 [  5949] By: gsar                                  on 2000/04/25  18:41:11
87199         Log: make perldoc use the pod2man from the same version (from
87200              M.J.T. Guy)
87201      Branch: perl
87202            ! utils/perldoc.PL
87203 ____________________________________________________________________________
87204 [  5948] By: gsar                                  on 2000/04/25  18:21:57
87205         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
87206              <kompas@kompas.usr.onet.pl>)
87207      Branch: perl
87208            ! lib/vars.pm
87209 ____________________________________________________________________________
87210 [  5947] By: gsar                                  on 2000/04/25  18:11:53
87211         Log: use &dl_error rather than &dl_load_file as the guard for calling
87212              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
87213              statically built perl)
87214      Branch: perl
87215            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
87216 ____________________________________________________________________________
87217 [  5946] By: jhi                                   on 2000/04/25  17:37:54
87218         Log: Document that tr() is not tr(1).
87219      Branch: cfgperl
87220            ! pod/perlop.pod
87221 ____________________________________________________________________________
87222 [  5945] By: gsar                                  on 2000/04/25  16:34:33
87223         Log: make module name mandatory after -M switch; reorder perldiag
87224              alphabetically (from Mark-Jason Dominus)
87225      Branch: perl
87226            ! perl.c pod/perldiag.pod
87227 ____________________________________________________________________________
87228 [  5944] By: jhi                                   on 2000/04/25  01:15:18
87229         Log: On second thoughts frexp() does have two arguments.
87230      Branch: cfgperl
87231            ! perl.h
87232 ____________________________________________________________________________
87233 [  5943] By: jhi                                   on 2000/04/24  22:56:32
87234         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
87235              Now pp_ncmp() returns undef is either operand is a NaN.
87236      Branch: cfgperl
87237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
87238            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
87239            ! vms/subconfigure.com vos/config.def vos/config.h
87240            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
87241            ! win32/config.vc win32/config_H.bc win32/config_H.gc
87242            ! win32/config_H.vc
87243      Branch: metaconfig/U/perl
87244            + d_modfl.U
87245 ____________________________________________________________________________
87246 [  5942] By: jhi                                   on 2000/04/24  19:45:17
87247         Log: Regen Configure to match #5937.
87248      Branch: cfgperl
87249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
87250            ! config_h.SH
87251      Branch: metaconfig
87252            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
87253 ____________________________________________________________________________
87254 [  5941] By: jhi                                   on 2000/04/24  19:24:11
87255         Log: Further Unicos fixes for Mark Lutz.
87256      Branch: cfgperl
87257            ! hints/unicos.sh pp_ctl.c
87258 ____________________________________________________________________________
87259 [  5940] By: jhi                                   on 2000/04/24  19:09:06
87260         Log: Various Unicos 10.0.0.6 fixes.
87261              
87262              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
87263              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
87264              Reply-To: tecmpl1@triton.ca.boeing.com 
87265              To: perl5-porters@perl.org 
87266              Date: Fri, 14 Apr 2000 20:21:00 GMT 
87267              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
87268      Branch: cfgperl
87269            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
87270 ____________________________________________________________________________
87271 [  5939] By: gsar                                  on 2000/04/24  19:01:24
87272         Log: more pod nits (from Larry Virden)
87273      Branch: perl
87274            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
87275            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
87276            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
87277 ____________________________________________________________________________
87278 [  5938] By: gsar                                  on 2000/04/24  18:54:01
87279         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
87280      Branch: perl
87281            ! ext/B/B/Deparse.pm
87282 ____________________________________________________________________________
87283 [  5937] By: jhi                                   on 2000/04/24  17:39:00
87284         Log: Integrate with Sarathy.
87285      Branch: cfgperl
87286           +> (branch 31 files)
87287           !> (integrate 73 files)
87288 ____________________________________________________________________________
87289 [  5936] By: gsar                                  on 2000/04/24  17:30:06
87290         Log: additional tests for change#5934 (from Paul Marquess, who also
87291              sent in the same fix)
87292      Branch: perl
87293            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
87294            ! t/pragma/warn/5nolint t/pragma/warn/6default
87295 ____________________________________________________________________________
87296 [  5935] By: jhi                                   on 2000/04/24  17:26:05
87297         Log: Do not assume sign propagation.
87298              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
87299              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
87300              To: payner@ncifcrf.gov, perl5-porters@perl.org 
87301              Date: Tue, 18 Apr 2000 18:24:49 +0100 
87302              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
87303      Branch: cfgperl
87304            ! t/op/bop.t t/op/misc.t
87305 ____________________________________________________________________________
87306 [  5934] By: gsar                                  on 2000/04/24  17:16:54
87307         Log: propagate lexical warnings from surrounding scope correctly
87308              within string eval()
87309      Branch: perl
87310            ! pp_ctl.c t/pragma/warn/pp_ctl
87311 ____________________________________________________________________________
87312 [  5933] By: jhi                                   on 2000/04/24  17:01:07
87313         Log: Flatten the cpp jungle doing the nosuid checking.
87314      Branch: cfgperl
87315            ! perl.c
87316 ____________________________________________________________________________
87317 [  5932] By: gsar                                  on 2000/04/24  09:08:14
87318         Log: add rsignal(), whichsig() and do_join() to public API list
87319              (mod_perl uses them to good advantage)
87320      Branch: perl
87321            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
87322 ____________________________________________________________________________
87323 [  5931] By: gsar                                  on 2000/04/24  09:01:40
87324         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
87325      Branch: perl
87326            ! pp_hot.c regexec.c t/op/pat.t
87327 ____________________________________________________________________________
87328 [  5930] By: gsar                                  on 2000/04/24  08:58:33
87329         Log: small os390 tweaks (from Peter Prymmer)
87330      Branch: perl
87331            ! config_h.SH makedepend.SH
87332 ____________________________________________________________________________
87333 [  5929] By: gsar                                  on 2000/04/24  08:55:25
87334         Log: pod nits
87335      Branch: perl
87336            ! pod/perlguts.pod
87337 ____________________________________________________________________________
87338 [  5928] By: gsar                                  on 2000/04/24  08:50:13
87339         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
87340      Branch: perl
87341            ! ext/IO/lib/IO/Poll.pm
87342 ____________________________________________________________________________
87343 [  5927] By: gsar                                  on 2000/04/24  08:43:24
87344         Log: arrange for next() to resume at the unstack op rather than the
87345              loop conditional, so that scope cleanup happens correctly
87346              (from Stephen McCamant)
87347      Branch: perl
87348            ! op.c pp_ctl.c t/op/misc.t
87349 ____________________________________________________________________________
87350 [  5926] By: gsar                                  on 2000/04/24  08:18:40
87351         Log: on windows, reserve 16M of stack rather than 128M (allows more
87352              threads to run concurrently)
87353      Branch: perl
87354            ! win32/Makefile win32/makefile.mk
87355 ____________________________________________________________________________
87356 [  5925] By: gsar                                  on 2000/04/24  08:13:52
87357         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
87358      Branch: perl
87359            ! toke.c
87360 ____________________________________________________________________________
87361 [  5924] By: gsar                                  on 2000/04/24  08:08:59
87362         Log: avoid using uninitialized memory in require version check
87363      Branch: perl
87364            ! pp_ctl.c universal.c
87365 ____________________________________________________________________________
87366 [  5923] By: gsar                                  on 2000/04/24  07:20:14
87367         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
87368      Branch: perl
87369            ! ext/IO/lib/IO/Poll.pm
87370 ____________________________________________________________________________
87371 [  5922] By: gsar                                  on 2000/04/24  07:08:42
87372         Log: commentary about IoTYPE() (from Nathan Torkington)
87373      Branch: perl
87374            ! sv.h
87375 ____________________________________________________________________________
87376 [  5921] By: gsar                                  on 2000/04/24  06:58:26
87377         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
87378              by fix
87379      Branch: perl
87380            ! sv.c t/lib/charnames.t t/pragma/utf8.t
87381 ____________________________________________________________________________
87382 [  5920] By: gsar                                  on 2000/04/24  06:37:59
87383         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
87384      Branch: perl
87385            ! doop.c t/op/ver.t
87386 ____________________________________________________________________________
87387 [  5919] By: gsar                                  on 2000/04/24  06:21:58
87388         Log: Configure might miss old directories when prefix must be
87389              expanded (from Robin Barker)
87390      Branch: metaconfig
87391            ! U/installdirs/inc_version_list.U
87392      Branch: perl
87393            ! Configure
87394 ____________________________________________________________________________
87395 [  5918] By: gsar                                  on 2000/04/24  06:16:11
87396         Log: VMS nits in glob() test (from Charles Lane)
87397      Branch: perl
87398            ! t/lib/glob-basic.t
87399 ____________________________________________________________________________
87400 [  5917] By: gsar                                  on 2000/04/24  06:11:56
87401         Log: various pod nits (from Larry Virden and others)
87402      Branch: perl
87403            ! README.amiga README.hpux README.machten README.os2
87404            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
87405            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
87406            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
87407            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
87408            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
87409            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
87410            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
87411            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
87412 ____________________________________________________________________________
87413 [  5916] By: gsar                                  on 2000/04/24  05:52:43
87414         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
87415              <wjones@tc.fluke.com>)
87416      Branch: perl
87417            ! t/lib/glob-basic.t
87418 ____________________________________________________________________________
87419 [  5915] By: gsar                                  on 2000/04/24  05:07:01
87420         Log: supported platforms mixed up
87421      Branch: perl
87422            ! pod/perl56delta.pod pod/perlport.pod
87423 ____________________________________________________________________________
87424 [  5914] By: gsar                                  on 2000/04/24  04:56:08
87425         Log: caller() wasn't returning the right number of elements for
87426              eval {...}
87427      Branch: perl
87428            ! pp_ctl.c t/pragma/warn/9enabled
87429 ____________________________________________________________________________
87430 [  5913] By: gsar                                  on 2000/04/24  04:35:41
87431         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
87432              Mark-Jason Dominus)
87433      Branch: perl
87434            ! pod/perlfunc.pod
87435 ____________________________________________________________________________
87436 [  5912] By: gsar                                  on 2000/04/24  04:17:15
87437         Log: fix totally broken caching in UNIVERSAL::isa() (from
87438              Nick Ing-Simmons)
87439      Branch: perl
87440            ! t/op/universal.t universal.c
87441 ____________________________________________________________________________
87442 [  5911] By: gsar                                  on 2000/04/24  03:39:47
87443         Log: add linebreak properties from unicode/LineBrk.txt (from
87444              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
87445      Branch: perl
87446            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
87447            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
87448            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
87449            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
87450            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
87451            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
87452            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
87453            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
87454            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
87455            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
87456            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
87457            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
87458            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
87459            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
87460            + lib/unicode/Is/LbrkZW.pl
87461            ! lib/unicode/mktables.PL
87462 ____________________________________________________________________________
87463 [  5910] By: gsar                                  on 2000/04/24  03:23:10
87464         Log: typo in pod
87465      Branch: perl
87466            ! ext/Thread/Thread.pm
87467 ____________________________________________________________________________
87468 [  5909] By: gsar                                  on 2000/04/24  03:22:03
87469         Log: mode argument to do_binmode() should be file mode, not boolean
87470      Branch: perl
87471            ! pp_sys.c
87472 ____________________________________________________________________________
87473 [  5908] By: gsar                                  on 2000/04/16  16:51:08
87474         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
87475              always returns a valid GV even when the symbol is trapped by strictures
87476              (avoids coredumps)
87477              
87478              TODO: the C<package;> hack needs similar treatment
87479      Branch: perl
87480            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
87481            ! t/pragma/strict-vars
87482 ____________________________________________________________________________
87483 [  5907] By: jhi                                   on 2000/03/31  23:42:56
87484         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
87485              an assumption which #5905 demolished.
87486      Branch: cfgperl
87487            ! pp_sys.c
87488 ____________________________________________________________________________
87489 [  5906] By: jhi                                   on 2000/03/31  18:54:37
87490         Log: Typo in #5905.
87491      Branch: cfgperl
87492            ! t/op/64bitint.t
87493 ____________________________________________________________________________
87494 [  5905] By: jhi                                   on 2000/03/31  18:50:54
87495         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
87496              reported by Joseph N. Hall.  The bug was that even with use64bitint
87497              one had to use the prefixes q, L, or ll with printf/sprintf,
87498              contrary to the documentation and common sense.
87499      Branch: cfgperl
87500            ! sv.c t/op/64bitint.t
87501 ____________________________________________________________________________
87502 [  5904] By: gsar                                  on 2000/03/28  02:31:32
87503         Log: add Changes, perldelta.pod
87504      Branch: perl
87505            + Changes pod/perldelta.pod
87506 ____________________________________________________________________________
87507 [  5903] By: gsar                                  on 2000/03/28  02:03:55
87508         Log: rename Changes and perldelta.pod
87509      Branch: perl
87510           +> Changes5.6 pod/perl56delta.pod
87511            - Changes pod/perldelta.pod
87512            ! MANIFEST
87513 ____________________________________________________________________________
87514 [  5902] By: gsar                                  on 2000/03/28  01:59:14
87515         Log: create maint-5.6 branch
87516      Branch: maint-5.6/perl
87517           +> (branch 1611 files)
87518 ____________________________________________________________________________
87519 [  5901] By: jhi                                   on 2000/03/23  05:48:43
87520         Log: Integrate with Sarathy.
87521      Branch: cfgperl
87522           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
87523 ____________________________________________________________________________
87524 [  5900] By: gsar                                  on 2000/03/23  05:42:43
87525         Log: three guesses on what this is :-)
87526      Branch: perl
87527            ! Changes